Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox event: Difference between revisions

Template page
Created page with "<noinclude> This is the "Infobox event" template. It should be called using the following format: <pre> {{Infobox event | name = | logo = | caption = | status = | genre = | game = | organizers = | platform = | frequency = | first_held = | website = }} </pre> </noinclude><includeonly>{| class="infobox" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em; float: right; clear: right; m..."
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly>
This is the "Infobox event" template. It should be called using the following format:
{| class="wikitable infobox-event" style="width:250px; float:right; clear:right; margin-left:10px;"
<pre>
{{Infobox event
| name        =
| logo        =
| caption      =
| status      =
| genre        =
| game        =
| organizers  =
| platform    =
| frequency    =
| first_held  =
| website      =
}}
</pre>
</noinclude><includeonly>{| class="infobox" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em; float: right; clear: right; margin: 0 0 1em 1em; border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 0.2em;"
! colspan="2" style="text-align: center; font-size: 125%; font-weight: bold; background-color: #cedff2;" | {{{name|{{PAGENAME}}}}}
|-
|-
! colspan="2" class="infobox-title" style="text-align:center;" | {{{name|{{PAGENAME}}}}}
{{#if:{{{logo|}}}|
{{#if:{{{logo|}}}|
{{!}} colspan="2" style="text-align: center;" {{!}} [[File:{{{logo}}}|200px|frameless|center]]<br />''{{{caption|}}}''
|-
| colspan="2" class="infobox-image" | <center>[[File:{{{logo}}}|200px]]</center>
}}
}}
|-
|-
{{#if:{{{status|}}}|
! Status || {{{status|Active}}}
! scope="row" {{!}} Status
{{!}} {{{status}}}
}}
|-
|-
{{#if:{{{genre|}}}|
! Genre || {{{genre|Unknown}}}
! scope="row" {{!}} Genre
{{!}} {{{genre}}}
}}
|-
|-
{{#if:{{{game|}}}|
! Game || {{{game|Unknown}}}
! scope="row" {{!}} Game
{{!}} {{{game}}}
}}
|-
|-
{{#if:{{{organizers|}}}|
! Organizers || {{{organizers|Unknown}}}
! scope="row" {{!}} Organizers
{{!}} {{{organizers}}}
}}
|-
|-
{{#if:{{{platform|}}}|
! Platform || {{{platform|Unknown}}}
! scope="row" {{!}} Platform
{{!}} {{{platform}}}
}}
|-
|-
{{#if:{{{frequency|}}}|
! Frequency || {{{frequency|Unknown}}}
! scope="row" {{!}} Frequency
{{!}} {{{frequency}}}
}}
|-
|-
{{#if:{{{first_held|}}}|
! First held || {{{first_held|Unknown}}}
! scope="row" {{!}} First held
{{!}} {{{first_held}}}
}}
|-
|-
{{#if:{{{website|}}}|
! Website || {{{website|N/A}}}
! scope="row" {{!}} Website
|}
{{!}} {{{website}}}
[[Category:Events|{{PAGENAME}}]]
</includeonly><noinclude>
== Usage ==
This is the infobox template for community events. To use it, copy and paste the following code into an article:
 
<pre>
{{Infobox event
| name        = Event Name
| logo        = File:Example.jpg
| status      = Active
| genre        = [[Tool-Assisted Speedrun]]
| game        = [[TrackMania Nations Forever]]
| organizers  = User1, User2
| platform    = Discord
| frequency    = Monthly
| first_held  = 2023
| website     = [https://discord.gg/ Link]
}}
}}
|}</includeonly>
</pre>
 
[[Category:Infobox templates]]
</noinclude>

Latest revision as of 21:27, 25 January 2026

Usage[edit]

This is the infobox template for community events. To use it, copy and paste the following code into an article:

{{Infobox event
| name         = Event Name
| logo         = File:Example.jpg
| status       = Active
| genre        = [[Tool-Assisted Speedrun]]
| game         = [[TrackMania Nations Forever]]
| organizers   = User1, User2
| platform     = Discord
| frequency    = Monthly
| first_held   = 2023
| website      = [https://discord.gg/ Link]
}}
Contents