References
editMarkups
editColor names
edit- Color names : :en:Web_colors#HTML_color_names
| White | Silver | Red | Yellow | Lime | Aqua | Blue | Fuchsia |
| #FFFFFF | #C0C0C0 | #FF0000 | #FFFF00 | #00FF00 | #00FFFF | #0000FF | #FF00FF |
| Black | Gray | Maroon | Olive | Green | Teal | Navy | Purple |
| #000000 | #808080 | #800000 | #808000 | #008000 | #008080 | #000080 | #800080 |
Horizontal rule
edit----
Other markups
edit<poem></poem>
Link
editInternal link markups:
[[pagename]] [[pagename|Text]] [[:namespace:pagename|Text]]
Internal link from one wikia to a different wikia:
[[w:c:domain:namespace:pagename|Text]]
External link markups:
[url Text]
Website templates
edit
- Template:Facebook
{{Facebook |username or id# |Name}} - Template:Twitter
{{Twitter |id |Name}} - Template:IMDb name
{{IMDb name |nm# |Name}} - Template:AMG (AllMediaGuide)
{{Amg |movie or game |id |Label}} - Template:Rotten Tomatoes
{{Rotten Tomatoes |id |Title}} - Template:Rotten Tomatoes person
{{Rotten Tomatoes person |id |Name}}
Table
editTable markups
edit{| id="_____" Anchor name.
{| class="wikitable sortable"
{| border="#" cellpadding="#" cellspacing="#" Incompatible with a sortable table.
{| style="float:left/right; For the table's alignment, no "center".
width:#px/#em/auto;
font-size:#%;
table-layout:auto/fixed;
text-align:left/center/right"
|- id="_____"
|- class="sortbottom"
| id="_____"
| class="unsortable" | Text
| style="width:#px/#em/auto" | Text
| width=#px | Text
Example
edit| id="sorttest" class="wikitable sortable" style="font-size:85%; text-align:center; width:auto; table-layout:fixed" | C2-4 | C5 | C6 | A vertically merged cell may or may not be sortable. | C8-9 | |||
|---|---|---|---|---|---|---|---|---|
| The row of sorting headers may be affected by a vertically merged cell and not always on top. | C2 | Even a horizontally merged cell is sortable. | C5 | class="unsortable" | C8 | C9 | ||
| R3 | A cell inherits the 1st cell's properties coded in the same line. |
i | y | n | y | n | n | y |
| R4 | n | y | i | i | n | y | i | n |
| R5 | y | y | n | n | i | i | y | i |
| class="sortbottom" | C2 | C3 | C4 | C5 | C6 | C7 | C8 | C9 |