Predefinição:Buys

A UESPWiki – Sua fonte de The Elder Scrolls desde 1995

Preview

########
# Buys #
########################################################################################################
# This template will analyze a string and generate a list of icons based on the words within that      #
# string.  It is meant to be used on Merchant pages to indicate which types of items they trade.  It   #
# takes one required parameter, and one optional one.  The required parameter is unnamed, and must be  #
# the first.  It is a list of words (case-insensitive) indicating the types of items that can be       #
# traded.  Words can be singular or plural, and in some cases, multiple words will generate the same   #
# icon.  Partial words will be recognized, any other words or characters will be ignored.  The words   #
# are as follows: (in the order the icons will appear)                                                 #
#   armor - Armor                                                                                      #
#   clothing - Clothing                                                                                #
#   weapon - Weapons                                                                                   #
#   ingredient - Ingredients                                                                           #
#   potion - Potions                                                                                   #
#   book - Books (and Scrolls)                                                                         #
#   thieves, thief, pick, probe - Thieves Tools ('probe' is Morrowind only)                            #
#   light - Lights (Morrowind only)                                                                    #
#   apparatus - Alchemy Apparatus                                                                      #
#   repair - Repair Items                                                                              #
#   misc - Miscellaneous Items                                                                         #
#   magic - Magic Items                                                                                #
# Optional Parameters:                                                                                 #
#   nocat (2rd parameter) - This will display the icons and/or text but not add the categories to the  #
#     page.  Putting anything into this parameter will omit the categories.  Omit it to include them.  #
########################################################################################################