Difference between revisions of "Template:Landmass"

From Hyperdimension Neptunia Wiki
Jump to navigation Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div> {{#if:{{{image1|}}}|<div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}}{{#if:{{{cap...")
 
Line 2: Line 2:
 
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>
 
<div class="infobox-title">{{{title1|{{PAGENAME}}}}}</div>
 
{{#if:{{{image1|}}}|<div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}}{{#if:{{{caption1|}}}{{{image1|}}}|<div class="infobox-caption">{{{caption1}}}</div>}}
 
{{#if:{{{image1|}}}|<div class="infobox-image">[[File:{{{image1}}}|300px]]</div>}}{{#if:{{{caption1|}}}{{{image1|}}}|<div class="infobox-caption">{{{caption1}}}</div>}}
<table>{{#if:{{{cpu|}}}{{{other_residents|}}}{{{consoles_represented|}}}{{{mascots|}}}|<tr><td class="infobox-subtitle">Timeline</td></tr>}}
+
<table>{{#if:{{{cpu|}}}{{{other_residents|}}}{{{consoles|}}}{{{mascots|}}}|<tr><td class="infobox-subtitle">Timeline</td></tr>}}
 
{{#if:{{{cpu|}}}|<tr>
 
{{#if:{{{cpu|}}}|<tr>
 
     <th>CPU(s)</th>
 
     <th>CPU(s)</th>
Line 11: Line 11:
 
     <td>{{{other_residents}}}</td>
 
     <td>{{{other_residents}}}</td>
 
</tr>}}
 
</tr>}}
{{#if:{{{consoles_represented|}}}|<tr>
+
{{#if:{{{consoles|}}}|<tr>
 
     <th>Consoles Represented</th>
 
     <th>Consoles Represented</th>
     <td>{{{consoles_represented}}}</td>
+
     <td>{{{consoles}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{mascots|}}}|<tr>
 
{{#if:{{{mascots|}}}|<tr>
Line 33: Line 33:
 
|cpu=Example
 
|cpu=Example
 
|other_residents=Example
 
|other_residents=Example
|consoles_represented=Example
+
|consoles=Example
 
|mascots=Example
 
|mascots=Example
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 00:44, 5 April 2021

Landmass

Example usage:

{{Landmass
|title1=Example
|image1=Example
|caption1=Example
|cpu=Example
|other_residents=Example
|consoles=Example
|mascots=Example
}}