Difference between revisions of "Template:HarvestInfo"
Jump to navigation
Jump to search
m (Testing) |
m (set item image to 80px, some have 50px, others 80px, this will make all the same size (I hope)) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>[[File:{{{item|default item image}}}.png|80px]]{{#if:{{{desc|}}}|  |
− | |||
− | {{ | ||
− | #if: {{{desc|}}} | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{#if:x|{{{desc}}}}}}} | |
− | |||
− | * Created from | + | === {{{manutitle|Harvesting information}}} === |
+ | Recommended [[Harvestables|Harvesting]] level: {{{lvl|}}}<br /> | ||
+ | Base Harvesting experience given: {{{exp}}}<br /> | ||
+ | [[:Category:Tools|Tools]] required:{{#if:{{{tool|}}}| | ||
+ | * [[File:{{{tool}}}.png|25px]] [[{{{tool}}}]]| | ||
+ | * <span style="color:green">None</span>}}{{#if:{{{ing|}}}| | ||
+ | * One [[File:{{{ing}}}.png|25px]] [[{{{ing}}}]] is consumed for each ore harvested.}} | ||
+ | [[Books|Knowledge]] required:{{#if:{{{know|}}}| | ||
+ | * {{#if:{{{bookpic|}}}|[[File:{{{bookpic}}}.png|25px]] }}[[{{{know}}}]]| | ||
+ | * <span style="color:green">None</span>}} | ||
+ | [[Nexus]] required:{{#if:{{{nexuslvl|}}}| | ||
+ | * [[{{{nexus|Inorganic}}} Nexus#{{{nexus|Inorganic}}} {{{nexuslvl}}}|{{{nexus|Inorganic}}}: {{{nexuslvl}}}]]| | ||
+ | * <span style="color:green">None</span>}}</includeonly><noinclude> | ||
+ | == Documentation == | ||
+ | * Created from [[:Template:ManuInfo]]. | ||
=== Parameters === | === Parameters === | ||
Line 29: | Line 24: | ||
* '''exp''': base experience given, defaults to empty | * '''exp''': base experience given, defaults to empty | ||
* '''lvl''': recommended skill level, defaults to empty | * '''lvl''': recommended skill level, defaults to empty | ||
− | * '''know''': required knowledge, i.e. the link will be made to '' | + | * '''know''': required knowledge, i.e. the link will be made to ''know''; ''optional'' |
* '''bookpic''': book image; ''optional'' | * '''bookpic''': book image; ''optional'' | ||
* '''nexus''': required nexus; ''optional'' | * '''nexus''': required nexus; ''optional'' | ||
Line 40: | Line 35: | ||
<pre><nowiki> | <pre><nowiki> | ||
{{HarvestInfo | {{HarvestInfo | ||
− | + | |item = | |
− | + | |desc = | |
− | + | |exp = | |
− | + | |lvl = | |
− | + | |know = | |
− | + | |bookpic = | |
− | + | |nexus = | |
− | + | |nexuslvl = | |
− | + | |tool = | |
− | + | |ing = | |
}} | }} | ||
− | + | </nowiki></pre></noinclude> | |
− | </noinclude> |
Latest revision as of 18:11, 26 November 2018
Documentation
- Created from Template:ManuInfo.
Parameters
- item: Name of the item (capitalization, spacing etc. as the wiki-page-name); mandatory
- desc: Description, will be added between the image and the list of ingredients; optional
- exp: base experience given, defaults to empty
- lvl: recommended skill level, defaults to empty
- know: required knowledge, i.e. the link will be made to know; optional
- bookpic: book image; optional
- nexus: required nexus; optional
- nexuslvl: level of the required nexus; optional
- tool: tool needed to make; optional
- ing: Name of the ingredient used to harvest the item; optional
Usage
Copy and paste the code below, fill in the necessary information, remove unused parameters, preview, save.
{{HarvestInfo |item = |desc = |exp = |lvl = |know = |bookpic = |nexus = |nexuslvl = |tool = |ing = }}