Difference between revisions of "Template:Location"

From Radiant Heart MUSH

Line 6: Line 6:
 
  .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 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; padding: 10px 10px 10px 10px;}
 
  .LocationTable td:nth-child(odd) {font-weight:700; padding: 10px 10px 10px 10px;}
  #LocationAlignment {background-color: #ffb6c1; border: 10px;}
+
  #LocationAlignment {background-color: #f4cccc; border: 10px;}
 
  #LocationGroup {background-color: #f3f6f4; border: 10px;}
 
  #LocationGroup {background-color: #f3f6f4; border: 10px;}
  #LocationType {background-color: #ffb6c1; border: 10px;}
+
  #LocationType {background-color: #f4cccc; border: 10px;}
 
  #LocationMap {background-color: #f3f6f4; border: 10px;}
 
  #LocationMap {background-color: #f3f6f4; border: 10px;}
  #LocationDescription {background-color: #ffb6c1; border: 10px; padding: 10px 10px 10px 0px;}
+
  #LocationDescription {background-color: #f4cccc; border: 10px; padding: 10px 10px 10px 0px;}
 
}}{| class="LocationTable"  
 
}}{| class="LocationTable"  
 
! colspan="5" align="Center"| {{#if:{{{locationimage|}}} | [[File:{{{locationimage}}}]]| {{PAGENAME}} }}  
 
! colspan="5" align="Center"| {{#if:{{{locationimage|}}} | [[File:{{{locationimage}}}]]| {{PAGENAME}} }}  

Revision as of 20:23, 3 November 2023

{{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.
}}