Template:INITOC
From Step Mods | Change The Game
Purpose & Usage
This template allows text to be displayed and automatically arranged over multiple columns. It is used on the some INI Guides to help create a custom TOC.
Parameters
Required
- text: Column content.
Optional
- heading: Adds a level-3 heading right before the column.
- borderColor: Sets the color of the borders. Default is #555.
- width: Sets the width of the entire block of columned content. Default is 65%.
- columns: Sets the number of columns to use. Default is 3.
- gapSize: Sets the whitespace width between columns (analogous to padding). Default is 25px.
- borderSize: Sets the border width between columns (placed in center of the gap). Default is #555.
Examples
NOTE: Do NOT add line breaks within the code. Instead use HTML
elements.
Code:
{{Columns|text=Love<br />is<br />columns!}}
Result: Template:Columns
Code:
{{Columns|text=Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />}}
Result: Template:Columns
Code:
{{Columns |heading=Love |borderSize=0 |columns=4 |width=100% |text=Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br />Love<br />is<br />columns!<br /> }}
Result: Template:Columns