Template:Infobox/Doc: Difference between revisions
Appearance
Created page with "{{expand}} 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. {{tl|application infobox}}). You can either set the content directly or provide the content through a ''sub-template'' under <code>/Content</code>. I.e.: {{code|lang=mediawiki|line=no|<nowiki> {{infobox |title={{{title}}} |image={{{image}}} |content={{example infobox/content}} }} </nowiki>}}" |
No edit summary |
||
Line 1: | Line 1: | ||
{{expand}} | {{expand|scope=template documentation}} | ||
This template is the basis to all [[:Category:Infobox|infoboxes]]. You shouldn't use it by itself, instead import it in a more specific infobox (e.g. {{tl|application infobox}}). You can either set the content directly or provide the content through a ''sub-template'' under <code>/Content</code>. I.e.: | This template is the basis to all [[:Category:Infobox|infoboxes]]. You shouldn't use it by itself, instead import it in a more specific infobox (e.g. {{tl|application infobox}}). You can either set the content directly or provide the content through a ''sub-template'' under <code>/Content</code>. I.e.: |
Revision as of 23:41, 7 June 2025
☶︎
This template documentation needs to be expanded. 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. {{application infobox}}
). 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={{example infobox/content}}
}}