Help talk:Boilerplate items: Difference between revisions

From PZwiki
Help talk:Boilerplate items
No edit summary
(Complete overhaul of templates suggested for formal review by connall/kirrus/pianoman, in light of design template by Andrew323.)
Line 1: Line 1:
Add the following. It will ease the pain of what items have bugs. when they got added to the game and if they are still in game. And so on
<!--Comment: This section is for the language and the format of the page. The languages section is used for linking pages. So a example might be {{languages|Nails}} in which every page is connected with a /## on the end will link to that specific page. Eg: Nails/es Nails/fr even if there contain redirects. The header format can be seen in the header template with working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->
{{languages}}
{{header|The Game World|Items|version=Version 36|incver=40}}
<!--Comment: This section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
{{Items
|image = Image.png
|weight = ?
}}
<!--Comment: Description of Item and General Information-->
A description of the item. Include [[links]] to other pages within the wiki where appropriate. Also try to mention how many uses it has and also where it was found.  


== History ==
== Crafting ==
 
<!--Comment: Code in crafting template which uses item, see RecipeLookup Template for full list-->
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable sortable" style="text-align:center;"  
|-
|-  
! Alpha ||
! Output
|-
! class="unsortable" | Ingredients
| RC 2.9 || Lowered weight of shotgun shells / pistol bullets.
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1008}}
|}
|}


I also suggest adding NavBoxes to the pages for easier navigation
== Code ==
<!--Comment: Location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
'''''From ISBuildMenu.lua (media/lua/client/BuildingObjects/ISUI)'''''
<nowiki>
Actual Code in file for comparison purposes.
</nowiki>


<noinclude>{{languages}}</noinclude>
==See Also==
{{Navbox|1
<!--Comment: Location of links to relevant guides eg: Weapons guide, construction etc-->
|name=Navbox/Construction
<!--Comment: Navbox placement here (example for construction used below)-->
|main=[[:Category:Construction|Construction]]
{{Navbox/Construction}}
|title=[[:Category:Camping|Camping]]
|content=[[Tent Kit]] • [[Tent Peg]]
}}

Revision as of 12:55, 19 February 2017

-

The Game WorldItemsBoilerplate items

Template:Items A description of the item. Include links to other pages within the wiki where appropriate. Also try to mention how many uses it has and also where it was found.

Crafting

Output Ingredients Description Skill Level












Code

From ISBuildMenu.lua (media/lua/client/BuildingObjects/ISUI)

Actual Code in file for comparison purposes.

See Also

Template:Navbox/Construction