Difference between revisions of "Template:Place"

From sureai
Jump to: navigation, search
m (Only link to interactive map on the Enderal namespace)
(Add beds, Change crafting stations to facilities)
 
Line 107: Line 107:
 
     </div>
 
     </div>
 
     <!-- End Ore Veins Content -->
 
     <!-- End Ore Veins Content -->
|}}{{#if: {{{alchemy|{{{enchanting|{{{tanning|{{{smelter|{{{forge|{{{grindstone|{{{workbench|{{{cooking|{{{lumber|}}}}}}}}}}}}}}}}}}}}}}}}}}}|
+
|}}{{#if: {{{alchemy|{{{enchanting|{{{tanning|{{{smelter|{{{forge|{{{grindstone|{{{workbench|{{{cooking|{{{lumber|{{{bed|}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}|
     <!-- Crafting Stations Title -->
+
     <!-- Facilities Title -->
 
     <div style = "background: RGB(73, 73, 59); border-radius: 5px;  
 
     <div style = "background: RGB(73, 73, 59); border-radius: 5px;  
 
                   display: flex; flex-flow: row nowrap; align-items: center;  
 
                   display: flex; flex-flow: row nowrap; align-items: center;  
 
                   margin: .5em 0; padding: .25em; ">
 
                   margin: .5em 0; padding: .25em; ">
         <div style = "font-weight: bold; color: white; text-align: center; flex: 1; ">Crafting Stations</div>
+
         <div style = "font-weight: bold; color: white; text-align: center; flex: 1; ">Facilities</div>
 
     </div>
 
     </div>
     <!-- End Crafting Stations Title -->
+
     <!-- End Facilities  Title -->
     <!-- Crafting Stations Content -->
+
     <!-- Facilities  Content -->
 
     <div style = "display: flex; flex-flow: row wrap; align-items: center; ">
 
     <div style = "display: flex; flex-flow: row wrap; align-items: center; ">
 
     {{#if: {{{alchemy|}}}|
 
     {{#if: {{{alchemy|}}}|
Line 144: Line 144:
 
         <div style = "flex: 0 0 40%; font-weight: bold; text-align: right; margin-right: 1em; ">[[{{NAMESPACE}}:Chopping Block|Chopping Blocks]]</div>
 
         <div style = "flex: 0 0 40%; font-weight: bold; text-align: right; margin-right: 1em; ">[[{{NAMESPACE}}:Chopping Block|Chopping Blocks]]</div>
 
         <div style = "flex: 0 0 5%; text-align: left;">{{{lumber}}}</div>
 
         <div style = "flex: 0 0 5%; text-align: left;">{{{lumber}}}</div>
 +
    |}}{{#if: {{{bed|}}}|
 +
        <div style = "flex: 0 0 40%; font-weight: bold; text-align: right; margin-right: 1em; ">Bed</div>
 +
        <div style = "flex: 0 0 5%; text-align: left;">{{{bed}}}</div>
 
     |}}
 
     |}}
 
     </div>
 
     </div>
     <!-- End Crafting Stations Content -->
+
     <!-- End Facilities  Content -->
 
|}}
 
|}}
 
</div>
 
</div>
Line 166: Line 169:
 
* '''cells:''' The Creation Kit/Console names of the cells of this place. Hidden if empty.
 
* '''cells:''' The Creation Kit/Console names of the cells of this place. Hidden if empty.
 
* '''oretype#, orenum#:''' Where # ranges from 1 to 6, identifies the types of ore that exist in this location (oretype) and how many of that type exist (orenum)
 
* '''oretype#, orenum#:''' Where # ranges from 1 to 6, identifies the types of ore that exist in this location (oretype) and how many of that type exist (orenum)
* '''alchemy''', '''enchanting''', '''tanning''', '''smelter''', '''forge''', '''grindstone''', '''workbench''', '''cooking''', '''lumber''': Defines the number of Alchemy Labs, Arcane Enchanters, Tanning Racks, Smelters, Forges, Grindstones, Workbenches, Cooking Pots, and Chopping Blocks, respectively.
+
* '''alchemy''', '''enchanting''', '''tanning''', '''smelter''', '''forge''', '''grindstone''', '''workbench''', '''cooking''', '''lumber''', '''bed''': Defines the number of Alchemy Labs, Arcane Enchanters, Tanning Racks, Smelters, Forges, Grindstones, Workbenches, Cooking Pots, and Chopping Blocks, respectively.
 
