<?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%3ATrim_quotes</id>
	<title>Modul:Trim quotes - 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%3ATrim_quotes"/>
	<link rel="alternate" type="text/html" href="https://skandinavien-wiki.net/w/index.php?title=Modul:Trim_quotes&amp;action=history"/>
	<updated>2026-05-16T17:38:35Z</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:Trim_quotes&amp;diff=18834&amp;oldid=prev</id>
		<title>Xineohp1506: 1 Version von :wpen:Module:Trim_quotes importiert</title>
		<link rel="alternate" type="text/html" href="https://skandinavien-wiki.net/w/index.php?title=Modul:Trim_quotes&amp;diff=18834&amp;oldid=prev"/>
		<updated>2023-02-08T15:22:22Z</updated>

		<summary type="html">&lt;p&gt;1 Version von &lt;a href=&quot;https://en.wikipedia.org/wiki/Module:Trim_quotes&quot; class=&quot;extiw&quot; title=&quot;wpen:Module:Trim quotes&quot;&gt;wpen:Module:Trim_quotes&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 8. Februar 2023, 17:22 Uhr&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key d03bbfb2:diff::1.12:old-18833:rev-18834 --&gt;
&lt;/table&gt;</summary>
		<author><name>Xineohp1506</name></author>
	</entry>
	<entry>
		<id>https://skandinavien-wiki.net/w/index.php?title=Modul:Trim_quotes&amp;diff=18833&amp;oldid=prev</id>
		<title>wpen&gt;Johnuniq: mw.ustring is not needed to find apostrophe/quote; this is more efficient</title>
		<link rel="alternate" type="text/html" href="https://skandinavien-wiki.net/w/index.php?title=Modul:Trim_quotes&amp;diff=18833&amp;oldid=prev"/>
		<updated>2019-05-21T01:19:23Z</updated>

		<summary type="html">&lt;p&gt;mw.ustring is not needed to find apostrophe/quote; this is more efficient&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._trim(s)&lt;br /&gt;
	if s then&lt;br /&gt;
		if s:match([[^([&amp;#039;&amp;quot;]).*%1$]]) then return p._trim(string.sub(s,2,-2)) else return s end&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;quot;&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.trim(frame)&lt;br /&gt;
	local s = (frame.args[&amp;#039;s&amp;#039;] or frame.args[1]) or (frame:getParent().args[&amp;#039;s&amp;#039;] or frame:getParent().args[1])&lt;br /&gt;
	return p._trim(s)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wpen&gt;Johnuniq</name></author>
	</entry>
</feed>