Difference between revisions of "Template:InfoBoxMaps"

From Pokémon Shadows
Jump to navigationJump to search
Line 3: Line 3:
     <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
     <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
     <table>
     <table>
         {{#if:{{{param1|}}}|
         {{#if:{{{north|}}}|
         <tr>
         <tr>
             <th>North</th>
             <th>North</th>
             <td>{{{param1}}}</td>
             <td>{{{north}}}</td>
         </tr>}}
         </tr>}}
         {{#if:{{{param2|}}}|
         {{#if:{{{south|}}}|
         <tr>
         <tr>
             <th>South</th>
             <th>South</th>
             <td>{{{param2}}}</td>
             <td>{{{south}}}</td>
         </tr>}}
         </tr>}}
         {{#if:{{{param3|}}}|
         {{#if:{{{east|}}}|
         <tr>
         <tr>
             <th>East</th>
             <th>East</th>
             <td>{{{param3}}}</td>
             <td>{{{east}}}</td>
         </tr>}}
         </tr>}}
         {{#if:{{{param4|}}}|
         {{#if:{{{west|}}}|
         <tr>
         <tr>
             <th>West</th>
             <th>West</th>
             <td>{{{param4}}}</td>
             <td>{{{west}}}</td>
         </tr>}}
         </tr>}}
     </table>
     </table>

Revision as of 07:50, 28 May 2022

InfoBoxMaps

No description.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Unknownoptional
imageimage

no description

Unknownoptional
northnorth

no description

Unknownoptional
southsouth

no description

Unknownoptional
easteast

no description

Unknownoptional
westwest

no description

Unknownoptional