* ''nocategory:'' If present, doesn't add the page to any categories. Don't use this unless you're just giving an example of how to use the template (such as below)
 
* ''nocategory:'' If present, doesn't add the page to any categories. Don't use this unless you're just giving an example of how to use the template (such as below)
  
Line 205: Line 208:
 
|cooking = 5
 
|cooking = 5
 
|lumber = 2
 
|lumber = 2
 +
|bed = 4
 
}}
 
}}
 
</pre>
 
</pre>
Line 241: Line 245:
 
|cooking = 5
 
|cooking = 5
 
|lumber = 2
 
|lumber = 2
 +
|bed = 4
 
|nocategory=1
 
|nocategory=1
 
}}
 
}}

Latest revision as of 16:51, 12 November 2017

Parameters

All parameters are optional.

  • name: The place's name. If empty, uses the current page's name.
  • mapname: The place's name in the interactive map. If not present, uses the "name" parameter, if it's not empty, or the page's name.
  • icon: The map marker icon of this place. See Category:Enderal-Map Markers for a list of available markers. Hidden if empty.
  • image: An image representing the place, without the initial File:. Hidden if empty.
  • marked: If non-empty, indicates that this place is marked on the map.
  • zones: How many zones this area has. Defaults to 0.
  • dungeon: If non-empty, indicates that this place is a dungeon.
  • region: This place's Region. Defaults to (Unknown).
    • location: More details on this place's location, such as reference points. Hidden if empty.
  • occupants: NPCs and/or Creatures that can be found in this location. Hidden if empty.
  • cells: The Creation Kit/Console names of the cells of this place. Hidden if empty.
  • oretype#, orenum#: Where # ranges from 1 to 6, identifies the types of ore that exist in this location (oretype) and how many of that type exist (orenum)
  • alchemy, enchanting, tanning, smelter, forge, grindstone, workbench, cooking, lumber, bed: Defines the number of Alchemy Labs, Arcane Enchanters, Tanning Racks, Smelters, Forges, Grindstones, Workbenches, Cooking Pots, and Chopping Blocks, respectively.
  • nocategory: If present, doesn't add the page to any categories. Don't use this unless you're just giving an example of how to use the template (such as below)

Examples

{{Place
|name = A cave with a very, very, very, VERY long name.
|icon = Cave
|image = EN-Places-Brownrock_Cave3.jpg
|marked = 1
|dungeon = 1
|zones = 3
|region = [[Enderal:The Heartlands|]]
|location =
To the south of [[Enderal:Ark|]] <br />
To the east of [[Enderal:Wildmage Camp|]]
|occupants = [[Enderal:Entropy Mage|]], [[Enderal:Moss Crawler|]], [[Enderal:Mud Elemental|]]
|cells = DarkCaveEntrance, DarkCaveSection01, DarkCaveSection02, DarkCaveBossSection
|oretype1 = Iron
|orenum1 = 3
|oretype2 = Quicksilver
|orenum2 = 30
|oretype3 = Corundum
|orenum3 = 1
|oretype4 = Voodoo 
|orenum4 = 50
|oretype5 = Gold
|orenum5 = 14
|oretype6 = Amirite 
|orenum6 = 50
|alchemy = 3
|enchanting = 1
|tanning = 2
|smelter = 2
|forge = 5
|grindstone = 3
|workbench = 3
|cooking = 5
|lumber = 2
|bed = 4
}}
Cave
A cave with a very, very, very, VERY long name.
A cave with a very, very, very, VERY long name.
Marked
Yes
Zones
3
Dungeon
Yes
Region
Occupants

Entropy Mage, Moss Crawler, Mud Elemental

Location

To the south of Ark
To the east of Wildmage Camp

Console Cells

DarkCaveEntrance, DarkCaveSection01, DarkCaveSection02, DarkCaveBossSection

Ore Veins
3
30
1
50
14
50
Facilities
3
1
2
2
5
3
3
5
2
Bed
4


{{Place
|name = Boring Cave
|region = [[Enderal:The Heartlands|]]
|cells = BoringCave001
|cooking = 2
|lumber = 1
}}
Boring Cave
Marked
No
Zones
0
Dungeon
No
Region
Console Cells

BoringCave001

Facilities
2
1


{{Place}}
Place
Marked
No
Zones
0
Dungeon
No
Region
(Unknown)


Categories