Template:KeitaArea2: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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-infobox-grid">
       <table class="keita-info-rows">
         <div class="keita-infobox-grid-item">
         <tr>
           <span class="keita-grid-item-label">Gym Leader</span>
           <th>Gym Leader</th>
           <span class="keita-grid-item-value">{{{Leader}}}</span>
           <td>{{{Leader}}}</td>
         </div>
         </tr>
         <div class="keita-infobox-grid-item">
         <tr>
           <span class="keita-grid-item-label">Type Specialty</span>
           <th>Type Specialty</th>
           <span class="keita-grid-item-value">[[{{{GymType}}}_(type)|{{{GymType}}}]]</span>
           <td>[[{{{GymType}}}_(type)|{{{GymType}}}]]</td>
         </div>
         </tr>
         <div class="keita-infobox-grid-item">
         <tr>
           <span class="keita-grid-item-label">Badge</span>
           <th>Badge</th>
           <span class="keita-grid-item-value">{{{Badge}}} Badge</span>
           <td>{{{Badge}}} Badge</td>
         </div>
         </tr>
       </div>
       </table>
     </div>
     </div>
   }}
   }}
Line 72: 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-infobox-grid">
       <table class="keita-info-rows">
         <div class="keita-infobox-grid-item">
         {{#if:{{{BattleNPCs|}}}|
          <span class="keita-grid-item-label">Battleable NPCs</span>
          <tr>
          <span class="keita-grid-item-value">{{{BattleNPCs|0}}}</span>
            <th>Battleable NPCs</th>
        </div>
            <td>{{{BattleNPCs}}}</td>
         <div class="keita-infobox-grid-item">
          </tr>
          <span class="keita-grid-item-label">Ground Items</span>
         }}
          <span class="keita-grid-item-value">{{{Items|0}}}</span>
        {{#if:{{{Items|}}}|
        </div>
          <tr>
         <div class="keita-infobox-grid-item">
            <th>Ground Items</th>
          <span class="keita-grid-item-label">Berry Trees</span>
            <td>{{{Items}}}</td>
          <span class="keita-grid-item-value">{{{BerryTrees|0}}}</span>
          </tr>
        </div>
         }}
       </div>
        {{#if:{{{BerryTrees|}}}|
          <tr>
            <th>Berry Trees</th>
            <td>{{{BerryTrees}}}</td>
          </tr>
        }}
       </table>
     </div>
     </div>
   }}
   }}

Latest revision as of 22:49, 29 September 2025

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