Template:Player house/doc: Difference between revisions
Jump to navigation
Jump to search
m Created page with "Create a infobox for a player house. == Usage == The following variables can be used in the player house template: ;|image= :A filename of an image ..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Create a infobox for a player house. | Create a infobox for a player house. Pages for a player house should be place in the <code>User:</code> namespace like <code>User:Foobar/house</code>. | ||
== Usage == | == Usage == | ||
| Line 14: | Line 14: | ||
:The Z position of the house. | :The Z position of the house. | ||
Using this template will add the wikipage to the [[:Category:Player_house|Player_house]] category | Using this template will add the wikipage to the [[:Category:Player_house|Player_house]] category. | ||
=== Example === | |||
<nowiki>{{Player_house | |||
|image=Foobar_house.png | |||
|owner=Foobar | |||
|x=42 | |||
|z=42 | |||
}}</nowiki> | |||
Revision as of 12:17, 9 August 2011
Create a infobox for a player house. Pages for a player house should be place in the User: namespace like User:Foobar/house.
Usage
The following variables can be used in the player house template:
- |image=
- A filename of an image of the house.
- |owner=
- The owner of the house.
- |x=
- The X position of the house.
- |z=
- The Z position of the house.
Using this template will add the wikipage to the Player_house category.
Example
{{Player_house
|image=Foobar_house.png
|owner=Foobar
|x=42
|z=42
}}