Difference between revisions of "ADMIN GUN"

From Underdone Wiki
Jump to: navigation, search
(Created page with "<!-- Remove after filling in at least some info --> {{Stub}} {{Resource | image = unknown_resource.png | name = Wood | description = Basic resource used in many recipes. Ther...")
 
Line 1: Line 1:
<!-- Remove after filling in at least some info -->
+
{| class="wikitable" style="min-width:80%;"
{{Stub}}
+
|- style="vertical-align:top;"
 +
| rowspan="5" style="width:150px;padding:2px;" | [[File:{{{image|unknown_resource.png}}}|150px]]
  
{{Resource
+
| rowspan="5" |
| image = unknown_resource.png
+
{| style="width:100%;"
| name = Wood
+
| style="padding:10px;border-bottom:1px solid #AAA;" | '''{{{name|Unknown Resource}}}'''
| description = Basic resource used in many recipes. There are many different levels of wood ranging from a low to high level requirement. If a recipe requires wood, you can usually assume the level of wood off the level of the item the recipe will give you. (Obviously the recipe in-game will tell you)
+
|-
| tool = [[Hands|Hands]] or [[Hatchet|Hatchet]]
+
| style="padding:5px 10px;" | {{{description|A resource that used to craft props, structures and other items.}}}
| skill = [[Woodcutting|Woodcutting]] 1 - 75
+
|}
| experience = 12 - 75
+
 
| found = [[Trees|Trees]]
+
! colspan="2" style="vertical-align:middle;height:25px;" | Requirements &amp; Information
}}
+
|-
 +
| style="text-align:right;font-weight:bold;width:60px;padding:2px 5px;" |Tool|| style="width:180px;padding:2px 5px;" |{{{tool|''Unknown''}}}
 +
|-
 +
| style="text-align:right;font-weight:bold;width:60px;padding:2px 5px;" |Skill|| style="width:180px;padding:2px 5px;" |{{{skill|''Skill &ge; ????''}}}
 +
|-
 +
| style="text-align:right;font-weight:bold;width:60px;padding:2px 5px;" |[[Experience|Experience]]|| style="width:180px;padding:2px 5px;" |{{{experience|''????''}}}
 +
|-
 +
| style="text-align:right;font-weight:bold;width:60px;padding:2px 5px;" |Found|| style="width:180px;padding:2px 5px;" |{{{found|''Location found''}}}
 +
|}
  
== Levels of Wood ==
+
<noinclude>
{| class="wikitable sortable"
+
== Usage ==
! style="min-width:100px;" | Type !! style="min-width:150px;" | Required Level
+
{| class="wikitable" style="min-width:80%;"
 +
!style="width:150px;"|Parameter||Default||Possible values
 
|-
 
|-
| [[Wood|Wood]] || 1
+
|'''image'''||unknown_resource.png||''Filename of uploaded image''
 
|-
 
|-
| [[Oak Wood|Oak Wood]] || 15
+
|'''name'''||Unknown Resource||''Any allowed markup or text.''
 
|-
 
|-
| [[Maple Wood|Maple Wood]] || 30
+
|'''description'''||A resource that used to craft props, structures and other items.||''Any allowed markup or text.''
 
|-
 
|-
| [[Pine Wood|Pine Wood]] || 45
+
|'''tool'''||''Unknown''||''Any allowed markup or text.''
 
|-
 
|-
| [[Yew Wood|Yew Wood]] || 55
+
|'''skill'''||''Skill &ge; ????''||''Any allowed markup or text.''
 
|-
 
|-
| [[Buckeye Wood|Buckeye Wood]] || 65
+
|'''experience'''||''????''||''Any allowed markup or text.''
 
|-
 
|-
| [[Palm Wood|Palm Wood]] || 71
+
|'''found'''||''Location found''||''Any allowed markup or text.''
 
|}
 
|}
  
== Generic Wood ==
+
==== Example Markup ====
[[File:wood.jpg|thumb|Generic wood tree.]]
+
<pre><nowiki>
Wood is not only a class of resources, but is also the basic type itself.
+
{{Resource
 +
| image = unknown_resource.png
 +
| name = Chicken Parmesan
 +
| description = A high level food that requires a high [[Template:Skill|Italiano]] level, but pays off with its 600% food replenishment.
 +
| tool = [[Hands|]]
 +
| skill = [[Cooking|]] &ge; 120
 +
| experience = 1,000
 +
| found = [[Stove|]]
 +
}}
 +
</nowiki></pre>
  
=== Recipes that use Wood ===
+
==== Example Preview ====
* [[Work Bench]]
+
{{Resource
* [[Stove]]
+
| image = unknown_resource.png
* [[Furnace]]
+
| name = Chicken Parmesan
 +
| description = A high level food that requires a high [[Template:Skill|Italiano]] level, but pays off with its 600% food replenishment.
 +
| tool = [[Hands|Hands]]
 +
| skill = [[Cooking|Cooking]] &ge; 120
 +
| experience = 1,000
 +
| found = [[Stove|Stove]]
 +
}}
 +
</noinclude>

Revision as of 17:15, 12 July 2015

150px
Unknown Resource
A resource that used to craft props, structures and other items.
Requirements & Information
Tool Unknown
Skill Skill ≥ ????
Experience ????
Found Location found


Usage

Parameter Default Possible values
image unknown_resource.png Filename of uploaded image
name Unknown Resource Any allowed markup or text.
description A resource that used to craft props, structures and other items. Any allowed markup or text.
tool Unknown Any allowed markup or text.
skill Skill ≥ ???? Any allowed markup or text.
experience ???? Any allowed markup or text.
found Location found Any allowed markup or text.

Example Markup

{{Resource
| image = unknown_resource.png
| name = Chicken Parmesan
| description = A high level food that requires a high [[Template:Skill|Italiano]] level, but pays off with its 600% food replenishment.
| tool = [[Hands|]]
| skill = [[Cooking|]] ≥ 120
| experience = 1,000
| found = [[Stove|]]
}}

Example Preview

Template:Resource