<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="az">
	<id>https://wiki.anas.az/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Modul%3ACitation</id>
	<title>Modul:Citation - Redaktə tarixçəsi</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.anas.az/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Modul%3ACitation"/>
	<link rel="alternate" type="text/html" href="https://wiki.anas.az/mediawiki/index.php?title=Modul:Citation&amp;action=history"/>
	<updated>2026-05-10T00:27:02Z</updated>
	<subtitle>Vikidə bu səhifənin dəyişikliklər tarixçəsi</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.anas.az/mediawiki/index.php?title=Modul:Citation&amp;diff=297&amp;oldid=prev</id>
		<title>imported&gt;Toghrul R 14:06, 10 oktyabr 2025-də</title>
		<link rel="alternate" type="text/html" href="https://wiki.anas.az/mediawiki/index.php?title=Modul:Citation&amp;diff=297&amp;oldid=prev"/>
		<updated>2025-10-10T14:06:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Yeni səhifə&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local param  = require(&amp;#039;Modul:Citation/Parameters&amp;#039;)&lt;br /&gt;
local render = require(&amp;#039;Modul:Citation/Render&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
function p.cite_web(frame)&lt;br /&gt;
	local args = param.get(frame)&lt;br /&gt;
	local out = {}&lt;br /&gt;
&lt;br /&gt;
	if render.author then&lt;br /&gt;
		local a = render.author(args)&lt;br /&gt;
		if a and a ~= &amp;#039;&amp;#039; then table.insert(out, a) end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if render.title then&lt;br /&gt;
		local t = render.title(args)&lt;br /&gt;
		if t and t ~= &amp;#039;&amp;#039; then table.insert(out, t) end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if render.website then&lt;br /&gt;
		local w = render.website(args)&lt;br /&gt;
		if w and w ~= &amp;#039;&amp;#039; then table.insert(out, w) end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if render.dates then&lt;br /&gt;
		local d = render.dates(args)&lt;br /&gt;
		if d and d ~= &amp;#039;&amp;#039; then table.insert(out, d) end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return mw.text.trim(table.concat(out, &amp;#039; &amp;#039;))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.cite_news = p.cite_web&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Toghrul R</name></author>
	</entry>
</feed>