<templatestyles src="Module:Documentation/styles.css"></templatestyles>
The following template allows you to include two, three or four columns of the same width separated by a vertical line.
Usage
<templatestyles src="Module:Infobox/styles.css"></templatestyles>
Title of the record
First column |
Second column |
|
First column |
Second column | Third column |
|
First column |
Second column | Third column | Fourth column |
|
{{Infobox
|title = Title of the record
...
|data...={{Infobox/Columns|First column|Second column}}
|data...={{Infobox/Columns|First column|Second column|Third column}}
|data...={{Infobox/Columns|First column|Second column|Third column|Fourth column}}
}}