Difference between revisions of "Template:InfoBox"
Jump to navigation
Jump to search
(Created page with "<noinclude>Creates a right-floating box with infobox styling. Is designed to be used with InfoBoxHeader and InfoBoxData templates. == Usage == {{InfoBox|Info Box}} <nowiki>...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
{{InfoBoxHeader|Data}} | {{InfoBoxHeader|Data}} | ||
{{InfoBoxData|Trips|More than we can count}} | {{InfoBoxData|Trips|More than we can count}} | ||
{{InfoBoxData|Traps|Green | {{InfoBoxData|Traps| | ||
Blue | : Green | ||
Red}} | : Blue | ||
: Red}} | |||
}} | }} | ||
Line 18: | Line 19: | ||
<nowiki>{{</nowiki>InfoBoxHeader|Data}}<br> | <nowiki>{{</nowiki>InfoBoxHeader|Data}}<br> | ||
<nowiki>{{</nowiki>InfoBoxData|Trips|More than we can count}}<br> | <nowiki>{{</nowiki>InfoBoxData|Trips|More than we can count}}<br> | ||
<nowiki>{{</nowiki>InfoBoxData|Traps| | <nowiki>{{</nowiki>InfoBoxData|Traps|<br> | ||
<nowiki>: </nowiki>Green<br> | |||
Red}}<br> | <nowiki>: </nowiki>Blue<br> | ||
<nowiki>: </nowiki>Red}}<br> | |||
}} | }} | ||
</noinclude><includeonly><div | </noinclude><includeonly><div class="infobox"> | ||
<div class="tt-header">{{{1}}}</div>{{{2|}}}</div></includeonly> | <div class="tt-header">{{{1}}}</div>{{{2|}}}</div></includeonly> |
Latest revision as of 12:02, 27 March 2022
Creates a right-floating box with infobox styling. Is designed to be used with InfoBoxHeader and InfoBoxData templates.
Usage
Info Box
{{InfoBox|Info Box}}
Info Box
Data
{{InfoBox|Info Box|
{{InfoBoxHeader|Data}}
{{InfoBoxData|Trips|More than we can count}}
{{InfoBoxData|Traps|
: Green
: Blue
: Red}}
}}