(Undid revision 855063393 by Jdlrobson (talk) rather problematic change mentioned on talk page, reverting until it can be sorted) |
(Minimal-working code for Infobox (hopefully)) |
||
Line 1: | Line 1: | ||
{{ | <div class="infobox"> | ||
{{ | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
< | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
</ | <table class="infobox-table">{{#if:{{{formerlycalled|}}}|<tr> | ||
<th>Formerly called</th> | |||
<td>{{{formerlycalled}}}</td> | |||
</tr>}}{{#if:{{{location|}}}|<tr> | |||
<th>Location</th> | |||
<td>{{{location}}}</td> | |||
</tr>}}{{#if:{{{website|}}}|<tr> | |||
<th>Website</th> | |||
<td>{{{website}}}</td> | |||
</tr>}}</table> | |||
</div> |
Revision as of 04:01, 17 January 2024
Infobox