<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://wiki.theeum.com/index.php?action=history&amp;feed=atom&amp;title=%EB%AA%A8%EB%93%88%3ABr_separated_entries</id>
	<title>모듈:Br separated entries - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.theeum.com/index.php?action=history&amp;feed=atom&amp;title=%EB%AA%A8%EB%93%88%3ABr_separated_entries"/>
	<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Br_separated_entries&amp;action=history"/>
	<updated>2026-06-02T21:42:31Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Br_separated_entries&amp;diff=11291&amp;oldid=prev</id>
		<title>HyunJongSu: &quot;모듈:Br separated entries&quot; 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))</title>
		<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Br_separated_entries&amp;diff=11291&amp;oldid=prev"/>
		<updated>2023-11-18T20:58:16Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;&lt;a href=&quot;/wiki/%EB%AA%A8%EB%93%88:Br_separated_entries&quot; title=&quot;모듈:Br separated entries&quot;&gt;모듈:Br separated entries&lt;/a&gt;&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;ko&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 이전 판&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2023년 11월 19일 (일) 05:58 판&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ko&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(차이 없음)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>HyunJongSu</name></author>
	</entry>
	<entry>
		<id>https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Br_separated_entries&amp;diff=11290&amp;oldid=prev</id>
		<title>HyunJongSu: 새 문서: local p = {}  local function _main( args )     local sep = &#039;&lt;br /&gt;&#039;     local lastsep     local t = {}     for i, v in ipairs( args ) do         table.insert( t, v )         if mw.ustring.match( v, &#039;%S&#039; ) then             table.insert( t, sep )             lastsep = #t         end     end     if lastsep then         table.remove( t, lastsep )     end     return table.concat( t ) end  function p.main( frame )     local origArgs     if frame == mw.getCurrentFrame() then         --...</title>
		<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Br_separated_entries&amp;diff=11290&amp;oldid=prev"/>
		<updated>2023-11-18T20:58:09Z</updated>

		<summary type="html">&lt;p&gt;새 문서: local p = {}  local function _main( args )     local sep = &amp;#039;&amp;lt;br /&amp;gt;&amp;#039;     local lastsep     local t = {}     for i, v in ipairs( args ) do         table.insert( t, v )         if mw.ustring.match( v, &amp;#039;%S&amp;#039; ) then             table.insert( t, sep )             lastsep = #t         end     end     if lastsep then         table.remove( t, lastsep )     end     return table.concat( t ) end  function p.main( frame )     local origArgs     if frame == mw.getCurrentFrame() then         --...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local function _main( args )&lt;br /&gt;
    local sep = &amp;#039;&amp;lt;br /&amp;gt;&amp;#039;&lt;br /&gt;
    local lastsep&lt;br /&gt;
    local t = {}&lt;br /&gt;
    for i, v in ipairs( args ) do&lt;br /&gt;
        table.insert( t, v )&lt;br /&gt;
        if mw.ustring.match( v, &amp;#039;%S&amp;#039; ) then&lt;br /&gt;
            table.insert( t, sep )&lt;br /&gt;
            lastsep = #t&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    if lastsep then&lt;br /&gt;
        table.remove( t, lastsep )&lt;br /&gt;
    end&lt;br /&gt;
    return table.concat( t )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main( frame )&lt;br /&gt;
    local origArgs&lt;br /&gt;
    if frame == mw.getCurrentFrame() then&lt;br /&gt;
        -- We&amp;#039;re being called via #invoke. If the invoking template passed any arguments,&lt;br /&gt;
        -- use them. Otherwise, use the arguments that were passed into the template.&lt;br /&gt;
        origArgs = frame:getParent().args&lt;br /&gt;
        for k, v in pairs( frame.args ) do&lt;br /&gt;
            origArgs = frame.args&lt;br /&gt;
            break&lt;br /&gt;
        end&lt;br /&gt;
    else        &lt;br /&gt;
        -- We&amp;#039;re being called from another module or from the debug console, so assume&lt;br /&gt;
        -- the arguments are passed in directly.&lt;br /&gt;
        origArgs = frame&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Use integer args only, and allow for explicit positional arguments&lt;br /&gt;
    -- that are specified out of order, e.g. {{br separated entries|3=entry3}}.&lt;br /&gt;
    -- After processing, the args can be accessed accurately from ipairs.&lt;br /&gt;
    local args = {}&lt;br /&gt;
    for k, v in pairs( origArgs ) do&lt;br /&gt;
        if type( k ) == &amp;#039;number&amp;#039; and k &amp;gt;= 1 and math.floor( k ) == k then&lt;br /&gt;
            table.insert( args, k )&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    table.sort( args )&lt;br /&gt;
    for i,v in ipairs( args ) do&lt;br /&gt;
        args[ i ] = origArgs[ v ]&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    return _main( args )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>HyunJongSu</name></author>
	</entry>
</feed>