Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 14:13, 25 October 2024 by Ff6a74a2-b93e-4876-9bb6-c92ce5a3fdbf (talk | contribs) (Created page with "<templatestyles src="InfoboxCss.css" /> <div class="infobox"> {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|200px]]</div>}} <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> <div class="infobox-subtitle">{{{subtitle|}}}</div> <table class="infobox-table"> {{#if:{{{param1|}}}| <!-- If param1 is set, display the row --> <tr> <th>{{{param1_name|Param 1}}}</th> <!-- Default label fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Infobox


An infobox template with customizable parameters.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The title displayed at the top of the infobox.

Default
{{PAGENAME}}
Stringoptional
Subtitlesubtitle

An optional subtitle for the infobox.

Stringoptional
Imageimage

Image file displayed in the infobox.

Stringoptional
Parameter 1 Nameparam1_name

Label for the first parameter.

Stringoptional
Parameter 1 Valueparam1

First parameter to display.

Stringoptional
Parameter 2 Nameparam2_name

Label for the second parameter.

Stringoptional
Parameter 2 Valueparam2

Second parameter to display.

Stringoptional
Parameter 3 Nameparam3_name

Label for the third parameter.

Stringoptional
Parameter 3 Valueparam3

Third parameter to display.

Stringoptional
Parameter 4 Nameparam4_name

Label for the fourth parameter.

Stringoptional
Parameter 4 Valueparam4

Fourth parameter to display.

Stringoptional
Parameter 5 Nameparam5_name

Label for the fifth parameter.

Stringoptional
Parameter 5 Valueparam5

Fifth parameter to display.

Stringoptional