Template:Infobox

Revision as of 18:57, 7 October 2023 by Anton.exe (talk | contribs) (update file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A simple infobox

Parameters Edit

title Optional The title field on the top of the infobox. Defaults to the page name.
image Optional The embedded image. (Recommended size: 260px)
content Optional The fields of the infobox. Use of Template:Infobox/Property recommended.

Examples Edit

Markup Edit

{{Infobox
|title = Example
|image=[[File:grablogo.png|260px]]
|content=
{{Infobox/Property|Info|Stuff}}
{{Infobox/Property|More Info|More Stuff}}
}}

Output Edit

Example
InfoStuff
More InfoMore Stuff

Markup Edit

{{Infobox
|title = Example 2
|content=
{{Infobox/Property|Info|Stuff}}
{{Infobox/Property|More Info|More Stuff}}
}}

Output Edit

Example 2
InfoStuff
More InfoMore Stuff