Difference between revisions of "Template:CostumeLowerBodyTable"
From Paragon Wiki Archive
Blondeshell (Talk | contribs) m |
Blondeshell (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{#switch: {{{LowerBody}}} | {{#switch: {{{LowerBody}}} | ||
|Tight = {{CostumeLowerBodyTightTable|LowerBody={{{LowerBody}}}|Pants={{{Pants}}}|PantsPattern={{{PantsPattern}}}|Boots={{{Boots}}}|BootsStyle={{{BootsStyle}}}|BootsPattern={{{BootsPattern}}}|Tails={{{Tails}}}}} | |Tight = {{CostumeLowerBodyTightTable|LowerBody={{{LowerBody}}}|Pants={{{Pants}}}|PantsPattern={{{PantsPattern}}}|Boots={{{Boots}}}|BootsStyle={{{BootsStyle}}}|BootsPattern={{{BootsPattern}}}|Tails={{{Tails}}}}} | ||
− | |Tucked In = {{CostumeLowerBodyTuckedInTable|LowerBody={{{ | + | |Tucked In = {{CostumeLowerBodyTuckedInTable|LowerBody={{{LowerBody}}}|Pants={{{Pants}}}|PantsPattern={{{PantsPattern}}}|Boots={{{Boots}}}|BootsStyle={{{BootsStyle}}}|BootsPattern={{{BootsPattern}}}|Tails={{{Tails}}}}} |
|Tight Pants = {{CostumeLowerBodyTightPantsTable|LowerBody={{{LowerBody}}}|UpperLegs={{{UpperLegs}}}|UpperLegsPattern={{{UpperLegsPattern}}}|LowerLegs={{{LowerLegs}}}|LowerLegsPattern={{{LowerLegsPattern}}}|Tails={{{Tails}}}}} | |Tight Pants = {{CostumeLowerBodyTightPantsTable|LowerBody={{{LowerBody}}}|UpperLegs={{{UpperLegs}}}|UpperLegsPattern={{{UpperLegsPattern}}}|LowerLegs={{{LowerLegs}}}|LowerLegsPattern={{{LowerLegsPattern}}}|Tails={{{Tails}}}}} | ||
|Pants = {{CostumeLowerBodyPantsTable|LowerBody={{{LowerBody}}}|Pants={{{Pants}}}|PantsStyle={{{PantsStyle}}}|PantsPattern={{{PantsPattern}}}|Boots={{{Boots}}}|BootsStyle={{{BootsStyle}}}|BootsPattern={{{BootsPattern}}}|Tails={{{Tails}}}}} | |Pants = {{CostumeLowerBodyPantsTable|LowerBody={{{LowerBody}}}|Pants={{{Pants}}}|PantsStyle={{{PantsStyle}}}|PantsPattern={{{PantsPattern}}}|Boots={{{Boots}}}|BootsStyle={{{BootsStyle}}}|BootsPattern={{{BootsPattern}}}|Tails={{{Tails}}}}} |
Revision as of 05:54, 26 February 2012
Lower Body option not recognized.
[edit] [ ] Documentation
Description
This template provides a method for detailing the "Lower Body" settings used to create a particular costume. The value of LowerBody will determine which subtables will be displayed due to the fact that different values in this categories in the game will affect what sub-options are available.
Parameters
- LowerBody - This is the "Lower Body" category setting as it appears in the costume creator interface. The following are valid values for this parameter:
- Armored
For "Armored", the following parameters will also need to be set:
- Armor - This is the "Armor" setting as it appears in the costume creator interface.
- ArmorPattern - This the name of the armor color pattern as it appears in the costume creator interface.
- Boots - This is the "Boots" setting as it appears in the costume creator interface.
- BootsStyle - This is the name of the boots style as it appears in the costume creator interface.
- BootsPattern - This is the name of the boots color pattern as it appears in the costume creator interface.
Example
Template call:
{{CostumeLowerBodyTable |LowerBody=Armored |Armor=Armor Plate |ArmorPattern=Armor Plate |Boots=Banded |BootsStyle=Armor Plate |BootsPattern=Armor Plate}}
Result:
Lower Body | Armor | Pattern | Boots | Style | Pattern | Tails |
Armored | Armor Plate | Armor Plate | Banded | Armor Plate | Armor Plate | {{{Tails}}} |