Wiki Text Formatting Manual
From EBA_Documentation
Description | You type | You get | ||||||
---|---|---|---|---|---|---|---|---|
No Table of Contents | __NOTOC__ |
|||||||
Bulleted list | * Start each line * with an [[Wikipedia:asterisk|asterisk]] (*). ** More asterisks gives deeper *** and deeper levels. * Line breaks<br/>don't break levels. *** But jumping levels creates empty space. Any other start ends the list. |
Any other start ends the list. | ||||||
Numbered list | # Start each line # with a [[Wikipedia:Number_sign|number sign]] (#). ## More number signs gives deeper ### and deeper ### levels. # Line breaks<br/>don't break levels. ### But jumping levels creates empty space. # Blank lines # end the list and start another. Any other start also ends the list. |
Any other start also ends the list. | ||||||
Colored Text | <span style="color:red;">Your Text</span> <span style="color:orange;">Your Text</span> <span style="color:yellow;">Your Text</span> <span style="color:green;">Your Text</span> <span style="color:blue;">Your Text</span> <span style="color:indigo;">Your Text</span> <span style="color:violet;">Your Text</span> |
Your Text Your Text Your Text Your Text Your Text Your Text Your Text | ||||||
Italic text | ''italic'' |
italic | ||||||
Bold text | '''bold''' |
bold | ||||||
Bold and italic | '''''bold & italic''''' |
bold & italic | ||||||
Escape wiki markup | <nowiki>no ''markup''</nowiki> |
no ''markup'' | ||||||
Headings of different levels | == Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ====== |
Level 2Level 3Level 4Level 5Level 6 | ||||||
Definition list | ;item 1 : definition 1 ;item 2 : definition 2-1 : definition 2-2 |
| ||||||
Indent text | : Single indent :: Double indent ::::: Multiple indent |
| ||||||
Wiki Table | {| class="wikitable" ! Description ! | You type ! | You get |- | Column 1 | Column 2 | Column 3 |- |
| ||||||
Embedded Video Extension | <embedvideo "SERVICE_NAME">URL</embedvideo> Popular service names include:
<embedvideo service="youtube">https://www.youtube.com/watch?v=LI7-Cu-9wWM</embedvideo> More information can be found on the extension page |