Template:Infobox: Difference between revisions
From Screamer Wiki
m (1 revision) |
(Infobox updated using the portable infobox migration tool) |
||
Line 1: | Line 1: | ||
<infobox> | |||
<data source="Box title"><label>Box title</label><default>No Title</default></data> | |||
<data source="Image file"><label>Image file</label></data> | |||
< | <data source="Image size"><label>Image size</label></data> | ||
<data source="Row 1 title"><label>Row 1 title</label><default>No Title</default></data> | |||
<data source="Row 1 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 1 title|No Title}}}'''</div></label><default>No information</default></data> | |||
<data source="Row 2 title"><label>Row 2 title</label></data> | |||
<data source="Row 2 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 2 title}}}'''</div></label><default>No information</default></data> | |||
<data source="Row 3 title"><label>Row 3 title</label></data> | |||
<data source="Row 3 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 3 title}}}'''</div></label><default>No information</default></data> | |||
<data source="Row 4 title"><label>Row 4 title</label></data> | |||
<data source="Row 4 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 4 title}}}'''</div></label><default>No information</default></data> | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 1 title|No Title}}}'''</div> | <data source="Row 5 title"><label>Row 5 title</label></data> | ||
<data source="Row 5 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 5 title}}}'''</div></label><default>No information</default></data> | |||
< | <data source="Row 6 title"><label>Row 6 title</label></data> | ||
<data source="Row 6 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 6 title}}}'''</div></label><default>No information</default></data> | |||
<data source="Row 7 title"><label>Row 7 title</label></data> | |||
<data source="Row 7 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 7 title}}}'''</div></label><default>No information</default></data> | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 2 title}}}'''</div> | <data source="Row 8 title"><label>Row 8 title</label></data> | ||
<data source="Row 8 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 8 title}}}'''</div></label><default>No information</default></data> | |||
< | <data source="Row 9 title"><label>Row 9 title</label></data> | ||
<data source="Row 9 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 9 title}}}'''</div></label><default>No information</default></data> | |||
<data source="Row 10 title"><label>Row 10 title</label></data> | |||
<data source="Row 10 info"><label><div style="top:+0.2em;font-size: 95%">'''{{{Row 10 title}}}'''</div></label><default>No information</default></data> | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 3 title}}}'''</div> | <data source="Row 11 title"><label>Row 11 title</label></data> | ||
</infobox> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 4 title}}}'''</div> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 5 title}}}'''</div> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 6 title}}}'''</div> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 7 title}}}'''</div> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 8 title}}}'''</div> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 9 title}}}'''</div> | |||
< | |||
<div style="top:+0.2em;font-size: 95%">'''{{{Row 10 title}}}'''</div> | |||
< | |||
<noinclude> | <noinclude> | ||
== Usage & preview == | |||
Type in this: | |||
<pre> | |||
{{Infobox | |||
|Box title= | |||
|Image file= | |||
|Image size= | |||
|Row 1 title= | |||
|Row 1 info= | |||
|Row 2 title= | |||
|Row 2 info= | |||
|Row 3 title= | |||
|Row 3 info= | |||
|Row 4 title= | |||
|Row 4 info= | |||
|Row 5 title= | |||
|Row 5 info= | |||
|Row 6 title= | |||
|Row 6 info= | |||
|Row 7 title= | |||
|Row 7 info= | |||
|Row 8 title= | |||
|Row 8 info= | |||
|Row 9 title= | |||
|Row 9 info= | |||
|Row 10 title= | |||
|Row 10 info= | |||
|Row 11 title= | |||
}} | |||
</pre> | |||
to see this: | |||
{{Infobox | |||
|Box title=This is a test | |||
|Image file=This is a test | |||
|Image size=This is a test | |||
|Row 1 title=This is a test | |||
|Row 1 info=This is a test | |||
|Row 2 title=This is a test | |||
|Row 2 info=This is a test | |||
|Row 3 title=This is a test | |||
|Row 3 info=This is a test | |||
|Row 4 title=This is a test | |||
|Row 4 info=This is a test | |||
|Row 5 title=This is a test | |||
|Row 5 info=This is a test | |||
|Row 6 title=This is a test | |||
|Row 6 info=This is a test | |||
|Row 7 title=This is a test | |||
|Row 7 info=This is a test | |||
|Row 8 title=This is a test | |||
|Row 8 info=This is a test | |||
|Row 9 title=This is a test | |||
|Row 9 info=This is a test | |||
|Row 10 title=This is a test | |||
|Row 10 info=This is a test | |||
|Row 11 title=This is a test | |||
}} | |||
[ | [{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above] | ||
</noinclude> | </noinclude> |
Revision as of 16:43, 19 August 2015
Usage & preview
Type in this:
{{Infobox |Box title= |Image file= |Image size= |Row 1 title= |Row 1 info= |Row 2 title= |Row 2 info= |Row 3 title= |Row 3 info= |Row 4 title= |Row 4 info= |Row 5 title= |Row 5 info= |Row 6 title= |Row 6 info= |Row 7 title= |Row 7 info= |Row 8 title= |Row 8 info= |Row 9 title= |Row 9 info= |Row 10 title= |Row 10 info= |Row 11 title= }}
to see this: