You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:RCongoing: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
==Summary== | ==Summary== | ||
I made this for myself to use each time I want to write a new summary of an ongoing game in [[ReaperCharlie/Game Record|my game record]]. Mostly because I didn't want to code a whole bunch of new if statements into the [[RCgame]] template, so I just made a separate template for ongoing games. Also, it makes it easier to search my code and find the things that haven't been updated yet! | I made this for myself to use each time I want to write a new summary of an ongoing game in [[ReaperCharlie/Game Record|my game record]]. Mostly because I didn't want to code a whole bunch of new if statements into the [[RCgame]] template, so I just made a separate template for ongoing games. Also, it makes it easier to search my code and find the things that haven't been updated yet! | ||
==Parameters List== | ==Parameters List== | ||
<br /> | <br /> | ||
:<pre style='font-size:130%;margin:5px;'>{{RCongoing|CurrentPhase|Moderator|BackupMod1|BackupMod2}}</pre> | :<pre style='font-size:130%;margin:5px;'>{{RCongoing|CurrentPhase|Moderator|BackupMod1|BackupMod2|BackupMod3}}</pre> | ||
<br /> | <br /> | ||
==Parameter Explanations== | ==Parameter Explanations== | ||
Line 23: | Line 21: | ||
|- | |- | ||
| height="28"| '''Moderator(s)'''|| The game's moderator(s). They do not necessarily need to have a MafiaWiki page for this link to work, as this field uses {{u|Fenhl}}'s [[Template:U|<nowiki>{{u}}</nowiki>]] template.{{space|20}} | | height="28"| '''Moderator(s)'''|| The game's moderator(s). They do not necessarily need to have a MafiaWiki page for this link to work, as this field uses {{u|Fenhl}}'s [[Template:U|<nowiki>{{u}}</nowiki>]] template.{{space|20}} | ||
|- | |||
| height="28"| '''BackupMod1'''|| The game's co/backup mod, if applicable.{{space|20}} | |||
|- style="color:#777;" | |||
| height="28"| '''BackupMod2'''|| The game's second co/backup mod, if applicable...{{space|20}} | |||
|- style="color:#ccc;" | |||
| height="28"| '''BackupMod3'''|| The game's third co/backup mod, if applicable...{{space|20}} | |||
|} | |} | ||
{{multicol}} | {{multicol}} | ||
Line 30: | Line 33: | ||
<pre style='font-size:130%;margin:15px 10px;'>{{RCongoing|N10|Percy|Vi|Flameaxe}}</pre> | <pre style='font-size:130%;margin:15px 10px;'>{{RCongoing|N10|Percy|Vi|Flameaxe}}</pre> | ||
<pre style='font-size:130%;margin:15px 10px;'>{{RCongoing|D3|SpyreX|Mr. Flay}}</pre> | <pre style='font-size:130%;margin:15px 10px;'>{{RCongoing|D3|SpyreX|Mr. Flay}}</pre> | ||
{{multicol-break}} | {{multicol-break}} | ||
Line 37: | Line 39: | ||
{{RCongoing|N10|Percy|Vi|Flameaxe}} | {{RCongoing|N10|Percy|Vi|Flameaxe}} | ||
{{RCongoing|D3|SpyreX|Mr. Flay}} | {{RCongoing|D3|SpyreX|Mr. Flay}} | ||
{{multicol-end}} | {{multicol-end}} | ||
<div> | <div> | ||
[[Category:Templates | [[Category:Templates|{{PAGENAME}}]] | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__</noinclude> | __NOEDITSECTION__</noinclude> |
Latest revision as of 13:23, 29 August 2012
Note: This template is used for ongoing games. For completed games, see my completed games template.
Summary
I made this for myself to use each time I want to write a new summary of an ongoing game in my game record. Mostly because I didn't want to code a whole bunch of new if statements into the RCgame template, so I just made a separate template for ongoing games. Also, it makes it easier to search my code and find the things that haven't been updated yet!
Parameters List
{{RCongoing|CurrentPhase|Moderator|BackupMod1|BackupMod2|BackupMod3}}
Parameter Explanations
Field | Explanation |
---|---|
CurrentPhase | The phase and phase number that the game is currently in. For instance: Day 1, Night 2, etc. You may also use abbreviations like D1, N2, etc. |
Moderator(s) | The game's moderator(s). They do not necessarily need to have a MafiaWiki page for this link to work, as this field uses Fenhl's {{u}} template. |
BackupMod1 | The game's co/backup mod, if applicable. |
BackupMod2 | The game's second co/backup mod, if applicable... |
BackupMod3 | The game's third co/backup mod, if applicable... |
What you type{{RCongoing|D4|ReaperCharlie}} {{RCongoing|N10|Percy|Vi|Flameaxe}} {{RCongoing|D3|SpyreX|Mr. Flay}} |