« Modèle:Infobox » : différence entre les versions

De Inkipédia
(Mis à jour)
Balises : Modification par mobile Modification par le web mobile
mAucun résumé des modifications
Balises : Modification par mobile Modification par le web mobile
Ligne 91 : Ligne 91 :


{{clr}}
{{clr}}
{{Documentation}}
</noinclude>
</noinclude>

Version du 25 juillet 2023 à 21:39

Produces a basic infobox for a game.

Parameters

open Optional. Like with {{BubbleBox}}, the "open" parameter leaves the table open (unclosed div) for further customization.
color Optional. An RGB triplet to use as the base color for formatting. The default color is {{SiteColor|<Generic>}}.
style Optional. A CSS property list to apply to the top-level container.
title Optional. The title. If absent, the page name is used.
logo Optional. The filename of the logo to display.
image Optional. The filename of the image to display.
caption Optional. Text displayed below the image.

Example

Markup

{{Infobox
|color     = {{SiteColor|Splatoon}}
|title     = Splatoon
|image     = Splatoon NA Box Art.jpg
|caption   = North American box art
}}

Output

Splatoon
Splatoon NA Box Art.jpg
North American box art
{{Infobox
|color     = {{SiteColor|Splatoon 2}}
|title     = Splatoon 2
|caption   = Example
}}

Output

Splatoon 2

Example
{{Infobox
|color     = {{SiteColor|Generic}}
|title     = Moray Towers
|image     = S Stage Moray Towers.png
|caption   = Horizontal image
}}

Output

Moray Towers
S Stage Moray Towers.png
Horizontal image
{{Infobox|open|color={{SiteColor|NIWA}}}}
{| style="border-spacing: 4px;"
{{InfoboxProperty|color={{SiteColor|NIWA}}|Field 1|Text 1}}
{{InfoboxProperty|color={{SiteColor|NIWA}}|Field 2|Text 2}}
|}</div>

Output

Infobox
Field 1 Text 1
Field 2 Text 2