Difference between revisions of "Template:NodeBox"

From Wurmpedia
Jump to navigation Jump to search
m
m (Content alignment fix)
Line 1: Line 1:
 
<templatestyles src="InfoTable/styles.css" />
 
<templatestyles src="InfoTable/styles.css" />
 
<includeonly>
 
<includeonly>
{| class="wikitable" style="float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1"
+
{| class="wikitable" style="text-align: center; float:right; margin:1em; width:250px;" cellpadding="3" cellspacing="0" border="1"
 
|+ style="font-weight: bold" | {{{name|{{PAGENAME}} Resource node}}}
 
|+ style="font-weight: bold" | {{{name|{{PAGENAME}} Resource node}}}
 
|-
 
|-
Line 21: Line 21:
 
|-
 
|-
 
|
 
|
<ul>
 
 
     {{#switch: {{lc:{{{action}}}}}
 
     {{#switch: {{lc:{{{action}}}}}
 
     | forage = Collected by [[forage|foraging]].
 
     | forage = Collected by [[forage|foraging]].
Line 28: Line 27:
 
     | #default = Please add Harvest method to the action = line in the template
 
     | #default = Please add Harvest method to the action = line in the template
 
     }}
 
     }}
</ul>
 
 
|-
 
|-
 
! class="infobox-header-row" | Possible yields
 
! class="infobox-header-row" | Possible yields
Line 38: Line 36:
 
|-
 
|-
 
|
 
|
<ul>
 
 
     Uses
 
     Uses
 
     {{#switch: {{lc:{{{action}}}}}
 
     {{#switch: {{lc:{{{action}}}}}
Line 47: Line 44:
 
     }}
 
     }}
 
     skill.     
 
     skill.     
</ul>
 
 
|}<!-- End of NodeBox -->
 
|}<!-- End of NodeBox -->
  

Revision as of 23:58, 5 December 2023



Resource node template

This template adds a box with an image of the node, harvest method, probable locations and possible yields.

It is also possible to include general information about Resource nodes on every node page by including the text in this template below the box section

Usage examples:

{{NodeBox
|name=Wildflowers         *** defaults to {{PAGENAME}} ***
|image=Wildflowers.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|location=Grassland, Woodland, Steppe 
|action=botanize
|yields=Bouquets of common flowers, lavender flowers, camellia flowers, parsley, oleander, rosemary, lovage, woad, belladonna, rose flowers, and bouquets of dotted flowers. 
}}


{{NodeBox
|name=Low brush         *** defaults to {{PAGENAME}} ***
|image=Lowbrush.jpg    *** defaults to {{PAGENAME}}.jpg or {{PAGENAME}}.png ***
|location=Steppe 
|action=forage
|yields=Woad, thyme, strawberries, wemp plants, cotton, basil, cacao beans, and coffee cherries. 

}}