Template:OfficerRoster

The official GemStone IV encyclopedia.
Jump to navigation Jump to search


Officer Roster
Chairman CHAIRMAN
Arbiter ARBITER
Scrivener SCRIVENER
Treasurer TREASURER
Ambassador AMBASSADOR
Event Planner EVENT PLANNER
Purveyor PURVEYOR
Historian HISTORIAN
House Sage HOUSE SAGE
Envoy ENVOY

This is a Template designed to place a list of current CHE/MHO Officers. It is designed around the Officer Positions within Twilight Hall.

It is not necessary to complete all parameters. Parameters will not show if you do not complete them.

COPY/PASTE CODE

{{OfficerRoster
|name= Officer Roster
|Chairman=
|Arbiter=
|Scrivener=
|Treasurer=
|Ambassador=
|Event Planner=
|Purveyor= 
|Historian= 
|House Sage=
|Envoy=
}}

Table For Houses

So everything above uses the Twilight Hall titles, and since every House can have different titles, rather than a true wiki template to pull as in the code above, CHEs can just use a table and copy/paste that table layout into their page to use.

 {| align="right" style="width: 22em; margin: 10px 1px 10px 10px; clear:both; background:#FFF;" cellpadding="0" cellspacing="0"
  | align = center |
  {| style="border: 2px {{{border-color|#aaa}}} solid; width: 100%; font-size: 95%; text-align: left;"
    ! colspan=3 style="white-space: nowrap; background-color: {{{background-color|#8B7355}}}; color: {{{color|#FFFFFF}}}; font-size: larger; text-align: center;" | Officer Roster
|-
! scope="col" | Position
! scope="col" | Officer Name 
! scope="col" | Position Description
|- 
| Pos1 || Off2 || Pos2
|-
|Position2 || Person2 || Position Description2
|}