Template:Aligned table/doc: Difference between revisions

Jump to navigation Jump to search
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..."
>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.


<pre style="overflow:auto;">
<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) | ... | ...
}}
}}
</pre>
</syntaxhighlight>


== Parameters ==
== Parameters ==
Line 179: Line 179:
== Examples ==
== Examples ==


<pre>
<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
}}
}}
</pre>
</syntaxhighlight>
{{Aligned table
{{Aligned table
|cols=3 |class=wikitable
|cols=3 |class=wikitable
Line 192: Line 192:
}}
}}


<pre>
<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
}}
}}
</pre>
</syntaxhighlight>
{{Aligned table
{{Aligned table
|cols=4 |class=wikitable
|cols=4 |class=wikitable
Line 209: Line 209:
}}
}}


<pre>
<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
}}
}}
</pre>
</syntaxhighlight>
{{Aligned table
{{Aligned table
|class=wikitable |style=width:20em;
|class=wikitable |style=width:20em;
Line 224: Line 224:
}}
}}


<pre>
<syntaxhighlight lang="wikitext">
{{Aligned table
{{Aligned table
|title=Example
|title=Example
Line 233: Line 233:
| B | 2 | b
| B | 2 | b
}}
}}
</pre>
</syntaxhighlight>
{{Aligned table
{{Aligned table
|title=Example
|title=Example
Line 243: Line 243:
}}
}}


<pre>
<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
}}
}}
</pre>
</syntaxhighlight>
{{Aligned table
{{Aligned table
|cols=3 |class=wikitable sortable
|cols=3 |class=wikitable sortable

Navigation menu