Template:Structure: Difference between revisions
Jump to navigation
Jump to search
m 1 revision imported |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<infobox> | <includeonly> | ||
<div class="fandom-infobox structure-infobox"> | |||
<div class="pi-header">{{{name|{{PAGENAME}}}}}</div> | |||
{{#if:{{{image|}}}| | |||
<div class="pi-image"> | |||
[[File:{{{image}}}|300px]] | |||
{{#if:{{{caption|}}}|<div class="pi-caption">{{{caption}}}</div>}} | |||
</div> | |||
}} | |||
<table class="pi-data"> | |||
< | {{#if:{{{type|}}}| | ||
<tr> | |||
<th class="pi-label">Type</th> | |||
<td class="pi-value">{{{type}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{biome|}}}| | |||
<tr> | |||
<th class="pi-label">Biome</th> | |||
<td class="pi-value">{{{biome}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{materials|}}}| | |||
<tr> | |||
<th class="pi-label">Materials</th> | |||
<td class="pi-value">{{{materials}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{generation|}}}| | |||
<tr> | |||
<th class="pi-label">Generation</th> | |||
<td class="pi-value">{{{generation}}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
</div> | |||
</includeonly> | |||
</ | |||
</ | |||