Difference between revisions of "Template:Location"
From MahouMUSH
Rocky Road (Talk | contribs) 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 = | + | | alignment = Is there a faction this location is primarily affiliated with? |
− | | groups = Groups, delimited by commas, that are | + | | groups = Groups, delimited by commas, that are associated with this location. |
− | | description = Describe the | + | | 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. }}