Template:Infobox: Difference between revisions

From Falcom Glossary
Jump to navigation Jump to search
No edit summary
m (17 revisions imported)
 
(10 intermediate revisions by one other user not shown)
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:{{{image}}}|200px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
<table>
<table>{{#if:{{{param1|}}}|<tr>
</tr>}}{{#if:{{{source|}}}|<tr>
    <th>Origin:</th>
     <th>Source:</th>
    <td>{{{param1}}}</td>
     <td>{{{source}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
{{#if:{{{japanese|}}}|<tr>
     <th>Source Name:</th>
     <td>{{{param2}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
     <th>Japanese:</th>
     <th>Japanese:</th>
     <td>{{{japanese}}}</td>
     <td>{{{param3}}}</td>
</tr>}}{{#if:{{{descriptionj|}}}|<tr>
</tr>}}{{#if:{{{param4|}}}|<tr>
     <th>Description (J):</th>
     <th>Description (J):</th>
     <td>{{{descriptionj}}}</td>
     <td>{{{param4}}}</td>
</tr>}}{{#if:{{{descriptione|}}}|<tr>
</tr>}}{{#if:{{{param5|}}}|<tr>
     <th>Description (E):</th>
     <th>Description (E):</th>
     <td>{{{descriptione}}}</td>
     <td>{{{param5}}}</td>
</tr>}}{{#if:{{{param6|}}}|<tr>
    <th>Appears In:</th>
    <td>{{{param6}}}</td>
</tr>}}{{#if:{{{param7|}}}|<tr>
    <th>Comments:</th>
    <td>{{{param7}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 12:09, 19 July 2022

Infobox