<pre>{{Gear_Set|{{#!: GEAR SET EXPORT}} | Consumable, Quality or Show}}</pre>
<pre>{{Gear_Set|{{#!: GEAR SET EXPORT}} | Consumable, Quality or Code}}</pre>
Optional Argument 3:
Optional Argument 3:
<pre>{{Gear_Set|{{#!: GEAR SET EXPORT}} | Consumable, Quality | Show}}</pre>
<pre>{{Gear_Set|{{#!: GEAR SET EXPORT}} | Consumable, Quality | Code}}</pre>
First Part: <pre>{{Gear_Set|</pre>
First Part: <pre>{{Gear_Set|</pre>
Line 21:
Line 21:
* This tells the template to add a consumable of the given quality to the gearset. You can add just the name (ie. "Wine"), or a name with a quality (ie. Wine, Fine). If no quality is given it will default to Normal.
* This tells the template to add a consumable of the given quality to the gearset. You can add just the name (ie. "Wine"), or a name with a quality (ie. Wine, Fine). If no quality is given it will default to Normal.
Argument 2 with "Show"(Optional): <pre>| Show}}</pre>
Argument 2 with "Code"(Optional): <pre>| Code}}</pre>
* This tells the template to show the code used to invoke [[Template:Equipment_Loadout]] and allows you to copy and change it if you wish.
* This tells the template to show the code used to invoke [[Template:Equipment_Loadout]] and allows you to copy and change it if you wish.
Argument 3 with "Show"(Optional): <pre>| Show}}</pre>
Argument 3 with "Code"(Optional): <pre>| Code}}</pre>
* This tells the template to show the code used to invoke [[Template:Equipment_Loadout]] and allows you to copy and change it if you wish. You can add this even if you put a consumable first.
* This tells the template to show the code used to invoke [[Template:Equipment_Loadout]] and allows you to copy and change it if you wish. You can add this even if you put a consumable first.
This template will create a display of items based on the gear set export. You can optionally add "Code" as the second argument and get the raw template code that uses Template:Equipment_Loadout/doc.
Basic:
{{Gear_Set|{{#!: GEAR SET EXPORT}}}}
Optional Argument 2:
{{Gear_Set|{{#!: GEAR SET EXPORT}} | Consumable, Quality or Code}}
Optional Argument 3:
{{Gear_Set|{{#!: GEAR SET EXPORT}} | Consumable, Quality | Code}}
First Part:
{{Gear_Set|
This says that you are using this template.
Second Part:
{{#!: GEAR SET EXPORT}}
This is the main information. The "{{#!:" is a helper that makes sure the whole gear set export is kept intact.
Third Part (Basic):
}}
This closes the template.
Argument 2 with Consumable (Optional):
| Consumable, Quality}}
This tells the template to add a consumable of the given quality to the gearset. You can add just the name (ie. "Wine"), or a name with a quality (ie. Wine, Fine). If no quality is given it will default to Normal.
Argument 2 with "Code"(Optional):
| Code}}
This tells the template to show the code used to invoke Template:Equipment_Loadout and allows you to copy and change it if you wish.
Argument 3 with "Code"(Optional):
| Code}}
This tells the template to show the code used to invoke Template:Equipment_Loadout and allows you to copy and change it if you wish. You can add this even if you put a consumable first.