Template:NWN:CNR:Recipe: Difference between revisions

m
no edit summary
(Created page with "{{{craft}}} {{{craftmachine}}} {| class="wikitable sortable" |- ! Component !! Quantity Required |- {{#if:{{{component1|}}}| {{{component1}}} || {{{component1qty}}} |- }} {{#...")
 
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{craft}}}
{{{craftmachine}}}
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Component !! Quantity Required
! Component !! Quantity Required
|-
|-
{{#if:{{{component1|}}}| {{{component1}}} || {{{component1qty}}}
| {{{component1}}} || {{{component1qty}}}{{#if:{{{component2qty|}}}|<tr><td> {{{component2}}} </td><td> {{{component2qty}}}</td></tr>}}{{#if:{{{component3qty|}}}|<tr><td> {{{component3}}} </td><td> {{{component3qty}}}</td></tr>}}{{#if:{{{component4qty|}}}|<tr><td> {{{component4}}} </td><td> {{{component4qty}}}</td></tr>}}{{#if:{{{component5qty|}}}|<tr><td> {{{component5}}} </td><td> {{{component5qty}}}</td></tr>}}{{#if:{{{component6qty|}}}|<tr><td> {{{component6}}} </td><td> {{{component6qty}}}</td></tr>}}{{#if:{{{component7qty|}}}|<tr><td> {{{component7}}} </td><td> {{{component7qty}}}</td></tr>}}{{#if:{{{component8qty|}}}|<tr><td> {{{component8}}} </td><td> {{{component8qty}}}</td></tr>}}{{#if:{{{component9qty|}}}|<tr><td> {{{component9}}} </td><td> {{{component9qty}}}</td></tr>}}{{#if:{{{component10qty|}}}|<tr><td> {{{component10}}} </td><td> {{{component10qty}}}</td></tr>}}{{#if:{{{component11qty|}}}|<tr><td> {{{component11}}} </td><td> {{{component11qty}}}</td></tr>}}{{#if:{{{component12qty|}}}|<tr><td> {{{component12}}} </td><td> {{{component12qty}}}</td></tr>}}
|-
}}
{{#if:{{{component2|}}}| {{{component2}}} || {{{component2qty}}}
|-
}}
{{#if:{{{component3|}}}| {{{component3}}} || {{{component3qty}}}
|-
}}
{{#if:{{{component4|}}}| {{{component4}}} || {{{component4qty}}}
|-
}}
{{#if:{{{component5|}}}| {{{component5}}} || {{{component5qty}}}
|-
}}
{{#if:{{{component6|}}}| {{{component6}}} || {{{component6qty}}}
|-
}}
{{#if:{{{component7|}}}| {{{component7}}} || {{{component7qty}}}
|-
}}
{{#if:{{{component8|}}}| {{{component8}}} || {{{component8qty}}}
|-
}}
{{#if:{{{component9|}}}| {{{component9}}} || {{{component9qty}}}
|-
}}
{{#if:{{{component10|}}}| {{{component10}}} || {{{component10qty}}}
|-
}}
{{#if:{{{component11|}}}| {{{component11}}} || {{{component11qty}}}
|-
}}
{{#if:{{{component12|}}}| {{{component12}}} || {{{component12qty}}}
|-
}}
|}
|}
 
[[Category:CNR And Items]][[Category:CNR Recipes]][[Category:{{{craft}}} CNR Recipes]]
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 91: Line 53:
"label": "component2",
"label": "component2",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 99: Line 61:
"label": "component2qty",
"label": "component2qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 107: Line 69:
"label": "component3",
"label": "component3",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 115: Line 77:
"label": "component3qty",
"label": "component3qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 123: Line 85:
"label": "component4",
"label": "component4",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 131: Line 93:
"label": "component4qty",
"label": "component4qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 139: Line 101:
"label": "component5",
"label": "component5",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 147: Line 109:
"label": "component5qty",
"label": "component5qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 155: Line 117:
"label": "component6",
"label": "component6",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 163: Line 125:
"label": "component6qty",
"label": "component6qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 171: Line 133:
"label": "component7",
"label": "component7",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 179: Line 141:
"label": "component71qty",
"label": "component71qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 187: Line 149:
"label": "component8",
"label": "component8",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 195: Line 157:
"label": "component8qty",
"label": "component8qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 203: Line 165:
"label": "component9",
"label": "component9",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 211: Line 173:
"label": "component9qty",
"label": "component9qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 219: Line 181:
"label": "component10",
"label": "component10",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 227: Line 189:
"label": "component10qty",
"label": "component10qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 235: Line 197:
"label": "component11",
"label": "component11",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 243: Line 205:
"label": "component11qty",
"label": "component11qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"
Line 251: Line 213:
"label": "component12",
"label": "component12",
"type": "string",
"type": "string",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The name of the component"
"description": "The name of the component"
Line 259: Line 221:
"label": "component12qty",
"label": "component12qty",
"type": "number",
"type": "number",
"required": true,
"required": false,
"suggested": true,
"suggested": false,
"deprecated": false,
"deprecated": false,
"description": "The qty of the component"
"description": "The qty of the component"