Template:Location Card: Difference between revisions

From CrossCode Wiki
Jump to navigation Jump to search
m (Added traders to location card)
(grammar)
Line 16: Line 16:
|trader_count=10}}</pre>
|trader_count=10}}</pre>


The above produces the location card you see to the right. Note that the real code behind this template is hidden from view until it is included. Also note that if you leave off either of the room_count or treasure_count parameters, then they will be filled with a question mark. Feel free to change this yourself, or leave a message on the talk page and I will take a look.
The above produces the location card you see to the right. Note that the real code behind this template is hidden from view until it is included. Also note that if you leave off any of the room_count, treasure_count, or trader_count parameters, then they will be filled with a question mark. Feel free to change this yourself, or leave a message on the talk page and I will take a look.
</noinclude>
</noinclude>
<includeonly>
<includeonly>

Revision as of 05:49, 10 July 2015


Type the name here
Type the description here.
Rooms 16
Treasures 34
Traders 10


This template is for use on every page that is a Location. Here's how you can use it:

{{Location_Card|name=Type the name here
|image=File:Autumn's Rise.png
|description=Type the description here.
|room_count=16
|treasure_count=34
|trader_count=10}}

The above produces the location card you see to the right. Note that the real code behind this template is hidden from view until it is included. Also note that if you leave off any of the room_count, treasure_count, or trader_count parameters, then they will be filled with a question mark. Feel free to change this yourself, or leave a message on the talk page and I will take a look.