Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox WADs: Difference between revisions

Template page
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{author|}}}|<tr> <th>Author</th> <td>{{{author}}}</td> </tr>}}{{#if:{{{titleid|}}}|<tr> <th>Title ID</th> <td>{{{titleid}}}</td> </tr>}}{{#if:{{{type|}}}|<tr> <th>Type</th> <td>{{{type}}}</td> </tr>}}{{#if:{{{releasedate|}}}|<tr> <th>Re..."
 
No edit summary
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{author|}}}|<tr>
<table class="infobox-table">
<tr>
     <th>Author</th>
     <th>Author</th>
     <td>{{{author}}}</td>
     <td>{{{author}}}</td>
</tr>}}{{#if:{{{titleid|}}}|<tr>
</tr><tr>
     <th>Title ID</th>
     <th>Title ID</th>
     <td>{{{titleid}}}</td>
     <td>{{{titleid}}}</td>
</tr>}}{{#if:{{{type|}}}|<tr>
</tr><tr>
     <th>Type</th>
     <th>Type</th>
     <td>{{{type}}}</td>
     <td>{{{type}}}</td>
</tr>}}{{#if:{{{releasedate|}}}|<tr>
</tr>|<tr>
     <th>Released on</th>
     <th>Released on</th>
     <td>{{{releasedate}}}</td>
     <td>{{{releasedate}}}</td>
</tr>}}}</table>
</tr></table>
</div>
</div>

Revision as of 12:53, 24 July 2024

Infobox WADs
{{#if:|
[[File:|300px]]
}} |
Author {{{author}}}
Title ID {{{titleid}}}
Type {{{type}}}
Released on {{{releasedate}}}