70,044
edits
(Created page with '{{Documentation subpage}} ==Usage== To specify a straightforward table without needing to input ''all the wikicode required''{{Citation needed|reason=specify the required code, …') |
Sandralpond (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
==Usage== | == Usage == | ||
To specify a | |||
<pre> | To specify a straight forward table without needing to input ''all the wikicode required''{{Citation needed|reason=specify the required code, incomplete. Reference?}} (in particular the <code><big>{{!-}}</big></code> row divisions). | ||
{{Table | <pre>{{Table | ||
|type = // default: style="background:transparent;" | |type = // default: style="background:transparent;" | ||
|title = | |title = | ||
|hdrs = // first header !! second header !! ... | |hdrs = // first header !! second header !! ... | ||
|row1 = // first cell's contents {{!!}} second cell's contents {{!!}} ... | |row1 = // first cell's contents {{!!}} second cell's contents {{!!}} ... | ||
... | ... | ||
|row100 = // last possible row | |row100 = // last possible row | ||
}} | }} | ||
</pre> | </pre> | ||
All parameters optional. | All parameters optional. | ||
edits