Template:Infobox: Difference between revisions

Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{imagen|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:..."
 
mNo edit summary
 
(5 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>{{#if:{{{imagen|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{developer|}}}|<tr>
<table>{{#if:{{{developer|}}}|<tr>
     <th>Developer</th>
     <th>Developer</th>
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>