Module:Infobox television season name/doc
Jump to navigation
Jump to search
This is the documentation page for Module:Infobox television season name
![]() | This module uses Lua: |
Module:Infobox television season name is used to validate or create a formatted season link for use in Template:Infobox television season.
Usage[edit source]
{{#invoke:Infobox television season name|checkAll|show_name= |pre_season_qualifier= |season_qualifier= |season_type= |season_number= }}
{{#invoke:Infobox television season name|checkPrevSeason|show_name= |pre_season_qualifier= |season_qualifier= |season_type= |season_number= }}
{{#invoke:Infobox television season name|checkNextSeason|show_name= |pre_season_qualifier= |season_qualifier= |season_type= |season_number= }}
{{#invoke:Infobox television season name|getPrevSeasonArticle|show_name= |pre_season_qualifier= |season_qualifier= |season_type= |season_number= }}
{{#invoke:Infobox television season name|getNextSeasonArticle|show_name= |pre_season_qualifier= |season_qualifier= |season_type= |season_number= }}
Parameter list[edit source]
The following parameters can be used as named parameters or nameless positional parameters.
Parameter | Explanation | Status |
---|---|---|
show_name
|
The title of TV program. | required |
pre_season_qualifier
|
For cases where disambiguation before the season is required (e.g. the pre-season qualifier for Dallas (1978 TV series) (season 7) is (1978 TV series)). | optional |
season_qualifier
|
For cases where disambiguation (typically of the show's origin country) before the season type is required (e.g. the season qualifier for The Apprentice (U.S. season 2) is U.S.). | optional |
season_type
|
To determine the usage of the word "season" for American-based shows, or "series" for shows using British-English. | optional |
season_number
|
Season number. The N season of this particular show. | optional |
Function list[edit source]
Function | Explanation |
---|---|
checkAll
|
Checks if the next or previous season have a created article or redirect. |
checkPrevSeason
|
Checks if the previous season has a created article or redirect. |
checkNextSeason
|
Checks if the next season has a created article or redirect. |
getPrevSeasonArticle
|
Retrieves the previous season article title. |
getNextSeasonArticle
|
Retrieves the next season article title. |
Examples[edit source]
checkAll[edit source]
- Code:
{{#invoke:Infobox television season name|checkAll|show_name=Dallas |pre_season_qualifier=(1978 TV series) |season_qualifier= |season_type=season |season_number=7 }}
- Produces:
getPrevSeasonArticle[edit source]
- Code:
{{#invoke:Infobox television season name|getPrevSeasonArticle|show_name=Dallas |pre_season_qualifier=(1978 TV series) |season_qualifier= |season_type=season |season_number=7 }}
- Produces:
getNextSeasonArticle[edit source]
- Code:
{{#invoke:Infobox television season name|getNextSeasonArticle|show_name=Lost |pre_season_qualifier= |season_qualifier= |season_type=season |season_number=3 }}
- Produces:
External links[edit source]
- Module:Infobox television season name/doc at Wikipedia, the free Terran-based encyclopedia that anyone can edit.