Template:Navbox items: Difference between revisions

From PZwiki
(Following the discussion on discord, for translations sake, piped links have been removed. Either keep thi)
No edit summary
Line 731: Line 731:
       }}
       }}
     | id = navbox_appearance
     | id = navbox_appearance
    }}{{Navbox
    | title = {{ll|:Category:Household|{{tt|name=Navbox items|default=Household|arg1=household}}}}
    | collapsed = {{#ifeq:{{lc:{{{1|}}}}}|household|false|true}}
    | content =
      {{Navbox/row
      | group = {{ll|:Category:Household|{{tt|name=Navbox items|default=Household|arg1=household}}}}
      | list = {{ll|Alarm Clock}} • {{ll|Bath Towel}} • {{ll|Bleach}} • {{ll|Broom}} • {{ll|Chair Leg}} • {{ll|Cleaning Liquid}} • {{ll|Dish Towel}} • {{ll|Extinguisher}} • {{ll|Household}} • {{ll|Letter Opener}} • {{ll|Mop}} • {{ll|Plunger}} • {{ll|Ripped Sheets}} • {{ll|Soap}} • {{ll|Sponge}} • {{ll|Umbrella}} • {{ll|Underwear}}
      }}
      {{Navbox/row
      | group = {{ll|:Category:Stationery|{{tt|name=Navbox items|default=Stationary|arg1=stationary}}}}
      | list = {{ll|Empty Notebook}} • {{ll|Eraser}} • {{ll|Journal}} • {{ll|Pen}} • {{ll|Pencil}} • {{ll|Scissors}} • {{ll|Sheet of Paper}} • {{ll|Glue}}
      }}
    | id = navbox_household
     }}{{Navbox
     }}{{Navbox
     | title = {{ll|:Category:Instruments|{{tt|name=Navbox items|default=Instruments|arg1=instruments}}}}
     | title = {{ll|:Category:Instruments|{{tt|name=Navbox items|default=Instruments|arg1=instruments}}}}

Revision as of 14:40, 16 April 2024

Notebook.pngTemplate Documentation

This template should be transcluded at the bottom of all item pages.

Usage

{{Navbox items}}


{{Navbox items|blade}}

Parameters

The parameters are based on the type of article. The usable parameters are:

  • axe
  • blade
  • blunt
  • spears
  • firearms
  • explosives
  • other_weapons
  • containers
  • tools
  • household_equipment
  • electronics
  • medical
  • survival
  • tops
  • bottoms
  • footwear
  • headwear
  • underwear
  • full_body
  • accessories
  • jewelry
  • preserved_food
  • prepared_food
  • meat
  • plants
  • miscellaneous_food
  • drinks
  • electronic_media
  • literature
  • appearance
  • household
  • instruments
  • plush_toys
  • sports
  • junk
  • carpentry_materials
  • metalwork_materials
  • electrical_materials
  • farming_materials
  • fishing_materials
  • first_aid_materials
  • first_aid_materials
  • tailoring_materials

The parameters are not case sensitive, but lowercase should be used. Leaving parameters blank will result in all sub boxes remaining closed.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
|items = Items
|weapons = Weapons
|axe = Axes
|blade_weapons = Blade
|short_blade = Short blade
|long_blade = Long blade
|blunt_weapons = Blunt
|short_blunt = Short blunt
|long_blunt = Long blunt
|spears = Spears
|firearms = Firearms
|ammo = Ammo
|weapon_parts = Weapon parts
|explosives = Explosives
|other = Other
|equipment = Equipment
|containers = Containers
|wearable_containers = Wearable
|handheld_containers = Handheld
|water_containers = Water
|tools = Tools
|general_tools = General
|cooking_tools = Cooking
|gardening = Gardening
|household = Household
|stationery = Stationery
|security = Security
|electronics = Electronics
|general_electronics = General electronics
|communications = Communications
|medical = Medical
|bandages = Bandages
|disinfection = Disinfection
|medicine = Medicine
|suture = Suture
|herbs = Medicinal herbs
|misc = Miscellaneous
|survival = Survival
|camping = Camping
|fishing = Fishing
|trapping = Trapping
|light_sources = Light sources
|clothing = Clothing
|tops = Tops
|shirts = Shirts
|t-shirts = T-shirts
|vests = Vests
|jackets = Jackets
|bottoms = Bottoms
|pants = Pants
|shorts = Shorts
|skirts = Skirts
|footwear = Footwear
|shoes = Shoes
|socks = Socks
|headwear = Headwear
|hats = Hats
|helmets = Helmets
|masks = Masks
|underwear = Underwear
|underpants = Underpants
|bras = Bras
|full_body = Full body
|dresses = Dresses
|accessories = Accessories
|jewelry = Jewelry
|neck = Neck
|nose = Nose
|ears = Ears
|fingers = Fingers
|wrists = Wrists
|belly = Belly
|food = Food
|preserved_food = Preserved food
|canned_food = Canned food
|pickled_food = Pickled food
|prepared_food = Prepared food
|meat = Meat
|fish = Fish
|game_meat = Game meat
|insects = Insects
|seafood = Seafood
|other_meat = Other meat
|plants = Plants
|fruit = Fruit
|vegetables = Vegetables
|grains = Grains
|medicinal_plants = Medicinal plants
|wild_herbs = Wild herbs
|wild_plants = Wild plants
|miscellaneous_food = Miscellaneous
|spices = Spices
|sweets = Sweets
|drinks = Drinks
|media = Media
|electronic_media = Electronic media
|device = Devices
|tv = TV stations
|radio = Radio stations
|tape = VHS tapes
|literature = Literature
|leisure = Leisure
|cartography = Cartography
|recipe_magazine = Recipe magazine
|skill_book = Skill book
|writable = Writable
|miscellaneous_items = Miscellaneous items
|appearance = Appearance
|stationary = Stationary
|instruments = Instruments
|plush_toys = Plush toys
|sports = Sports
|junk = Junk
|materials = Materials
|carpentry_materials = Carpentry materials
|carpentry = Carpentry
|metalwork_materials = Metalwork
|electrical_materials = Electrical
|farming_materials = Farming
|fishing_materials = Fishing
|first_aid_materials = First aid
|tailoring_materials = Tailoring
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.