|
|
| Line 1: |
Line 1: |
| {| style="text-align:center; border-spacing: -30px;" class="wikitable locations" |
| |
| ! class="tableheader"|Title
| |
| ! class="tableheader"|Digimon
| |
| ! class="tableheader"|HP
| |
| ! class="tableheader"|Levels
| |
| ! class="tableheader"|Type
| |
| ! class="tableheader"|Attribute
| |
| ! class="tableheader"|Behavior
| |
| ! class="tableheader"|Drops
| |
| |-
| |
| |{{{title}}}
| |
| |{{#ifeq:{{{name}}}|{{BASEPAGENAME}}||'''}}[[File:{{{name}}} Search Icon.png|center]]{{#ifeq:{{{name}}}|{{BASEPAGENAME}}||'''}}
| |
| |{{{hp}}}
| |
| |{{{levels}}}
| |
| |{{Type|{{{type}}}}}
| |
| |{{Attribute|{{{attr}}}}}
| |
| |{{Behavior|{{{behavior}}}}}
| |
| |{{#if:{{{drop1|}}}|{{#if:{{{d1|}}}|{{Drops|{{{drop1}}}|{{{d1}}}}}|{{Drops|{{{drop1}}}}}}}|0}}<!--
| |
| -->{{#if:{{{drop2|}}}| {{#if:{{{d2|}}}|{{Drops|{{{drop2}}}|{{{d2}}}}}|{{Drops|{{{drop2}}}}}}}}}<!--
| |
| -->{{#if:{{{drop3|}}}| {{#if:{{{d3|}}}|{{Drops|{{{drop3}}}|{{{d3}}}}}|{{Drops|{{{drop3}}}}}}}}}<!--
| |
| -->{{#if:{{{drop4|}}}| {{#if:{{{d4|}}}|{{Drops|{{{drop4}}}|{{{d4}}}}}|{{Drops|{{{drop4}}}}}}}}}<!--
| |
| -->{{#if:{{{drop5|}}}| {{#if:{{{d5|}}}|{{Drops|{{{drop5}}}|{{{d5}}}}}|{{Drops|{{{drop5}}}}}}}}}<!--
| |
| -->{{#if:{{{drop6|}}}| {{#if:{{{d6|}}}|{{Drops|{{{drop6}}}|{{{d6}}}}}|{{Drops|{{{drop6}}}}}}}}}<!--
| |
| -->{{#if:{{{drop7|}}}| {{#if:{{{d7|}}}|{{Drops|{{{drop7}}}|{{{d7}}}}}|{{Drops|{{{drop7}}}}}}}}}<!--
| |
| -->{{#if:{{{drop8|}}}| {{#if:{{{d8|}}}|{{Drops|{{{drop8}}}|{{{d8}}}}}|{{Drops|{{{drop8}}}}}}}}}<!--
| |
| -->{{#if:{{{drop9|}}}| {{#if:{{{d9|}}}|{{Drops|{{{drop9}}}|{{{d9}}}}}|{{Drops|{{{drop9}}}}}}}}}<!--
| |
| -->{{#if:{{{drop10|}}}| {{#if:{{{d10|}}}|{{Drops|{{{drop10}}}|{{{d10}}}}}|{{Drops|{{{drop10}}}}}}}}}<!--
| |
| -->{{#if:{{{drop11|}}}| {{#if:{{{d11|}}}|{{Drops|{{{drop11}}}|{{{d11}}}}}|{{Drops|{{{drop11}}}}}}}}}
| |
| |}
| |
| <!--
| |
| <table class="wild" style="margin-top: 10px;"> | | <table class="wild" style="margin-top: 10px;"> |
| <tr> | | <tr> |
| Line 34: |
Line 4: |
| </tr> | | </tr> |
| <tr> | | <tr> |
| <td rowspan="10" class="wild-image">[[File:{{{name}}} Icon.png|link=|x80px]]</td> | | <td rowspan="10" class="wild-image">[[File:{{{name}}} Search Icon.png|link=|x80px]]</td> |
| <td>{{TypeWild|{{ucfirst:{{{type|defensive}}}}}}}</td> | | <td>{{TypeWild|{{ucfirst:{{{type|defensive}}}}}}}</td> |
| <td align="center">{{AttributeWild|{{ucfirst:{{{attr}}}}}}}</td> | | <td align="center">{{AttributeWild|{{ucfirst:{{{attr}}}}}}}</td> |
| <td>{{ElementalattributeWild|{{ucfirst:{{{element}}}}}}}</td> | | <td>{{ElementalattributeWild|{{ucfirst:{{{element}}}}}}}</td> |
| <td>'''HP:''' </td><td>{{{hp}}}</td> | | <td>'''HP:'''</td><td>{{{hp}}}</td> |
| <td>'''Level(s):''' </td><td>{{{levels}}}</td> | | <td>'''Level(s):'''</td><td>{{{levels}}}</td> |
| </tr> | | </tr> |
| {{#if:{{{mutationhp|}}}| | | {{#if:{{{mutationhp|}}}| |
| Line 54: |
Line 24: |
| <td>'''HP:''' </td><td>{{{leaderhp}}}</td> | | <td>'''HP:''' </td><td>{{{leaderhp}}}</td> |
| <td>'''Level(s):''' </td><td>{{{leaderlevels}}}</td> | | <td>'''Level(s):''' </td><td>{{{leaderlevels}}}</td> |
| </tr>}}
| |
| {{#if:{{{armycaptainhp|}}}|
| |
| <tr class="wild-armycaptain">
| |
| <td>{{TypeWild|{{ucfirst:{{{armycaptaintype|aggressive}}}}}}}</td>
| |
| <td colspan="2">'''(ArmyCaptain)'''</td>
| |
| <td>'''HP:''' </td><td>{{{armycaptainhp}}}</td>
| |
| <td>'''Level(s):''' </td><td>{{{armycaptainlevels}}}</td>
| |
| </tr>}} | | </tr>}} |
| {{#if:{{{bodhp|}}}| | | {{#if:{{{bodhp|}}}| |
| Line 268: |
Line 231: |
| {{#if:{{{caphp|}}}| | | {{#if:{{{caphp|}}}| |
| <tr class="wild-cap"> | | <tr class="wild-cap"> |
| <td>{{TypeWild|{{ucfirst:{{{captype|aggressive}}}}}}}</td> | | <td>{{TypeWild|{{ucfirst:{{{captype|defensive}}}}}}}</td> |
| <td colspan="2">'''(Captain)'''</td> | | <td colspan="2">'''(Captain)'''</td> |
| <td>'''HP:''' </td><td>{{{caphp}}}</td> | | <td>'''HP:''' </td><td>{{{caphp}}}</td> |
| Line 554: |
Line 517: |
| </tr>}} | | </tr>}} |
| </table> | | </table> |
| -->
| |