User:Eitch/Wikitext
From Wikipedia, the free encyclopedia
Tables
This
{| border="0" |+ The table's caption ! Column heading 1 !! Column heading 2 !! Column heading 3 |- ! Row heading 1 | Cell 2 || Cell 3 |- ! Row heading A |Cell B ||Cell C |}
will look like this
| Column heading 1 | Column heading 2 | Column heading 3 |
|---|---|---|
| Row heading 1 | Cell 2 | Cell 3 |
| Row heading A | Cell B | Cell C |
Boxes
This
<blockquote style="border: 1px solid blue; padding: 1em;"> text in the box <pre>text in the inner box</pre>
will look like this
text in the box
text in the inner box