Difference between revisions of "Template:TechList"

From Arks-Visiphone
Jump to navigation Jump to search
Line 19: 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>
 
<th class="text-center">Status Rate Lv.1</th>
 
<td class="text-center" colspan="2">{{{stat1|}}}</td>
 
<td class="text-center" colspan="2">{{{stat1|}}}</td>
Line 35: 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>
+
<td class="text-center">{{{pp|}}}</td>
 
<th class="text-center">Status Rate Lv.17</th>
 
<th class="text-center">Status Rate Lv.17</th>
 
<td class="text-center" colspan="2">{{{stat17|}}}</td>
 
<td class="text-center" colspan="2">{{{stat17|}}}</td>
Line 45: Line 45:
 
</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>

Revision as of 18:20, 21 April 2020

Name Description
[[File:{{{1}}}|class="img-fluid"|center|link=]] {{{2}}} {{{3}}}
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 {{{4}}}

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
}}