Template:ResourceNode: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="resource-node-template"> | |||
<div | |||
<!-- | '''{{{name|{{PAGENAME}}}}}''' | ||
<div style=" | |||
{{#if: {{{ | {{#if:{{{node_image_file|}}}| | ||
[[File:{{{node_image_file}}}|thumb|{{{name}}}]] | |||
}} | |||
<!-- ========================== --> | |||
<!-- NODE INFO --> | |||
<!-- ========================== --> | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Node Info</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
{{#if:{{{harvesting_profession|}}}|'''Harvesting Profession''': [[:Category:{{{harvesting_profession}}}|{{{harvesting_profession}}}]]<br /> | |||
}}{{#if:{{{harvesting_level|}}}|'''Harvesting Level''': {{{harvesting_level}}}<br /> | |||
}}{{#if:{{{tool_required|}}}|'''Tool Required''': {{{tool_required}}}<br /> | |||
}}{{#if:{{{location|}}}|'''Location''': {{{location}}}<br /> | |||
}} | }} | ||
</div> | </div> | ||
<!-- | <!-- ========================== --> | ||
<div style=" | <!-- POSSIBLE YIELD --> | ||
<!-- ========================== --> | |||
{{#if:{{{possible_yield|}}}| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Possible Yield</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
{{#invoke:ListLinks|fromDelimited|1={{{possible_yield}}}|delimiter=, }} | |||
| | |||
</div> | </div> | ||
}} | }} | ||
<!-- ========================== --> | |||
<!-- CATEGORIES --> | |||
<!-- ========================== --> | |||
[[Category:Resource Nodes]] | [[Category:Resource Nodes]] | ||
[[Category:Harvesting]] | [[Category:Harvesting]] | ||
{{#if:{{{harvesting_profession|}}}|[[Category:{{{harvesting_profession}}} Nodes]]}} | |||
</div> |
Revision as of 17:24, 7 May 2025
ResourceNode
Node Info