Template:Infobox (AL)/doc

From Exiled Kingdoms Wiki

Description

This is a simply base template for infoboxes. It is not meant to be directly called from within Wiki pages, but for implementing customized infobox templates for specific pages (e.g. quests, characters, items, etc.).

Usage

{{Infobox (AL)
|Title = 
|Surtitle = 
|Subtitle = 
|Content0 = 
|Style0 = 
|Header1 = 
|Content1 = 
|Style1 = 
<!-- ...up to 9... -->
|Header9 = 
|Content9 = 
|Style9 = 
}}

Parameters

NameRequiredDescriptionValues
TitleYesThe title of the infobox.arbitrary text
SurtitleNoText to be displayed directly above the title.arbitrary text
SubtitleNoText to be displayed directly below the title.arbitrary text
Content0NoThe content of the cell below the title.arbitrary text / image
Style0NoInline CSS properties for formatting Content0."CSS properties" (in quotation marks), e.g. "text-align:left; font-size:large;"
Header1...Header9NoThe different headers of the infobox. Up to 9 are possible. Empty headers will not be displayed.arbitrary text
Content1...Content9NoThe content of the cells below Header1...Header9, respectively. Will only display if the corresponding Header is not empty.arbitrary text / image
Style1...Style9NoInline CSS properties for formatting Content1...Content9, respectively."CSS properties" (in quotation marks), e.g. "text-align:left; font-size:large;"