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 web






العربية
Basa Bali

Башҡортса

Буряад
Cebuano
Cymraeg
الدارجة
Eesti
فارسی
Gaeilge
Galego

Հայերեն
Bahasa Indonesia

Қазақша
Kurdî
Lietuvių
Македонски

Bahasa Melayu


پښتو

Русский

Simple English
Slovenščina
کوردی

Тоҷикӣ
Українська
اردو
Tiếng Vit
Volapük
Winaray

 

Edit links
 









Module
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



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




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikispecies
 
















Appearance
   

 





Permanently protected module

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

This module may be placed directly on articles by replacing {{Cite web| with {{#invoke:Cite web|| (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 web}}.

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

TemplateData

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

TemplateData for Cite web

This module is like {{Cite web}} 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 web]].

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 web'
     end,
     args = {CitationClass='web'}
 }
 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_web&oldid=1020897814"

Categories: 
Modules for general use
Templates based on the Citation/CS1 Lua module
Hidden category: 
Wikipedia template-protected modules
 



This page was last edited on 1 May 2021, at 17:59 (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