Template:Clothing row

From UCGO-WIKI
Revision as of 17:42, 15 February 2023 by Felix (talk | contribs) (Created page with "<includeonly>|- | {{{name}}} || {{{slot}}} || {{{skill}}} || {{{material1}}} || {{{material2}}} || {{{GQstrength|}}} || {{{GQspirit|}}} || {{{GQluck|}}} </includeonly> <noincl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{Template:Clothing row}} is used to build the Tailoring data page item by item.

{| class="wikitable"
! Name !! Slot !! Skill Req !! Material 1 !! Material 2 !! GQ Strength !! GQ Spirit !! GQ Luck
{{Template:Clothing row|GQstrength=10|GQspirit=5|GQluck=20}}
{{Template:Clothing row|name=Wire frames|slot=Glasses|skill=10|material1=2x Cotton Yarn|material2 = 1x any dye}}
{{Template:Clothing row}}
|}

produces:

Name Slot Skill Req Material 1 Material 2 GQ Strength GQ Spirit GQ Luck
{{{name}}} {{{slot}}} {{{skill}}} {{{material1}}} {{{material2}}} 10 5 20
Wire frames Glasses 10 2x Cotton Yarn 1x any dye
{{{name}}} {{{slot}}} {{{skill}}} {{{material1}}} {{{material2}}}

Note that {{{GQstrength}}}, {{{GQspirit}}}, and {{{GQluck}}} are blank in the 2nd and 3rd rows because they default that way, whereas the other values are required.