<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://data.mimotext.uni-trier.de/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ACapitalize</id>
	<title>Module:Capitalize - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://data.mimotext.uni-trier.de/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ACapitalize"/>
	<link rel="alternate" type="text/html" href="https://data.mimotext.uni-trier.de/w/index.php?title=Module:Capitalize&amp;action=history"/>
	<updated>2026-07-14T14:49:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://data.mimotext.uni-trier.de/w/index.php?title=Module:Capitalize&amp;diff=100629&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://data.mimotext.uni-trier.de/w/index.php?title=Module:Capitalize&amp;diff=100629&amp;oldid=prev"/>
		<updated>2023-12-11T12:24:49Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:24, 11 December 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://data.mimotext.uni-trier.de/w/index.php?title=Module:Capitalize&amp;diff=100628&amp;oldid=prev</id>
		<title>wiki&gt;TomT0m: cap after the tags</title>
		<link rel="alternate" type="text/html" href="https://data.mimotext.uni-trier.de/w/index.php?title=Module:Capitalize&amp;diff=100628&amp;oldid=prev"/>
		<updated>2016-05-08T21:08:10Z</updated>

		<summary type="html">&lt;p&gt;cap after the tags&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.cap(str)&lt;br /&gt;
	lang = mw.getContentLanguage()&lt;br /&gt;
	if lang:ucfirst(str) ~= str then&lt;br /&gt;
		return lang:ucfirst(str)&lt;br /&gt;
	else&lt;br /&gt;
		local substr = mw.ustring.sub &lt;br /&gt;
		b, e = mw.ustring.find(str, &amp;quot;&amp;gt;%s*%a&amp;quot;)&lt;br /&gt;
		while e ~= nil do&lt;br /&gt;
			if mw.ustring.find(&amp;quot;&amp;gt;&amp;quot;, substr(str, b,e)) == nil then &lt;br /&gt;
				return substr(str, 1, e-1) .. lang:ucfirst(substr(str,e,e)) ..substr(str, e+1)&lt;br /&gt;
			end&lt;br /&gt;
			b, e = mw.ustring.find(str, &amp;quot;&amp;gt;%s*%a&amp;quot;, e)&lt;br /&gt;
		end&lt;br /&gt;
		return str&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.capitalize(frame) return p.cap(frame.args[1]) end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wiki&gt;TomT0m</name></author>
	</entry>
</feed>