Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,309
edits
>Tomoneill (copy from https://en.wikipedia.org/wiki/Template:Aligned_table/doc) |
(Created page with "{{Documentation subpage}} {{Lua|icononly=on |Module:Aligned table}} {{high-use|8130}} <!----Please place categories where indicated at the bottom of this page and interwikis in Wikidata----> The purpose is of this template is for generating simple tables in locations where standard table markup is either not possible, without significant use of the {{tlc|!}} magic word (e.g., with a {{tl|sidebar}} template), or cumbersome (due to the repetitive use of spec...") |
||
Line 11: | Line 11: | ||
For parameter explanations, see table below. | For parameter explanations, see table below. | ||
< | <syntaxhighlight lang="wikitext" style="overflow:auto;"> | ||
{{Aligned table | {{Aligned table | ||
| title = | | title = | ||
Line 43: | Line 43: | ||
| (cell 2,1) | (cell 2,2) | ... | ... | | (cell 2,1) | (cell 2,2) | ... | ... | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
== Parameters == | == Parameters == | ||
Line 179: | Line 179: | ||
== Examples == | == Examples == | ||
< | <syntaxhighlight lang="wikitext"> | ||
{{Aligned table | {{Aligned table | ||
|cols=3 |class=wikitable | |cols=3 |class=wikitable | ||
Line 185: | Line 185: | ||
| B | 2 | b | | B | 2 | b | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{Aligned table | {{Aligned table | ||
|cols=3 |class=wikitable | |cols=3 |class=wikitable | ||
Line 192: | Line 192: | ||
}} | }} | ||
< | <syntaxhighlight lang="wikitext"> | ||
{{Aligned table | {{Aligned table | ||
|cols=4 |class=wikitable | |cols=4 |class=wikitable | ||
Line 200: | Line 200: | ||
| B | bbbbb | 1234 | 2 | | B | bbbbb | 1234 | 2 | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{Aligned table | {{Aligned table | ||
|cols=4 |class=wikitable | |cols=4 |class=wikitable | ||
Line 209: | Line 209: | ||
}} | }} | ||
< | <syntaxhighlight lang="wikitext"> | ||
{{Aligned table | {{Aligned table | ||
|class=wikitable |style=width:20em; | |class=wikitable |style=width:20em; | ||
Line 216: | Line 216: | ||
| B | 2 | | B | 2 | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{Aligned table | {{Aligned table | ||
|class=wikitable |style=width:20em; | |class=wikitable |style=width:20em; | ||
Line 224: | Line 224: | ||
}} | }} | ||
< | <syntaxhighlight lang="wikitext"> | ||
{{Aligned table | {{Aligned table | ||
|title=Example | |title=Example | ||
Line 233: | Line 233: | ||
| B | 2 | b | | B | 2 | b | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{Aligned table | {{Aligned table | ||
|title=Example | |title=Example | ||
Line 243: | Line 243: | ||
}} | }} | ||
< | <syntaxhighlight lang="wikitext"> | ||
{{Aligned table | {{Aligned table | ||
|cols=3 |class=wikitable sortable | |cols=3 |class=wikitable sortable | ||
Line 253: | Line 253: | ||
| C | 3 | c | | C | 3 | c | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{Aligned table | {{Aligned table | ||
|cols=3 |class=wikitable sortable | |cols=3 |class=wikitable sortable |