Table Formatting: Difference between revisions

From Wayne's Dusty Box of Words
No edit summary
No edit summary
Line 2: Line 2:


This wiki code:<br />
This wiki code:<br />
<code>
<code><nowiki>{| class="wikitable"<br /></nowiki></code><br />
<nowiki>{| class="wikitable"<br /></nowiki>
<nowiki>|+ Table Example<br /></nowiki>
<nowiki>|+ Table Example<br /></nowiki>
<nowiki>|-<br /></nowiki>
<nowiki>|-<br /></nowiki>

Revision as of 17:12, 21 October 2020

This example encapsulates the formatting stuff I want to reference.

This wiki code:
{| class="wikitable"<br />
|+ Table Example<br /> |-<br /> ! Wiki code !! Render<br /> |- style="vertical-align:top;"<br /> | style="width: 50%" | Cell 1 Data<br /> || Cell 2 Data<br /> |}<br />

Renders as:

Table Example
Wiki code Render
Cell 1 Data Cell 2 Data