Text
- See WikiMedia Help:Wikitext
Effect |
Result |
Typed
|
italics |
some italic text |
some ''italic'' text
|
bold |
some bold text |
some '''bold''' text
|
bold italics |
some bold & italic text |
some '''''bold & italic''''' text
|
color |
some colored text |
some <font color="red">colored</font> text
|
big |
some big text |
some <big="red">big</big> text
|
small |
some small text |
some <font size="-1">small</font> text
|
Tables
- See WikiMedia Help:Table
An example table
First header
|
Second header
|
upper left
|
|
right side
|
lower left
|
lower middle
|
A table in a table
|
|
Two XO logos
|
|
{| border="1" cellpadding="5" cellspacing="0" align="center" style="float:right"
|+'''An [http://meta.wikimedia.org/wiki/Help:Table example table]'''
|-
! style="background:#efefef;" | First header
! colspan="2" style="background:#ffdead;" | Second header
|-
| upper left
|
| rowspan=2 style="border-bottom:3px solid grey;" valign="top" | right side
|-
| style="border-bottom:3px solid grey;" | lower left
| style="border-bottom:3px solid grey;" | lower middle
|-
| colspan="3" align="center" |
{| border="0"
|+''A table in a table''
|-
| align="center" width="150px" | [[Image:Pic Xo.jpg|100px]]
| align="center" width="150px" | [[Image:Pic Xo.jpg]]
|-
| align="center" colspan="2" style="border-top:1px solid red; border-right:1px solid red; border-bottom:2px solid red; border-left:1px solid red;" | Two XO logos
|}
|}
DIVs
- See WikiMedia Help:HTML in wikitext
<div style="margin:2px; border:1px solid orange; background:lightgray; padding:5px; font-size:66%; width:90%; margin-left:auto; margin-right: auto; text-align:center; " >
Some text should figure here....</div>
Some text should figure here....
<div style="margin:5px; border:7px solid orange; background:#fda; padding:11px; font-size:133%; width:60%; margin-left:auto; margin-right: auto; " >
Some other text is here...
</div>
Some other text is here...