Template:GameMaster: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Staff|rank={{{Rank|}}}|name={{{GameMaster Name|}}}|type={{{Type|}}}|tenure={{{Tenure|}}}}}</includeonly> |
|||
<includeonly>{| cellpadding="2" style="float:left; width:300px; background:#e3e3e3; margin-right:2em; margin-bottom:2em; border-spacing:1px;" |
|||
|- |
|||
! colspan="2" | '''{{#if: {{{Rank|}}} | {{{Rank}}} | GM }} {{#if: {{{GameMaster Name|}}} | {{{GameMaster Name}}} | {{PAGENAME}}}}''' |
|||
|- bgcolor="#FFFFFF" |
|||
| valign="top"| Rank || align="center" | {{#if: {{{Rank|}}} | {{{Rank}}} | ''Unknown''}} |
|||
|- bgcolor="#FFFFFF" |
|||
| valign="top"| Type || align="center" | {{#if: {{{Type|}}} | {{{Type}}} | ''Unknown''}} |
|||
|- bgcolor="#FFFFFF" |
|||
| valign="top"| Tenure || align="center" | {{#if: {{{Tenure|}}} | {{{Tenure}}} | ''Unknown''}} |
|||
|} |
|||
⚫ | |||
[[Category:GameMaster|{{PAGENAME}}]] |
|||
{{#if: {{{Rank |}}} | [[Category:GameMaster {{{Rank}}}|{{PAGENAME}}]] | }} |
|||
{{#if: {{{Type |}}} | [[Category:GameMaster {{{Type}}}|{{PAGENAME}}]] | }} |
|||
{{#if: {{{Tenure |}}} | [[Category:GameMaster {{{Tenure}}}|{{PAGENAME}}]] | }} |
|||
{{-}} |
|||
</includeonly> |
|||
<noinclude> |
|||
==To Use== |
|||
<pre> |
|||
{{GameMaster | |
|||
GameMaster Name = | |
|||
Rank = | |
|||
Type = | |
|||
Tenure = | |
|||
}} |
|||
</pre> |
|||
If you do not know one of the above, leave it blank |
|||
⚫ | |||
</noinclude> |