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.''
 +
<pre>
 
__NOTOC__
 
__NOTOC__
 
{|cellpadding="5" width="100%"
 
{|cellpadding="5" width="100%"
Line 4: Line 6:
 
== Item ==
 
== Item ==
 
{|
 
{|
| {{ItemBox|Item Image}}
+
| {{ItemBox|Image URL}}
 
| valign="top" |
 
| valign="top" |
'''Item Name:''' <br>
+
'''Item Name:''' {{PAGENAME}}<br>
 
'''Type:''' {{Quest Item}}<br>
 
'''Type:''' {{Quest Item}}<br>
'''Rarity:''' <br>
+
'''Rarity:'''  
'''Craftable:'''  
+
<!-- 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"|
 
|width="50%" valign="top" align="left"|
Line 17: Line 25:
 
* '''Used In Quest(s):'''  
 
* '''Used In Quest(s):'''  
 
* '''AH Price Range:'''  
 
* '''AH Price Range:'''  
 +
=== Actions ===
 +
<!--
 +
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]
 
|}
 
|}
  
<!-- Remove this line
+
<!-- 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. -->
  
[[Category:Items]][[Category:Quest Items]][[Category:]]
+
<!-- Choose all applicable categories and delete the rest. -->
 
+
[[Category:Items]]
Remove this line -->
+
[[Category:Quest Items]]
 +
[[Category:Common Items]]
 +
[[Category:Rare Items]]
 +
[[Category:Unique Items]]
 +
[[Category:Legendary Items]]
 +
</pre>

Revision as of 17:55, 15 May 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.

__NOTOC__
{|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 ===
<!--
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]
|}

<!-- 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]]