Difference between revisions of "Template:NWN:CNR:Recipe"

From The World of Layonara
Jump to navigation Jump to search
(Created page with "{{{craft}}} {{{craftmachine}}} {| class="wikitable sortable" |- ! Component !! Quantity Required |- {{#if:{{{component1|}}}| {{{component1}}} || {{{component1qty}}} |- }} {{#...")
 
m
 
(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"

Latest revision as of 11:39, 29 September 2019

Component Quantity Required
{{{component1}}} {{{component1qty}}}

[[Category:{{{craft}}} CNR Recipes]]

An NWN CNR Recipe.

Template parameters

ParameterDescriptionTypeStatus
namename

The name of the craft item

Default
empty
Example
empty
Auto value
empty
Stringrequired
craftcraft

The craft skill required

Default
empty
Example
empty
Auto value
empty
Stringrequired
craftmachinecraftmachine

The craft machine used

Default
empty
Example
empty
Auto value
empty
Stringsuggested
component1component1

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringrequired
component1qtycomponent1qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberrequired
component2component2

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component2qtycomponent2qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component3component3

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component3qtycomponent3qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component4component4

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component4qtycomponent4qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component5component5

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component5qtycomponent5qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component6component6

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component6qtycomponent6qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component7component7

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component71qtycomponent7qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component8component8

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component8qtycomponent8qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component9component98

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component9qtycomponent9qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component10component10

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component10qtycomponent10qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component11component11

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component11qtycomponent11qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional
component12component12

The name of the component

Default
empty
Example
empty
Auto value
empty
Stringoptional
component12qtycomponent12qty

The qty of the component

Default
empty
Example
empty
Auto value
empty
Numberoptional