Template:NPC Shops: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
(the previous version was not a proper template. Update and add copy/paste code)
Line 1: Line 1:
'''Shopname''' is (the item-type) shop in [[Elanthia]].
'''{{PAGENAME}}''' is the {{{itemtype}}} shop in [[{{{town}}}]].


{{RoomDescription
{{RoomDescription
|roomname=Name
|roomname={{{roomname}}}
|desc=Description
|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:Area Shops]]
[[Category:{{{town}}} Shops]]
[[Category:Itemtype Shops]]
[[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 14: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 =
}}