Template:Table/doc: Difference between revisions

m
no edit summary
(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, …')
 
mNo edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}


==Usage==
== Usage ==
To specify a straightforward 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).
 
<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&nbsp;!! second header&nbsp;!! ...  
|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.


70,044

edits