Difference between revisions of "Template:HuntBox"
From BayAreaNightGame
(7 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
|- style="background: #f0f0f0; vertical-align: bottom; font-size: 85%;" | |- style="background: #f0f0f0; vertical-align: bottom; font-size: 85%;" | ||
− | |'''Name:'''||{{{hunt_name}}} | + | |'''Hunt Name:'''||{{{hunt_name}}} |
|- style="background: #f0f0f0; vertical-align: bottom; font-size: 85%;" | |- style="background: #f0f0f0; vertical-align: bottom; font-size: 85%;" | ||
+ | |'''BANG #: '''||{{{number}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
|'''Location:'''||{{{location}}} | |'''Location:'''||{{{location}}} | ||
|- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
|'''Host:'''||{{{host}}} | |'''Host:'''||{{{host}}} | ||
|- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
− | |'''date: '''||{{{ | + | |'''Date: '''||{{{date}}} |
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Winning team(s): '''||{{{winners}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Official website: '''||{{{website}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Results: '''||{{{results}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Hunt Pictures: '''||{{{pics}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Event Writeups: '''||{{{writeups}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Previous BANG: '''||{{{previous}}} | ||
+ | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
+ | |'''Next BANG'''||{{{next}}} | ||
|- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | |- style="vertical-align: bottom; font-size: 85%; background: #f0f0f0;" | ||
|} | |} | ||
|}<noinclude> | |}<noinclude> | ||
− | Usage: | + | Replace info in parentheses with appropriate values. Usage: |
{| style="background: transparent;" | {| style="background: transparent;" | ||
|<pre>{{HuntBox | |<pre>{{HuntBox | ||
− | |logo=[[Image:image_name.jpg]] | + | |logo=[[(Image:image_name.jpg)]] |
− | |hunt_name= | + | |hunt_name=(Name of Hunt) |
− | |host= | + | |number=(x) |
− | |location= | + | |host=[[(Team Name)]] |
− | |date= | + | |location=(City) |
+ | |date=(dd/mm/yy) | ||
+ | |winners=[[(Team Name)]] | ||
+ | |website=[(http://externalwebsite.com website name)] | ||
+ | |results=[results website] | ||
+ | |pics=Links to event pictures | ||
+ | |writeups=Links to participant writeups | ||
+ | |previous=[[(Previous BANG wiki page)]] | ||
+ | |next=[[(Next BANG wiki page)]] | ||
|}} | |}} | ||
</pre> | </pre> | ||
|} | |} | ||
</noinclude> | </noinclude> |
Latest revision as of 21:46, 26 November 2015
Bay Area Night Game | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{{logo}}} | ||||||||||||||||||||||||
|
Replace info in parentheses with appropriate values. Usage:
{{HuntBox |logo=[[(Image:image_name.jpg)]] |hunt_name=(Name of Hunt) |number=(x) |host=[[(Team Name)]] |location=(City) |date=(dd/mm/yy) |winners=[[(Team Name)]] |website=[(http://externalwebsite.com website name)] |results=[results website] |pics=Links to event pictures |writeups=Links to participant writeups |previous=[[(Previous BANG wiki page)]] |next=[[(Next BANG wiki page)]] |}} |