149
edits
| Line 82: | Line 82: | ||
To use infobox on another page, this code must be used: | To use infobox on another page, this code must be used: | ||
<pre> | <pre> | ||
{{ | {{Infobox | ||
|title = | |title= | ||
|file = | |file= | ||
|caption = | |caption= | ||
|prm1 = | |prm1=something | ||
|prm2 = | |prm2= | ||
}}</pre> | }}</pre> | ||
Per break down above, the only obligatory parameter here <code><nowiki>{{{prm1}}}</nowiki></code>. | Per break down above, the only obligatory parameter here <code><nowiki>{{{prm1}}}</nowiki></code>. | ||
| Line 94: | Line 94: | ||
If everything is left empty, the output will be: | If everything is left empty, the output will be: | ||
{{ | {{Infobox | ||
|title = | |title= | ||
|file = | |file= | ||
|caption = | |caption= | ||
|prm1 = | |prm1= | ||
|prm2 = | |prm2= | ||
}} | }} | ||