Template:Player house: Difference between revisions
Jump to navigation
Jump to search
Baba zombie (talk | contribs) mNo edit summary |
Baba zombie (talk | contribs) m Adding [[Category:{{{world}}}]] so that when the world parameter is defined, the page is added to the relevant world category. |
||
| Line 14: | Line 14: | ||
|{{loc|x={{{x}}}|z={{{z}}}}} | |{{loc|x={{{x}}}|z={{{z}}}}} | ||
|} | |} | ||
[[Category:Player house|{{{owner}}}]][[Category: | [[Category:Player house|{{{owner}}}]][[Category:{{{world}}}]] | ||
</includeonly><noinclude>{{documentation}}</noinclude> | </includeonly><noinclude>{{documentation}}</noinclude> | ||
Revision as of 19:43, 18 October 2017
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.
- |world=
- The world that this house resides in.
- |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
|world=Foobar_world
|x=42
|z=42
}}