More actions
m Updated parameter docs |
m Change TemplateData, remove alias add label update format. |
||
| (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 = | ||
<!-- Moon --> | <!-- Moon --> | ||
| ubiquitous = | | ubiquitous = | ||
| Line 34: | Line 36: | ||
| rare = | | rare = | ||
| exceptional = | | exceptional = | ||
<!-- other --> | <!-- other --> | ||
| mercoxit = | | mercoxit = | ||
| Line 115: | Line 118: | ||
| updated = 01 August 2020 | | updated = 01 August 2020 | ||
| notes = | | notes = | ||
<!-- Asteroid --> | <!-- Asteroid --> | ||
| simple = v | | simple = v | ||
| Line 121: | Line 125: | ||
| complex = iii | | complex = iii | ||
| abyssal = iii | | abyssal = iii | ||
<!-- Moon --> | <!-- Moon --> | ||
| ubiquitous = v | | ubiquitous = v | ||
| Line 127: | Line 132: | ||
| rare = v | | rare = v | ||
| exceptional = v | | exceptional = v | ||
<!-- other --> | <!-- other --> | ||
| mercoxit = | | mercoxit = | ||
| Line 133: | Line 139: | ||
| gas = | | gas = | ||
}} | }} | ||
; Template data | |||
: This is the [[mediawikiwiki:Help:TemplateData|TemplateData]] documentation for this template used by [[mediawikiwiki:VisualEditor|VisualEditor]] and other tools. | |||
:: <templatedata> | |||
{ | |||
"params": { | |||
"main": { | |||
"label": "Main char name", | |||
"description": "EVE name of your main character. Will automatically show up as a level 3 heading in the table of contents", | |||
"example": "Laura Karpinski", | |||
"type": "wiki-user-name", | |||
"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": { | |||
"label": "Reprocessing skill level", | |||
"description": "Level of the Reprocessing skill in Roman numerals", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"I", | |||
"II", | |||
"III", | |||
"IV", | |||
"V" | |||
], | |||
"required": true | |||
}, | |||
"efficiency": { | |||
"label": "Reprocessing Efficiency skill level", | |||
"description": "Level of the Reprocessing Efficiency skill in Roman numerals. Leave empty when not trained", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"I", | |||
"II", | |||
"III", | |||
"IV", | |||
"V" | |||
] | |||
}, | |||
"beancounter": { | |||
"description": "Type of Zainou 'Beancounter' Reprocessing RX-80x implant used. Leave empty when no implant", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"801", | |||
"802", | |||
"804" | |||
], | |||
"label": "Beancounter implant" | |||
}, | |||
"cost": { | |||
"description": "Fee charged for refining", | |||
"example": "10,000 ISK for the cost of the return contract. Any station fees will also be passed on to you with the return contract. ", | |||
"type": "content" | |||
}, | |||
"contact": { | |||
"description": "How to contact the refiner. i.e. EVE Mail, Discord, etc.", | |||
"suggested": true | |||
}, | |||
"updated": { | |||
"description": "Date of last update of this information", | |||
"example": "22 July 2024", | |||
"type": "date", | |||
"autovalue": "{{subst:CURRENTDAY}} {{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}", | |||
"required": true | |||
}, | |||
"notes": { | |||
"description": "Any information that does not fit elsewhere", | |||
"type": "content" | |||
}, | |||
"simple": { | |||
"label": "Simple Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"coherent": { | |||
"label": "Coherent Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"variegated": { | |||
"label": "Variegated Ore Processing skill level", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"complex": { | |||
"label": "Complex Ore Processing skill level", | |||
"description": "Only levels IV and V will be shown", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
] | |||
}, | |||
"abyssal": { | |||
"label": "Abyssal Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"ubiquitous": { | |||
"label": "Ubiquitous Moon Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"common": { | |||
"label": "Common Moon Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"uncommon": { | |||
"label": "Uncommon Moon Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"rare": { | |||
"label": "Rare Moon Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"exceptional": { | |||
"label": "Exceptional Moon Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"mercoxit": { | |||
"label": "Mercoxit Ore Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"ice": { | |||
"label": "Ice Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"scrapmetal": { | |||
"label": "Scrapmetal Processing skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
}, | |||
"gas": { | |||
"label": "Gas Decompression Efficiency skill level", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"IV", | |||
"V" | |||
], | |||
"description": "Only levels IV and V will be shown" | |||
} | |||
}, | |||
"description": " Standard layout of the refiner information on Perfect Refine List.", | |||
"format": "{{_\n| ____________ = _\n}}" | |||
} | |||
</templatedata> | |||
<includeonly>[[Category:Formatting templates]]<!-- Any categories for the template itself --></includeonly> | <includeonly>[[Category:Formatting templates]]<!-- Any categories for the template itself --></includeonly> | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> | ||