<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onto-wiki.eu/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ALustache</id>
	<title>Module:Lustache - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onto-wiki.eu/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ALustache"/>
	<link rel="alternate" type="text/html" href="https://onto-wiki.eu/w/index.php?title=Module:Lustache&amp;action=history"/>
	<updated>2026-05-01T03:01:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://onto-wiki.eu/w/index.php?title=Module:Lustache&amp;diff=36&amp;oldid=prev</id>
		<title>Maintenance script: Install package: OSW Core</title>
		<link rel="alternate" type="text/html" href="https://onto-wiki.eu/w/index.php?title=Module:Lustache&amp;diff=36&amp;oldid=prev"/>
		<updated>2023-03-25T05:55:33Z</updated>

		<summary type="html">&lt;p&gt;Install package: OSW Core&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- lustache: Lua mustache template parsing.&lt;br /&gt;
-- Copyright 2013 Olivine Labs, LLC &amp;lt;projects@olivinelabs.com&amp;gt;&lt;br /&gt;
-- MIT Licensed.&lt;br /&gt;
&lt;br /&gt;
local string_gmatch = string.gmatch&lt;br /&gt;
&lt;br /&gt;
function string.split(str, sep)&lt;br /&gt;
  local out = {}&lt;br /&gt;
  for m in string_gmatch(str, &amp;quot;[^&amp;quot;..sep..&amp;quot;]+&amp;quot;) do out[#out+1] = m end&lt;br /&gt;
  return out&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local lustache = {&lt;br /&gt;
  name     = &amp;quot;lustache&amp;quot;,&lt;br /&gt;
  version  = &amp;quot;1.3.1-0&amp;quot;,&lt;br /&gt;
  renderer = require(&amp;quot;Module:Lustache/Renderer&amp;quot;):new(),&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return setmetatable(lustache, {&lt;br /&gt;
  __index = function(self, idx)&lt;br /&gt;
    if self.renderer[idx] then return self.renderer[idx] end&lt;br /&gt;
  end,&lt;br /&gt;
  __newindex = function(self, idx, val)&lt;br /&gt;
    if idx == &amp;quot;partials&amp;quot; then self.renderer.partials = val end&lt;br /&gt;
    if idx == &amp;quot;tags&amp;quot; then self.renderer.tags = val end&lt;br /&gt;
  end&lt;br /&gt;
})&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>