Template:Item preload

From Outward Wiki
Jump to navigation Jump to search

Do you want to copy ready source code to edit an existing page? Sure, go to Source Code section below!

Template:Item_preload is a "preload template" for generic items. For armor, weapons, consumables, skills, effects, npcs and other, check other templates in Boilerplate category.

Remember, that this is only a guideline layout. Feel free to add more sections if needed, or to remove empty sections. Try to link relevant pages as proper links are huge Quality of Life and User Experience improvement.

Also, try to elaborate. Simple "this is an item, done." does not look  good, is not helpful at all and serves almost no purpose. Add as much information as you can, and if you believe more can be added, mark article as a stub


Source Code

<!-- 
Template:Item_preload is a "preload template" for generic items. For armor, weapons, consumables, skills, effects, npcs and other, check other templates in Boilerplate category.

Remember, that this is only a guideline layout. Feel free to add more sections if needed, or to remove empty sections. Try to link relevant pages as proper links are huge Quality of Life and User Experience improvement.

Also, try to elaborate. Simple "this is an item, done." does not look  good, is not helpful at all and serves almost no purpose. Add as much information as you can, and if you believe more can be added, mark article as a stub
-->{{stub}} <!-- stub means that article is extendable — meaning there is more information that can be added here. -->
<!-- for image try: {{PAGENAME}}.png
if it doesnt provide you with an image, leave it blank 
-->{{Item
| name    = Name, leave blank to default to pagename.
| image   = Image file name, try {{PAGENAME}}.png or leave blank 
| size    = Leave blank to default to 84px.
| weight  = [Mandatory] Weight of item
| effects = Effects of item, if any
| buy     = [Mandatory] Cost to buy
| sell    = [Mandatory] Cost to sell
| related = Related items or links.
}}
'''{{PAGENAME}}''' is an <!-- maybe name type of an item with link to aggregate page? --> item in ''[[Outward]]''.

== Description ==
<!-- reserved for in-game description only 
-->{{quote|.}}

== Source ==
=== Location ===
'''{{PAGENAME}}''' is located/can be found/is received as a reward...
<!-- Use Location if item can be found in fixed place, dead enemy or situation. Chests and Ornate Chests do not count as specific location, instead state that item can be found in Chests/Ornate Chests -->
=== Crafting ===
==== Recipe ====
<!-- if item is craftable, fill this recipe template. If item is not craftable, remove this section
Note: do not use [[bracketed links]] as ingredients in this template, only ingredient names 
-->{{recipe
| count = 
| ingredient1 = 
| ingredient2 = 
| ingredient3 = 
| ingredient4 = 
| station =
| style = compact
}}
==== Used In ====
{{used in}}

== See Also ==
<!-- link related or similar pages, or aggregate article where this is item is linked -->
*[[   ]]

== Trivia ==
<!-- random "funfacts" about an item. Not common section to use, but it can't hurt! -->

== Gallery ==
<!-- if you have any screenshots of an item or related to it, please share them here. Simply put filename in separate lines between tags. No need for [[File:...]] -->
<gallery>
</gallery>

<!-- think if there are other categories fitting this item! -->
[[Category:Items]]