<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="id">
	<id>https://wiki.javasatu.com/index.php?action=history&amp;feed=atom&amp;title=Modul%3AIcon</id>
	<title>Modul:Icon - Riwayat revisi</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.javasatu.com/index.php?action=history&amp;feed=atom&amp;title=Modul%3AIcon"/>
	<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;action=history"/>
	<updated>2026-04-11T21:06:20Z</updated>
	<subtitle>Riwayat revisi halaman ini di wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;diff=4946&amp;oldid=prev</id>
		<title>Adminjavasatu: 1 revisi diimpor</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;diff=4946&amp;oldid=prev"/>
		<updated>2023-10-06T14:26:40Z</updated>

		<summary type="html">&lt;p&gt;1 revisi diimpor&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;id&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisi sebelumnya&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisi per 6 Oktober 2023 21.26&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;id&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Tidak ada perbedaan)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Adminjavasatu</name></author>
	</entry>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;diff=1393&amp;oldid=prev</id>
		<title>Adminjavasatu: ←Membuat halaman berisi '-- This module implements Template:Icon.  local data = mw.loadData('Module:Icon/data')  local p = {}  function p._main(args) 	local code = args.class or args[1] 	local iconData 	if code then 		code = code:match('^%s*(.-)%s*$'):lower() -- trim whitespace and put in lower case 		iconData = data[code] 	end 	if not iconData then 		iconData = data._DEFAULT 	end 	return string.format( 		'%s', 		iconData.image, 		iconData.tooltip and '|' .. iconData....'</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;diff=1393&amp;oldid=prev"/>
		<updated>2023-09-20T22:51:19Z</updated>

		<summary type="html">&lt;p&gt;←Membuat halaman berisi &amp;#039;-- This module implements &lt;a href=&quot;/wiki/Templat:Icon&quot; class=&quot;mw-redirect&quot; title=&quot;Templat:Icon&quot;&gt;Template:Icon&lt;/a&gt;.  local data = mw.loadData(&amp;#039;Module:Icon/data&amp;#039;)  local p = {}  function p._main(args) 	local code = args.class or args[1] 	local iconData 	if code then 		code = code:match(&amp;#039;^%s*(.-)%s*$&amp;#039;):lower() -- trim whitespace and put in lower case 		iconData = data[code] 	end 	if not iconData then 		iconData = data._DEFAULT 	end 	return string.format( 		&amp;#039;&lt;a href=&quot;/index.php?title=Berkas:%25s%25s&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Berkas:%s%s (halaman belum tersedia)&quot;&gt;%s&lt;/a&gt;&amp;#039;, 		iconData.image, 		iconData.tooltip and &amp;#039;|&amp;#039; .. iconData....&amp;#039;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;id&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisi sebelumnya&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisi per 21 September 2023 05.51&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;id&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Tidak ada perbedaan)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Adminjavasatu</name></author>
	</entry>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;diff=4945&amp;oldid=prev</id>
		<title>dw&gt;Hidayatsrf pada 24 Juli 2021 02.04</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Icon&amp;diff=4945&amp;oldid=prev"/>
		<updated>2021-07-24T02:04:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Halaman baru&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements [[Template:Icon]].&lt;br /&gt;
&lt;br /&gt;
local data = mw.loadData('Module:Icon/data')&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local code = args.class or args[1]&lt;br /&gt;
	local iconData&lt;br /&gt;
	if code then&lt;br /&gt;
		code = code:match('^%s*(.-)%s*$'):lower() -- trim whitespace and put in lower case&lt;br /&gt;
		iconData = data[code]&lt;br /&gt;
	end&lt;br /&gt;
	if not iconData then&lt;br /&gt;
		iconData = data._DEFAULT&lt;br /&gt;
	end&lt;br /&gt;
	return string.format(&lt;br /&gt;
		'[[Berkas:%s%s|%s]]',&lt;br /&gt;
		iconData.image,&lt;br /&gt;
		iconData.tooltip and '|' .. iconData.tooltip or '',&lt;br /&gt;
		args.size or '16x16px'&lt;br /&gt;
	)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = {}&lt;br /&gt;
	for k, v in pairs(frame:getParent().args) do&lt;br /&gt;
		args[k] = v&lt;br /&gt;
	end&lt;br /&gt;
	return p._main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>dw&gt;Hidayatsrf</name></author>
	</entry>
</feed>