|
|
Line 170: |
Line 170: |
| |keywords=tokyo,afterschool,summoners,housamo,wiki,「東京放課後サモナーズ」,東京放課後サモナーズ,{{#var:skill en name|{{{en name|}}}}},{{#var:skill jp name|{{{jp name|}}}}} | | |keywords=tokyo,afterschool,summoners,housamo,wiki,「東京放課後サモナーズ」,東京放課後サモナーズ,{{#var:skill en name|{{{en name|}}}}},{{#var:skill jp name|{{{jp name|}}}}} |
| |og:title={{#var:skill en name|{{{en name|{{#var:skill jp name|{{{jp name|}}}}}}}}}} - Tokyo Afterschool Summoners Wiki | | |og:title={{#var:skill en name|{{{en name|{{#var:skill jp name|{{{jp name|}}}}}}}}}} - Tokyo Afterschool Summoners Wiki |
| }}}}}}}}</includeonly><noinclude> | | }}}}}}}}</includeonly><noinclude>{{Documentation}}</noinclude> |
| == Description ==
| |
| | |
| This templates creates a formatted string using the skill information as well as a skill subobject using the following properties:
| |
| | |
| * Has game context
| |
| * Has Japanese name
| |
| * Has English name
| |
| * Has Japanese-English name
| |
| * Has lowercase English name
| |
| * Has Japanese description
| |
| * Has English description
| |
| * Has skill trigger timing
| |
| * Has skill proc chance
| |
| * Has preformatted English description
| |
| * Has raw English description
| |
| * Has evolved skill
| |
| * Has precursor skill
| |
| * Has additional skills
| |
| | |
| == Usage ==
| |
| <pre>{{Skill infobox
| |
| | jp name =
| |
| | en name =
| |
| | jp-en name =
| |
| | jp trigger timing =
| |
| | jp description =
| |
| | en description =
| |
| | proc chance =
| |
| }}</pre> | |
| | |
| === Parameters ===
| |
| | |
| ; jp name : Japanese name.
| |
| ; en name : English name.
| |
| ; jp-en name: Translated English name.
| |
| ; jp trigger timing : Activation method in Japanese without parentheses.
| |
| ; jp description : Skill description in Japanese.
| |
| ; en description : Translated English skill description.
| |
| ; proc chance : The skill's chance to activate at skill level 1 in percent.
| |
| ; evolution : The skill's evolution
| |
| ; precursor : The skill's pre-evolution (base)
| |
| | |
| == Examples ==
| |
| | |
| <!--
| |
| <pre>{{Skill infobox
| |
| | jp name = 獣の末裔
| |
| | en name = Beast Descendant
| |
| | jp trigger timing = 移動後
| |
| | jp description = 自身に頑強付与
| |
| | en description = Apply {{Status effect|頑強}} to Self
| |
| | proc chance = 50
| |
| }}
| |
| </pre>
| |
| {{Skill infobox
| |
| | jp name = 獣の末裔
| |
| | en name = Beast Descendant
| |
| | jp trigger timing = 移動後
| |
| | jp description = 自身に頑強付与
| |
| | en description = Apply {{Status effect|頑強}} to Self
| |
| | proc chance = 50
| |
| }}
| |
| -->
| |
| | |
| [[Category:Infobox templates]] [[Category:Subobject templates]]
| |
| </noinclude> | |