https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ACite_web
Module:Cite web - Revision history
2025-05-28T02:33:24Z
Revision history for this page on the wiki
MediaWiki 1.45.0-wmf.2
https://en.wikipedia.org/w/index.php?title=Module:Cite_web&diff=1020897814&oldid=prev
MusikBot II: Protected "Module:Cite web": High-risk template or module (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
2021-05-01T17:59:39Z
<p>Protected "<a href="/wiki/Module:Cite_web" title="Module:Cite web">Module:Cite web</a>": <a href="/wiki/Wikipedia:High-risk_templates" title="Wikipedia:High-risk templates">High-risk template or module</a> (<a href="/wiki/User:MusikBot_II/TemplateProtector" title="User:MusikBot II/TemplateProtector">more info</a>) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<tr class="diff-title" lang="en">
<td colspan="1" style="background-color: #fff; color: #202122; text-align: center;">← Previous revision</td>
<td colspan="1" style="background-color: #fff; color: #202122; text-align: center;">Revision as of 17:59, 1 May 2021</td>
</tr><tr><td colspan="2" class="diff-notice" lang="en"><div class="mw-diff-empty">(No difference)</div>
</td></tr></table>
MusikBot II
https://en.wikipedia.org/w/index.php?title=Module:Cite_web&diff=1020739539&oldid=prev
GKFX: Create alternative to {{cite web}} designed to resolve WP:PEIS issues, *only* for use on pages with such issues.
2021-04-30T19:24:19Z
<p>Create alternative to {{cite web}} designed to resolve <a href="/wiki/Wikipedia:PEIS" class="mw-redirect" title="Wikipedia:PEIS">WP:PEIS</a> issues, *only* for use on pages with such issues.</p>
<p><b>New page</b></p><div>local p = {}<br />
local CS1 = require('Module:Citation/CS1')<br />
<br />
p[''] = function(frame)<br />
local newFrame = {<br />
getParent = function(self)<br />
return frame<br />
end,<br />
getTitle = function(self)<br />
return 'Template:Cite web'<br />
end,<br />
args = {CitationClass='web'}<br />
}<br />
setmetatable(newFrame, {<br />
__index = function(t, k)<br />
if type(frame[k]) == 'function' then<br />
return function(...)<br />
return frame[k](frame, select(2, ...))<br />
end<br />
else<br />
return frame[k]<br />
end<br />
end<br />
})<br />
return CS1.citation(newFrame)<br />
end<br />
<br />
return p</div>
GKFX