I'm currently in the process of creating a wiki for Rust. Currently, I have some templates (WIP) for items, and I would like any assistance populating the wiki fully.
Any help would be appreciated also in creating a crafting section with any relevant material.
Wiki Link: http://play-rust.wikia.com/
Here's a quick guide on how to add items.
Using this template which you paste into the relevant item's page.
You can create a quick infobox based on the type of item you choose. For example.Code:{{infobox item |title = |image = |type = |melee = |explosion = |bullet = |cold = |equipmentslot = |weapontype = |damage = |recoil = |range = |description = }}
Creating a ranged weapon:
As you can see, I only populated the fields relevant to creating a ranged weapon - as none of the other fields apply. This results in this infobox being created:Code:{{infobox item |title = 9mm Pistol |image = |type = Ranged Weapon |melee = |explosion = |bullet = |cold = |equipmentslot = |weapontype = Semi Automatic |damage = 23 |recoil = 10 |range = 80 |description = This is a weapon }}
Creating an armor piece:
As you can see, I only populated the fields relevant to an armor item. The wiki parser automatically filters out the non-relevant fields based upon their type, so even if you fill them in by mistake the output should still be correct:Code:{{infobox item |title = Cloth Helmet |image = |type = Armor |weapontype = |melee = 10 |explosion = 10 |bullet = 5 |cold = 5 |equipmentslot = Head |weapontype = |damage = |recoil = |range = |description = This is armor. }}
Any suggestions?

Register
Events
Popular
More
Post #1




x 13
x 1
x 1
x 1
x 1
Informative x 1


Friendly x 1

Useful x 1
Zing x 1