Difference between revisions of "User:Belgrave/Quest Item Template"

From Fallen Sword Wiki
Jump to: navigation, search
Line 1: Line 1:
 
''This layout contains everything needed to create a new quest item page. To do so, copy the code below to the new quest item's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.''
 
''This layout contains everything needed to create a new quest item page. To do so, copy the code below to the new quest item's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.''
 +
 +
Only use this page if Template:Item is not versatile enough for the item in question.
 +
 
<pre>
 
<pre>
 
__NOTOC__
 
__NOTOC__
 +
[[Category:No Item Template]]
 
{|cellpadding="5" width="100%"
 
{|cellpadding="5" width="100%"
 
|width="50%" valign="top" align="left"|
 
|width="50%" valign="top" align="left"|

Revision as of 18:53, 5 October 2008

This layout contains everything needed to create a new quest item page. To do so, copy the code below to the new quest item's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout.

Only use this page if Template:Item is not versatile enough for the item in question.

__NOTOC__
[[Category:No Item Template]]
{|cellpadding="5" width="100%"
|width="50%" valign="top" align="left"|
== Item ==
{|
| {{ItemBox|Image URL}}
| valign="top" |
'''Item Name:''' {{PAGENAME}}<br>
'''Type:''' {{Quest Item}}<br>
'''Rarity:''' 
<!-- Choose one of the following and delete the rest. -->
{{Legendary Item}}<!-- If item name is yellow. -->
{{Unique Item}}<!-- If item name is magenta. -->
{{Rare Item}}<!-- If item name is cyan. -->
{{Common Item}}<!-- If item name is white. -->
<br>
'''Craftable:''' No
|}
|width="50%" valign="top" align="left"|
== Information ==
* '''Dropped by:''' 
* '''Obtained in Quest(s):''' 
* '''Used In Quest(s):''' 
* '''AH Price Range:''' 
=== Actions ===
* {{AHlong|{{PAGENAME}}|Search Auction House}}
|}

<!-- If Item is not Bound - Non-tradable, delete these 4 lines. -->
<!-- If Item is Bound - Non-tradable, delete this line.
{{BoundNoTrade}}
If Item is Bound - Non-tradable, delete this line. -->

<!-- Choose all applicable categories and delete the rest. -->
[[Category:Items]]
[[Category:Quest Items]]
[[Category:Common Items]]
[[Category:Rare Items]]
[[Category:Unique Items]]
[[Category:Legendary Items]]