Module:Television episode disambiguation description/doc
Appearance
![]() | This is a documentation subpage for Module:Television episode disambiguation description. It may contain usage information, categories and other content that is not part of the original module page. |
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.
Parameter list
name
— required; The episode's full article name.not_disambiguated
— optional; Set if the parentheses is part of the episode name.link_only
— optional; Set if you are only interested in getting a formatted article link.
Usage
{{#invoke:Television episode disambiguation description|name= }}
{{#invoke:Television episode disambiguation description|name= |not_disambiguated= }}
{{#invoke:Television episode disambiguation description|name= |link_only= }}
{{#invoke:Television episode disambiguation description|name= |not_disambiguated= |link_only= }}
Examples
An entry using the "name" parameter for an episode title that isn't disambiguated
- Code:
{{#invoke:Television episode disambiguation description|name=Pickle Rick}}
- Produces:
[[Pickle Rick|"Pickle Rick"]], 3rd episode of the third season of Rick and Morty
An entry using the "name" parameter for an episode title that is disambiguated with TV series name
- Code:
{{#invoke:Television episode disambiguation description|name=The End (Lost)}}
- Produces:
[[The End (Lost)|"The End" (''Lost'')]], 17th and 18th episodes of the sixth season of Lost
An entry using the "name" parameter for an episode title that is disambiguated with TV series name and "episode"
- Code:
{{#invoke:Television episode disambiguation description|name=Serenity (Firefly episode)}}
- Produces:
[[Serenity (Firefly episode)|"Serenity" (''Firefly'' episode)]], 1st episode of the first season of Firefly
An entry using the "name" and "not_disambiguated" parameters
- Code:
{{#invoke:Television episode disambiguation description|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)]]", 22nd episode of the fourth season of Bob's Burgers
An entry using all three parameters
- Code:
{{#invoke:Television episode disambiguation description|name=World Wharf II: The Wharfening (or How Bob Saves/Destroys the Town – Part II)|not_disambiguated=yes|link_only=yes}}
- Produces:
"[[World Wharf II: The Wharfening (or How Bob Saves/Destroys the Town – Part II)]]"