<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jcraft-eoe.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADev%3AQuote</id>
	<title>Module:Dev:Quote - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jcraft-eoe.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADev%3AQuote"/>
	<link rel="alternate" type="text/html" href="https://wiki.jcraft-eoe.com/index.php?title=Module:Dev:Quote&amp;action=history"/>
	<updated>2026-05-21T05:30:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.jcraft-eoe.com/index.php?title=Module:Dev:Quote&amp;diff=1021&amp;oldid=prev</id>
		<title>KasaneTetoLover: Created page with &quot;local p = {}  function p.main(frame)     -- Grab the arguments passed to the template     local args = frame:getParent().args     if args[1] == nil and args.quote == nil and args.text == nil then         args = frame.args     end      local text = args.quote or args.text or args[1] or &quot;&quot;     local author = args.author or args.sign or args[2] or &quot;&quot;     local source = args.source or args[3] or &quot;&quot;      local container = mw.html.create(&#039;div&#039;)     container:cssText(&quot;border-le...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jcraft-eoe.com/index.php?title=Module:Dev:Quote&amp;diff=1021&amp;oldid=prev"/>
		<updated>2026-04-26T18:11:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame)     -- Grab the arguments passed to the template     local args = frame:getParent().args     if args[1] == nil and args.quote == nil and args.text == nil then         args = frame.args     end      local text = args.quote or args.text or args[1] or &amp;quot;&amp;quot;     local author = args.author or args.sign or args[2] or &amp;quot;&amp;quot;     local source = args.source or args[3] or &amp;quot;&amp;quot;      local container = mw.html.create(&amp;#039;div&amp;#039;)     container:cssText(&amp;quot;border-le...&amp;quot;&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.main(frame)&lt;br /&gt;
    -- Grab the arguments passed to the template&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    if args[1] == nil and args.quote == nil and args.text == nil then&lt;br /&gt;
        args = frame.args&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local text = args.quote or args.text or args[1] or &amp;quot;&amp;quot;&lt;br /&gt;
    local author = args.author or args.sign or args[2] or &amp;quot;&amp;quot;&lt;br /&gt;
    local source = args.source or args[3] or &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    local container = mw.html.create(&amp;#039;div&amp;#039;)&lt;br /&gt;
    container:cssText(&amp;quot;border-left: 4px solid #a862ea; background-color: #1e1f22; padding: 15px 20px; margin: 15px 0; border-radius: 0 8px 8px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.4);&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
    container:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
        :cssText(&amp;quot;font-style: italic; font-size: 1.1em; color: #e6e6e6;&amp;quot;)&lt;br /&gt;
        :wikitext(text)&lt;br /&gt;
&lt;br /&gt;
    if author ~= &amp;quot;&amp;quot; or source ~= &amp;quot;&amp;quot; then&lt;br /&gt;
        local citation = container:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
            :cssText(&amp;quot;margin-top: 10px; font-size: 0.95em; color: #bbbbbb; font-weight: 500;&amp;quot;)&lt;br /&gt;
        &lt;br /&gt;
        if author ~= &amp;quot;&amp;quot; then&lt;br /&gt;
            citation:wikitext(&amp;quot;— &amp;quot; .. author)&lt;br /&gt;
        end&lt;br /&gt;
        &lt;br /&gt;
        if source ~= &amp;quot;&amp;quot; then&lt;br /&gt;
            if author ~= &amp;quot;&amp;quot; then&lt;br /&gt;
                citation:wikitext(&amp;quot;, &amp;quot;)&lt;br /&gt;
            end&lt;br /&gt;
            citation:tag(&amp;#039;i&amp;#039;):wikitext(source)&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return tostring(container)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.quote = p.main&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>KasaneTetoLover</name></author>
	</entry>
</feed>