You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:Gamebox: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edits by Mr. Flay (Talk); changed back to last version by LyingBrian) |
LyingBrian (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
|- | |- | ||
! Setup: | ! Setup: | ||
| | | [[{{{''setup|Undefined''}}}]] | ||
|- | |- | ||
! Winner(s): | ! Winner(s): | ||
Line 34: | Line 34: | ||
<nowiki> | <nowiki> | ||
{{gamebox | {{gamebox | ||
|name= | |||
|thread= | |thread= | ||
|forum= | |forum= | ||
Line 40: | Line 41: | ||
|outcome | |outcome | ||
|status | |status | ||
|notes=|}} | |notes= | ||
|}} | |||
</nowiki> | </nowiki> | ||
==Variables== | ==Variables== | ||
*Thread: | *Name: this variable is used to sort the games numerically rather than alphabetically. put the number of the game using 3 numerals here... | ||
*Thread: this variable is used to link to the game in the forum. type the thread number here. | |||
:Example: the url for Newbie 1 is: <code>http://www.mafiascum.net/forum/viewtopic.php?t=336</code> | |||
the thread number is the number after "t=", '336' in the example above, so this line would read <code>thread=336</code> | |||
*Forum: the name of the [[Forum]] this game is located in | *Forum: the name of the [[Forum]] this game is located in | ||
double brackets are not necessary as they are built into the template | double brackets are not necessary as they are built into the template | ||
Line 54: | Line 59: | ||
*Status: the status of the game. leaving this field blank automatically yields ''Ongoing'' | *Status: the status of the game. leaving this field blank automatically yields ''Ongoing'' | ||
*Notes: anything else noteworthy about the game | *Notes: anything else noteworthy about the game | ||
==Example== | |||
{| border="1" cellpadding="2" cellspacing="0" | |||
|- | |||
| width=50% | What you type | |||
| width=50% | What it looks like | |||
|- valign="top" | |||
| | |||
<pre><nowiki> | |||
{{gamebox | |||
|name=001 | |||
|thread=336 | |||
|forum=The Road to Rome | |||
|mod=Dragon Phoenix | |||
|setup=Newbie | |||
|outcome=Mafia | |||
|status=Completed | |||
|notes=this is an example of notes | |||
|}} | |||
</nowiki></pre> | |||
| | |||
{{gamebox | |||
|name=001 | |||
|thread=336 | |||
|forum=The Road to Rome | |||
|mod=Dragon Phoenix | |||
|setup=Newbie | |||
|outcome=Mafia | |||
|status=Completed | |||
|notes=this is an example of notes | |||
|}} | |||
|} | |||
</noinclude> | </noinclude> |
Revision as of 03:26, 18 August 2007
Forum: | [[ ]] |
---|---|
Moderator(s): | [[ ]] |
Setup: | Undefined'' |
Winner(s): | None Yet |
Status: | Ongoing |
Syntax
To insert this template into a page, use the following syntax:
{{gamebox |name= |thread= |forum= |mod= |setup= |outcome |status |notes= |}}
Variables
- Name: this variable is used to sort the games numerically rather than alphabetically. put the number of the game using 3 numerals here...
- Thread: this variable is used to link to the game in the forum. type the thread number here.
- Example: the url for Newbie 1 is:
http://www.mafiascum.net/forum/viewtopic.php?t=336
the thread number is the number after "t=", '336' in the example above, so this line would read thread=336
- 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 Ongoing
- Notes: anything else noteworthy about the game
Example
What you type | What it looks like | ||||||||||||
{{gamebox |name=001 |thread=336 |forum=The Road to Rome |mod=Dragon Phoenix |setup=Newbie |outcome=Mafia |status=Completed |notes=this is an example of notes |}} |
|