<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://legacy.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://legacy.stationeers-wiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ALatestVersion"/>
		<link rel="alternate" type="text/html" href="https://legacy.stationeers-wiki.com/index.php?title=Module:LatestVersion&amp;action=history"/>
		<updated>2026-04-28T01:22:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://legacy.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://legacy.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('Updates_Overview')&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>