Template:NPC Shops: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
VANKRASN39 (talk | contribs) (the previous version was not a proper template. Update and add copy/paste code) |
||
Line 1: | Line 1: | ||
''' |
'''{{PAGENAME}}''' is the {{{itemtype}}} shop in [[{{{town}}}]]. |
||
{{RoomDescription |
{{RoomDescription |
||
|roomname= |
|roomname={{{roomname}}} |
||
|desc= |
|desc={{{desc}}} |
||
|rnum = {{{rnum}}} |
|||
|exits = {{{exits}}} |
|||
|paths = {{{paths}}} |
|||
|float = {{{float}}} |
|||
|margin-right = {{{margin-right|300px}}} |
|||
}} |
}} |
||
== Inventory == |
== Inventory == |
||
<pre{{log2}}> |
<pre{{log2}}> |
||
{{{inventory}}} |
|||
</pre> |
</pre> |
||
<includeonly> |
|||
{{stub}} |
|||
[[Category:NPC Shops]] |
[[Category:NPC Shops]] |
||
[[Category: |
[[Category:{{{town}}} Shops]] |
||
[[Category: |
[[Category:{{{itemtype}}} Shops]] |
||
</includeonly><noinclude> |
|||
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'''<br> |
|||
<nowiki>{{NPC Shops</nowiki><br> |
|||
<nowiki>|itemtype = </nowiki><br> |
|||
<nowiki>|town = </nowiki><br> |
|||
<nowiki>|roomname = </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>}}</nowiki> |
|||
</noinclude> |
Revision as of 13:41, 9 October 2015
NPC Shops is the {{{itemtype}}} shop in [[{{{town}}}]].
[{{{roomname}}}] | RNUM: {{{rnum}}} |
{{{desc}}} | |
Obvious exits: {{{exits}}} | |
Obvious paths: {{{paths}}} |
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 =
|rnum =
|exits =
|paths =
|float =
|margin-right =
|inventory =
}}