Template:Egshop: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(add multi-room instruction)
(trying something)
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
''{{{look|What does the shop look like from the outside?}}}, {{{location|What is the Map Room # and Lich ID?}}}''<noinclude>
''{{{look|What does the shop look like from the outside?}}}, {{{location|What is the Map Room # and Lich ID?}}}''<noinclude>

'''This template was retired following EG 2015. Please retain for all the 2015 EG shops.'''


{{RoomDescription}}
{{RoomDescription}}
Line 8: Line 10:
In this section (between the <nowiki><blockquote></nowiki> tags in the copy/paste code below), insert shop data by using {{boldmono|<nowiki>{{container}}</nowiki>}} to insert a container name underlined (this can be used as many times as needed). Below that you can insert data using the [[:Category:Shop table templates]] or a freshly generated table. [http://excel2wiki.net/index.php This site] is highly recommended to convert tables or tab separated values to wiki code (uncheck format header rows). Replace the first line of every table generated with {{boldmono|<nowiki>{| {{prettytable}}</nowiki>}} or revise as needed.
In this section (between the <nowiki><blockquote></nowiki> tags in the copy/paste code below), insert shop data by using {{boldmono|<nowiki>{{container}}</nowiki>}} to insert a container name underlined (this can be used as many times as needed). Below that you can insert data using the [[:Category:Shop table templates]] or a freshly generated table. [http://excel2wiki.net/index.php This site] is highly recommended to convert tables or tab separated values to wiki code (uncheck format header rows). Replace the first line of every table generated with {{boldmono|<nowiki>{| {{prettytable}}</nowiki>}} or revise as needed.
</blockquote>
</blockquote>
This template is not the most properly coded, but was hastily made to be used to create a shop page for [[Ebon Gate 2015]] or any other large festival with multi-room shops. It integrates a few templates that can be used repeatedly.
This template is not the most properly coded, but was hastily made to be used to create a shop page for [[Ebon Gate 2015]]. It integrates a few templates that can be used repeatedly.


<big>'''Copy/paste code:'''</big>
<big>'''Copy/paste code:'''</big>
Line 32: Line 34:


Since it is much more likely that there will be exits instead of paths, only exits are in the copy/paste code, but if it is paths, change exits to paths.
Since it is much more likely that there will be exits instead of paths, only exits are in the copy/paste code, but if it is paths, change exits to paths.

'''If there are multiple containers in a room, repeat the Container template and shop data generated as described above. Keep everything between the blockquote tags.'''


'''If there are multiple rooms to the shop, repeat all applicable code from the RoomDescription template to the bottom.'''
'''If there are multiple rooms to the shop, repeat all applicable code from the RoomDescription template to the bottom.'''


[[Category: EG Shop Listing Templates]]</noinclude><includeonly>[[Category: Ebon Gate 2015 Shops]]</includeonly>
[[Category: EG Shop Listing Templates]]</noinclude><includeonly>{{#ifeq:{{PAGENAME}}|Ebon Gate 2016 shop listing | |[[Category: Ebon Gate 2015 Shops]]}} </includeonly>

Latest revision as of 14:07, 17 October 2016

What does the shop look like from the outside?, What is the Map Room # and Lich ID?

This template was retired following EG 2015. Please retain for all the 2015 EG shops.

[{{{roomname}}}]
{{{desc}}}
What does the sign say?

In this section (between the <blockquote> tags in the copy/paste code below), insert shop data by using {{container}} to insert a container name underlined (this can be used as many times as needed). Below that you can insert data using the Category:Shop table templates or a freshly generated table. This site is highly recommended to convert tables or tab separated values to wiki code (uncheck format header rows). Replace the first line of every table generated with {| {{prettytable}} or revise as needed.

This template is not the most properly coded, but was hastily made to be used to create a shop page for Ebon Gate 2015. It integrates a few templates that can be used repeatedly.

Copy/paste code:

==Shop Name==
{{egshop|
|shopname=
|look=
|location=
}}
{{RoomDescription|
|roomname=
|desc=
|exits=
}}
{{sign|sign=}}
<blockquote>
{{Container|container=}}
</blockquote>

Use templates from Category:Shop table templates or generate tables under the Container template.

Since it is much more likely that there will be exits instead of paths, only exits are in the copy/paste code, but if it is paths, change exits to paths.

If there are multiple containers in a room, repeat the Container template and shop data generated as described above. Keep everything between the blockquote tags.

If there are multiple rooms to the shop, repeat all applicable code from the RoomDescription template to the bottom.