Template:Competition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
{| style="background: transparent; float: left;" | {| style="background: transparent; float: left;" | ||
|<pre>{{Competition |title = | |<pre>{{Competition | ||
|title = | |||
|image = | |image = | ||
|host = | |host = | ||
Line 12: | Line 13: | ||
|topics = | |topics = | ||
|scoresheet = | |scoresheet = | ||
|previous = | |||
|next = | |||
}}</pre> | }}</pre> | ||
|} | |} | ||
Line 22: | Line 25: | ||
| colspan="2" style="background: #00509f none; font-size: 150%; text-align: center;" | '''''{{{title}}}''''' | | colspan="2" style="background: #00509f none; font-size: 150%; text-align: center;" | '''''{{{title}}}''''' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[Image:{{{image|}}}| | | colspan="2" style="text-align: center;" | [[Image:{{{image|}}}|320px]] | ||
|- valign="top" | |- valign="top" | ||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Host''' | | style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Host''' | ||
Line 38: | Line 41: | ||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Scoresheet''' | | style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Scoresheet''' | ||
| style="width:15em; padding: 5px;" | {{{scoresheet}}} | | style="width:15em; padding: 5px;" | {{{scoresheet}}} | ||
|- valign="top" | |||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Preceeded by''' | |||
| style="width:15em; padding: 5px;" | {{{previous}}} | |||
|- valign="top" | |||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Followed by''' | |||
| style="width:15em; padding: 5px;" | {{{next}}} | |||
|} | |} | ||
[[Category:Competitions]] | [[Category:Competitions]] |
Latest revision as of 17:59, 22 January 2013
Here is both the code and a preview of the Competition template. It is to be used for DoZs and similar events. For the image, just enter the filename as it appears in the wiki uploads directory. The screenshot system on the front page will soon be retooled to grab screenshots from the wiki instead of the /screens directory.
This template is heavily based on the Game template.
{{Competition |title = |image = |host = |judges = |dates = |topics = |scoresheet = |previous = |next = }} |
{{{title}}} | |
[[Image:|320px]] | |
Host | {{{host}}} |
Judges | {{{judges}}} |
Date | {{{dates}}} |
Topic(s) | {{{topics}}} |
Scoresheet | {{{scoresheet}}} |
Preceeded by | {{{previous}}} |
Followed by | {{{next}}} |