Template:Infobox/Columns/doc: Difference between revisions

From Jonesipedia
Jump to navigation Jump to search
 
m 1 revision imported
 
(No difference)

Latest revision as of 09:33, 29 May 2021

<templatestyles src="Module:Message box/ombox.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 columnThird column
First column Second columnThird columnFourth 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}}
}}