Difference between revisions of "Template:Infobox"
(No difference)
|
Latest revision as of 02:04, 28 March 2017
<infobox>
<title source="title"><default>Unknown</default></title>
<image source="image"><caption source="imagecaption"/></image>
<group>
<header>Some attributes</header>
<label>First</label><default>Unknown</default>
<label>Second</label><default>Unknown</default>
<label>Third</label><default>Unknown</default>
</group>
<group>
<header>Other attributes</header>
<label>Fourth</label>
<label>Fifth</label>
<label>Sixth</label>
</group>
<group layout="horizontal">
<header>Order</header>
<label>Previous</label>
<label>Next</label>
</group>
</infobox>
| Template documentation follows |
|---|
| Note: the template above may sometimes be partially or fully invisible. |
| Visit Template:Infobox/doc to edit this documentation. (How does this work?) |
Description[edit]
This template is a sample infobox, to aid in the creation of new infoboxes.
Recommended usage: copy the template code to a new template page, and edit it there.
Infobox and template background[edit]
See Help:Templates, Help:Infobox for some background on how templates and infoboxes work.
Notes[edit]
- The Title, First, Second, and Third rows show "Unknown" if their values are not specified.
- The Image, Imagecaption, Fourth, Fifth, and Sixth rows won't show up if their values are not specified.
Syntax[edit]
{{infobox
| title =
| image = [e.g. "Example.jpg"]
| imagecaption =
| first =
| second =
| third =
| fourth =
| fifth =
| sixth =
| previous =
| next =
}}
Samples[edit]
{{infobox
| title = A pretty flower
| image = Example.jpg
| imagecaption = Floweris flowerum
| first = Pink and green
| second = Outdoors
| fourth = Annual
| previous = I
| next = III
}}
Results in...
<infobox> <title source="title"><default>Unknown</default></title> <image source="image"><caption source="imagecaption"/></image> <group> <header>Some attributes</header> <label>First</label><default>Unknown</default> <label>Second</label><default>Unknown</default> <label>Third</label><default>Unknown</default> </group> <group> <header>Other attributes</header> <label>Fourth</label> <label>Fifth</label> <label>Sixth</label> </group> <group layout="horizontal"> <header>Order</header> <label>Previous</label> <label>Next</label> </group>
</infobox>