Template:Table: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (+descrip.)
(updating table advice re: XEB)
Line 1: Line 1:
<noinclude>Easily our worst template, '''Table''' defies all laws of sensible wiki editing. Transcluding it opens a table that needs to be closed manually. It ignores the existence of a nearly-identical pre-defined table class, "wikitable". And it's long been used as our standard method of making a table, in too many places to sanely contemplate fixing.
<noinclude>Easily our worst template, '''Table''' defies all laws of sensible wiki editing. Transcluding it opens a table that needs to be closed manually. It ignores the existence of a nearly-identical pre-defined table class, "wikitable". And it's long been used as our standard method of making a table, in too many places to sanely contemplate fixing.


Please do not exacerbate the problem, and avoid using this template when making new tables. You can use the [[wikipedia:Help:Table|standard table syntax]] directly, or else open a table with <tt>{| class="wikitable"</tt> to get similar formatting. You can even use the Smart Table button in our [[XEB|extended editing toolbar]] to get a wizard for magically creating a customized wikitable.
Please do not exacerbate the problem; avoid using this template when making new tables. You can use the [[wikipedia:Help:Table|standard table syntax]] directly, or else open a table with <tt>{| class="wikitable"</tt> to get similar formatting. Add in the class "sortable" (<tt>{| class="wikitable sortable"</tt>) to get a sortable table. Further add in the class "autosort" in order to make the table automatically sort by its first column. You can also use the "Simple table" and "Smart Table Wizard" buttons in our [[XEB|extended editing toolbar]].


And remember, kids, if Wikipedia's not doing something a certain way, then it's probably not a good idea. [[Category:General table templates]]</noinclude><includeonly>{|BORDER=1 CELLSPACING=0 CELLPADDING=2 STYLE="border-style:solid; border-collapse:collapse; empty-cells:show; background-color:#f9f9f9;" WIDTH={{{width|100%}}} ALIGN={{{align|center}}}</includeonly>
[[Category:General table templates]]</noinclude><includeonly>{|BORDER=1 CELLSPACING=0 CELLPADDING=2 STYLE="border-style:solid; border-collapse:collapse; empty-cells:show; background-color:#f9f9f9;" WIDTH={{{width|100%}}} ALIGN={{{align|center}}}</includeonly>

Revision as of 21:45, 14 November 2015

Easily our worst template, Table defies all laws of sensible wiki editing. Transcluding it opens a table that needs to be closed manually. It ignores the existence of a nearly-identical pre-defined table class, "wikitable". And it's long been used as our standard method of making a table, in too many places to sanely contemplate fixing.

Please do not exacerbate the problem; avoid using this template when making new tables. You can use the standard table syntax directly, or else open a table with {| class="wikitable" to get similar formatting. Add in the class "sortable" ({| class="wikitable sortable") to get a sortable table. Further add in the class "autosort" in order to make the table automatically sort by its first column. You can also use the "Simple table" and "Smart Table Wizard" buttons in our extended editing toolbar.