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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<templatestyles src="Infobox/styles.css"/>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
{{#invoke:Infobox|render
{{#if:{{{image|}}}|
| title={{{title|{{PAGENAME}}}}}
<div class="infobox-image">
| image={{{image|}}}
  {{#tag:img
| width={{{width|300}}}
    |  
| order={{{order|}}}
    | src={{{image}}}
}}
    | alt={{{title|{{PAGENAME}}}}}
    | style=width:300px;
  }}
</div>}}
<table class="infobox-table">
...
</table>
</div>

Latest revision as of 23:22, 9 August 2025

<templatestyles src="Infobox/styles.css"/>

Infobox