Template:Locations/doc
Template used as header and continer for additional information on location pages.
Layout devised by User:MissFluffyKitty, source derived from Template:Groupevents.
Uses Template:Guildheader for background color of the header bar.
Contents
Usage
Copy the following codes onto the top of the page in question. Values marked with an asterisk(*) are optional.
{{Locations | Name = (Name of location, defaults to BASEPAGENAME) | Affiliation = (Affiliation of the location, defines background color of the first row from Template:Guildheader) | Image = * (Full file name with extension, case sensitive) | Imagesize = * (Horizonal size of the image in pixels, no effect if Image is left empty) | Area = * (Continent or major geographical region the location was located on) | NPCs = * (Copy content from sourcecode of Category:Characters - See further instructions on template document) | Missions = * (Missions the location was involved in - See further instructions) | Events = * (Ditto) | Direction = * (Direction from other nearby major locations, such as "About a day on foot west of Tao Village" for Castle Draclugia) | Landmarks = * (Nearby major landmarks e.g. Monochrome Tower for Tao Village) | Stories = * (Related stories, replace line breaks with <br>) | Links = * (Other links, replace line breaks with <br>) }}{{clr}}
If table of contents is needed, add __TOC__ before the {{clr}} template. Any content that would reside in the same section with this template would also go there.
Instructions for NPCs value
- Copy sourcecode between <ul> and </ul> tags from corresponding sections of Category:Characters.
- Change icon size from 100px to 50px, remove NPC name captions, replace line breaks with <br>. For example:
Original:
<li style="display: inline-block;">[[File:Anana Portrait.png|100px|link=Anana]]<br>[[Anana]]</li>
<li style="display: inline-block;">[[File:Chill Portrait.png|100px|link=Chill]]<br>[[Chill]]</li>
<li style="display: inline-block;">[[File:Icon Lexy.png|100px|link=Lexy]]<br>[[Lexy]]</li>
Modified:
<li style="display: inline-block;">[[File:Anana Portrait.png|50px|link=Anana]]</li><br><li style="display: inline-block;">[[File:Chill Portrait.png|50px|link=Chill]]]</li><br><li style="display: inline-block;">[[File:Icon Lexy.png|50px|link=Lexy]]</li>
- Use the resulting blob of code as the NPCs value of the template. Each row contain 5 icons at most, use additional <br> tags near the last row for additional formatting if necessery.
TODO: Need a better solution for this.
Instructions for Missions and Events value
Use the following code for Mission and Event stamps:
Missions: <li style="display: inline-block;">[[File:M1 Rescuers Stamp.png|50px|link=Mission_1#Rescuers.27_Mission_1]]</li> <li style="display: inline-block;">[[File:M1 Rogue-Merchant Stamp.png|50px|link=Mission_1#Merchants.27_Mission_1]]</li> <li style="display: inline-block;">[[File:M1 Rogue-Merchant Stamp.png|50px|link=Mission_1#Rogues.27_Mission_1]]</li> <li style="display: inline-block;">[[File:M2 Merchant-Rescuer Stamp.png|50px|link=Mission_2#Rescuers.27_Mission_2]]</li> <li style="display: inline-block;">[[File:M2 Merchant-Rescuer Stamp.png|50px|link=Mission_2#Merchants.27_Mission_2]]</li> <li style="display: inline-block;">[[File:M2 Rogue Stamp.png|50px|link=Mission_2#Rogues.27_Mission_2]]</li> <li style="display: inline-block;">[[File:M3 Stamp.png|50px|link=Mission 3]]</li> <li style="display: inline-block;">[[File:M4 Rescuers Stamp.png|50px|link=Mission_4#Rescuers.27_Mission_4]]</li> <li style="display: inline-block;">[[File:M4 Merchants Stamp.png|50px|link=Mission_4#Merchants.27_Mission_4]]</li> <li style="display: inline-block;">[[File:M4 Rogues Stamp.png|50px|link=Mission_4#Rogues.27_Mission_4]]</li> <li style="display: inline-block;">[[File:M5 Stamp.png|50px|link=Mission 5]]</li> <li style="display: inline-block;">[[File:M6 Stamp.png|50px|link=Mission 6]]</li> <li style="display: inline-block;">[[File:M7 Stamp.png|50px|link=Mission 7]]</li> Events: <li style="display: inline-block;">[[File:E1 Stamp.png|50px|link=Event 1]]</li> <li style="display: inline-block;">[[File:E2 Stamp.png|50px|link=Event 2]]</li> <li style="display: inline-block;">[[File:E3 Stamp.png|50px|link=Event 3]]</li> <li style="display: inline-block;">[[File:E4 Stamp.png|50px|link=Event 4]]</li> <li style="display: inline-block;">[[File:E6 part 1 Stamp.png|25px|link=Event 6 Part 1]]</li> <li style="display: inline-block;">[[File:E6 part 2 Stamp.png|25px|link=Event 6 Part 2]]</li> <li style="display: inline-block;">[[File:E7 Stamp.png|50px|link=Event 7]]</li> Again, replace any and all linebreaks with <br>.
- And again, each row would contain 5 stamps at most, and there are separate rows for Missions and Events. Add additional linebreaks (<br>) if necessery.
TODO: A better solution for this as well.