<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://skandinavien-wiki.net/w/index.php?action=history&amp;feed=atom&amp;title=Modul%3AInt</id>
	<title>Modul:Int - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://skandinavien-wiki.net/w/index.php?action=history&amp;feed=atom&amp;title=Modul%3AInt"/>
	<link rel="alternate" type="text/html" href="https://skandinavien-wiki.net/w/index.php?title=Modul:Int&amp;action=history"/>
	<updated>2026-04-18T04:16:10Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in skandinavien-wiki.net</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://skandinavien-wiki.net/w/index.php?title=Modul:Int&amp;diff=23726&amp;oldid=prev</id>
		<title>Xineohp1506: 1 Version von :mediawikiwiki:Module:Int importiert</title>
		<link rel="alternate" type="text/html" href="https://skandinavien-wiki.net/w/index.php?title=Modul:Int&amp;diff=23726&amp;oldid=prev"/>
		<updated>2023-02-13T13:32:46Z</updated>

		<summary type="html">&lt;p&gt;1 Version von &lt;a href=&quot;https://www.mediawiki.org/wiki/Module:Int&quot; class=&quot;extiw&quot; title=&quot;mediawikiwiki:Module:Int&quot;&gt;mediawikiwiki:Module:Int&lt;/a&gt; importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 13. Februar 2023, 15:32 Uhr&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key d03bbfb2:diff::1.12:old-23725:rev-23726 --&gt;
&lt;/table&gt;</summary>
		<author><name>Xineohp1506</name></author>
	</entry>
	<entry>
		<id>https://skandinavien-wiki.net/w/index.php?title=Modul:Int&amp;diff=23725&amp;oldid=prev</id>
		<title>mediawikiwiki&gt;AntiCompositeNumber: check message in the target language, not the default, still return missing message markup if message does not exist (and is not just disabled)</title>
		<link rel="alternate" type="text/html" href="https://skandinavien-wiki.net/w/index.php?title=Modul:Int&amp;diff=23725&amp;oldid=prev"/>
		<updated>2022-01-30T22:06:47Z</updated>

		<summary type="html">&lt;p&gt;check message in the target language, not the default, still return missing message markup if message does not exist (and is not just disabled)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This is a helper module for [[Template:int]]&lt;br /&gt;
local templateTranslation = require(&amp;#039;Module:Template translation&amp;#039;)&lt;br /&gt;
local this = {}&lt;br /&gt;
&lt;br /&gt;
function this.renderIntMessage(frame)&lt;br /&gt;
	local args = frame.args&lt;br /&gt;
	local pargs = (frame:getParent() or {}).args&lt;br /&gt;
	local arguments = {}&lt;br /&gt;
	for k, v in pairs(pargs) do&lt;br /&gt;
		local n = tonumber(k) or 0&lt;br /&gt;
		if (n &amp;gt;= 2) then&lt;br /&gt;
			arguments[n - 1] = mw.text.trim(v)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local lang&lt;br /&gt;
	if args.lang and args.lang ~= &amp;#039;&amp;#039; and mw.language.isValidCode(args.lang) then&lt;br /&gt;
		lang = args.lang&lt;br /&gt;
	else&lt;br /&gt;
		lang = templateTranslation.getLanguage()&lt;br /&gt;
	end&lt;br /&gt;
	local msg = mw.message.new(mw.text.trim(args[1]), arguments):inLanguage(lang)&lt;br /&gt;
&lt;br /&gt;
	if msg:exists() or lang == &amp;#039;qqx&amp;#039; then&lt;br /&gt;
		if msg:isDisabled() then&lt;br /&gt;
			return args.missing or &amp;#039;&amp;#039;&lt;br /&gt;
		else&lt;br /&gt;
			local msgstr = msg:plain()&lt;br /&gt;
			return frame:preprocess(msgstr)&lt;br /&gt;
		end&lt;br /&gt;
	else&lt;br /&gt;
		return args.missing ~= &amp;#039;&amp;#039;&lt;br /&gt;
			and args.missing&lt;br /&gt;
			or &amp;#039;⧼&amp;#039; .. args[1] .. &amp;#039;⧽&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return this&lt;/div&gt;</summary>
		<author><name>mediawikiwiki&gt;AntiCompositeNumber</name></author>
	</entry>
</feed>