Template:Infobox: Difference between revisions
Appearance
m undo variable transclusion attempt Tag: Manual revert |
No edit summary |
||
Line 4: | Line 4: | ||
|borderColor={{{borderColor|var(--border-color-muted)}}} | |borderColor={{{borderColor|var(--border-color-muted)}}} | ||
|padding=0 | |padding=0 | ||
|margin=0 0 1rem 1rem | |||
|extraStyle=overflow-y: hidden; | |extraStyle=overflow-y: hidden; | ||
|{{#tag:div|{{#tag:p|{{{title}}}|class=infobox-title|style= | |{{#tag:div|{{#tag:p|{{{title}}}|class=infobox-title|style= |
Latest revision as of 16:18, 14 June 2025
Template Documentation [edit source| uses| help]
☶︎
This template documentation needs to be expanded. Provide more information about creating infoboxes. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
This template is the basis to all infoboxes. You shouldn't use it by itself, instead import it in a more specific infobox (e.g. {{infobox application}}
). You can either set the content directly or provide the content through a sub-template under /Content
. I.e.:
{{infobox
|title={{{title}}}
|image={{{image}}}
|content={{infobox example/content}}
}}