"인디사이드위키문법"의 두 판 사이의 차이
(새 문서: == 텍스트 서식 마크업 == {| class="wikitable" ! 설명 ! width=40% | 문법 ! width=40% | 결과 |- ! colspan="3" style="background: #ABE" | 글자(인라인) 서식 - "모든...) |
(차이 없음)
|
2016년 3월 28일 (월) 18:49 판
목차
텍스트 서식 마크업
설명 | 문법 | 결과 |
---|---|---|
글자(인라인) 서식 - "모든 곳에 적용 가능" | ||
이탤릭체 | ''이탤릭'' |
이탤릭 |
볼드체 | '''볼드''' |
볼드 |
볼드와 이탤릭 | '''''볼드 & 이탤릭''''' |
볼드 & 이탤릭 |
취소선 | <strike> 취소선 </strike> |
|
위키 마크업 무시 | <nowiki>''마크업'' 무시</nowiki> |
''마크업'' 무시 |
위키 마크업 한 번만 무시 | [[Special:MyLanguage/API:Main page|API]]<nowiki/> 확장 |
API 확장 |
섹션 서식 - "줄 맨 처음에서만 적용 가능" | ||
수준별 제목 | == 제목 2 == === 제목 3 === ==== 제목 4 ==== ===== 제목 5 ===== ====== 제목 6 ====== |
제목 2제목 3제목 4제목 5제목 6 |
가로선 | 이전 텍스트 ---- 이후 텍스트 |
이전 텍스트 이후 텍스트 |
목록 내어쓰기 |
* 각 줄의 시작을 * [[Wikipedia:asterisk|별표]] (*)로 시작한다. ** 별표가 많아질 수록 *** 하위 수준으로 적용된다. * 줄넘김 <br />은 목록 수준을 유지한다. *** 하지만 중간 단계를 뛰어넘으면 공백을 만든다. 별표가 아닌 다른 시작은 목록을 끝낸다. |
별표가 아닌 다른 시작은 목록을 끝낸다. |
번호 목록 |
# 각 줄의 시작을 # [[Wikipedia:Number_sign|샵]] (#)으로 시작한다. ## 별표가 많아질 수록 ### 하위 수준으로 적용된다. # 줄넘김 <br />은 목록 수준을 유지한다. ### 하지만 중간 단계를 뛰어넘으면 공백을 만든다. # 공백 줄 # 목록을 완료하고 새로운 목록을 생성한다. 다른 시작 또한 목록을 완료한다. |
다른 시작 또한 목록을 완료한다. |
정의 목록 | ;아이템 1 : 정의 1 ;아이템 2 : 정의 2-1 : 정의 2-2 |
|
텍스트 들여쓰기 | : 1번 들여쓰기 :: 2번 들여쓰기 ::::: 다중 들여쓰기
|
|
혼합 목록 |
# 일 # 이 #* 일.일 #* 일.이 # 삼 #;삼 아이템 일 #:삼 정의 일 # 사 #:사 정의 일 #:이렇게 하면 이어지는 들여쓰기로 보이며 #: <br /> 대신 #: 사용할 수 있다. # 오 ## 오 하위 일 ### 오 하위 일 하위 일 ## 오 하위 이
|
|
사전서식 텍스트 | 각 줄을 공백으로 시작한다. 텍스트는 '''사전서식''' 되며 ''마크업''도 '''''가능'''''하다.
|
각 줄을 공백으로 시작한다. 텍스트는 사전서식 되며 마크업도 가능하다. |
사전서식 텍스트 블록 | <nowiki>Start with a space in the first column, (before the <nowiki>). Then your block format will be maintained. This is good for copying in code blocks: def function(): """documentation string""" if True: print True else: print False</nowiki> |
Start with a space in the first column, (before the <nowiki>). Then your block format will be maintained. This is good for copying in code blocks: def function(): """documentation string""" if True: print True else: print False |
단락
- 미디어 위키는 하나의 줄 바꿈을 무시합니다. 새 단락을 시작하려면 빈 줄을 둡니다.
- 당신은 HTML 태그
<br />
를 이용해서 문단 내에서 줄 바꿈을 강제 할 수 있습니다.
HTML 태그
일부 HTML 태그, 예를들어 <code>
, <div>
, <span>
,<font>
. 는 미디어위키 에서 허용됩니다.
Description | You type | You get |
---|---|---|
밑줄 |
<ins>이거</ins> 또는 <u>요거</u> |
이거 또는 요거 |
지우기 |
<s>삼진아웃</s> or <del>지우기</del> |
or
|
고정폭 텍스트 | <code>소스 코드</code> or <tt>고정 폭 텍스트</tt> |
or 고정 폭 텍스트 |
블록인용 | Text before <blockquote>블록인용</blockquote> Text after |
Text before 블록인용 Text after |
코멘트 | <!-- This is a 코멘트 --> 코멘트 are visible only in the edit zone. |
코멘트 are visible only in the edit zone. |
미리 포멧된 텍스트 | <pre>Text is '''preformatted''' and ''markups'' '''''cannot''''' be done</pre>
|
Text is '''preformatted''' and ''markups'' '''''cannot''''' be done |
Customized preformatted text | <pre style="color: red">Text is '''preformatted''' with a style and ''markups'' '''''cannot''''' be done </pre>
|
Text is '''preformatted''' with a style and ''markups'' '''''cannot''''' be done |
continued:
Description | You type | You get |
---|---|---|
Customized preformatted text with text wrap according to available width | <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. </pre> |
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. |
Preformatted text with text wrap according to available width | <code> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. </code> |
|
기호를 삽입
Symbols and other special characters not available on your keyboard can be inserted through a special sequence of characters. Those sequences are called HTML entities. For example, the following sequence (entity) → when inserted will be shown as right arrow HTML symbol → and — when inserted will be shown as an em dash HTML symbol —.
- 이 생산하는 기호를 찾아 모든 문자를 가리키면. 현재 글꼴에서 사용할 수없는 일부 기호는 빈 사각형이 나타납니다.
HTML symbol entities | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Á | á | Â | â | ´ | Æ | æ | À | à | ℵ | Α | α | & | ∧ | ∠ | Å | å | ≈ | Ã | ã | Ä | ä | „ | Β | β | ¦ | • | ∩ | Ç | ç | ¸ | ¢ |
Χ | χ | ˆ | ♣ | ≅ | © | ↵ | ∪ | ¤ | † | ‡ | ↓ | ⇓ | ° | Δ | δ | ♦ | ÷ | É | é | Ê | ê | È | è | ∅ | Ε | ε | ≡ | Η | η | ||
Ð | ð | Ë | ë | € | ∃ | ƒ | ∀ | ½ | ¼ | ¾ | ⁄ | Γ | γ | ≥ | > | ↔ | ⇔ | ♥ | … | Í | í | Î | î | ¡ | Ì | ì | ℑ | ∞ | ∫ | Ι | ι |
¿ | ∈ | Ï | ï | Κ | κ | Λ | λ | 〈 | « | ← | ⇐ | ⌈ | “ | ≤ | ⌊ | ∗ | ◊ | | ‹ | ‘ | < | ¯ | — | µ | · | − | Μ | μ | ∇ | – | |
≠ | ∋ | ¬ | ∉ | ⊄ | Ñ | ñ | Ν | ν | Ó | ó | Ô | ô | Œ | œ | Ò | ò | ‾ | Ω | ω | Ο | ο | ⊕ | ∨ | ª | º | Ø | ø | Õ | õ | ⊗ | Ö |
ö | ¶ | ∂ | ‰ | ⊥ | Φ | φ | Π | π | ϖ | ± | £ | ′ | ″ | ∏ | ∝ | Ψ | ψ | " | √ | 〉 | » | → | ⇒ | ⌉ | ” | ℜ | ® | ⌋ | Ρ | ρ | |
› | ’ | ‚ | Š | š | ⋅ | § | | Σ | σ | ς | ∼ | ♠ | ⊂ | ⊆ | ∑ | ⊃ | ¹ | ² | ³ | ⊇ | ß | Τ | τ | ∴ | Θ | θ | ϑ | Þ | þ | ˜ | |
× | ™ | Ú | ú | ↑ | ⇑ | Û | û | Ù | ù | ¨ | ϒ | Υ | υ | Ü | ü | ℘ | Ξ | ξ | Ý | ý | ¥ | ÿ | Ÿ | Ζ | ζ | | |
Description | You type | You get |
---|---|---|
Copyright symbol | © |
|
Greek delta letter symbol | δ |
|
Euro currency symbol | € |
|
See the list of all HTML entities on the Wikipedia article List of HTML entities. Additionally, MediaWiki supports two non-standard entity reference sequences: &רלמ;
and &رلم;
which are both considered equivalent to ‏
which is a right-to-left mark. (Used when combining right to left languages with left to right languages in the same page.)
HTML tags and symbol entities displayed themselves (with and without interpreting them)
- &euro; → €
- <span style="color: red; text-decoration: line-through;">Typo to be corrected</span> → Typo to be corrected
- <span style="color: red; text-decoration: line-through;">Typo to be corrected</span> → <span style="color: red; text-decoration: line-through;">Typo to be corrected</span>
Nowiki for HTML
<nowiki /> can prohibit (HTML) tags:
- <<nowiki />pre> → <pre>
But not & symbol escapes:
- &<nowiki />amp; → &
To print & symbol escapes as text, use "&" to replace the "&" character (eg. type "&nbsp;", which results in " ").
Other formatting
Beyond the text formatting markup shown hereinbefore, here are some other formatting references:
- 틀:Ll
- Lists
- Images
- References - see Extension:Cite/Cite.php
- Tables
You can find more references at Help:Contents. [[Category:Help틀:Langcat|Formatting]]