Difference between revisions of "Template:Infobox"

From Highway 0, the Kentucky Route Zero wiki
Jump to navigation Jump to search
m
m
 
(4 intermediate revisions by the same user not shown)
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 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>
+
</div></includeonly><noinclude>== Usage ==
 +
<nowiki>
 +
{{Infobox
 +
|title    = (defaults to article name)
 +
|image    =
 +
|developer =
 +
|publisher =
 +
|designer  =
 +
|composer  =
 +
|engine    =
 +
|platform  =
 +
|rating    =
 +
|release  =
 +
}}</nowiki>
 +
 
 +
== Example==
 +
 
 +
See {{KRZ}}.
 +
 
 +
[[Category:Infobox Templates]]
 +
</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.