Template:Navbox construction: Difference between revisions

From PZwiki
m (Fix)
m (Fix)
Line 55: Line 55:
     {{Navbox/row
     {{Navbox/row
     | group = {{ll|:Category:Carpentry|{{tt|name=Navbox construction|default=Furniture|arg1=furniture}}}}
     | group = {{ll|:Category:Carpentry|{{tt|name=Navbox construction|default=Furniture|arg1=furniture}}}}
     | list = {{ll|Rain Collector Barrel}} • {{ll|Wooden Crate}} • {{ll|Bed}} • {{ll|Bar Corner}} • {{ll|Bar Element}} • {{ll|Small Bookcase}} • {{ll|Bookcase}} • {{ll|Shelves}} • {{ll|Double Shelves}} • {{ll|Wooden Chair}} • {{ll|Small Table}} • {{ll|Large Table}} • {{ll|Table with Drawer}} • {{ll|Lamp on Pillar}}
     | list = {{ll|Rain Collector Barrel}} • {{ll|Wooden Crate}} • {{ll|Bed}} • {{ll|Bar Corner}} • {{ll|Bar Element}} • {{ll|Small Bookcase}} • {{ll|Bookcase}} • {{ll|Shelves}} • {{ll|Double Shelves}} • {{ll|Wooden Chair}} • {{ll|Small Table}} • {{ll|Large Table}} • {{ll|Table with Drawer}} • {{ll|Composter}} • {{ll|Lamp on Pillar}}
     }}
     }}
     {{Navbox/row
     {{Navbox/row
Line 78: Line 78:
     | group = {{ll|:Category:Metalwork|{{tt|name=Navbox construction|default=Furniture|arg1=furniture}}}}
     | group = {{ll|:Category:Metalwork|{{tt|name=Navbox construction|default=Furniture|arg1=furniture}}}}
     | list =  
     | list =  
{{ll|Big Locker}} • {{ll|Metal Counter}} • {{ll|Metal Counter Corner}} • {{ll|Metal Crate}} • {{ll|Metal Shelves}} • {{ll|Composter}} • {{ll|Small Locker}}
{{ll|Big Locker}} • {{ll|Metal Counter}} • {{ll|Metal Counter Corner}} • {{ll|Metal Crate}} • {{ll|Metal Shelves}} • {{ll|Small Locker}}
     }}
     }}
   | id = navbox_metalworking
   | id = navbox_metalworking

Revision as of 07:29, 12 March 2024

Notebook.pngTemplate Documentation

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

Parameters

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

  • carpentry
  • metalworking

The parameters are not case sensitive, but lowercase is recommended. Leaving parameters blank will result in both sub boxes remaining closed.

Usage

{{Navbox construction|carpentry}}


{{Navbox construction}}


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|}}}
<!-- title -->
| construction = Construction
| carpentry = Carpentry
| metalworking = Metalworking
<!-- group -->
| walls_and_entrances = Walls and entrances
| fences = Fences
| furniture = Furniture
| other = Other
<!-- list -->
| #default = [[Category:Incorrect template usage]]
}}

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.