User:Soul4Soul
My subpages
- User:Soul4Soul/List_Of_Effects
- User:Soul4Soul/List Of Missiles
- User:Soul4Soul/List of Pickupable Items
- User:Soul4Soul/List of Non-Pickupable Objects
- User:Soul4Soul/Monster_Outfit_Tests
Other Useful Pages
- Monsters_Missing_Abilities
- Template:Infobox Creature
- Template:DPL Table
- Template:Ability_List
- Template:Scene
Testing Template Parsing
- https://community.fandom.com/wiki/Help:Template_parameters
- https://www.mediawiki.org/wiki/Help:Templates
- https://meta.wikimedia.org/wiki/Help:Advanced_templates
| Name | Sample | Sample Output |
|---|---|---|
| All anonymous | {{Ability|punch1|1}}
|
|
| All anonymous 2 | {{Ability|fight|1|poison}}
|
|
| All named | {{Ability|name=punch2|damage=2}}
|
|
| anonymous followed by named | {{Ability|punch3|damage=3}}
|
|
| named before anonymous | {{Melee|name=melee random|1000}}
|
|
| All numbered | {{Ability|1=fists1|2=500+}}
|
|
| numbered out of order | {{Ability|2=550+|1=fists2}}
|
|
| numbered with named | {{Ability|2=550+|name=fists3}}
|
|
| numbered with named 2 | {{Ability|2=550+|name=fists3|3=energy}}
|
|
| numbered before anonymous | {{Ability|2=555+|fists4}}
|
- Notes: Types of parameters in order of commonness; "Named" > "Anonymous" > "Numbered"
- Notes: anonymous before named parameters generally wont work because most templates are written with the first named parameter being assumed as the first indexed parameter.
- Notes: It doesn't seem possible to mix named, numbered, and anonymous parameters