Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Usage  





2 TemplateData  














Module:Cite episode







Add links
 









Module
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Citation Style 1 modules
{{#invoke:Cite arXiv}}arXiv preprints
{{#invoke:Cite AV media}}audio and visual media
{{#invoke:Cite AV media notes}}AV media liner notes
{{#invoke:Cite bioRxiv}}bioRxiv preprints
{{#invoke:Cite book}}books and chapters
{{#invoke:Cite CiteSeerX}}CiteSeerX papers
{{#invoke:Cite conference}}conference papers
{{#invoke:cite document}}short, stand-alone, offline documents
{{#invoke:Cite encyclopedia}}edited collections
{{#invoke:Cite episode}}radio or TV episodes
{{#invoke:Cite interview}}interviews
{{#invoke:Cite journal}}academic journals
{{#invoke:Cite magazine}}magazines, periodicals
{{#invoke:Cite mailing list}}public mailing lists
{{#invoke:Cite map}}maps
{{#invoke:Cite medRxiv}}medRxiv preprints
{{#invoke:Cite news}}news articles
{{#invoke:Cite newsgroup}}online newsgroups
{{#invoke:Cite podcast}}podcasts
{{#invoke:Cite press release}}press releases
{{#invoke:Cite report}}reports
{{#invoke:Cite serial}}audio or video serials
{{#invoke:Cite sign}}signs, plaques
{{#invoke:Cite speech}}speeches
{{#invoke:Cite SSRN}}SSRN papers
{{#invoke:Cite tech report}}technical reports
{{#invoke:Cite thesis}}theses
{{#invoke:Cite web}}web sources not covered by the above
See alsoSpecific-source templates
Citation Style 1 wrapper templates

Usage[edit]

This module may be placed directly on articles by replacing {{Cite episode| with {{#invoke:Cite episode|| (note the double pipe). This is likely to be unclear to other editors and should only be done to prevent pages exceeding the post-expand include size limit. It is also fine to use in templates that wrap {{Cite episode}}.

For the module that actually implements {{Cite episode}}, see Module:Citation/CS1.

TemplateData[edit]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Cite episode in articles based on its TemplateData.

TemplateData for Cite episode

This module is like {{Cite episode}} with two exceptions. It is only for use on pages with lots of citations (e.g. several hundred) where that is causing technical problems, and you must pass an empty first parameter. For all other usage information, see [[Template:Cite episode]].

Template parameters

ParameterDescriptionTypeStatus
Required blank parameter1

no description

Unknownoptional

local p = {}
local CS1 = require('Module:Citation/CS1')

p[''] = function(frame)
 local newFrame = {
     getParent = function(self)
      return frame
     end,
     getTitle = function(self)
      return 'Template:Cite episode'
     end,
     args = {CitationClass='episode'}
 }
 setmetatable(newFrame, {
  __index = function(t, k)
   if type(frame[k]) == 'function' then
    return function(...)
     return frame[k](frame, select(2, ...))
    end
   else
    return frame[k]
   end
  end
 })
 return CS1.citation(newFrame)
end

return p

Retrieved from "https://en.wikipedia.org/w/index.php?title=Module:Cite_episode&oldid=1167697441"

Categories: 
Modules for general use
Templates based on the Citation/CS1 Lua module
 



This page was last edited on 29 July 2023, at 09:28 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki