Template:Infobox
From NovaRoma
(Difference between revisions)
(Created page with "<includeonly>{{{!}} class="infobox {{{bodyclass|}}}" cellspacing="5" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em; {{{bodystyle|}}}"<!-- Caption -->{...") |
m |
||
| (13 intermediate revisions by one user not shown) | |||
| Line 686: | Line 686: | ||
{{!}} class="{{{class67|}}}" style="{{{datastyle|}}}"{{!}}{{{data67|}}} }}| {{#if:{{{data67|}}}|<nowiki/> | {{!}} class="{{{class67|}}}" style="{{{datastyle|}}}"{{!}}{{{data67|}}} }}| {{#if:{{{data67|}}}|<nowiki/> | ||
{{!}}- | {{!}}- | ||
| − | + | {{!}}colspan="2" class="{{{class67|}}}" style="text-align:center; {{{datastyle|}}}"{{!}}{{{data67|}}} }} }}<!-- | |
| − | {{! | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Row 68 | Row 68 | ||
-->{{#if:{{{header68|}}}|<nowiki/> | -->{{#if:{{{header68|}}}|<nowiki/> | ||
| Line 856: | Line 850: | ||
== Example == | == Example == | ||
| − | + | <br> | |
{{Infobox | {{Infobox | ||
|name = name of the infobox - not the title! | |name = name of the infobox - not the title! | ||
Latest revision as of 06:54, 15 August 2013
Description
Produces a right-floating infobox. Borrowed from Wikipedia.
Usage
{{Infobox
|name = Name of the infobox - use only for a new infobox template!
|title = Title of the infobox
|image = An image link in full image link syntax
|caption = The image's caption
|header1 = A header.
|label1 = A label that will not display - number 1 is used for a header
|data1 = The data for label 1 - will not display since label 1 won't either
|label2 = A label that will display
|data2 = The data
|label3 = A label that will not display - doesn't have data
|data3 =
}}
Example
| Title of the infobox | |
| A header. | |
|---|---|
| A label that will display | The data for label 1 |
| A label that will display | The data for label 2 |