Template:GenericSortable/doc: Difference between revisions

From August Wiki
Jump to navigation Jump to search
Replaced content with "<big>This Template is no longer used</big>"
Tag: Replaced
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==GenericSortable Template Variables==
<big>This Template is no longer used</big>
 
* '''columns''' - Number of columns in the table (default: 3)
* '''tableStyle=text-align:{n}''' - Alignment for the whole table
* '''row{n}cell{n}style=text-align:{n}''' - Alignment of a specific row/cell
* '''heading{n}''' - Text for each column header
* '''heading{n}colspan''' - Colspan attribute (if needed)
* '''row{n}cell{n}''' - Content for each cell in each row
 
===Example===
Below is an example of the syntax, and the resulting table that is created.
<pre>
{{GenericSortable
|columns=3
|heading1=I
|heading2=Love
|heading3=August!
|row1cell1=Yes
|row1cell2=I
|row1cell3=Do!
}}
</pre>
 
{{GenericSortable
|columns=3
|heading1=I
|heading2=Love
|heading3=August!
|row1cell1=Yes
|row1cell2=I
|row1cell3=Do!
}}

Latest revision as of 23:39, 15 August 2025

This Template is no longer used