Template:Infobox season: Difference between revisions

From ServantPedia™, the paid (but reliable) encyclopedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
<pre>
<pre>
{{Infobox season
{{Infobox season
| name          =  
| season_name    =  
| image          =
| season_image  =  
| caption        =
| image_caption  =  
| genre          =  
| location       =  
| creator        =  
| start_date    =  
| starring       =  
| end_date       =  
| country        =  
| language       =
| num_seasons    =
| num_episodes  =
| runtime        =
| network        =
| first_aired    =
| last_aired    =  
| 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;" | {{{name|{{{title|{{PAGENAME}}}}}}}}
! colspan="2" class="infobox-title" style="text-align:center; font-size:125%; font-weight:bold;" | {{{season_name|{{{title|{{PAGENAME}}}}}}}}
|-
|-
{{#if: {{{image|}}} |
{{#if: {{{season_image|}}} |
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px]]
| colspan="2" style="text-align:center;" | [[File:{{{season_image}}}|250px]]
{{#if: {{{caption|}}} |
{{#if: {{{image_caption|}}} |
| colspan="2" style="text-align:center; font-size:85%;" | {{{caption}}}
| colspan="2" style="text-align:center; font-size:85%;" | {{{caption}}}
}}
}}
}}
}}
|-
|-
! Genre
! Location
| {{{genre|}}}
| {{{location|}}}
|-
|-
! Created by
! Start Date
| {{{creator|}}}
| {{{start_date|}}}
|-
|-
! Starring
! End Date
| {{{starring|}}}
| {{{end_date|}}}
|-
|-
! Country of origin
! Status
| {{{country|}}}
| {{{status|}}}
|-
|-
! Original language
! Season Host
| {{{language|}}}
| {{{season_host|}}}
|-
|-
! No. of seasons
! No. of Players
| {{{num_seasons|}}}
| {{{player_count|}}}
|-
! No. of episodes
| {{{num_episodes|}}}
|-
! Running time
| {{{runtime|}}}
|-
! Original network
| {{{network|}}}
|-
! Original release
| {{{first_aired|}}} – {{{last_aired|}}}
|-
! Status
| {{{status|}}}
|}
|}
</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   = 
}}