Template:NonCombatPet/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "==NonCombatPet Template Variables== * '''pet{n}''' - The name of the pet * '''image{n}''' - The image filename * '''source{n}''' - Where the pet is obtained from (will be linked) * '''effect{n}''' - Any special abilities or effects the pet has" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* '''source{n}''' - Where the pet is obtained from (will be linked) | * '''source{n}''' - Where the pet is obtained from (will be linked) | ||
* '''effect{n}''' - Any special abilities or effects the pet has | * '''effect{n}''' - Any special abilities or effects the pet has | ||
===Example=== | |||
Below is an example of the syntax, and the resulting table that is created. | |||
<pre> | |||
{{NonCombatPet | |||
|pet1=Rocky | |||
|image1= Rocky.png | |||
|source1=Thieving | |||
|effect1=20% increased [[Thieving]] XP | |||
}} | |||
</pre> | |||
{{NonCombatPet | |||
|pet1=Rocky | |||
|image1= Rocky.png | |||
|source1=Thieving | |||
|effect1=20% increased [[Thieving]] XP | |||
}} | |||
[[Category:Templates]] |
Latest revision as of 02:49, 16 March 2025
NonCombatPet Template Variables
- pet{n} - The name of the pet
- image{n} - The image filename
- source{n} - Where the pet is obtained from (will be linked)
- effect{n} - Any special abilities or effects the pet has
Example
Below is an example of the syntax, and the resulting table that is created.
{{NonCombatPet |pet1=Rocky |image1= Rocky.png |source1=Thieving |effect1=20% increased [[Thieving]] XP }}
Pet | Source | Effect | |
---|---|---|---|
![]() |
Rocky | Thieving | 20% increased Thieving XP |