1,305 bytes added
, 17:42, 15 February 2023
<includeonly>|-
| {{{name}}} || {{{slot}}} || {{{skill}}} || {{{material1}}} || {{{material2}}} || {{{GQstrength|}}} || {{{GQspirit|}}} || {{{GQluck|}}} </includeonly>
<noinclude><code><nowiki>{{Template:Clothing row}}</nowiki></code> is used to build the [[Tailoring]] data page item by item.
<nowiki>{| class="wikitable"</nowiki>
<nowiki>! Name !! Slot !! Skill Req !! Material 1 !! Material 2 !! GQ Strength !! GQ Spirit !! GQ Luck</nowiki>
<nowiki>{{Template:Clothing row|GQstrength=10|GQspirit=5|GQluck=20}}</nowiki>
<nowiki>{{Template:Clothing row|name=Wire frames|slot=Glasses|skill=10|material1=2x Cotton Yarn|material2 = 1x any dye}}</nowiki>
<nowiki>{{Template:Clothing row}}</nowiki>
<nowiki>|}</nowiki>
produces:
{| 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}}
|}
Note that <nowiki>{{{GQstrength}}}</nowiki>, <nowiki>{{{GQspirit}}}</nowiki>, and <nowiki>{{{GQluck}}}</nowiki> are blank in the 2nd and 3rd rows because they default that way, whereas the other values are required.
[[Category:Templates]]</noinclude>