
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.freewiki.eu/de/index.php?action=history&amp;feed=atom&amp;title=Modul%3AVorlage%3Alang%2FZwiebelfisch</id>
	<title>Modul:Vorlage:lang/Zwiebelfisch - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.freewiki.eu/de/index.php?action=history&amp;feed=atom&amp;title=Modul%3AVorlage%3Alang%2FZwiebelfisch"/>
	<link rel="alternate" type="text/html" href="https://www.freewiki.eu/de/index.php?title=Modul:Vorlage:lang/Zwiebelfisch&amp;action=history"/>
	<updated>2026-05-05T04:01:25Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in FreeWiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://www.freewiki.eu/de/index.php?title=Modul:Vorlage:lang/Zwiebelfisch&amp;diff=5315&amp;oldid=prev</id>
		<title>Admin: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://www.freewiki.eu/de/index.php?title=Modul:Vorlage:lang/Zwiebelfisch&amp;diff=5315&amp;oldid=prev"/>
		<updated>2020-02-06T19:33:20Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version vom 6. Februar 2020, 19:33 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.freewiki.eu/de/index.php?title=Modul:Vorlage:lang/Zwiebelfisch&amp;diff=5314&amp;oldid=prev</id>
		<title>mo&gt;PerfektesChaos: 2019-11-01</title>
		<link rel="alternate" type="text/html" href="https://www.freewiki.eu/de/index.php?title=Modul:Vorlage:lang/Zwiebelfisch&amp;diff=5314&amp;oldid=prev"/>
		<updated>2019-11-01T12:57:55Z</updated>

		<summary type="html">&lt;p&gt;2019-11-01&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local Serial = &amp;quot;2019-11-01&amp;quot;&lt;br /&gt;
--[=[&lt;br /&gt;
dewiki-Suche nach Zwiebelfisch für Vorlage:lang&lt;br /&gt;
]=]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
local CatMix = &amp;quot;Wikipedia:Vorlagenfehler/Vorlage:lang/Zwiebelfisch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-- Export&lt;br /&gt;
local p = { }&lt;br /&gt;
&lt;br /&gt;
p.finder = function ( apply, assume )&lt;br /&gt;
    -- Run analysis&lt;br /&gt;
    --     apply   -- string, with text&lt;br /&gt;
    --     assume  -- string, with expected script code&lt;br /&gt;
    -- Returns string with error handling, or false&lt;br /&gt;
    local title = mw.title.getCurrentTitle()&lt;br /&gt;
    local r&lt;br /&gt;
    if title.namespace == 0 then&lt;br /&gt;
        local lucky, bib = pcall( require, &amp;quot;Module:ISO15924&amp;quot; )&lt;br /&gt;
        if type( bib ) == &amp;quot;table&amp;quot;  and&lt;br /&gt;
           type( bib.ISO15924 ) == &amp;quot;function&amp;quot; then&lt;br /&gt;
            bib = bib.ISO15924()&lt;br /&gt;
            if type( bib ) == &amp;quot;table&amp;quot; then&lt;br /&gt;
                local e, cp = bib.isScript( assume, apply )&lt;br /&gt;
                if not e then&lt;br /&gt;
                    local m, n = bib.testScripts( assume, cp )&lt;br /&gt;
                    if n &amp;gt; 0  and  m &amp;gt; 0 then&lt;br /&gt;
                        local e = mw.html.create( &amp;quot;span&amp;quot; )&lt;br /&gt;
                                         :addClass( &amp;quot;error&amp;quot; )&lt;br /&gt;
                                         :addClass( &amp;quot;Zwiebelfisch&amp;quot; )&lt;br /&gt;
                                         :css( { display = &amp;quot;none&amp;quot; } )&lt;br /&gt;
                        local s = &amp;quot;Category:&amp;quot; .. CatMix&lt;br /&gt;
                        r = bib.showScripts( cp )&lt;br /&gt;
                        r = string.format( &amp;quot;&amp;amp;#32;[[:%s|%s]] %s&amp;quot;,&lt;br /&gt;
                                           s,&lt;br /&gt;
                                           &amp;quot;Zwiebelfisch&amp;quot;,&lt;br /&gt;
                                           r )&lt;br /&gt;
                        r = tostring( e:wikitext( r ) )&lt;br /&gt;
                        if not bib.isCJK( assume )  or&lt;br /&gt;
                           r:find( &amp;quot;-Latn&amp;quot;, 52, true ) then&lt;br /&gt;
                            r = string.format( &amp;quot;%s[[%s|%s]]&amp;quot;,&lt;br /&gt;
                                               r,&lt;br /&gt;
                                               s,&lt;br /&gt;
                                               assume )&lt;br /&gt;
                        end&lt;br /&gt;
                    end&lt;br /&gt;
                end&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    return r&lt;br /&gt;
end -- p.finder()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
p.failsafe = function ()&lt;br /&gt;
    return Serial&lt;br /&gt;
end -- p.failsafe()&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>mo&gt;PerfektesChaos</name></author>
		
	</entry>
</feed>