Template talk:Top
Wikia - creating communities
[edit] Usage
This produces the top of a table, and is to be used with Template:Left box and Template:Right box to make a table without needing to know table syntax.
These instructions are aimed for use on Wikia other than this this central one.
[edit] Simple example
Start your table with {{wikicities:Top}} and end it with |}. Add left and Right boxes by typing {{wikicities:Left box}} or {{wikicities:Right box}} followed by the content you want inside that box.
{{wikicities:Top}}
{{wikicities:Left box}}
left
{{wikicities:Right box}}
right
|}
|
|
right |
[edit] More rows
Just add more {{Left box}}es and {{Right box}}es.
{{wikicities:Top}}
{{wikicities:Left box}}
left
{{wikicities:Right box}}
right
{{wikicities:Left box}}
this will be the bottom Left box
{{wikicities:Right box}}
this will be the bottom Right box
|}
|
|
right |
|
|
this will be the bottom Right box |
[edit] Adding rows with different layouts
{{wikicities:Top}}
|style="background-color: #FF0000;"| top left || top right
|-
| colspan="2" align="center" | another row
|-
{{wikicities:Left box}}
left
{{wikicities:Right box}}
right
|-
| colspan="2" align="center" style="border: 1px solid #0000FF; " | another row
|}
| top left | top right |
| another row | |
|
|
right |
| another row | |