Thank you for visiting SotAwiki, a Shroud of the Avatar Wiki Encyclopedia. If you see any information that is outdated, please take the time to update it, or if you prefer, leave a message for other editors. This community wiki is for the benefit of all Avatars!
Template:Navbox: Difference between revisions
Jump to navigation
Jump to search
m Protected "Template:Navbox" ([Edit=<protect-level-Trustworthy>] (indefinite) [Move=<protect-level-Trustworthy>] (indefinite)) |
creating smithing template |
||
| Line 1: | Line 1: | ||
<noinclude>{{tocright}} | <noinclude>{{tocright}} | ||
== Purpose == | == Purpose == | ||
This template | This template may be used to summarize information about the Smithing requirements of an item. | ||
== Usage == | == Usage == | ||
| Line 7: | Line 7: | ||
{| style="background:transparent; border:none;" | {| style="background:transparent; border:none;" | ||
|<pre> | |<pre> | ||
{{ | {{Smithing Box | ||
| | |skill= | ||
| | |skillrequirement= | ||
| | |resource1= | ||
| | |resource2= | ||
| | |resource3= | ||
|resource4= | |||
| | |resource5= | ||
| | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 25: | Line 24: | ||
! Explanation | ! Explanation | ||
|- | |- | ||
| | | name | ||
| | | The name of the item. Page name is used when blank. | ||
|- | |- | ||
| | | skill | ||
| | | The required skill to craft the item. | ||
|- | |- | ||
| | | skillrequirement | ||
| | | The level of the required skill. | ||
|- | |||
| Resource (1-5) | |||
| The name of the resource used to craft the item. | |||
|} | |} | ||
| Line 39: | Line 41: | ||
{| width=100% | {| width=100% | ||
| valign="top" | | | valign="top" | | ||
<pre>{{ | <pre> | ||
| | {{Smithing Box | ||
| | |name= | ||
| | |skill=Smithy | ||
| | |skillrequirement= | ||
| | |resource1=Iron Bar | ||
| | |resource2=Iron Bar | ||
|resource3=Leather Strap | |||
}}</pre> | }}</pre> | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
{{ | {{Smithing Box | ||
| | |skill=Smithy | ||
| | |skillrequirement= | ||
|sheetmolds=1 | |||
|ironbars=5 | |||
| | |||
| | |||
}} | }} | ||
|} | |} | ||
[[Category: | |||
</noinclude><includeonly>{| class=" | [[Category:Infobox Templates]] | ||
|+ {{{ | </noinclude><includeonly>{| class="sotawikitable craftingbox" style="border:none; width:665px; height:294px; margin:0 auto;" | ||
|+Crafing the {{{skill|}}} item [[{{{name|{{PAGENAME}}}}}]] <br /><sup>Hover your mouse over items or click on them for details.</sup> | |||
|- | |- | ||
| style=" padding:0 0 100px 120px; border:none;" | | |||
| | {{#if: {{{resource1|}}} | | ||
[[File:{{{resource1}}}.png|link={{{resource1}}}|alt={{{resource1}}}]] | |||
}} | |||
{{#if: {{{ | {{#if: {{{resource2|}}} | | ||
| | [[File:{{{resource2}}}.png|link={{{resource2}}}|alt={{{resource2}}}]] | ||
}} | |||
{{#if: {{{resource3|}}} | | |||
[[File:{{{resource3}}}.png|link={{{resource3}}}|alt={{{resource3}}}]] | |||
}} | |||
| | {{#if: {{{resource4|}}} | | ||
[[File:{{{resource4}}}.png|link={{{resource4}}}|alt={{{resource4}}}]] | |||
}} | |||
{{#if: {{{resource5|}}} | | |||
[[File:{{{resource5}}}.png|link={{{resource5}}}|alt={{{resource5}}}]] | |||
}} | |||
{{ | |||
{{#if: {{{ | |||
| | |||
{{ | |||
{{{ | |||
{{#if: {{{ | |||
| | |||
| | |||
{{ | |||
{{#if: {{{ | |||
| | |||
{{{ | |||
| | |||
{{#if: {{{ | |||
| | |||
| | |||
{{{ | |||
|}</includeonly> | |}</includeonly> | ||
Revision as of 14:15, 17 January 2014
Purpose
This template may be used to summarize information about the Smithing requirements of an item.
Usage
{{Smithing Box
|skill=
|skillrequirement=
|resource1=
|resource2=
|resource3=
|resource4=
|resource5=
}}
|
Parameters
| Parameter | Explanation |
|---|---|
| name | The name of the item. Page name is used when blank. |
| skill | The required skill to craft the item. |
| skillrequirement | The level of the required skill. |
| Resource (1-5) | The name of the resource used to craft the item. |
Example
{{Smithing Box
|name=
|skill=Smithy
|skillrequirement=
|resource1=Iron Bar
|resource2=Iron Bar
|resource3=Leather Strap
}}
|