<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ALatestVersion</id>
	<title>Module:LatestVersion - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ALatestVersion"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Module:LatestVersion&amp;action=history"/>
	<updated>2026-04-05T09:14:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Module:LatestVersion&amp;diff=26824&amp;oldid=prev</id>
		<title>RA2lover: RA2lover changed the content model of the page Module:LatestVersion from &quot;Scribunto module&quot; to &quot;Scribunto module&quot;</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Module:LatestVersion&amp;diff=26824&amp;oldid=prev"/>
		<updated>2026-03-13T01:51:10Z</updated>

		<summary type="html">&lt;p&gt;RA2lover changed the content model of the page &lt;a href=&quot;/Module:LatestVersion&quot; title=&quot;Module:LatestVersion&quot;&gt;Module:LatestVersion&lt;/a&gt; from &amp;quot;Scribunto module&amp;quot; to &amp;quot;Scribunto module&amp;quot;&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 01:51, 13 March 2026&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>RA2lover</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Module:LatestVersion&amp;diff=23753&amp;oldid=prev</id>
		<title>Claimer: hope for automate system for version for main page.</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Module:LatestVersion&amp;diff=23753&amp;oldid=prev"/>
		<updated>2025-10-18T08:49:30Z</updated>

		<summary type="html">&lt;p&gt;hope for automate system for version for main page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.getVersion(frame)&lt;br /&gt;
    local title = mw.title.new(&amp;#039;Updates_Overview&amp;#039;)&lt;br /&gt;
    if not title or not title.exists then&lt;br /&gt;
        return &amp;quot;Error: Updates_Overview not found&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local content = title:getContent()&lt;br /&gt;
    &lt;br /&gt;
    -- Search for first version in format v0.2.xxxx.xxxxx&lt;br /&gt;
    local version = string.match(content, &amp;quot;v%d+%.%d+%.%d+%.%d+&amp;quot;)&lt;br /&gt;
    &lt;br /&gt;
    return version or &amp;quot;Version not found&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Claimer</name></author>
	</entry>
</feed>