Cell boxes

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

{|class=""
|Item 1, line 1
|Item 2, line 1
|-
|Item 1, line 2
|Item 2, line 2
|}

Classes[edit | edit source]

  • Deafult is horizontal bar.
  • wikitable: Creates a table. Use "!" to create special labels (must be added at the top)
  • toccolours: Creates a box a bit like a toc.

Examples[edit | edit source]


{|class="toccolours"
| colspan=2 | '''Very long title'''
|-
| Text a || Text b
|}

Makes:

Very long title
Text a Text b