Template:OfficerRoster: Difference between revisions
Jump to navigation
Jump to search
RALEKTALEN (talk | contribs) No edit summary |
m (Updated noinclude markups) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 55: | Line 55: | ||
|}} |
|}} |
||
|} |
|} |
||
|}</includeonly><!-- INSTRUCTIONS CODE -- |
|}</includeonly><noinclude><!-- INSTRUCTIONS CODE --> |
||
{{OfficerRoster |
{{OfficerRoster |
||
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 08:23, 31 January 2023
|
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 |}