You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Gamebox2: Difference between revisions
Jump to navigation
Jump to search
LyingBrian (talk | contribs) No edit summary |
LyingBrian (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
[[Category:{{{status|Ongoing}}} Games]] | [[Category:{{{status|Ongoing}}} Games]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
{{TOCright}} | |||
==Syntax== | |||
To insert this template into a page, use the following syntax: | |||
<nowiki> | |||
{{gamebox | |||
|sort= | |||
|thread= | |||
|forum= | |||
|mod= | |||
|setup= | |||
|outcome | |||
|status | |||
|notes= | |||
|}} | |||
</nowiki> | |||
==Variables== | |||
*Sort: the number of the game, for sorting purposes | |||
:Minis/Newbies should sort to three digits, i.e. 003. Large Normal/Open Games should sort to two digits | |||
*Thread: the number of the game thread in the forums, ''not'' the full link | |||
:see [[#Example|Example]] below for further information | |||
*Forum: the name of the [[Forum]] this game is located in | |||
:double brackets are not necessary as they are built into the template | |||
*Mod: the name of the [[Moderator]] of this game | |||
:double brackets are not necessary as they are built into the template | |||
*Setup: the type of [[Setup]] used in this game | |||
:double brackets are not necessary as they are built into the template | |||
*Outcome: the winner(s) of the game. | |||
:leaving this field blank automatically yields ''None Yet'' | |||
*Status: the status of the game. | |||
:leaving this field blank automatically yields ''Incomplete'' | |||
*Notes: anything else noteworthy about the game | |||
==Example== | |||
{| border="1" cellpadding="2" cellspacing="0" | |||
|- | |||
| width=70% | What you type | |||
| width=30% | What it looks like | |||
|- valign="top" | |||
| | |||
<pre><nowiki> | |||
{{gamebox | |||
|sort=01 | |||
|thread=3952 | |||
|forum=Little Italy | |||
|mod=mith | |||
|setup=Pie C9 | |||
|outcome=Mafia | |||
|status=Completed | |||
|notes=this is an example of notes | |||
|}} | |||
</nowiki></pre> | |||
*The number of the game thread can be found by looking at the URL of the game. | |||
:Example: in the forums, the URL for Open 1 is as follows: | |||
:<code><nowiki>http://www.mafiascum.net/forum/viewtopic.php?t=3952</nowiki></code> | |||
:The number of the game thread directly follows "<code>t=</code>"; in this case, 3952 | |||
*The title of the gamebox will automatically be the title of the wiki page you place the gamebox on. | |||
| | |||
<div style="float:right;"> | |||
{| class="infobox" style="border: 1px solid #999; width: 17em; text-align: left; font-size: 95%; margin-left: 1em; margin-bottom: 1em;" | |||
|+ style="font-size: large;" |'''[http://www.mafiascum.net/forum/viewtopic.php?t=3952 Open 1]''' | |||
|- | |||
! Forum: | |||
| [[Little Italy]] | |||
|- | |||
! Moderator(s): | |||
| [[mith]] | |||
|- | |||
! Setup: | |||
| [[Pie C9]] | |||
|- | |||
! Winner(s): | |||
| Mafia | |||
|- | |||
! Status: | |||
| Completed | |||
|- | |||
| colspan="2" style="font-size: smaller;" | this is an example of notes | |||
|} | |||
</div> | |||
|} | |||
</noinclude> |
Revision as of 06:59, 18 August 2007
Forum: | [[{{{forum}}}]] |
---|---|
Moderator(s): | [[{{{mod}}}]] |
Setup: | ''Undefined'' |
Winner(s): | None Yet |
Status: | Ongoing |
Syntax
To insert this template into a page, use the following syntax:
{{gamebox |sort= |thread= |forum= |mod= |setup= |outcome |status |notes= |}}
Variables
- Sort: the number of the game, for sorting purposes
- Minis/Newbies should sort to three digits, i.e. 003. Large Normal/Open Games should sort to two digits
- Thread: the number of the game thread in the forums, not the full link
- see Example below for further information
- Forum: the name of the Forum this game is located in
- double brackets are not necessary as they are built into the template
- Mod: the name of the Moderator of this game
- double brackets are not necessary as they are built into the template
- Setup: the type of Setup used in this game
- double brackets are not necessary as they are built into the template
- Outcome: the winner(s) of the game.
- leaving this field blank automatically yields None Yet
- Status: the status of the game.
- leaving this field blank automatically yields Incomplete
- Notes: anything else noteworthy about the game
Example
What you type | What it looks like | ||||||||||||
{{gamebox |sort=01 |thread=3952 |forum=Little Italy |mod=mith |setup=Pie C9 |outcome=Mafia |status=Completed |notes=this is an example of notes |}}
|
|