Template:Infobox: Difference between revisions

(Created page with "<noinclude>This template is used to embed an infobox in the page. It can be used directly, but is usually used by another infobox template which creates the content to assign...")
 
No edit summary
Line 4: Line 4:
| image = Image_name.jpg
| image = Image_name.jpg
| content = infobox content
| content = infobox content
}}</nowiki></pre></noinclude><includeonly><div class="infobox"><div class="title">Key Information</div>{{#if:{{{image|}}}|<div class="image">[[Image:{{{image|}}}|150px]]</div>}}</div><div class="content">{{{content|}}}</div></div></includeonly>
}}</nowiki></pre></noinclude><includeonly><div class="infobox"><div class="title">Key Information</div>{{#if:{{{image|}}}|<div class="image">[[Image:{{{image|}}}|150px]]</div>}}<div class="content">{{{content|}}}</div></div></includeonly>

Revision as of 07:20, 14 February 2014

This template is used to embed an infobox in the page. It can be used directly, but is usually used by another infobox template which creates the content to assign to the content property.

{{Infobox
| image = Image_name.jpg
| content = infobox content
}}