Difference between revisions of "Template:Location"

From MahouMUSH
Jump to: navigation, search
m (1 revision imported)
Line 14: Line 14:
 
| id="LocationAlignment" | Average Alignment: || id="LocationAlignment" | {{#set:Locationalignment={{{alignment|Undefined}}}}}[[{{{alignment}}}]]
 
| id="LocationAlignment" | Average Alignment: || id="LocationAlignment" | {{#set:Locationalignment={{{alignment|Undefined}}}}}[[{{{alignment}}}]]
 
| id="LocationGroup"    | Associated Groups: || id="LocationGroup" | {{#arraymap:{{{groups|}}}|,|x|[[x]]}}
 
| id="LocationGroup"    | Associated Groups: || id="LocationGroup" | {{#arraymap:{{{groups|}}}|,|x|[[x]]}}
 +
| id="LocationType" | Location Type: || id="LocationType" | {{#set:Locationtype={{{type|Undefined}}}}}[[{{{type}}}]]
 
|-
 
|-
 
| colspan="4" id="LocationDescription" | {{{description}}}
 
| colspan="4" id="LocationDescription" | {{{description}}}
Line 19: Line 20:
 
<pre>{{Location
 
<pre>{{Location
 
| locationimage = image.ext
 
| locationimage = image.ext
| alignment    = What Force does it fall under?
+
| alignment    = Is there a faction this location is primarily affiliated with?
| groups        = Groups, delimited by commas, that are assiated with this location.
+
| groups        = Groups, delimited by commas, that are associated with this location.
| description  = Describe the Location.
+
| type          = Residence, Business, or Public Space.
 +
| description  = Describe the location.
 
}}</pre>
 
}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 00:25, 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.
| description   = Describe the location.
}}