https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ACite_news
Module:Cite news - Revision history
2025-06-11T09:47:07Z
Revision history for this page on the wiki
MediaWiki 1.45.0-wmf.4
https://en.wikipedia.org/w/index.php?title=Module:Cite_news&diff=1191934899&oldid=prev
MusikBot II: Protected "Module:Cite news": High-risk template or module: 291 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))
2023-12-26T18:00:15Z
<p>Protected "<a href="/wiki/Module:Cite_news" title="Module:Cite news">Module:Cite news</a>": <a href="/wiki/Wikipedia:High-risk_templates" title="Wikipedia:High-risk templates">High-risk template or module</a>: 291 transclusions (<a href="/wiki/User:MusikBot_II/TemplateProtector" title="User:MusikBot II/TemplateProtector">more info</a>) ([Edit=Require autoconfirmed or confirmed 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 18:00, 26 December 2023</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_news&diff=1020925795&oldid=prev
GKFX: Create, similar to Module:Cite web
2021-05-01T21:26:12Z
<p>Create, similar to <a href="/wiki/Module:Cite_web" title="Module:Cite web">Module:Cite web</a></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 news'<br />
end,<br />
args = {CitationClass='news'}<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