Template:KeitaArea2: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 52: Line 52:
     <div class="keita-infobox-section">
     <div class="keita-infobox-section">
       <h2 class="keita-infobox-section-title">[[File:{{{Badge}}}_Badge_Icon.png|30px]] {{PAGENAME}} Gym</h2>
       <h2 class="keita-infobox-section-title">[[File:{{{Badge}}}_Badge_Icon.png|30px]] {{PAGENAME}} Gym</h2>
       <div class="keita-info-rows">
       <table class="keita-info-rows">
         <span class="keita-info-row-label">Gym Leader</span>
         <tr>
        <span class="keita-info-row-value">{{{Leader}}}</span>
          <th>Gym Leader</th>
         <span class="keita-info-row-label">Type Specialty</span>
          <td>{{{Leader}}}</td>
        <span class="keita-info-row-value">[[{{{GymType}}}_(type)|{{{GymType}}}]]</span>
        </tr>
         <span class="keita-info-row-label">Badge</span>
         <tr>
        <span class="keita-info-row-value">{{{Badge}}} Badge</span>
          <th>Type Specialty</th>
       </div>
          <td>[[{{{GymType}}}_(type)|{{{GymType}}}]]</td>
        </tr>
         <tr>
          <th>Badge</th>
          <td>{{{Badge}}} Badge</td>
        </tr>
       </table>
     </div>
     </div>
   }}
   }}
Line 66: Line 72:
     <div class="keita-infobox-section">
     <div class="keita-infobox-section">
       <h2 class="keita-infobox-section-title">Resources</h2>
       <h2 class="keita-infobox-section-title">Resources</h2>
       <div class="keita-info-rows">
       <table class="keita-info-rows">
         {{#if:{{{BattleNPCs|}}}|
         {{#if:{{{BattleNPCs|}}}|
           <span class="keita-info-row-label">Battleable NPCs</span>
           <tr>
          <span class="keita-info-row-value">{{{BattleNPCs}}}</span>
            <th>Battleable NPCs</th>
            <td>{{{BattleNPCs}}}</td>
          </tr>
         }}
         }}
         {{#if:{{{Items|}}}|
         {{#if:{{{Items|}}}|
           <span class="keita-info-row-label">Ground Items</span>
           <tr>
          <span class="keita-info-row-value">{{{Items}}}</span>
            <th>Ground Items</th>
            <td>{{{Items}}}</td>
          </tr>
         }}
         }}
         {{#if:{{{BerryTrees|}}}|
         {{#if:{{{BerryTrees|}}}|
           <span class="keita-info-row-label">Berry Trees</span>
           <tr>
          <span class="keita-info-row-value">{{{BerryTrees}}}</span>
            <th>Berry Trees</th>
            <td>{{{BerryTrees}}}</td>
          </tr>
         }}
         }}
       </div>
       </table>
     </div>
     </div>
   }}
   }}

Latest revision as of 22:49, 29 September 2025

This template tabulates all basic area data. Usage: Template:AreaInfoBox