More actions
Add TemplateData. |
Update for adding Erratic Ore Processing and Unrefined Minerals Processing to template. |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 22: | Line 22: | ||
| updated = | | updated = | ||
| notes = | | notes = | ||
<!-- Asteroid --> | <!-- Asteroid --> | ||
| simple = | | simple = | ||
| Line 28: | Line 29: | ||
| complex = | | complex = | ||
| abyssal = | | abyssal = | ||
| erratic = | |||
<!-- Moon --> | <!-- Moon --> | ||
| ubiquitous = | | ubiquitous = | ||
| Line 34: | Line 37: | ||
| rare = | | rare = | ||
| exceptional = | | exceptional = | ||
<!-- other --> | <!-- other --> | ||
| mercoxit = | | mercoxit = | ||
| Line 56: | Line 60: | ||
: The following parameters are for the level of the specified skills in Roman numerals. Skills below level IV will <em>not</em> be shown. Unused parameters may be omitted. See [[Skills:Resource Processing]] for information about the skills. | : The following parameters are for the level of the specified skills in Roman numerals. Skills below level IV will <em>not</em> be shown. Unused parameters may be omitted. See [[Skills:Resource Processing]] for information about the skills. | ||
:; simple : Simple Ore Processing skill | :; simple : Simple Ore Processing skill | ||
:; coherent : Coherent Ore Processing skill | :; coherent : Coherent Ore Processing skill | ||
:; variegated : Variegated Ore Processing skill | :; variegated : Variegated Ore Processing skill | ||
:; complex : Complex Ore Processing skill | :; complex : Complex Ore Processing skill | ||
:; abyssal : Abyssal Ore Processing skill | :; abyssal : Abyssal Ore Processing skill | ||
:; erratic : Erratic Ore Processing skill | |||
:; ubiquitous : Ubiquitous Moon Ore Processing | :; ubiquitous : Ubiquitous Moon Ore Processing | ||
:; common : Common Moon Ore Processing | :; common : Common Moon Ore Processing | ||
| Line 70: | Line 75: | ||
:; scrapmetal : Scrapmetal Processing | :; scrapmetal : Scrapmetal Processing | ||
:; gas : Gas Decompression Efficiency | :; gas : Gas Decompression Efficiency | ||
:; unrefined : Unrefined Minerals Processing | |||
; Sample | ; Sample | ||
| Line 142: | Line 148: | ||
{ | { | ||
"params": { | "params": { | ||
"main": { | "main": { | ||
"label": "Main char name", | "label": "Main char name", | ||
| Line 154: | Line 154: | ||
"type": "wiki-user-name", | "type": "wiki-user-name", | ||
"required": true | "required": true | ||
}, | |||
"image": { | |||
"description": "Name of the profile image of the character, with extension and without parenthesis", | |||
"type": "wiki-file-name", | |||
"default": "member.png", | |||
"suggested": true | |||
}, | |||
"refiner": { | |||
"description": "Name of the refiner character. Use only if your main character is not the refiner", | |||
"type": "wiki-user-name" | |||
}, | |||
"location": { | |||
"description": "Location(s) where refiner is active", | |||
"type": "content", | |||
"suggested": true | |||
}, | }, | ||
"reprocessing": { | "reprocessing": { | ||
| Line 181: | Line 196: | ||
}, | }, | ||
"beancounter": { | "beancounter": { | ||
"description": "Type of Zainou 'Beancounter' Reprocessing RX-80x implant used. Leave empty when no implant", | "description": "Type of Zainou 'Beancounter' Reprocessing RX-80x implant used. Leave empty when no implant", | ||
"type": "string", | "type": "string", | ||
| Line 190: | Line 202: | ||
"802", | "802", | ||
"804" | "804" | ||
] | ], | ||
"label": "Beancounter implant" | |||
" | |||
}, | }, | ||
"cost": { | "cost": { | ||
| Line 263: | Line 267: | ||
], | ], | ||
"description": "Only levels IV and V will be shown" | "description": "Only levels IV and V will be shown" | ||
}, | |||
"erratic": { | |||
"label": "Erratic Ore Processing level", | |||
"description": "Only levels IV and V will be shown", | |||
"type": "string" | |||
}, | }, | ||
"ubiquitous": { | "ubiquitous": { | ||
| Line 344: | Line 353: | ||
], | ], | ||
"description": "Only levels IV and V will be shown" | "description": "Only levels IV and V will be shown" | ||
}, | |||
"unrefind": { | |||
"label": "Unrefined Minerals Processing level", | |||
"description": "Only levels IV and V will be shown", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": " Standard layout of the refiner information on Perfect Refine List.", | "description": " Standard layout of the refiner information on Perfect Refine List.", | ||
"format": "{{_\n| | "format": "{{_\n| ____________ = _\n}}" | ||
} | } | ||
</templatedata> | </templatedata> | ||