<?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%3ATreeChart</id>
	<title>모듈:TreeChart - 편집 역사</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%3ATreeChart"/>
	<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:TreeChart&amp;action=history"/>
	<updated>2026-04-04T03:35: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:TreeChart&amp;diff=11542&amp;oldid=prev</id>
		<title>HyunJongSu: &quot;모듈:TreeChart&quot; 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))</title>
		<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:TreeChart&amp;diff=11542&amp;oldid=prev"/>
		<updated>2023-12-02T18:17:18Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;&lt;a href=&quot;/wiki/%EB%AA%A8%EB%93%88:TreeChart&quot; title=&quot;모듈:TreeChart&quot;&gt;모듈:TreeChart&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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ko&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 이전 판&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2023년 12월 3일 (일) 03:17 판&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key eumwiki-eumwk_:diff::1.12:old-11541:rev-11542 --&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:TreeChart&amp;diff=11541&amp;oldid=prev</id>
		<title>HyunJongSu: 새 문서: require(&#039;strict&#039;)  local p = {}  local cells = mw.loadData(&#039;Module:TreeChart/data&#039;)  function p._main(cell_args) 	local ret = mw.html.create() 	local top = ret:tag(&#039;tr&#039;) 						:css{ height = &#039;1px&#039;, 								[&#039;text-align&#039;] = &#039;center&#039; } 	local bottom = ret:tag(&#039;tr&#039;) 						:css{ height = &#039;1px&#039;, 								[&#039;text-align&#039;] = &#039;center&#039; } 	for _, v in ipairs(cell_args) do 		if type(v) == &#039;string&#039; then 			top:wikitext(cells[v].t) 			bottom:wikitext(cells[v].b) 		else 			top:tag(&#039;td&#039;) 				:att...</title>
		<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:TreeChart&amp;diff=11541&amp;oldid=prev"/>
		<updated>2023-12-02T18:17:13Z</updated>

		<summary type="html">&lt;p&gt;새 문서: require(&amp;#039;strict&amp;#039;)  local p = {}  local cells = mw.loadData(&amp;#039;Module:TreeChart/data&amp;#039;)  function p._main(cell_args) 	local ret = mw.html.create() 	local top = ret:tag(&amp;#039;tr&amp;#039;) 						:css{ height = &amp;#039;1px&amp;#039;, 								[&amp;#039;text-align&amp;#039;] = &amp;#039;center&amp;#039; } 	local bottom = ret:tag(&amp;#039;tr&amp;#039;) 						:css{ height = &amp;#039;1px&amp;#039;, 								[&amp;#039;text-align&amp;#039;] = &amp;#039;center&amp;#039; } 	for _, v in ipairs(cell_args) do 		if type(v) == &amp;#039;string&amp;#039; then 			top:wikitext(cells[v].t) 			bottom:wikitext(cells[v].b) 		else 			top:tag(&amp;#039;td&amp;#039;) 				:att...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;require(&amp;#039;strict&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local cells = mw.loadData(&amp;#039;Module:TreeChart/data&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
function p._main(cell_args)&lt;br /&gt;
	local ret = mw.html.create()&lt;br /&gt;
	local top = ret:tag(&amp;#039;tr&amp;#039;)&lt;br /&gt;
						:css{ height = &amp;#039;1px&amp;#039;,&lt;br /&gt;
								[&amp;#039;text-align&amp;#039;] = &amp;#039;center&amp;#039; }&lt;br /&gt;
	local bottom = ret:tag(&amp;#039;tr&amp;#039;)&lt;br /&gt;
						:css{ height = &amp;#039;1px&amp;#039;,&lt;br /&gt;
								[&amp;#039;text-align&amp;#039;] = &amp;#039;center&amp;#039; }&lt;br /&gt;
	for _, v in ipairs(cell_args) do&lt;br /&gt;
		if type(v) == &amp;#039;string&amp;#039; then&lt;br /&gt;
			top:wikitext(cells[v].t)&lt;br /&gt;
			bottom:wikitext(cells[v].b)&lt;br /&gt;
		else&lt;br /&gt;
			top:tag(&amp;#039;td&amp;#039;)&lt;br /&gt;
				:attr{ colspan = v.colspan or cell_args.colspan or 6,&lt;br /&gt;
						rowspan = v.rowspan or cell_args.rowspan or 2 }&lt;br /&gt;
				:css{ padding = &amp;#039;0.2em&amp;#039;,&lt;br /&gt;
						border = (v.border or cell_args.border or &amp;#039;2&amp;#039;) .. &amp;#039;px solid black&amp;#039; }&lt;br /&gt;
				:cssText(v.boxstyle or cell_args.boxstyle)&lt;br /&gt;
				:wikitext(v.text)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return tostring(ret)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = require(&amp;#039;Module:Arguments&amp;#039;).getArgs(frame, {wrappers = &amp;#039;틀:차트&amp;#039;, trim = false, removeBlanks = false})&lt;br /&gt;
	local cell_args = {&lt;br /&gt;
		colspan = args.colspan,&lt;br /&gt;
		rowspan = args.rowspan,&lt;br /&gt;
		border = args.border,&lt;br /&gt;
		boxstyle = args.boxstyle&lt;br /&gt;
	}&lt;br /&gt;
	for _, val in ipairs(args) do&lt;br /&gt;
		local trimmedVal = val:match(&amp;#039;^%s*(.-)%s*$&amp;#039;)&lt;br /&gt;
		if trimmedVal == &amp;#039;&amp;#039; then&lt;br /&gt;
			trimmedVal = &amp;#039;$&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
		if cells[trimmedVal] then&lt;br /&gt;
			table.insert(cell_args, trimmedVal)&lt;br /&gt;
		else&lt;br /&gt;
			-- Unnamed params behave weirdly&lt;br /&gt;
			-- white space at the front counts for param_{{{1}}}, but not whitespace at the end, so remove it&lt;br /&gt;
			local rightTrimmedVal = val:gsub(&amp;#039;%s+$&amp;#039;,&amp;#039;&amp;#039;)&lt;br /&gt;
			table.insert(cell_args, {&lt;br /&gt;
				text = args[trimmedVal] or (&amp;#039;{{{&amp;#039;..trimmedVal..&amp;#039;}}}&amp;#039;),&lt;br /&gt;
				colspan = args[&amp;#039;colspan_&amp;#039;..rightTrimmedVal],&lt;br /&gt;
				rowspan = args[&amp;#039;rowspan_&amp;#039;..rightTrimmedVal],&lt;br /&gt;
				border = args[&amp;#039;border_&amp;#039;..rightTrimmedVal],&lt;br /&gt;
				boxstyle = args[&amp;#039;boxstyle_&amp;#039;..rightTrimmedVal]&lt;br /&gt;
			})&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return p._main(cell_args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>HyunJongSu</name></author>
	</entry>
</feed>