Template:Table/doc: Difference between revisions
Ostermayer (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> {{Documentation subpage}} ==Usage== To specify a straightforward t...") |
Ostermayer (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
==Details for this template== | |||
This text (that accomplishes nothing) may appear within a page's wikimarkup: '''<nowiki>{{table}}</nowiki>'''. To prevent this from occurring, a message is displayed to the user instructing them about misuse. Also, the page is added to the [[:Category:Articles using the table template incorrectly|Articles using the table template incorrectly]] category. After the initial cleanup (all instances of <nowiki>{{table}}</nowiki> were removed), it seems unlikely now that someone would use this template wrong because of the warning message. But keep an eye on that category, just in case! | |||
==Usage== | ==Usage== | ||
| Line 39: | Line 41: | ||
{{Table|type=class="wikitable sortable"|title=Example Table Two|hdrs=Year!!Comments|row1=2001{{!!}}Started research|row2=2002{{!!}}Published findings}} | {{Table|type=class="wikitable sortable"|title=Example Table Two|hdrs=Year!!Comments|row1=2001{{!!}}Started research|row2=2002{{!!}}Published findings}} | ||
==External links== | ==External links== | ||
Revision as of 17:33, 4 February 2014
Details for this template
This text (that accomplishes nothing) may appear within a page's wikimarkup: {{table}}. To prevent this from occurring, a message is displayed to the user instructing them about misuse. Also, the page is added to the Articles using the table template incorrectly category. After the initial cleanup (all instances of {{table}} were removed), it seems unlikely now that someone would use this template wrong because of the warning message. But keep an eye on that category, just in case!
Usage
To specify a straightforward table without needing to input all the wikicode required (in particular the |- row divisions).
{{Table
|type = // default: style="background:transparent;"
|title =
|hdrs = // first header !! second header !! ...
|row1 = // first cell's contents {{!!}} second cell's contents {{!!}} ...
...
|row100 = // last possible row
}}
All parameters optional.
Examples
Example One
{{Table
|hdrs=Timeline
|row1=2001 Started research
|row2=2002 Published findings}}
class="wikitable"
Example Two
{{Table
|type=class="wikitable sortable"
|title=Example Table Two
|hdrs=Year!!Comments
|row1=2001{{!!}}Started research
|row2=2002{{!!}}Published findings}}
class="wikitable"
External links
- Copy & Paste Excel-to-Wiki Converter; a fine tool for copying Excel data to wiki
