imported>카페인러브 |
imported>카페인러브 |
||
| 41번째 줄: | 41번째 줄: | ||
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| | | | ||
* [[난죠 요시노]] (전체) | |||
* [[아스미 카나]] (타이업) | * [[아스미 카나]] (타이업) | ||
* [[하야미 사오리]] (타이업) | * [[하야미 사오리]] (타이업) | ||
| 46번째 줄: | 47번째 줄: | ||
* [[카야노 아이]] (타이업) | * [[카야노 아이]] (타이업) | ||
* [[코야스 타케히토]] (애니메이션) | * [[코야스 타케히토]] (애니메이션) | ||
* [[이세 마리야]] (애니메이션) | |||
* [[사와시로 미유키]] (애니메이션) | |||
* [[히카사 요코]] (애니메이션) | |||
| | | | ||
* [[카가리노 키리에]] | * [[카가리노 키리에]] | ||
| 54번째 줄: | 58번째 줄: | ||
* [[쿠니타치 린카]] | * [[쿠니타치 린카]] | ||
| | | | ||
* [[세계에서 제일 강해지고 싶어!]] | |||
* [[kiss×sis]] | * [[kiss×sis]] | ||
* [[아라카와 언더 더 브릿지]] | * [[아라카와 언더 더 브릿지]] | ||
* [[러키☆스타]] | * [[러키☆스타]] | ||
* [[소드 아트 온라인/등장인물]] | * [[소드 아트 온라인/등장인물]] | ||
* [[서번트 서비스/등장인물]] | * [[서번트 서비스/등장인물]] | ||
2013년 9월 22일 (일) 19:38 판
alpha
- 애니메이션
- 라노베・코믹스
- 공략형 게임
- 성우
해야 할 일
관리
- 중요
- 회사 문서를 어떻게 처리할 것인지 결정 (e: redirect to category or not?)
- Lazy Loading을 적용해서 latency 절약
- 보통
- 이미지 썸네일을 alpha 레이어로 처리 (absolute positioning) : /includes/ 에 위치
- AJAX RC 테스트
- 사소
- SVG renderer 설치 (thumbnail error)
편집
<createbox>
buttonlabel=캐릭터 등록하기 width=15 break=no preload=틀:서식/캐릭터 </createbox><createbox> buttonlabel=작품 등록하기 width=15 break=no preload=틀:서식/작품
</createbox>| 성우 | 캐릭터 | 작품 |
|---|---|---|
유틸리티
| Decimal ASCII Chart | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DEC | OUT | DEC | OUT | DEC | OUT | DEC | OUT | DEC | OUT | DEC | OUT | DEC | OUT | DEC | OUT |
| 0 | NUL | 16 | DLE | 32 | SP | 48 | 0 | 64 | @ | 80 | P | 96 | ` | 112 | p |
| 1 | SOH | 17 | DC1 | 33 | ! | 49 | 1 | 65 | A | 81 | Q | 97 | a | 113 | q |
| 2 | STX | 18 | DC2 | 34 | " | 50 | 2 | 66 | B | 82 | R | 98 | b | 114 | r |
| 3 | ETX | 19 | DC3 | 35 | # | 51 | 3 | 67 | C | 83 | S | 99 | c | 115 | s |
| 4 | EOT | 20 | DC4 | 36 | $ | 52 | 4 | 68 | D | 84 | T | 100 | d | 116 | t |
| 5 | ENQ | 21 | NAK | 37 | % | 53 | 5 | 69 | E | 85 | U | 101 | e | 117 | u |
| 6 | ACK | 22 | SYN | 38 | & | 54 | 6 | 70 | F | 86 | V | 102 | f | 118 | v |
| 7 | BEL | 23 | ETB | 39 | ' | 55 | 7 | 71 | G | 87 | W | 103 | g | 119 | w |
| 8 | BS | 24 | CAN | 40 | ( | 56 | 8 | 72 | H | 88 | X | 104 | h | 120 | x |
| 9 | HT | 25 | EM | 41 | ) | 57 | 9 | 73 | I | 89 | Y | 105 | i | 121 | y |
| 10 | LF | 26 | SUB | 42 | * | 58 | : | 74 | J | 90 | Z | 106 | j | 122 | z |
| 11 | VT | 27 | ESC | 43 | + | 59 | ; | 75 | K | 91 | [ | 107 | k | 123 | { |
| 12 | FF | 28 | FS | 44 | , | 60 | < | 76 | L | 92 | \ | 108 | l | 124 | | |
| 13 | CR | 29 | GS | 45 | - | 61 | = | 77 | M | 93 | ] | 109 | m | 125 | } |
| 14 | SO | 30 | RS | 46 | . | 62 | > | 78 | N | 94 | ^ | 110 | n | 126 | ~ |
| 15 | SI | 31 | US | 47 | / | 63 | ? | 79 | O | 95 | _ | 111 | o | 127 | DEL |
Apple-like scroolbar
Source Code
::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-corner {
background-image: url(http://i.stack.imgur.com/FguQn.png?corner.png);
background-repeat: no-repeat;
}
::-webkit-resizer {
background-image: url(http://i.stack.imgur.com/aKKDY.png?resizer.png);
background-repeat: no-repeat;
background-position: bottom right;
}
::-webkit-scrollbar-button:start {
display: none;
}
::-webkit-scrollbar-button:end {
display: block;
}
::-webkit-scrollbar:horizontal {
-webkit-border-image: url(http://i.stack.imgur.com/NQ2K6.png?horizontal-button.png) 0 2 0 2;
border-color: transparent;
border-width: 0 2px;
background-image: url(http://i.stack.imgur.com/8xDbU.png?horizontal-button-background.png);
background-repeat: repeat-x;
}
::-webkit-scrollbar:horizontal:corner-present {
border-right-width: 0;
}
::-webkit-scrollbar-thumb:horizontal {
-webkit-border-image: url(http://i.stack.imgur.com/YQRD7.png?horizontal-thumb.png) 0 15 0 15;
border-color: transparent;
border-width: 0 15px;
min-width: 20px;
}
::-webkit-scrollbar-track-piece:horizontal:start {
margin-left: 6px;
}
::-webkit-scrollbar-track-piece:horizontal:end {
margin-right: -6px;
}
::-webkit-scrollbar-track-piece:horizontal:decrement {
-webkit-border-image: url(http://i.stack.imgur.com/p9yMk.png?horizontal-track.png) 0 15 0 15;
border-color: transparent;
border-width: 0 0 0 15px;
}
::-webkit-scrollbar-track-piece:horizontal:increment {
-webkit-border-image: url(http://i.stack.imgur.com/p9yMk.png?horizontal-track.png) 0 15 0 15;
border-color: transparent;
border-width: 0 15px 0 0;
}
::-webkit-scrollbar-button:horizontal {
width: 21px;
-webkit-border-image: url(http://i.stack.imgur.com/NQ2K6.png?horizontal-button.png) 0 2 0 2;
border-color: transparent;
border-width: 0 2px;
}
::-webkit-scrollbar-button:horizontal:decrement {
background-image: url(http://i.stack.imgur.com/dGOKL.png?horizontal-decrement-arrow.png), url(http://i.stack.imgur.com/8xDbU.png?horizontal-button-background.png);
background-repeat: no-repeat, repeat-x;
background-position: 7px 4px, 0 0;
}
::-webkit-scrollbar-button:horizontal:decrement:active {
-webkit-border-image: url(http://i.stack.imgur.com/gT5BM.png?horizontal-button-active.png) 0 2 0 2;
background-image: url(http://i.stack.imgur.com/dGOKL.png?horizontal-decrement-arrow.png), url(http://i.stack.imgur.com/RDf8L.png?horizontal-button-background-active.png);
}
::-webkit-scrollbar-button:horizontal:increment {
background-image: url(http://i.stack.imgur.com/5rJr5.png?horizontal-increment-arrow.png), url(http://i.stack.imgur.com/8xDbU.png?horizontal-button-background.png);
background-repeat: no-repeat, repeat-x;
width: 16px;
border-left-width: 0;
background-position: 3px 4px, 0 0;
}
::-webkit-scrollbar-button:horizontal:increment:active {
-webkit-border-image: url(http://i.stack.imgur.com/gT5BM.png?horizontal-button-active.png) 0 2 0 2;
background-image: url(http://i.stack.imgur.com/5rJr5.png?horizontal-increment-arrow.png), url(http://i.stack.imgur.com/RDf8L.png?horizontal-button-background-active.png);
}
::-webkit-scrollbar-button:horizontal:end:increment:corner-present {
border-right-width: 0;
width: 15px;
}
::-webkit-scrollbar:vertical {
-webkit-border-image: url(http://i.stack.imgur.com/NdaTT.png?vertical-button.png) 2 0 2 0;
border-color: transparent;
border-width: 2px 0;
background-image: url(http://i.stack.imgur.com/p7j9a.png?vertical-button-background.png);
background-repeat: repeat-y;
}
::-webkit-scrollbar:vertical:corner-present {
border-bottom-width: 0;
}
::-webkit-scrollbar-thumb:vertical {
-webkit-border-image: url(http://i.stack.imgur.com/rPEsZ.png?vertical-thumb.png) 15 0 15 0;
border-color: transparent;
border-width: 15px 0;
min-height: 20px;
}
::-webkit-scrollbar-track-piece:vertical:start {
margin-top: 6px;
}
::-webkit-scrollbar-track-piece:vertical:end {
margin-bottom: -6px;
}
::-webkit-scrollbar-track-piece:vertical:decrement {
-webkit-border-image: url(http://i.stack.imgur.com/Rb6ru.png?vertical-track.png) 15 0 15 0;
border-color: transparent;
border-width: 15px 0 0 0;
}
::-webkit-scrollbar-track-piece:vertical:increment {
-webkit-border-image: url(http://i.stack.imgur.com/Rb6ru.png?vertical-track.png) 15 0 15 0;
border-color: transparent;
border-width: 0 0 15px 0;
}
::-webkit-scrollbar-button:vertical {
height: 21px;
-webkit-border-image: url(http://i.stack.imgur.com/NdaTT.png?vertical-button.png) 2 0 2 0;
border-color: transparent;
border-width: 2px 0;
}
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(http://i.stack.imgur.com/KQvwk.png?vertical-decrement-arrow.png), url(http://i.stack.imgur.com/p7j9a.png?vertical-button-background.png);
background-repeat: no-repeat, repeat-y;
background-position: 4px 7px, 0 0;
}
::-webkit-scrollbar-button:vertical:decrement:active {
-webkit-border-image: url(http://i.stack.imgur.com/uW3TL.png?vertical-button-active.png) 2 0 2 0;
background-image: url(http://i.stack.imgur.com/KQvwk.png?vertical-decrement-arrow.png), url(http://i.stack.imgur.com/puDsH.png?vertical-button-background-active.png);
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(http://i.stack.imgur.com/UjkVR.png?vertical-increment-arrow.png), url(http://i.stack.imgur.com/p7j9a.png?vertical-button-background.png);
background-repeat: no-repeat, repeat-y;
height: 16px;
border-top-width: 0;
background-position: 4px 5px, 0 0;
}
::-webkit-scrollbar-button:vertical:increment:active {
-webkit-border-image: url(http://i.stack.imgur.com/uW3TL.png?vertical-button-active.png) 2 0 2 0;
background-image: url(http://i.stack.imgur.com/UjkVR.png?vertical-increment-arrow.png), url(http://i.stack.imgur.com/puDsH.png?vertical-button-background-active.png);
}
::-webkit-scrollbar-button:vertical:end:increment:corner-present {
border-bottom-width: 0;
height: 15px;
}
::-webkit-scrollbar:disabled {
background: red;
-webkit-border-image: none;
display: none;
}
auto expand textarea
$(document).ready(function($) {
$("textarea").keyup(function(e) {
while($(this).outerHeight() < this.scrollHeight + parseFloat($(this).css("borderTopWidth")) + parseFloat($(this).css("borderBottomWidth"))) {
$(this).css('overflow', 'hidden');
$(this).height($(this).height()+1);
};
});
});
var textarea = document.getElementById("wpTextbox1");
var heightLimit = 800;
textarea.onkeydown = function(){
textarea.style.height = ""; /* Reset the height*/
textarea.style.height = Math.min(textarea.scrollHeight, heightLimit) + "px";
}
껍데기 벗기기
{{#ifexpr:{{#rpos:{{{param}}}|]]}}>-1|{{#replace:{{#sub:{{{param}}}|2}}|]]}}|{{{param}}}}}
- [[카미야 히로시]] returns 카미야 히로시
- 카미야 히로시 returns 카미야 히로시
Fate
{{#vardefine:i|2}}{{
#while: | |[[분류:{{{등장작품{{#var:i}}}}}]]{{ #vardefine:i |수식 오류: 알 수 없는 "{" 구두점 문자입니다. }} }}
Unicode test
- —
- \
lorem
- 위키가 중립적이어야 하는 이유들
- 덕질도 학문처럼 원전으로 해야 한다고 생각합니다. 물론 가능한 범위 안에서. 본래의 작품과 마주해 보고
나만의 리액션을 가지는 것은 다양한 시각과 의견을 확보할 수 있고, 그로 인해 분야의 깊이를 확장할 수 있기 때문입니다. 타인에 의해 비틀어진 정보를 주입받으면 편향된 시각만이 존재하게 되므로 독자는 그 개성을 잃고 작가는 독자의 반응을 패턴화해 거기에 응답하는 로봇이 되어 버리겠지요.
- 질리지 않고 위키 활동을 계속하려면
- 민간 자막 제작자를 떠올려 봅시다. 이들은 고생해서 자막을 만드는 댓가로 얻는 것이라곤 고맙다는 메시지 이외에 실질적으로 거의 없지요. 빨리 올려달라고 떼 쓰는 사람, 취향에 안 맞는 자막이라고 공격하는 사람, 내가 만든 자막을 베껴 쓰는 사람을 만나기도 하고요. 그런 환경에서 오랫동안 자막을 만들 수 있으려면 '누군가의 도움이 되었으면 좋겠다'는 생각보다는 '나 자신을 위한 작업이다'라는 생각으로 계속해야 합니다. 내가 좋아하는 작품에 자막을 만들고, 내 일어 능력을 향상시키고, 내 블로그에 유용한 자료를 채워넣는 보람. 그런 것들을 위해서 활동해야 의욕을 오래 유지할 수 있습니다.
- 그렇다면 왜 '위키'를 통해서 타인과 협업해야 하는가? 그 열쇠는... (CM 다음에)