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

From Fallen Sword Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
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:QuestItem]] is not versatile enough for the quest item in question.
 +
 
<pre>
 
<pre>
 
__NOTOC__
 
__NOTOC__
 +
[[Category:No QuestItem Template]]
 
{|cellpadding="5" width="100%"
 
{|cellpadding="5" width="100%"
 
|width="50%" valign="top" align="left"|
 
|width="50%" valign="top" align="left"|
Line 26: Line 30:
 
* '''AH Price Range:'''  
 
* '''AH Price Range:'''  
 
=== Actions ===
 
=== Actions ===
<!--
+
* {{AHlong|{{PAGENAME}}|Search Auction House}}
Place the item name after 'text=' in the URL.
+
If there are spaces in the item name, replace them with +.
+
For example, Rune of Decay would be Rune+of+Decay.
+
-->
+
* [http://www.fallensword.com/index.php?cmd=auctionhouse&type=-1&search_text= Search Auction House]
+
 
|}
 
|}
  

Latest 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:QuestItem is not versatile enough for the quest item in question.

__NOTOC__
[[Category:No QuestItem 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]]