Difference between revisions of "Template:Missile"
(It costs what the shop charges for it.) |
Cacophonie (talk | contribs) (On second thought, let's make a create a new template for throwing missiles instead, since it creates less problems and only the throwing weapon pages need min/base delay info) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 4: | Line 4: | ||
! align="left" | Name | ! align="left" | Name | ||
| {{{name}}} | | {{{name}}} | ||
− | |||
− | |||
− | |||
|- | |- | ||
! align="left" | Launcher | ! align="left" | Launcher | ||
− | | [[{{{launcher}}}]] {{{launcher2|}}} | + | | [[{{{launcher}}}]] {{{launcher2|}}} {{{launcher3|}}} |
|- | |- | ||
! align="left" | Base damage | ! align="left" | Base damage | ||
Line 18: | Line 15: | ||
<nowiki>{{</nowiki>missile | <nowiki>{{</nowiki>missile | ||
|name = | |name = | ||
− | |||
|launcher = | |launcher = | ||
|launcher2 = optional; see below | |launcher2 = optional; see below | ||
+ | |launcher3 = optional; see below | ||
|damage = | |damage = | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
− | Use the name of the weapon, not the name of the skill, as the launcher (e.g. Bow, not Bows). The exception is for thrown missiles, which should have "throwing" (so the link works). For missiles with multiple launchers (stones with throwing and sling; and arrows with bow and longbow), specify the second launcher with launcher2. Note that <tt>launcher2</tt> | + | Use the name of the weapon, not the name of the skill, as the launcher (e.g. Bow, not Bows). The exception is for thrown missiles, which should have "throwing" (so the link works). For missiles with multiple launchers (stones with throwing and sling; and arrows with bow and longbow), specify the second or third launcher with launcher2 and launcher3. Note that <tt>launcher2</tt> and <tt>launcher3</tt> are included immediately after launcher (separated by a space), and that they are not linked automatically the way <tt>launcher</tt> is. Therefore you probably want something like: |
<nowiki>|launcher = throwing </nowiki> | <nowiki>|launcher = throwing </nowiki> | ||
<nowiki>|launcher2 = / [[sling]] </nowiki> | <nowiki>|launcher2 = / [[sling]] </nowiki> | ||
− | + | <nowiki>|launcher3 = / [[greatsling]] </nowiki> | |
− | |||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Latest revision as of 05:18, 1 July 2018
Name | {{{name}}} |
---|---|
Launcher | [[{{{launcher}}}]] |
Base damage | {{{damage}}} |
Put this template at the top of every missile page. Call it like this:
{{missile |name = |launcher = |launcher2 = optional; see below |launcher3 = optional; see below |damage = }}
Use the name of the weapon, not the name of the skill, as the launcher (e.g. Bow, not Bows). The exception is for thrown missiles, which should have "throwing" (so the link works). For missiles with multiple launchers (stones with throwing and sling; and arrows with bow and longbow), specify the second or third launcher with launcher2 and launcher3. Note that launcher2 and launcher3 are included immediately after launcher (separated by a space), and that they are not linked automatically the way launcher is. Therefore you probably want something like:
|launcher = throwing |launcher2 = / [[sling]] |launcher3 = / [[greatsling]]