Template:NPC Shops: Difference between revisions
Jump to navigation
Jump to search
VANKRASN39 (talk | contribs) (the previous version was not a proper template. Update and add copy/paste code) |
VANKRASN39 (talk | contribs) (take fields out that were not wanted.) |
||
Line 4: | Line 4: | ||
|roomname={{{roomname}}} |
|roomname={{{roomname}}} |
||
|desc={{{desc}}} |
|desc={{{desc}}} |
||
|rnum = {{{rnum}}} |
|||
|exits = {{{exits}}} |
|||
|paths = {{{paths}}} |
|||
|float = {{{float}}} |
|||
|margin-right = {{{margin-right|300px}}} |
|||
}} |
}} |
||
Line 30: | Line 25: | ||
<nowiki>|roomname = </nowiki><br> |
<nowiki>|roomname = </nowiki><br> |
||
<nowiki>|desc = </nowiki><br> |
<nowiki>|desc = </nowiki><br> |
||
<nowiki>|rnum = </nowiki><br> |
|||
<nowiki>|exits = </nowiki><br> |
|||
<nowiki>|paths = </nowiki><br> |
|||
<nowiki>|float = </nowiki><br> |
|||
<nowiki>|margin-right = </nowiki><br> |
|||
<nowiki>|inventory = </nowiki><br> |
<nowiki>|inventory = </nowiki><br> |
||
<nowiki>}}</nowiki> |
<nowiki>}}</nowiki> |
Revision as of 16:11, 9 October 2015
NPC Shops is the {{{itemtype}}} shop in [[{{{town}}}]].
[{{{roomname}}}] | |
{{{desc}}} |
Inventory
{{{inventory}}}
This template should be used to add NPC shops that are permanent in towns using the ORDER system. It also integrates the RoomDescription template
Copy/paste Code
{{NPC Shops
|itemtype =
|town =
|roomname =
|desc =
|inventory =
}}