Template:Infobox: Difference between revisions

No edit summary
m (Added category)
Line 5: Line 5:
| 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 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>
[[Category:Template]]

Revision as of 17:03, 10 September 2018

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
}}