Difference between revisions of "Template:Tbl-cell"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) (→Usage) |
||
| (11 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
{{{{#switch: {{{row}}} | {{{{#switch: {{{row}}} | ||
| 1 | | 1 | ||
| Line 65: | Line 66: | ||
| 64 = tbl-cellg | | 64 = tbl-cellg | ||
| template:tbl-cell error | | template:tbl-cell error | ||
| − | }}|align={{{align|}}}|content={{{1|{{{content|}}}}}}|other={{{other|}}}}} | + | }}|align={{{align|}}}|content={{{1|{{{content|}}}}}}|other={{{other|}}}}}[[category:Uses Tbl-cell]]</includeonly><noinclude> |
| − | <noinclude> | + | ===Usage=== |
| + | '''<nowiki>{{</nowiki>tbl-init{{pipe}}''align='''center''{{pipe}}'''caption='''''1a. The caption'''''<nowiki>}}</nowiki>'''<br>'''<nowiki>{{</nowiki>tbl-title{{pipe}}'''''column title'''''<nowiki>}}</nowiki><br>{{pipe}}-'''<br>{{highlight|text='''<nowiki>{{</nowiki>tbl-cell{{pipe}}row='''''1''{{pipe}}''The content'''''<nowiki>}}</nowiki>'''}}<br>'''{{pipe}}-<br><nowiki>{{</nowiki>tbl-cell{{pipe}}row='''''2''{{pipe}}''The content'''''<nowiki>}}</nowiki><br>{{pipe}}<nowiki>}</nowiki>''' | ||
| + | : Also place a total of exactly one '''<nowiki><</nowiki>noinclude><nowiki>{{GroupListHeading|group=tables}}</nowiki><nowiki></</nowiki>noinclude>''' at the bottom of the page, below any existing <nowiki><</nowiki>noinclude><nowiki>{{refheading}}</nowiki><nowiki></</nowiki>noinclude> and above the category links section. | ||
| + | |||
| + | ===Result=== | ||
| + | {{tbl-init|align=center|caption=1a. The caption}} | ||
| + | {{tbl-title|column title}} | ||
| + | |- | ||
| + | {{tbl-cell|row=1|The content}} | ||
| + | |- | ||
| + | {{tbl-cell|row=2|The content}} | ||
| + | |} | ||
[[category:templates]] | [[category:templates]] | ||
| − | </noinclude> | + | {{GroupListHeading|group=tables}} |
| + | </noinclude><!-- there must be nothing - not even a space after this comment --> | ||
Revision as of 19:39, 23 February 2013
Usage
{{tbl-init|align=center|caption=1a. The caption}}
{{tbl-title|column title}}
|-
{{tbl-cell|row=1|The content}}
|-
{{tbl-cell|row=2|The content}}
|}
- Also place a total of exactly one <noinclude>{{GroupListHeading|group=tables}}</noinclude> at the bottom of the page, below any existing <noinclude>{{refheading}}</noinclude> and above the category links section.
Result
| column title |
|---|
| The content |
| The content |
List of Tables
- ↑ Table 1a. The caption