Template:Infobox (AL): Difference between revisions

From Exiled Kingdoms Wiki
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly><table class="wikitable floatright toptextcells" style=" width:280px; text-align:center; margin:0 0 0.5em 1em;">{{#if:{{{Surtitle|}}}|
<onlyinclude><includeonly><table class="wikitable floatright toptextcells" style=" width:280px; text-align:center; margin:0 0 1em 1em;">{{#if:{{{Surtitle|}}}|
<tr><th style="background-color:#00a66a; border-color:#00a66a; color:#000; font-size:1.2em;">{{{Surtitle|}}}</th></tr>}}
<tr><th style="background-color:#00a66a; border-color:#00a66a; color:#000; font-size:1.2em;">{{{Surtitle|}}}</th></tr>}}
<tr><th style="background-color:#007c4f; border-color:#007c4f; color:#fff; font-size:1.5em;">{{{Title|}}}</th></tr>{{#if:{{{Subtitle|}}}|
<tr><th style="background-color:#007c4f; border-color:#007c4f; color:#fff; font-size:1.5em;">{{{Title|}}}</th></tr>{{#if:{{{Subtitle|}}}|

Revision as of 12:04, 3 March 2020

Description

This is a base template for infoboxes. It is not meant to be directly called from within Wiki pages, but for implementing customized infoboxes in other templates.

Usage

{{Infobox
|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 styles for formatting Content0."inline CSS style" (in quotation marks)
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 or image
Style1...Style9NoInline CSS styles for formatting Content1...Content9, respectively."inline CSS style" (in quotation marks)

View/Edit documentation page