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
 
(3 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
     <th>Platform</th>
 
     <th>Platform</th>
 
     <td>{{{platform}}}</td>
 
     <td>{{{platform}}}</td>
 +
</tr>}}{{#if:{{{rating|}}}|<tr>
 +
    <th>Rating</th>
 +
    <td>{{{rating}}}</td>
 
</tr>}}{{#if:{{{release|}}}|<tr>
 
</tr>}}{{#if:{{{release|}}}|<tr>
 
     <th>Release</th>
 
     <th>Release</th>
 
     <td>{{{release}}}</td>
 
     <td>{{{release}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
</div></includeonly>
+
</div></includeonly><noinclude>== Usage ==
<noinclude>
 
== How to use ==
 
 
  <nowiki>
 
  <nowiki>
 
{{Infobox
 
{{Infobox
|title    =  
+
|title    = (defaults to article name)
 
|image    =  
 
|image    =  
 
|developer =  
 
|developer =  
Line 37: Line 38:
 
|engine    =  
 
|engine    =  
 
|platform  =  
 
|platform  =  
 +
|rating    =
 
|release  =  
 
|release  =  
}}
+
}}</nowiki>
</nowiki>
+
 
 +
== Example==
 +
 
 +
See {{KRZ}}.
 +
 
 
[[Category:Infobox Templates]]
 
[[Category:Infobox Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 10:54, 3 January 2020

Usage

{{Infobox
|title     = (defaults to article name) 
|image     = 
|developer = 
|publisher = 
|designer  = 
|composer  = 
|engine    = 
|platform  = 
|rating    = 
|release   = 
}}

Example[edit]

See Kentucky Route Zero.