<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
		<id>https://www.doctorview.com.br/wiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AYesno</id>
		<title>Módulo:Yesno - Histórico de revisão</title>
		<link rel="self" type="application/atom+xml" href="https://www.doctorview.com.br/wiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AYesno"/>
		<link rel="alternate" type="text/html" href="https://www.doctorview.com.br/wiki/index.php?title=M%C3%B3dulo:Yesno&amp;action=history"/>
		<updated>2026-04-05T19:59:35Z</updated>
		<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://www.doctorview.com.br/wiki/index.php?title=M%C3%B3dulo:Yesno&amp;diff=62&amp;oldid=prev</id>
		<title>Danilo: uma edição</title>
		<link rel="alternate" type="text/html" href="https://www.doctorview.com.br/wiki/index.php?title=M%C3%B3dulo:Yesno&amp;diff=62&amp;oldid=prev"/>
				<updated>2017-08-18T12:23:36Z</updated>
		
		<summary type="html">&lt;p&gt;uma edição&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='pt-BR'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Edição anterior&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Edição das 12h23min de 18 de agosto de 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='pt-BR'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sem diferença)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Danilo</name></author>	</entry>

	<entry>
		<id>https://www.doctorview.com.br/wiki/index.php?title=M%C3%B3dulo:Yesno&amp;diff=61&amp;oldid=prev</id>
		<title>Mattflaschen-WMF: Protected &quot;Module:Yesno&quot;: Vandalism, high-risk module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.doctorview.com.br/wiki/index.php?title=M%C3%B3dulo:Yesno&amp;diff=61&amp;oldid=prev"/>
				<updated>2017-03-01T04:03:43Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/index.php?title=M%C3%B3dulo:Yesno&quot; title=&quot;Módulo:Yesno&quot;&gt;Module:Yesno&lt;/a&gt;&amp;quot;: Vandalism, high-risk module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Function allowing for consistent treatment of boolean-like wikitext input.&lt;br /&gt;
-- It works similarly to the template {{yesno}}.&lt;br /&gt;
&lt;br /&gt;
return function (val, default)&lt;br /&gt;
	-- If your wiki uses non-ascii characters for any of &amp;quot;yes&amp;quot;, &amp;quot;no&amp;quot;, etc., you&lt;br /&gt;
	-- should replace &amp;quot;val:lower()&amp;quot; with &amp;quot;mw.ustring.lower(val)&amp;quot; in the&lt;br /&gt;
	-- following line.&lt;br /&gt;
	val = type(val) == 'string' and val:lower() or val&lt;br /&gt;
	if val == nil then&lt;br /&gt;
		return nil&lt;br /&gt;
	elseif val == true &lt;br /&gt;
		or val == 'yes'&lt;br /&gt;
		or val == 'y'&lt;br /&gt;
		or val == 'true'&lt;br /&gt;
		or val == 't'&lt;br /&gt;
		or tonumber(val) == 1&lt;br /&gt;
	then&lt;br /&gt;
		return true&lt;br /&gt;
	elseif val == false&lt;br /&gt;
		or val == 'no'&lt;br /&gt;
		or val == 'n'&lt;br /&gt;
		or val == 'false'&lt;br /&gt;
		or val == 'f'&lt;br /&gt;
		or tonumber(val) == 0&lt;br /&gt;
	then&lt;br /&gt;
		return false&lt;br /&gt;
	else&lt;br /&gt;
		return default&lt;br /&gt;
	end&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>Mattflaschen-WMF</name></author>	</entry>

	</feed>