Even for a low-activity wiki, hosting & rendering many HQ image files takes significant resources and comes with high monthly server costs.
If you're able, please consider contributing to keep the site running to help support this independent, ad-free, fan-run site. Thank you!

Difference between revisions of "Template:Infobox"

From Highway 0, the Kentucky Route Zero wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<div class="infobox">
+
<includeonly><div class="infobox">
 
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
 
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
 
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
 
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
Line 24: Line 24:
 
     <td>{{{release}}}</td>
 
     <td>{{{release}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
</div>
+
</div></includeonly>
 +
<noinclude>
 +
== How to use ==
 +
<nowiki>
 +
{{Infobox
 +
|title    =
 +
|image    =
 +
|developer =
 +
|publisher =
 +
|designer  =
 +
|composer  =
 +
|engine    =
 +
|platform  =
 +
|release  =
 +
}}
 +
</nowiki>
 +
[[Category:Infobox Templates]]
 +
</noinclude>

Revision as of 10:22, 31 January 2018


How to use

{{Infobox
|title     = 
|image     = 
|developer = 
|publisher = 
|designer  = 
|composer  = 
|engine    = 
|platform  = 
|release   = 
}}