Difference between revisions of "Template:Location"
From Radiant Heart MUSH
scene>Volund m (1 revision) |
|||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#css: | <includeonly>{{#css: | ||
− | .LocationTable {width:100%; border: | + | .LocationTable {width:100%; border: 0px solid #aaaaaa; background-color: #FFFFFF; text-align:left; border-radius: 10px; vertical-align:top; border-spacing:0px;} |
− | .LocationTable th:nth-child(1) {width:10%; padding: | + | .LocationTable th:nth-child(1) {width:10%; padding: 10px 10px 10px 10px; border-radius: 10px 10px 0px 0px} |
− | .LocationTable td:nth-child(1) {width:10%; padding: | + | .LocationTable td:nth-child(1) {width:10%; padding: 10px 10px 10px 10px;} |
− | .LocationTable tr:nth-child(1) {text-shadow:1px 1px 1px gray; background-color: | + | .LocationTable tr:nth-child(1) {text-shadow:1px 1px 1px gray; background-color: #FFFFFF; padding: 10px 10px 10px 10px;} |
− | .LocationTable tr:nth-child(1) th { padding: | + | .LocationTable tr:nth-child(1) th {padding: 10px 10px 10px 10px; font-family: serif; font-size:36px; word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} |
− | .LocationTable td:nth-child(odd) {font-weight:700;} | + | .LocationTable td:nth-child(odd) {font-weight:700; padding: 10px 10px 10px 10px;} |
− | #LocationAlignment {background-color: | + | #LocationAlignment {background-color: #FFFFF; border: 10px;} |
− | #LocationGroup {background-color: | + | #LocationGroup {background-color: rgb(244, 154, 194,.8); border: 10px;} |
− | # | + | #LocationType {background-color: #FFFFF; border: 10px;} |
+ | #LocationMap {background-color: rgb(244, 154, 194,.8); border: 10px;} | ||
+ | #LocationDescription {background-color: #FFFFF; border: 10px; padding: 10px 10px 10px 0px;} | ||
}}{| class="LocationTable" | }}{| class="LocationTable" | ||
− | ! colspan=" | + | ! colspan="5" align="Center"| {{#if:{{{locationimage|}}} | [[File:{{{locationimage}}}]]| {{PAGENAME}} }} |
|- | |- | ||
− | | id="LocationAlignment" | | + | | id="LocationAlignment" | Allied Faction: || id="LocationAlignment" | {{#set:Locationalignment={{{alignment|Undefined}}}}}[[{{{alignment}}}]] |
− | |||
|- | |- | ||
− | | | + | | id="LocationGroup" | Allied Groups: || id="LocationGroup" | {{#arraymap:{{{groups|}}}|,|x|[[x]]}} |
− | |} [[Category:Locations]] [[Category:Information Files]] {{#set:Information=Locations}}</includeonly><noinclude> | + | |- |
+ | | id="LocationType" | Location Type: || id="LocationType" | {{#set:Locationtype={{{type|Undefined}}}}}{{{type}}} | ||
+ | |- | ||
+ | | id="LocationMap" | Grid Locale: || id="LocationMap" | {{#set:Locationmap={{{type|Undefined}}}}}{{{map}}} | ||
+ | |- | ||
+ | | id="LocationDescription" | || id="LocationDescription" | {{{description}}} | ||
+ | |} | ||
+ | ==Associated Logs== | ||
+ | {{Location logs|{{PAGENAME}}}} | ||
+ | [[Category:Locations]] [[Category:Information Files]] {{#set:Information=Locations}}</includeonly><noinclude> | ||
<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. |
+ | | map = Where it is on the grid. | ||
+ | | description = Describe the location. | ||
}}</pre> | }}</pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 04:44, 8 March 2024
{{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. }}