Template:Critters infobox: Difference between revisions
From Sandustry Official Wiki
Created page with "<includeonly> <div style="float:right; clear:right; margin:1em; width:300px;"> {| class="wikitable" style="width:100%;" |+ style="font-weight:bold; font-size:1.25em; text-align:center;" | {{{title|}}} |- | colspan="2" style="text-align:center;" | {{{image|}}} |- ! colspan="2" style="text-align:center;" | General Info |- ! Description | {{{Description|}}} |- ! Produces | {{{Produces|}}} |} </div> </includeonly> <noinclude> <syntaxhighlight lang="wikitext"> {{Critters Inf..." |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><templatestyles src="infobox/styles.css" /><div class="critters-infobox infobox"> | ||
<div | |||
{| class="wikitable" style="width:100%;" | {| class="wikitable" style="width:100%;" | ||
|+ style="font-weight:bold; font-size:1.25em; text-align:center;" | {{{title|}}} | |+ style="font-weight:bold; font-size:1.25em; text-align:center;" | {{{title|}}} | ||
|- | {{#if: {{{image|}}} | | ||
{{!}}- | |||
{{!}} colspan="2" style="text-align:center;" {{!}} {{{image}}} | |||
}} | |||
|- | |- | ||
! colspan="2" style="text-align:center;" | General Info | ! colspan="2" style="text-align:center;" | General Info | ||
| Line 14: | Line 15: | ||
| {{{Produces|}}} | | {{{Produces|}}} | ||
|} | |} | ||
</div> | </div></includeonly><noinclude> | ||
</includeonly> | |||
<noinclude> | |||
<syntaxhighlight lang="wikitext"> | <syntaxhighlight lang="wikitext"> | ||
{{Critters | {{Critters infobox | ||
|title= | |title= | ||
|image= | |image=[[File:Example.png|150px|class=pixelart]] | ||
|Description= | |Description= | ||
|Produces= | |Produces= | ||
}} | }} | ||
Latest revision as of 14:16, 11 August 2026
{{Critters infobox
|title=
|image=[[File:Example.png|150px|class=pixelart]]
|Description=
|Produces=
}}

