Difference between revisions of "Template:TechList"
Jump to navigation
Jump to search
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="table-responsive"> | <div class="table-responsive"> | ||
− | <table class="table wikitable table-bordered table-hover table-sm | + | <table class="table wikitable table-bordered table-hover table-sm"> |
<tr> | <tr> | ||
<th scope="col" style="min-width:54px;"></th> | <th scope="col" style="min-width:54px;"></th> | ||
<th scope="col" class="text-center">Name</th> | <th scope="col" class="text-center">Name</th> | ||
− | <th scope="col" colspan=" | + | <th scope="col" colspan="6" class="text-center">Description</th> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[[File:{{#replace: {{#replace: {{{1}}}| |}}|'|}}|class="img-fluid"|center|link=]]</td> | <td>[[File:{{#replace: {{#replace: {{{1}}}| |}}|'|}}|class="img-fluid"|center|link=]]</td> | ||
− | <td class="text-center">{{{2}}}</td> | + | <td class="text-center" style="position:static;padding-top:10px;padding-left:10px;">{{{2}}}</td> |
− | <td class="text-center" colspan="3">{{{ | + | <td class="text-center" colspan="6" style="position:static;padding-top:10px;padding-left:10px;"><p>{{{3|}}}</p></td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <th class="text-center" colspan="2">Status Effect</th> | ||
+ | <td class="text-center" colspan="5">{{{status|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 15: | Line 19: | ||
<td class="text-center">{{{Lv.1|}}}</td> | <td class="text-center">{{{Lv.1|}}}</td> | ||
<th class="text-center">DEX Correction</th> | <th class="text-center">DEX Correction</th> | ||
− | <td class="text-center">{{{dex}}}</td> | + | <td class="text-center">{{{dex|}}}</td> |
+ | <th class="text-center">Status Rate Lv.1</th> | ||
+ | <td class="text-center" colspan="2">{{{stat1|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 22: | Line 28: | ||
<th class="text-center">Charge Time</th> | <th class="text-center">Charge Time</th> | ||
<td class="text-center">{{{time}}}</td> | <td class="text-center">{{{time}}}</td> | ||
+ | <th class="text-center">Status Rate Lv.10</th> | ||
+ | <td class="text-center" colspan="2">{{{stat10|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 27: | Line 35: | ||
<td class="text-center">{{{Lv.17|}}}</td> | <td class="text-center">{{{Lv.17|}}}</td> | ||
<th class="text-center">PP Cost</th> | <th class="text-center">PP Cost</th> | ||
− | <td class="text-center">{{{pp | + | <td class="text-center">{{{pp|}}}</td> |
− | + | <th class="text-center">Status Rate Lv.17</th> | |
− | + | <td class="text-center" colspan="2">{{{stat17|}}}</td> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <th class="text-center | ||
− | <td class="text-center" colspan="2">{{{ | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th class="text-center" colspan="2" scope="row">Drop Location</th> | <th class="text-center" colspan="2" scope="row">Drop Location</th> | ||
− | <td class="text-center" colspan=" | + | <td class="text-center" colspan="5">{{{4|}}}</td> |
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
+ | <noinclude> | ||
+ | How to use: | ||
+ | <pre> | ||
+ | {{TechList | ||
+ | |Filename.png | ||
+ | |Tech name | ||
+ | |Lv.1 = (Optional) Level 1 Potency | ||
+ | |Lv.10 = (Optional) Level 10 Potency | ||
+ | |Lv.17 = (Optional) Level 17 Potency | ||
+ | |dex = (Optional) Dex Correction | ||
+ | |pp = (Optional) PP Cost | ||
+ | |status = (Optional) Type of status it inflicts | ||
+ | |stat1 = (Optional) Status proc rate @ Lv.1 | ||
+ | |stat10 = (Optional) Status proc rate @ Lv.10 | ||
+ | |stat17 = (Optional) Status proc rate @ Lv.17 | ||
+ | |time = Charge Time | ||
+ | |Description | ||
+ | |Drop location | ||
+ | }} | ||
+ | </pre> | ||
+ | </noinclude> |
Latest revision as of 08:44, 23 April 2020
Name | Description | ||||||
---|---|---|---|---|---|---|---|
[[File:{{{1}}}|class="img-fluid"|center|link=]] | {{{2}}} | ||||||
Status Effect | |||||||
Potency Lv.1 | DEX Correction | Status Rate Lv.1 | |||||
Potency Lv.10 | Charge Time | {{{time}}} | Status Rate Lv.10 | ||||
Potency Lv.17 | PP Cost | Status Rate Lv.17 | |||||
Drop Location |
How to use:
{{TechList |Filename.png |Tech name |Lv.1 = (Optional) Level 1 Potency |Lv.10 = (Optional) Level 10 Potency |Lv.17 = (Optional) Level 17 Potency |dex = (Optional) Dex Correction |pp = (Optional) PP Cost |status = (Optional) Type of status it inflicts |stat1 = (Optional) Status proc rate @ Lv.1 |stat10 = (Optional) Status proc rate @ Lv.10 |stat17 = (Optional) Status proc rate @ Lv.17 |time = Charge Time |Description |Drop location }}