Template:AbilitiesExcludedByAbility: Difference between revisions

From Inkipedia, the Splatoon wiki
(Added Support for Splatoon 3)
mNo edit summary
Line 17: Line 17:
|Stealth Jump={{#ifeq:{{{1|S}}}|S|[[Bomb Sniffer]] {{#ifeq:{{{3|}}}|or|or|and}} [[Ink Resistance Up]]|[[Drop Roller]] {{#ifeq:{{{3|}}}|or|or|and}} [[Object Shredder]]}}
|Stealth Jump={{#ifeq:{{{1|S}}}|S|[[Bomb Sniffer]] {{#ifeq:{{{3|}}}|or|or|and}} [[Ink Resistance Up]]|[[Drop Roller]] {{#ifeq:{{{3|}}}|or|or|and}} [[Object Shredder]]}}
|#default=}}</includeonly><noinclude>__NOTOC__
|#default=}}</includeonly><noinclude>__NOTOC__
Prints out the [[Ability|Abilities]] exculded by a specific Ability due to being main-only abilities on the same gear slot.
Prints out the [[Gear ability|abilities]] excluded by a specific ability due to being main-only abilities on the same gear slot.


== Parameters ==
== Parameters ==
Line 25: Line 25:
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>game</code>||Unnamed, required.||The game that the ability and brand belong to. Must be one of the following:
|<code>game</code>||Unnamed, required.||The game that the ability and brand belong to. Must be one of the following:
*<code>S</code> for Splatoon
*<code>S</code> for ''Splatoon''
*<code>S2</code> for Splatoon 2
*<code>S2</code> for ''Splatoon 2''
*<code>S3</code> for Splatoon 3
*<code>S3</code> for ''Splatoon 3''
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|<code>ability</code>||Unnamed, required.||The ability that will exclude others. Naming an ability that is not main-only (or any other string) will result in empty output. Must be one of the Following:
|<code>ability</code>||Unnamed, required.||The ability that will exclude others. Naming an ability that is not main-only (or any other string) will result in empty output. Must be one of the following:
*[[Headgear]]-only
*[[Headgear]]-only
**<code>Comeback</code>
**<code>Comeback</code>
Line 140: Line 140:
|{{AbilitiesExcludedByAbility|S3|Stealth Jump}}
|{{AbilitiesExcludedByAbility|S3|Stealth Jump}}
|}
|}


== Examples ==
== Examples ==

Revision as of 12:08, 26 February 2023

Prints out the abilities excluded by a specific ability due to being main-only abilities on the same gear slot.

Parameters

{{AbilitiesExcludedByAbility|<game>|<ability>|<or>}}

game Unnamed, required. The game that the ability and brand belong to. Must be one of the following:
  • S for Splatoon
  • S2 for Splatoon 2
  • S3 for Splatoon 3
ability Unnamed, required. The ability that will exclude others. Naming an ability that is not main-only (or any other string) will result in empty output. Must be one of the following:
  • Headgear-only
    • Comeback
    • Last-Ditch Effort
    • Opening Gambit
    • Tenacity
  • Clothing-only
    • Ability Doubler (only if game = S2 or S3)
    • Cold-Blooded (only if game = S)
    • Haunt
    • Ninja Squid
    • Recon (only if game = S)
    • Respawn Punisher (only if game = S2 or S3)
    • Thermal Ink (only if game = S2 or S3)
  • Shoes-only
    • Bomb Sniffer (only if game = S)
    • Drop Roller (only if game = S2 or S3)
    • Ink Resistance Up (only if game = S)
    • Object Shredder
    • Stealth Jump
or Unnamed, required. If included, the last item in the list is separated with "or". Otherwise, it is separated with "and"

Values

Ability Splatoon Splatoon 2 Splatoon 3
Comeback Last-Ditch Effort, Opening Gambit, and Tenacity Last-Ditch Effort, Opening Gambit, and Tenacity Last-Ditch Effort, Opening Gambit, and Tenacity
Last-Ditch Effort Comeback, Opening Gambit, and Tenacity Comeback, Opening Gambit, and Tenacity Comeback, Opening Gambit, and Tenacity
Opening Gambit Comeback, Last-Ditch Effort, and Tenacity Comeback, Last-Ditch Effort, and Tenacity Comeback, Last-Ditch Effort, and Tenacity
Tenacity Comeback, Last-Ditch Effort, and Opening Gambit Comeback, Last-Ditch Effort, and Opening Gambit Comeback, Last-Ditch Effort, and Opening Gambit
Ability Doubler Haunt, Ninja Squid, Respawn Punisher, and Thermal Ink Haunt, Ninja Squid, Respawn Punisher, and Thermal Ink
Cold-Blooded Haunt, Ninja Squid, and Recon
Haunt Cold Blooded, Ninja Squid, and Recon Ability Doubler, Ninja Squid, Respawn Punisher, and Thermal Ink Ability Doubler, Ninja Squid, Respawn Punisher, and Thermal Ink
Ninja Squid Cold Blooded, Haunt, and Recon Ability Doubler, Haunt, Respawn Punisher, and Thermal Ink Ability Doubler, Haunt, Respawn Punisher, and Thermal Ink
Recon (ability) Cold-Blooded, Haunt, and Ninja Squid
Respawn Punisher Ability Doubler, Haunt, Ninja Squid, and Thermal Ink Ability Doubler, Haunt, Ninja Squid, and Thermal Ink
Thermal Ink Ability Doubler, Haunt, Ninja Squid, and Respawn Punisher Ability Doubler, Haunt, Ninja Squid, and Respawn Punisher
Bomb Sniffer Ink Resistance Up and Stealth Jump
Drop Roller Object Shredder and Stealth Jump Object Shredder and Stealth Jump
Ink Resistance Up Bomb Sniffer and Stealth Jump
Object Shredder Drop Roller and Stealth Jump Drop Roller and Stealth Jump
Stealth Jump Bomb Sniffer and Ink Resistance Up Drop Roller and Object Shredder Drop Roller and Object Shredder

Examples

Markup

{{AbilitiesExcludedByAbility|S|Cold-Blooded}}<br />
"{{AbilitiesExcludedByAbility|S2|Cold-Blooded}}"<br />
{{AbilitiesExcludedByAbility|S2|Haunt|or}}<br />
"{{AbilitiesExcludedByAbility|S2|Special Saver}}"

Output

Haunt, Ninja Squid, and Recon
""
Ability Doubler, Ninja Squid, Respawn Punisher, or Thermal Ink
""