Template:Infobox season: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
<pre> | <pre> | ||
{{Infobox season | {{Infobox season | ||
| | | season_name = | ||
| | | season_image = | ||
| image_caption = | |||
| location = | |||
| | | start_date = | ||
| | | end_date = | ||
| | |||
| | |||
| status = | | status = | ||
| season_host = | |||
| player_count = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 26: | Line 20: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em" | {| class="infobox" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em" | ||
! colspan="2" class="infobox-title" style="text-align:center; font-size:125%; font-weight:bold;" | {{{ | ! colspan="2" class="infobox-title" style="text-align:center; font-size:125%; font-weight:bold;" | {{{season_name|{{{title|{{PAGENAME}}}}}}}} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{season_image|}}} | | ||
| colspan="2" style="text-align:center;" | [[File:{{{ | | colspan="2" style="text-align:center;" | [[File:{{{season_image}}}|250px]] | ||
{{#if: {{{ | {{#if: {{{image_caption|}}} | | ||
| colspan="2" style="text-align:center; font-size:85%;" | {{{caption}}} | | colspan="2" style="text-align:center; font-size:85%;" | {{{caption}}} | ||
}} | }} | ||
}} | }} | ||
|- | |- | ||
! | ! Location | ||
| {{{ | | {{{location|}}} | ||
|- | |- | ||
! | ! Start Date | ||
| {{{ | | {{{start_date|}}} | ||
|- | |- | ||
! | ! End Date | ||
| {{{ | | {{{end_date|}}} | ||
|- | |- | ||
! | ! Status | ||
| {{{ | | {{{status|}}} | ||
|- | |- | ||
! | ! Season Host | ||
| {{{ | | {{{season_host|}}} | ||
|- | |- | ||
! No. of | ! No. of Players | ||
| {{{ | | {{{player_count|}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Revision as of 08:45, 10 April 2025
This is the Season infobox template. It should be used for articles about roleplay Seasons.
Usage
Copy the following code into your article and fill in the parameters:
{{Infobox season
| season_name =
| season_image =
| image_caption =
| location =
| start_date =
| end_date =
| status =
| season_host =
| player_count =
}}