User:Phinbart/How to use Col templates
Wikisimpsons - The Simpsons Wiki
This is a how-to page on how to use Col templates (by Phinbart)
- Firstly
To make a column, you must type:
{{col-begin}}
on the page.
- Secondly
Then, depending on how many columns you want you put:
{{col-?}}
You can replace the "?" with whatever number and that will make the amount of columns.
- Thirdly
Put your text, and then type: (lets use "2" in place of the "?")
{{col-2}}
- Fourthly
Put text again and then type:
{{col-end}}
It will turn out like this:
ABC |
ABC |
For three columns, in place of "2", you put "3", which will turn out like this:
ABC |
ABC |
ABC |
For further columns, you will need to create the template:
{{col-?}}
and put whatever you want for "?". You will however, need to divide whatever number in place of "?" by 100.