Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
Difference between revisions of "Template:SkillPage"
m (__NOTOC__) |
(Added properties for classes) |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
+ | |||
<table width="100%"> | <table width="100%"> | ||
Line 37: | Line 38: | ||
|{{#ev:youtube|{{{Video}}}|225 }} | |{{#ev:youtube|{{{Video}}}|225 }} | ||
|No Video}} | |No Video}} | ||
+ | |||
+ | {{#if:{{{VideoT|}}} | ||
+ | |<hr><b>Talisman Variation</b> | ||
+ | {{#ev:youtube|{{{VideoT}}}|225 }} | ||
+ | |}} | ||
|tab2={{#if:{{{NameTab2|}}}|{{{NameTab2}}}|Video 2}} | |tab2={{#if:{{{NameTab2|}}}|{{{NameTab2}}}|Video 2}} | ||
Line 42: | Line 48: | ||
|{{#ev:youtube|{{{Video2}}}|225 }} | |{{#ev:youtube|{{{Video2}}}|225 }} | ||
|No Video}} | |No Video}} | ||
+ | |||
+ | {{#if:{{{Video2T|}}} | ||
+ | |<hr><b>Talisman Variation</b> | ||
+ | {{#ev:youtube|{{{Video2T}}}|225 }} | ||
+ | |}} | ||
}} | }} | ||
Line 93: | Line 104: | ||
<h2 id="Attributes">Attributes</h2> | <h2 id="Attributes">Attributes</h2> | ||
{{{Attributes}}} | {{{Attributes}}} | ||
+ | {{#if:{{{ElementAttribute|}}}| | ||
+ | {{#arraydefine:ele|{{{ElementAttribute}}} }} | ||
+ | {{#arrayprint:ele||@@@@|<nowiki/> | ||
+ | * {{IconLink|@@@@ Element}} Attribute | ||
+ | {{#set:Has elemental attribute=@@@@}} | ||
+ | [[Category:@@@@ Attribute Skills]] | ||
+ | }} }} | ||
{{#if:{{{Notes|}}}| | {{#if:{{{Notes|}}}| | ||
<h2 id="Notes">Notes</h2> | <h2 id="Notes">Notes</h2> | ||
Line 98: | Line 116: | ||
{{#if:{{{SkillGrowth|}}}| | {{#if:{{{SkillGrowth|}}}| | ||
<h2 id="Skill Growth">Skill Growth</h2> | <h2 id="Skill Growth">Skill Growth</h2> | ||
− | {{{SkillGrowth}}} }} | + | {{TableNote}} |
+ | <div style="max-height:500px; overflow-y:auto; font-size: 0.7em;"> | ||
+ | {{{SkillGrowth}}} | ||
+ | </div> | ||
+ | }} | ||
Line 108: | Line 130: | ||
----------------------------------------------> | ----------------------------------------------> | ||
{{#if:{{{Class2|}}}|<!--dfoplayer. If Class2 is defined--> | {{#if:{{{Class2|}}}|<!--dfoplayer. If Class2 is defined--> | ||
+ | {{#set:Class2={{{Class2}}}}} | ||
{{#switch:{{{Gender}}} | {{#switch:{{{Gender}}} | ||
|Both =[[Category:Male {{{Class2}}} Skills]][[Category:Female {{{Class2}}} Skills]] | |Both =[[Category:Male {{{Class2}}} Skills]][[Category:Female {{{Class2}}} Skills]] | ||
Line 146: | Line 169: | ||
[[Category:{{{Type3}}} Skills]] | [[Category:{{{Type3}}} Skills]] | ||
{{#switch:{{{Gender}}}<!--Else, which should be TP, apply Class TP Skill--> | {{#switch:{{{Gender}}}<!--Else, which should be TP, apply Class TP Skill--> | ||
− | |Both =[[Category:Male {{{ | + | |Both =[[Category:Male {{{Class}}} {{{Type3}}} Skills]][[Category:Female {{{Class}}} {{{Type3}}} Skills]] |
− | |Female=[[Category:Female {{{ | + | |Female=[[Category:Female {{{Class}}} {{{Type3}}} Skills]] |
− | |Male=[[Category:Male {{{ | + | |Male=[[Category:Male {{{Class}}} {{{Type3}}} Skills]] |
− | |[[Category:{{{ | + | |[[Category:{{{Class}}} {{{Type3}}} Skills]] |
}} | }} | ||
}} | }} | ||
Line 200: | Line 223: | ||
<includeonly> | <includeonly> | ||
{{#set:Has name={{{Name}}} | {{#set:Has name={{{Name}}} | ||
+ | |Class={{{Class}}} | ||
|Has icon=File:{{#replace:{{{Name}}}|:|-}}{{#if:{{{Gender|}}}|{{#ifexist:File:{{#replace:{{{Name}}}|:|-}}_({{{Gender|}}}).png|_({{{Gender|}}})}}}}.png | |Has icon=File:{{#replace:{{{Name}}}|:|-}}{{#if:{{{Gender|}}}|{{#ifexist:File:{{#replace:{{{Name}}}|:|-}}_({{{Gender|}}}).png|_({{{Gender|}}})}}}}.png | ||
|Requires level={{SemanticLevelStrip|{{{PrerequisiteLevel|1}}} }} | |Requires level={{SemanticLevelStrip|{{{PrerequisiteLevel|1}}} }} | ||
Line 217: | Line 241: | ||
|NameTab2= | |NameTab2= | ||
|Video= | |Video= | ||
+ | |VideoT= | ||
|Video2= | |Video2= | ||
+ | |Video2T= | ||
|DiffIcon= | |DiffIcon= | ||
|Gender= | |Gender= | ||
Line 239: | Line 265: | ||
*{{Command Reduction|MP=2.0%|Cooldown=1.0%}} | *{{Command Reduction|MP=2.0%|Cooldown=1.0%}} | ||
*{{Cancelable}} | *{{Cancelable}} | ||
+ | |ElementAttribute=Fire,Shadow | ||
|Notes= | |Notes= | ||
Line 330: | Line 357: | ||
| Attributes | | Attributes | ||
| Additional information on the skill that doesn't change per level, like clear cube cost, or range and casting speed of some skills. | | Additional information on the skill that doesn't change per level, like clear cube cost, or range and casting speed of some skills. | ||
+ | |- | ||
+ | | ElementAttribute | ||
+ | | Does this skill have an element attribute? Valid values are in a list separated by a comma. E.g: 'Fire' or 'Fire,Shadow' | ||
|- | |- | ||
| Notes | | Notes | ||
Line 339: | Line 369: | ||
| Video | | Video | ||
| The YouTube video ID to a skill demonstration if able. | | The YouTube video ID to a skill demonstration if able. | ||
+ | |- | ||
+ | | VideoT | ||
+ | | The YouTube video ID to a skill Talisman demonstration if able. | ||
|- | |- | ||
| Video2 | | Video2 | ||
| If available, a second YouTube video ID. | | If available, a second YouTube video ID. | ||
+ | |- | ||
+ | | Video2T | ||
+ | | Same as VideoT for Video2. | ||
|- | |- | ||
| NameTab | | NameTab |
Latest revision as of 10:57, 16 May 2024
Template |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Description{{{Description}}} Attributes{{{Attributes}}}
[[Category:{{{Class}}} Skills]] [[Category:{{{Type}}} Skills]]
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage Template | ||||||||||||||||||||||||||||||||||||||||||||||||||||
{{SkillPage |Name={{PAGENAME}} |AltName= |NameTab= |NameTab2= |Video= |VideoT= |Video2= |Video2T= |DiffIcon= |Gender= |Class= |Class2= |Type= |Type2= |Type3= |PrerequisiteLevel= |PrerequisiteSkill= *{{IconLink|Backstep}} Lv2 |Command= |Description= |Attributes= *{{SP per level|15}} *{{CastTime|Dungeon=0.5 sec|Arena=1.0 sec}} *{{Cooldown|Dungeon=varies}} *{{SkillAttribute|Number of Hits|Dungeon=6|Arena=4|Tower=6}} *{{CubeCost|2}} *{{Command Reduction|MP=2.0%|Cooldown=1.0%}} *{{Cancelable}} |ElementAttribute=Fire,Shadow |Notes= |SkillGrowth= <span style="display:none">{{</span> {|{{SkillTableHeader}} !Level !Lv Req !MP !Cooldown !Damage |- | 1 || 1 || rowspan="2" | 1 || 20 Sec(s) | 9000% + {{AbsoluteDamage|Tooltip=9001|IndependantAttack=9001}} |-{{MaxSkillRow}} | 2 || 11 || 19.5 Sec(s) | 9100% + {{AbsoluteDamage|Tooltip=9111|IndependantAttack=9111}} |} <span style="display:none">}}</span> }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Parameters | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|