Template:Infobox: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table style="float:right;border:1px solid silver;background-color:rgb(249, 249, 249);max-width:256px;padding:5px;">
<table style="float:right;border:1px solid silver;background-color:rgb(249, 249, 249);max-width:256px;padding:5px;">
<caption>'''{{{name|{{PAGENAME}}}}}'''</caption>
<caption>'''{{{name|{{PAGENAME}}}}}'''</caption>
{{#if: {{{image|}}} |
<tr>
<tr>
<td colspan="2">[[{{{image}}}|200px|center]]</td>
<td colspan="2">[[{{{image}}}|200px|center]]</td>
</tr>
</tr>
}}
</table>
</table>
<noinclude>
<noinclude>
Yeah
Usage:
<pre><nowiki>
{{Infobox
|name=OPTIONAL
|image=File:Example.png
}}
</nowiki></pre>
</noinclude>
</noinclude>

Latest revision as of 23:09, 27 February 2024

Infobox
[[{{{image}}}|200px|center]]

Usage:

{{Infobox
|name=OPTIONAL
|image=File:Example.png
}}