Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<div class="infobox">
{{#invoke:Infobox|render
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
| title={{{title|{{PAGENAME}}}}}
{{#if:{{{image|}}}|
| image={{{image|}}}
<div class="infobox-image">
| width={{{width|300}}}
  {{#tag:img
| order={{{order|}}}
    |  
}}
    | src={{{image}}}
    | alt={{{title|{{PAGENAME}}}}}
    | style=width:300px;
  }}
</div>}}
<table class="infobox-table">
...
</table>
</div>

Revision as of 23:14, 9 August 2025

Infobox