More actions
m Updated parameter docs |
Add TemplateData. |
||
| Line 115: | Line 115: | ||
| updated = 01 August 2020 | | updated = 01 August 2020 | ||
| notes = | | notes = | ||
<!-- Asteroid --> | <!-- Asteroid --> | ||
| simple = v | | simple = v | ||
| Line 121: | Line 122: | ||
| complex = iii | | complex = iii | ||
| abyssal = iii | | abyssal = iii | ||
<!-- Moon --> | <!-- Moon --> | ||
| ubiquitous = v | | ubiquitous = v | ||
| Line 127: | Line 129: | ||
| rare = v | | rare = v | ||
| exceptional = v | | exceptional = v | ||
<!-- other --> | <!-- other --> | ||
| mercoxit = | | mercoxit = | ||
| Line 133: | Line 136: | ||
| 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": { | |||
"image": { | |||
"description": "Name of the uploaded profile image of the character, with extension and without parenthesis", | |||
"type": "wiki-file-name", | |||
"default": "member.png", | |||
"suggested": true | |||
}, | |||
"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 | |||
}, | |||
"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": { | |||
"aliases": [ | |||
"Beancounter implant" | |||
], | |||
"description": "Type of Zainou 'Beancounter' Reprocessing RX-80x implant used. Leave empty when no implant", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"801", | |||
"802", | |||
"804" | |||
] | |||
}, | |||
"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 | |||
}, | |||
"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> | ||
Revision as of 09:52, 25 June 2025
- Description
- This template is to standardize the layout of the refiner information on Perfect Refine List.
- Dependencies
-
- Uses
- {{Perfect refiner row}}
- CSS class infobox
- member.png as default image.
- Syntax
{{Perfect refiner
| main =
| refiner =
| image =
| reprocessing =
| efficiency =
| beancounter =
| location =
| cost =
| contact =
| updated =
| notes =
<!-- Asteroid -->
| simple =
| coherent =
| variegated =
| complex =
| abyssal =
<!-- Moon -->
| ubiquitous =
| common =
| uncommon =
| rare =
| exceptional =
<!-- other -->
| mercoxit =
| ice =
| scrapmetal =
| gas =
}}
- Parameters
-
- main
- The EVE name of your main character. Will automatically show up as a level 3 heading in the table of contents.
- refiner
- Name of the refiner character. Use only if your main character is not the refiner.
- image
- The name of the uploaded profile image of the character, with extension and without parenthesis. Defaults to member.png.
- reprocessing
- The level of the Reprocessing skill in Roman numerals.
- efficiency
- The level of the Reprocessing Efficiency skill in Roman numerals.
- beancounter
- 801, 802 or 804 if the refiner is using a Zainou 'Beancounter' Reprocessing RX-80x implant. Else leave blank or omit.
- location
- The location(s) where refiner is active.
- cost
- If you charge a fee for refining, you must list it here.
- contact
- How to contact the refiner. i.e. EVE Mail, Discord, etc.
- updated
- Date of last update of this information.
- notes
- Optional. To add any information that does not fit elsewhere.
- The following parameters are for the level of the specified skills in Roman numerals. Skills below level IV will not be shown. Unused parameters may be omitted. See Skills:Resource Processing for information about the skills.
- simple
- Simple Ore Processing skill.
- coherent
- Coherent Ore Processing skill
- variegated
- Variegated Ore Processing skill
- complex
- Complex Ore Processing skill
- abyssal
- Abyssal Ore Processing skill
- ubiquitous
- Ubiquitous Moon Ore Processing
- common
- Common Moon Ore Processing
- uncommon
- Uncommon Moon Ore Processing
- rare
- Rare Moon Ore Processing
- exceptional
- Exceptional Moon Ore Processing
- mercoxit
- Mercoxit Ore Processing
- ice
- Ice Processing
- scrapmetal
- Scrapmetal Processing
- gas
- Gas Decompression Efficiency
- Sample
{{Perfect refiner
| main = Evon R'al
| refiner =
| image = Evon R'al.jpg
| reprocessing = v
| efficiency = V
| beancounter = 804
| location = Vulat I (Six Kin Development Foundry)<br>Hek (Boundless Creation Factory)
| cost = 10,000 ISK
| contact = EVE Mail, Discord PM
| updated = 01 August 2020
| notes =
<!-- Asteroid -->
| simple = v
| coherent =
| variegated = iv
| complex = iii
| abyssal = iii
<!-- Moon -->
| ubiquitous = v
| common = iv
| uncommon = v
| rare = v
| exceptional = v
<!-- other -->
| mercoxit =
| ice = v
| scrapmetal = v
| gas =
}}
- gives...
Evon R'al
Reprocessing V
Reprocessing Efficiency V
Zainou 'Beancounter' Reprocessing RX-804 (extra 4%)
| Location: | Vulat I (Six Kin Development Foundry) Hek (Boundless Creation Factory) |
|---|---|
| Cost: | 10,000 ISK |
| Contact: | EVE Mail, Discord PM |
| Last Updated: | 01 August 2020 |
| Asteroid Ore | |
|---|---|
| Simple Ore Processing | V |
| Variegated Ore Processing | IV |
| Moon Ore | |
|---|---|
| Ubiquitous Moon Ore Processing | V |
| Common Moon Ore Processing | IV |
| Uncommon Moon Ore Processing | V |
| Rare Moon Ore Processing | V |
| Exceptional Moon Ore Processing | V |
| Other | |
|---|---|
| Ice Processing | V |
| Scrapmetal Processing | V |
- Template data
- This is the TemplateData documentation for this template used by VisualEditor and other tools.
Standard layout of the refiner information on Perfect Refine List.
Template parameters
This template has custom formatting.
Parameter Description Type Status image imageName of the uploaded profile image of the character, with extension and without parenthesis
- Default
- member.png
File suggested Main char name mainEVE name of your main character. Will automatically show up as a level 3 heading in the table of contents
- Example
- Laura Karpinski
User required Reprocessing skill level reprocessingLevel of the Reprocessing skill in Roman numerals
- Suggested values
IIIIIIIVV
String required Reprocessing Efficiency skill level efficiencyLevel of the Reprocessing Efficiency skill in Roman numerals. Leave empty when not trained
- Suggested values
IIIIIIIVV
String optional beancounter beancounterBeancounter implantType of Zainou 'Beancounter' Reprocessing RX-80x implant used. Leave empty when no implant
- Suggested values
801802804
String optional refiner refinerName of the refiner character. Use only if your main character is not the refiner
User optional location locationLocation(s) where refiner is active
Content suggested cost costFee 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.
Content optional contact contactHow to contact the refiner. i.e. EVE Mail, Discord, etc.
Unknown suggested updated updatedDate of last update of this information
- Example
- 22 July 2024
- Auto value
{{subst:CURRENTDAY}} {{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}
Date required notes notesAny information that does not fit elsewhere
Content optional Simple Ore Processing skill level simpleOnly levels IV and V will be shown
- Suggested values
IVV
String optional Coherent Ore Processing skill level coherentOnly levels IV and V will be shown
- Suggested values
IVV
String optional Variegated Ore Processing skill level variegatedOnly levels IV and V will be shown
- Suggested values
IVV
Unknown optional Complex Ore Processing skill level complexOnly levels IV and V will be shown
- Suggested values
IVV
Unknown optional Abyssal Ore Processing skill level abyssalOnly levels IV and V will be shown
- Suggested values
IVV
String optional Ubiquitous Moon Ore Processing skill level ubiquitousOnly levels IV and V will be shown
- Suggested values
IVV
String optional Common Moon Ore Processing skill level commonOnly levels IV and V will be shown
- Suggested values
IVV
String optional Uncommon Moon Ore Processing skill level uncommonOnly levels IV and V will be shown
- Suggested values
IVV
String optional Rare Moon Ore Processing skill level rareOnly levels IV and V will be shown
- Suggested values
IVV
String optional Exceptional Moon Ore Processing skill level exceptionalOnly levels IV and V will be shown
- Suggested values
IVV
String optional Mercoxit Ore Processing skill level mercoxitOnly levels IV and V will be shown
- Suggested values
IVV
String optional Ice Processing skill level iceOnly levels IV and V will be shown
- Suggested values
IVV
String optional Scrapmetal Processing skill level scrapmetalOnly levels IV and V will be shown
- Suggested values
IVV
String optional Gas Decompression Efficiency skill level gasOnly levels IV and V will be shown
- Suggested values
IVV
String optional