Template:Inkfest

From Inkipedia, the Splatoon wiki

This template is for displaying events at Inkipedia:Inkfest.

Usage

Parameters

Most parameters are optional. The only required parameters are name and page.

name - The name of the event.

page - The full page title for the event, without any brackets or other formatting.

image - A single image's file name, without any brackets or other formatting.

date - The date of the event. It is recommended to use Template:Date and Template:Time for a consistent format.

organizer - The name of the organizer, with a link to their userpage.

winner - The name of the winning team, or winning person, and anything else you want to include, such as scores.

Example

<!-- This is the beginning of the list. All events must be placed BELOW this line. --><div style="display: grid; grid-template-columns: repeat(auto-fit, {{{column width|260px}}}); column-gap: 0.5em; justify-content: space-evenly;">
{{Inkfest
| name = Event Name
| page = User:Username/Event Name
| image = Example.png
| date = {{date|2020-02-29}} {{time|2020-02-29 18:00 EDT}}
| organizer = [[User:Username|Username]]
| winner = Team Bravo
}}
</div><!-- This is the end of the list. All events must be placed ABOVE this line. -->