Template:OfficerRoster: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(Created page with "<!-- MAIN TEMPLATE CODE --><includeonly>{| align="right" style="width: 22em; margin: 10px 1px 10px 10px; clear:both; background:#FFF;" cellpadding="0" cellspacing="0" | alig...")
 
m (Updated noinclude markups)
 
(3 intermediate revisions by 3 users not shown)
Line 55: Line 55:
|}}
|}}
|}
|}
|}</includeonly><!-- INSTRUCTIONS CODE --><noinclude>
|}</includeonly><noinclude><!-- INSTRUCTIONS CODE -->


{{OfficerRoster
{{Officerroster
|name= Officer Roster
|name= Officer Roster
|Chairman= CHAIRMAN
|Chairman= CHAIRMAN
Line 77: Line 77:
===COPY/PASTE CODE===
===COPY/PASTE CODE===
<pre{{log2|border=none|margin-right=30em}}>
<pre{{log2|border=none|margin-right=30em}}>
<nowiki>{{Officerroster
<nowiki>{{OfficerRoster
|name= Officer Roster
|name= Officer Roster
|Chairman=
|Chairman=
Line 92: Line 92:
</pre>
</pre>


==== 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.


<nowiki> {| align="right" style="width: 22em; margin: 10px 1px 10px 10px; clear:both; background:#FFF;" cellpadding="0" cellspacing="0"
[[Category:Templates]]
| 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
|}
</nowiki>


[[Category:MHO and CHE templates]]</noinclude>

Latest revision as of 09:23, 31 January 2023


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