Template:Infobox/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 69: Line 69:
| Sidebar image width
| Sidebar image width
| {{CodeBlock|margin=5px|<nowiki>| imagewidth = 64px</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| imagewidth = 64px</nowiki>}}
|-
| {{param|imagelink}}
| Sidebar image link
| {{CodeBlock|margin=5px|<nowiki>| imagelink = Portal 2</nowiki>}}
|-
|-
! colspan=4 | Style parameters
! colspan=4 | Style parameters

Revision as of 22:12, 31 May 2023

Edit-copy.png
This is a documentation subpage for Template:Infobox.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

This is a sub-metatemplate of {{sidebar}} that is designed to help create infobox templates.

Sandbox

The sandbox for this page can be found at the sandbox subpage.

Testcases

Testcases for this template can be located on the testcases subpage.

Copy and Paste

{{Infobox | header = | image = | section1 = | entryid1 = | entryinfo1 = | footer = }}

Usage & Preview

{{{header}}}
Software Cover - The Lab.jpg
{{{section1}}}
{{{entryid1}}}
{{{entryinfo1}}}
{{{entryid2}}}
{{{entryinfo2}}}
{{{footer}}}
{{Infobox}}
Parameter Description Example
{{{header}}} Header content
| header = Foo bar
{{{section <1-2>}}} Main content section dividers
| section1 = Test
{{{entryid <1-2>}}} Entry idboxes
| entryid1 = Example
{{{entryinfo <1-2>}}} Entry infoboxes
| entryinfo2 = Placeholder
{{{footer}}} Footer content
| footer = Placeholder
{{{width}}} Width of the sidebar container and sidebar image
| width = 320px
Image parameters
{{{image}}} Sidebar image
| image = Software Cover - The Lab
{{{imagewidth}}} Sidebar image width
| imagewidth = 64px
{{{imagelink}}} Sidebar image link
| imagelink = Portal 2
Style parameters
{{{headerstyle}}} Header styling
| headerstyle = font-family:sans-serif;
{{{entryid <1-2> style}}} Entry idbox styling
| entryid1style = background:none;
{{{entryinfo <1-2> style}}} Entry infobox styling
| entryinfo1style = margin:.3em;
{{{footerstyle}}} Footer styling
| footerstyle1 = text-align:right;
{{{float}}} For specifying how or if the sidebar will float
| float = left