Template:Navbox construction: Difference between revisions

From PZwiki
(Addition of Wooden Floor, Addition of Metalwork Category and relevant items.)
m (Fix category)
(36 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<noinclude>{{languages}}</noinclude>
<noinclude>
{{Navbox|1
{{Documentation/sandbox|doc=
|name=Navbox/Construction
This template should be transcluded at the bottom of all construction pages.
|main=[[:Category:Construction|                                         Construction]]
 
|title=[[:Category:Carpentry|Barriers]]
==Parameters==
|content=[[Gravel_Bag|Gravel Bag]] • [[Sandbag]] • [[Sandbag Wall]]
The parameters are based on the type of article. The usable parameters are;<br>
|extra={{Navbox|0|title=[[:Category:Camping|Camping]]|content=[[Tent Kit]] • [[Tent Peg]] • [[Campfire Kit]]
*<code>carpentry</code>
|extra={{Navbox|0|title=[[:Category:Carpentry|Carpentry]]|content=[[Bar Corner]] • [[Bar Element]] • [[Bed]] • [[Bookcase]] • [[Crate]] • [[Door]] • [[Double Shelves]] • [[Drawer]] • [[Lamp on Pillar]] • [[Large Table]] • [[Log Wall]] • [[Rain Collector Barrel]] • [[Shelves]] • [[Small Bookcase]] • [[Small Table]] • [[Stairs Piece]] • [[Table_with_Drawer|Table Drawer]] • [[Wooden Chair]] • [[Wooden door frame|Wooden Door Frame]] • [[Wooden Fence]] • [[Wooden Floor]] • [[Wooden Sign]] • [[Wooden Wall]] • [[Wooden window frame|Wooden Window Frame]]
*<code>metalworking</code><br>
|extra={{Navbox|0|title=[[:Category:Metalwork|Metalwork]]|content= [[Metal containers|Metal Containers]] • [[Metal fences|Metal Fences]] • [[Metal roof|Metal Roof]] • [[Metal sheet|Metal Sheet]] • [[Metal wall frame|Metal Wall Frame]]
The parameters are not case sensitive, but lowercase is recommended. Leaving parameters blank will result in both sub boxes remaining closed.
}}}}}}
 
==Usage==
{{tll|Navbox construction|carpentry}}
{{Navbox construction|carpentry}}
 
{{tll|Navbox construction}}
{{Navbox construction}}
 
{{Translation guide|<syntaxhighlight lang="html">
{{#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]]
}}
}}
</syntaxhighlight>}}
==See also==
{{Navbox see also}}
}}
{{ll|Category:Navbox}}
</noinclude><includeonly>{{Navbox
| title = {{ll|:Category:Construction|{{tt|name=Navbox construction|default=Construction|arg1=construction}}}}
| collapsed = false
| content =
  {{Navbox
| title = {{ll|:Category:Carpentry|{{tt|name=Navbox construction|default=Carpentry|arg1=carpentry}}}}
  | collapsed = {{#ifeq:{{lc:{{{1|}}}}}|carpentry|false|true}}
  | content =
    {{Navbox/row
    | group = {{ll|:Category:Construction|{{tt|name=Navbox construction|default=Walls and entrances|arg1=walls_and_entrances}}}}
    | list = {{ll|Log Wall}} • {{ll|Wooden Wall Frame}} • {{ll|Wooden Wall}} • {{ll|Wooden Doorframe}} • {{ll|Wooden Window}} • {{ll|Wooden Floor}} • {{ll|Door}} • {{ll|Wood Stairs}}
    }}
    {{Navbox/row
    | group = {{ll|:Category:Fences|{{tt|name=Navbox construction|default=Fences|arg1=fences}}}}
    | list = {{ll|Wooden Fence}} • {{ll|Double Wooden Door}} • {{ll|Barbed Fence}} • {{ll|Gravel Bag Wall}} • {{ll|Sandbag Wall}}
    }}
    {{Navbox/row
    | 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|Composter}} • {{ll|Lamp on Pillar}}
    }}
    {{Navbox/row
    | group = Other
    | list = {{ll|Cairn}} • {{ll|Wooden Picket}} • {{ll|Wooden Sign}} • {{ll|Wooden Stake}} • {{ll|Campfire}} • {{ll|Tent Kit}} • {{ll|Barricade}} • {{ll|Window}} • {{ll|Broken Glass}}  • {{ll|Wooden Cross}}
    }}
  | id = navbox_carpentry
  }}
  {{Navbox
  | title = {{ll|:Category:Metalwork|{{tt|name=Navbox construction|default=Metalworking|arg1=metalworking}}}}
  | collapsed = {{#ifeq:{{lc:{{{1|}}}}}|metalworking|false|true}}
  | content =
    {{Navbox/row
    | group = {{ll|:Category:Construction|{{tt|name=Navbox construction|default=Walls and entrances|arg1=walls_and_entrances}}}}
    | list = {{ll|Metal Wall}} • {{ll|Metal Wall Frame}} • {{ll|Metal Roof}} • {{ll|Metal Window}}
    }}
    {{Navbox/row
    | group = {{ll|:Category:Fences|{{tt|name=Navbox construction|default=Fences|arg1=fences}}}}
    | list = {{ll|Big Double Pole Gate}} • {{ll|Big Pole Fence}} • {{ll|Big Pole Fence Gate}} • {{ll|Big Wired Fence}} • {{ll|Pole Fence}} • {{ll|Wired Fence}} • {{ll|Big Double Wired Gate}} • {{ll|Pole Fence Gate}} • {{ll|Metal Fence}}
    }}
    {{Navbox/row
    | group = {{ll|:Category:Metalwork|{{tt|name=Navbox construction|default=Furniture|arg1=furniture}}}}
    | list =
{{ll|Big Locker}} • {{ll|Metal Counter}} • {{ll|Metal Counter Corner}} • {{ll|Metal Crate}} • {{ll|Metal Shelves}} • {{ll|Small Locker}}
    }}
  | id = navbox_metalworking
  }}
| id = navbox_construction
}}</includeonly>

Revision as of 03:26, 18 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.