Template:PremFestShop: Difference between revisions
Jump to navigation
Jump to search
(Created page with "''{{{look|What does the shop look like from the outside?}}}, {{{location|What is the Map Room # and Lich ID?}}}''<noinclude> {{RoomDescription}} {{sign|sign=What does the si...") |
(Blanked the page) |
||
Line 1: | Line 1: | ||
''{{{look|What does the shop look like from the outside?}}}, {{{location|What is the Map Room # and Lich ID?}}}''<noinclude> |
|||
{{RoomDescription}} |
|||
{{sign|sign=What does the sign say?}} |
|||
<blockquote> |
|||
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> |
|||
This template is not the most properly coded, but is a generic template that can be used for most festivals, depending on how expansive. It is up to the pagemaker to ensure the page is properly categorized. |
|||
<big>'''Copy/paste code:'''</big> |
|||
<pre> |
|||
<nowiki>==Shop Name==</nowiki> |
|||
<nowiki>{{festshop|</nowiki> |
|||
<nowiki>|shopname=</nowiki> |
|||
<nowiki>|look=</nowiki> |
|||
<nowiki>|location=</nowiki> |
|||
<nowiki>}}</nowiki> |
|||
<nowiki>{{RoomDescription|</nowiki> |
|||
<nowiki>|roomname=</nowiki> |
|||
<nowiki>|desc=</nowiki> |
|||
<nowiki>|exits=</nowiki> |
|||
<nowiki>}}</nowiki> |
|||
<nowiki>{{</nowiki>sign|sign=<nowiki>}}</nowiki> |
|||
<nowiki><blockquote></nowiki> |
|||
<nowiki>{{</nowiki>Container|container=<nowiki>}}</nowiki> |
|||
<nowiki></blockquote></nowiki> |
|||
</pre> |
|||
Use templates from [[:Category:Shop table templates]] or [http://excel2wiki.net/index.php 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.''' |
|||
[[Category: Festival Shop Listing Templates]]</noinclude><includeonly>[[Category: Festivals]][[Category: Premium]]</includeonly> |