Difference between revisions of "Template:Location"

From MahouMUSH
Jump to: navigation, search
(Undo revision 6607 by Phishfood (talk))
Line 9: Line 9:
 
  #LocationGroup {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #LocationGroup {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #LocationType {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #LocationType {background-color: rgba(0,70,70,.2); border: 0px;}
 +
#LocationMap {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #LocationDescription {background-color: rgba(0,70,70,.3); border: 0px; font-weight:normal; border-radius:0px 0px 10px 10px;}
 
  #LocationDescription {background-color: rgba(0,70,70,.3); border: 0px; font-weight:normal; border-radius:0px 0px 10px 10px;}
 
}}{| class="LocationTable"  
 
}}{| class="LocationTable"  
Line 19: Line 20:
 
| id="LocationType" | Location Type: || id="LocationType" | {{#set:Locationtype={{{type|Undefined}}}}}{{{type}}}
 
| id="LocationType" | Location Type: || id="LocationType" | {{#set:Locationtype={{{type|Undefined}}}}}{{{type}}}
 
|-
 
|-
| colspan="4" id="LocationDescription" | {{{description}}}
+
| id="LocationMap" | Location Location: || id="LocationMap" | {{#set:Locationmap={{{type|Undefined}}}}}{{{map}}}
 +
|-
 +
| colspan="5" id="LocationDescription" | {{{description}}}
 
|}  [[Category:Locations]] [[Category:Information Files]] {{#set:Information=Locations}}</includeonly><noinclude>
 
|}  [[Category:Locations]] [[Category:Information Files]] {{#set:Information=Locations}}</includeonly><noinclude>
 
<pre>{{Location
 
<pre>{{Location
Line 26: Line 29:
 
| groups        = Groups, delimited by commas, that are associated with this location.
 
| groups        = Groups, delimited by commas, that are associated with this location.
 
| type          = Residence, Business, or Public Space.
 
| type          = Residence, Business, or Public Space.
 +
| map          = Where it is on the grid.
 
| description  = Describe the location.
 
| description  = Describe the location.
 
}}</pre>
 
}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 01:22, 22 May 2017

{{Location
| locationimage = image.ext
| alignment     = Is there a faction this location is primarily affiliated with?
| groups        = Groups, delimited by commas, that are associated with this location.
| type          = Residence, Business, or Public Space.
| map           = Where it is on the grid.
| description   = Describe the location.
}}