Come Try Out The New Community Guides
View the Guides | Check Out The Gear Sets |
Template:Equipment Loadout/doc: Difference between revisions
From Walkscape Walkthrough
mNo edit summary |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Parameters== | ==Parameters== | ||
=== Gear Slot [Name] === | === Gear Slot [Name] === | ||
The name of the item page on the wiki to link to. You | The name of the item page on the wiki to link to. You should add a comma (,) followed by the rarity/quality to have the image outlined. | ||
=== Tool Slot [Tool#] === | === Tool Slot [Tool#] === | ||
The name of the item page on the wiki to link to. You | The name of the item page on the wiki to link to. You should add a comma (,) followed by the rarity/quality to have the image outlined. | ||
=== Consumable === | === Consumable [Food/Potion] === | ||
The name of the item page on the wiki to link to. You | The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality (Normal/Fine) to have the image outlined. | ||
==Quick Copy== | ==Quick Copy== | ||
<syntaxhighlight lang="wikitext"> | <syntaxhighlight lang="wikitext"> | ||
{{Equipment_Loadout | {{Equipment_Loadout | ||
| Head = | |||
| Cape = | | Cape = | ||
| Back = | | Back = | ||
| Chest = | | Chest = | ||
| Primary = | | Primary = | ||
| Secondary = | |||
| Hands = | |||
| Legs = | | Legs = | ||
| | | Neck = | ||
| Feet = | |||
| Ring1 = | | Ring1 = | ||
| Ring2 = | | Ring2 = | ||
| Tool1 = | | Tool1 = | ||
Line 30: | Line 30: | ||
| Tool5 = | | Tool5 = | ||
| Tool6 = | | Tool6 = | ||
| | | Food = | ||
| Potion = | | Potion = | ||
| Copy = | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Note: All lines are technically optional but not including an item will cause the item block for that slot to be blank. | Note: All lines are technically optional but not including an item will cause the item block for that slot to be blank. | ||
The "Copy" is a special variable settting "Copy = true" will display a button to copy the gear set. | |||
==Examples== | == Examples == | ||
=== Basic Usage === | |||
<syntaxhighlight lang="wikitext">{{Equipment_Loadout | |||
| Head = Herbert's Hat, Common | |||
<syntaxhighlight lang="wikitext"> | |||
| Cape = Herbert's Cape, Common | | Cape = Herbert's Cape, Common | ||
| | | Back = Bag of Rocks, Excellent | ||
| Chest = Herbert's Shirt, Common | | Chest = Herbert's Shirt, Common | ||
| Primary = | |||
| Secondary = Steel Shield, Perfect | |||
| Hands = | |||
| Legs = Herbert's Pants, Common | |||
| Neck = Simple Amulet, Common | | Neck = Simple Amulet, Common | ||
| | | Feet = Herbert's Boots, Common | ||
| Ring1 = Simple Ring, Common | | Ring1 = Simple Ring, Common | ||
| Ring2 = Simple Ring, Common | | Ring2 = Simple Ring, Common | ||
| Tool1 = Copper Sickle, Great | | Tool1 = Copper Sickle, Great | ||
| Tool2 = Walking Stick, Common | | Tool2 = Walking Stick, Common | ||
| Tool3 = | | Tool3 = | ||
| Tool4 = | | Tool4 = | ||
| Tool5 = | | Tool5 = Shovel Axe, Legendary | ||
| Tool6 = | | Tool6 = | ||
| | | Food = Wine, Fine | ||
| Potion = | |||
}}</syntaxhighlight> | |||
| | |||
}} | |||
And the result is: | And the result is: | ||
{{Equipment_Loadout | |||
| Head = Herbert's Hat, Common | |||
| Cape = Herbert's Cape, Common | | Cape = Herbert's Cape, Common | ||
| | | Back = Bag of Rocks, Excellent | ||
| Chest = Herbert's Shirt, Common | | Chest = Herbert's Shirt, Common | ||
| Primary = | |||
| Secondary = Steel Shield, Perfect | |||
| Hands = | |||
| Legs = Herbert's Pants, Common | |||
| Neck = Simple Amulet, Common | | Neck = Simple Amulet, Common | ||
| | | Feet = Herbert's Boots, Common | ||
| Ring1 = Simple Ring, Common | | Ring1 = Simple Ring, Common | ||
| Ring2 = Simple Ring, Common | | Ring2 = Simple Ring, Common | ||
| Tool1 = Copper Sickle, Great | | Tool1 = Copper Sickle, Great | ||
| Tool2 = Walking Stick, Common | | Tool2 = Walking Stick, Common | ||
| Tool3 = | | Tool3 = | ||
| Tool4 = | | Tool4 = | ||
| Tool5 = | | Tool5 = Shovel Axe, Legendary | ||
| Tool6 = | | Tool6 = | ||
| | | Food = Wine, Fine | ||
| Potion = | |||
}} | }} | ||
| Cape = | |||
| | === Display With Gear Set Import Code === | ||
| Hands = | <syntaxhighlight lang="wikitext">{{Equipment_Loadout | ||
| | | Head = Cool Sunglasses, Uncommon | ||
| Neck = | | Cape = Feather Cape, Epic | ||
| | | Back = Backpack, Legendary | ||
| Ring1 = Ring of the | | Chest = Life Vest, Uncommon | ||
| Feet = | | Primary = Iron Sword, Eternal | ||
| Ring2 = Ring | | Secondary = | ||
| Tool1 = Copper | | Hands = Oven Mittens, Uncommon | ||
| Tool2 = | | Legs = | ||
| Tool3 = | | Neck = Absorbing Amulet, Epic | ||
| Feet = Medieval Sneakers, Epic | |||
| Ring1 = Ring of Homesickness, Legendary | |||
| Ring2 = Shrimp Ring, Epic | |||
| Tool1 = Copper Pickaxe, Great | |||
| Tool2 = Adventuring Wrench, Rare | |||
| Tool3 = | |||
| Tool4 = | |||
| Tool5 = Simple Hammer, Common | |||
| Tool6 = | |||
| Food = Sweet Carrot Pie, Normal | |||
| Potion = | |||
| Copy = true | |||
}}</syntaxhighlight> | |||
And the result is: | |||
{{Equipment_Loadout | |||
| Head = Cool Sunglasses, Uncommon | |||
| Cape = Feather Cape, Epic | |||
| Back = Backpack, Legendary | |||
| Chest = Life Vest, Uncommon | |||
| Primary = Iron Sword, Eternal | |||
| Secondary = | |||
| Hands = Oven Mittens, Uncommon | |||
| Legs = | |||
| Neck = Absorbing Amulet, Epic | |||
| Feet = Medieval Sneakers, Epic | |||
| Ring1 = Ring of Homesickness, Legendary | |||
| Ring2 = Shrimp Ring, Epic | |||
| Tool1 = Copper Pickaxe, Great | |||
| Tool2 = Adventuring Wrench, Rare | |||
| Tool3 = | |||
| Tool4 = | | Tool4 = | ||
| Tool5 = | | Tool5 = Simple Hammer, Common | ||
| Tool6 = | | Tool6 = | ||
| | | Food = Sweet Carrot Pie, Normal | ||
}} | | Potion = | ||
| Copy = true | |||
}}[[Category:Templates]] [[Category:Documentation]]</noinclude> |
Latest revision as of 03:00, 17 January 2025
Parameters
Gear Slot [Name]
The name of the item page on the wiki to link to. You should add a comma (,) followed by the rarity/quality to have the image outlined.
Tool Slot [Tool#]
The name of the item page on the wiki to link to. You should add a comma (,) followed by the rarity/quality to have the image outlined.
Consumable [Food/Potion]
The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality (Normal/Fine) to have the image outlined.
Quick Copy
{{Equipment_Loadout
| Head =
| Cape =
| Back =
| Chest =
| Primary =
| Secondary =
| Hands =
| Legs =
| Neck =
| Feet =
| Ring1 =
| Ring2 =
| Tool1 =
| Tool2 =
| Tool3 =
| Tool4 =
| Tool5 =
| Tool6 =
| Food =
| Potion =
| Copy =
}}
Note: All lines are technically optional but not including an item will cause the item block for that slot to be blank. The "Copy" is a special variable settting "Copy = true" will display a button to copy the gear set.
Examples
Basic Usage
{{Equipment_Loadout
| Head = Herbert's Hat, Common
| Cape = Herbert's Cape, Common
| Back = Bag of Rocks, Excellent
| Chest = Herbert's Shirt, Common
| Primary =
| Secondary = Steel Shield, Perfect
| Hands =
| Legs = Herbert's Pants, Common
| Neck = Simple Amulet, Common
| Feet = Herbert's Boots, Common
| Ring1 = Simple Ring, Common
| Ring2 = Simple Ring, Common
| Tool1 = Copper Sickle, Great
| Tool2 = Walking Stick, Common
| Tool3 =
| Tool4 =
| Tool5 = Shovel Axe, Legendary
| Tool6 =
| Food = Wine, Fine
| Potion =
}}
And the result is:
Gear | Tools | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consumables | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Display With Gear Set Import Code
{{Equipment_Loadout
| Head = Cool Sunglasses, Uncommon
| Cape = Feather Cape, Epic
| Back = Backpack, Legendary
| Chest = Life Vest, Uncommon
| Primary = Iron Sword, Eternal
| Secondary =
| Hands = Oven Mittens, Uncommon
| Legs =
| Neck = Absorbing Amulet, Epic
| Feet = Medieval Sneakers, Epic
| Ring1 = Ring of Homesickness, Legendary
| Ring2 = Shrimp Ring, Epic
| Tool1 = Copper Pickaxe, Great
| Tool2 = Adventuring Wrench, Rare
| Tool3 =
| Tool4 =
| Tool5 = Simple Hammer, Common
| Tool6 =
| Food = Sweet Carrot Pie, Normal
| Potion =
| Copy = true
}}
And the result is:
Gear | Tools | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consumables | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copy for Gear Import: