Template:NonCombatPet/doc: Difference between revisions

From August Wiki
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"
 
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
}}

Revision as of 03:34, 27 February 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