Category talk:Television episode disambiguation description/doc
Revision as of 08:58, 21 January 2019 by blackwiki>Gonnym
| This template uses Lua: |
Module:Television episode disambiguation creates an entry in a disambiguation page by converting a plain text episode article name into a correctly formatted link and its short description. The style of the links follows the guidelines at WP:NCTV, MOS:DABENTRY, MOS:ITALICTITLE and MOS:QUOTETITLE.
This module implements the {{Television episode disambiguation description}} template.
Contents
- 1 Usage
- 2 Parameter list
- 3 Examples
- 3.1 An entry for an episode title that isn't disambiguated
- 3.2 An entry for an episode title that is disambiguated with TV series name
- 3.3 An entry for an episode title that is disambiguated with TV series name and "episode"
- 3.4 An entry using the "not_disambiguated" parameter
- 3.5 An entry using the "link_only" parameter
- 4 See also
Usage
{{#invoke:Television episode disambiguation description|main|name= }}{{#invoke:Television episode disambiguation description|main|name= |not_disambiguated= }}{{#invoke:Television episode disambiguation description|main|name= |link_only= }}{{#invoke:Television episode disambiguation description|main|name= |not_disambiguated= |link_only= }}
Parameter list
| Parameter | Explanation | Status |
|---|---|---|
name
|
The episode's full article name | required |
not_disambiguated
|
Set if the parentheses is part of the episode name | optional |
link_only
|
Set if you are only interested in getting a formatted article link | optional |
Examples
An entry for an episode title that isn't disambiguated
- Code:
{{#invoke:Television episode disambiguation description|main|name=Pickle Rick}} - Produces:
"[[Pickle Rick]]", <span style="font-size:100%;" class="error">error: no article: Pickle Rick</span>
An entry for an episode title that is disambiguated with TV series name
- Code:
{{#invoke:Television episode disambiguation description|main|name=The End (Lost)}} - Produces:
[[The End (Lost)|"The End" (''Lost'')]], <span style="font-size:100%;" class="error">error: no article: The End (Lost)</span>
An entry for an episode title that is disambiguated with TV series name and "episode"
- Code:
{{#invoke:Television episode disambiguation description|main|name=Serenity (Firefly episode)}} - Produces:
[[Serenity (Firefly episode)|"Serenity" (''Firefly'' episode)]], <span style="font-size:100%;" class="error">error: no article: Serenity (Firefly episode)</span>
An entry using the "not_disambiguated" parameter
- Code:
{{#invoke:Television episode disambiguation description|main|name=World Wharf II: The Wharfening (or How Bob Saves/Destroys the Town – Part II)|not_disambiguated=yes}} - Produces:
"[[World Wharf II: The Wharfening (or How Bob Saves/Destroys the Town – Part II)]]", <span style="font-size:100%;" class="error">error: no article: World Wharf II: The Wharfening (or How Bob Saves/Destroys the Town – Part II)</span>
An entry using the "link_only" parameter
- Code:
{{#invoke:Television episode disambiguation description|main|name=Hush (Buffy the Vampire Slayer)|link_only=yes}} - Produces:
[[Hush (Buffy the Vampire Slayer)|"Hush" (''Buffy the Vampire Slayer'')]]