<?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%3ALangname</id>
	<title>모듈:Langname - 편집 역사</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%3ALangname"/>
	<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Langname&amp;action=history"/>
	<updated>2026-04-04T03:36:44Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Langname&amp;diff=11307&amp;oldid=prev</id>
		<title>HyunJongSu: &quot;모듈:Langname&quot; 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))</title>
		<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Langname&amp;diff=11307&amp;oldid=prev"/>
		<updated>2023-11-18T21:59:00Z</updated>

		<summary type="html">&lt;p&gt;&amp;quot;&lt;a href=&quot;/wiki/%EB%AA%A8%EB%93%88:Langname&quot; title=&quot;모듈:Langname&quot;&gt;모듈:Langname&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년 11월 19일 (일) 06:59 판&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key eumwiki-eumwk_:diff::1.12:old-11306:rev-11307 --&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:Langname&amp;diff=11306&amp;oldid=prev</id>
		<title>HyunJongSu: 새 문서: --  This module provides a language name handling operations based on ISO 639 and Unicode CLDR information.    - ChongDae    local lang = {}  local langdata = mw.loadData(&#039;Module:Langname/data&#039;) local lang_name = langdata.lang_name local lang_autonym = langdata.lang_autonym local lang_article = langdata.lang_article local lang_wikipedia = langdata.lang_wikipedia  -- -- Helper functions -- local function getCldrName(code)     local name = mw.language.fetchLanguageName(cod...</title>
		<link rel="alternate" type="text/html" href="https://wiki.theeum.com/index.php?title=%EB%AA%A8%EB%93%88:Langname&amp;diff=11306&amp;oldid=prev"/>
		<updated>2023-11-18T21:58:53Z</updated>

		<summary type="html">&lt;p&gt;새 문서: --&lt;a href=&quot;/index.php?title=This_module_provides_a_language_name_handling_operations_based_on_ISO_639_and_Unicode_CLDR_information._-_ChongDae&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;This module provides a language name handling operations based on ISO 639 and Unicode CLDR information. - ChongDae (없는 문서)&quot;&gt;This module provides a language name handling operations based on ISO 639 and Unicode CLDR information.    - ChongDae &lt;/a&gt;   local lang = {}  local langdata = mw.loadData(&amp;#039;Module:Langname/data&amp;#039;) local lang_name = langdata.lang_name local lang_autonym = langdata.lang_autonym local lang_article = langdata.lang_article local lang_wikipedia = langdata.lang_wikipedia  --&lt;a href=&quot;/index.php?title=--_Helper_functions_--&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;-- Helper functions -- (없는 문서)&quot;&gt;-- Helper functions --&lt;/a&gt; local function getCldrName(code)     local name = mw.language.fetchLanguageName(cod...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[&lt;br /&gt;
&lt;br /&gt;
This module provides a language name handling operations based on ISO 639 and Unicode CLDR information.&lt;br /&gt;
&lt;br /&gt;
  - ChongDae&lt;br /&gt;
]]&lt;br /&gt;
 &lt;br /&gt;
local lang = {}&lt;br /&gt;
&lt;br /&gt;
local langdata = mw.loadData(&amp;#039;Module:Langname/data&amp;#039;)&lt;br /&gt;
local lang_name = langdata.lang_name&lt;br /&gt;
local lang_autonym = langdata.lang_autonym&lt;br /&gt;
local lang_article = langdata.lang_article&lt;br /&gt;
local lang_wikipedia = langdata.lang_wikipedia&lt;br /&gt;
&lt;br /&gt;
--[[&lt;br /&gt;
-- Helper functions&lt;br /&gt;
--]]&lt;br /&gt;
local function getCldrName(code)&lt;br /&gt;
    local name = mw.language.fetchLanguageName(code, &amp;#039;ko&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    if name == &amp;#039;&amp;#039; then&lt;br /&gt;
        return nil&lt;br /&gt;
    elseif string.match(name, &amp;#039;[(),A-Za-z]&amp;#039;) then       -- 이름에 영문자나 괄호, 쉼표가 들어간 경우는 오류 처리함.&lt;br /&gt;
        return nil&lt;br /&gt;
    else&lt;br /&gt;
        return name&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function getCldrAutonym(code)&lt;br /&gt;
    local lang = string.match(code, &amp;#039;([a-z]+)&amp;#039;) -- get &amp;#039;en&amp;#039; from &amp;#039;en-us&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    return lang_autonym[code] or mw.language.fetchLanguageName(code, lang)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function getLanguageName(code)&lt;br /&gt;
    return lang_name[code] or getCldrName(code)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function lang.name(frame)&lt;br /&gt;
    local code = string.lower(frame.args.code)&lt;br /&gt;
    &lt;br /&gt;
    return getLanguageName(code) or &amp;#039;언어 오류(&amp;#039; .. code .. &amp;#039;)&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function lang.autonym(frame)&lt;br /&gt;
    local code = string.lower(frame.args.code)&lt;br /&gt;
&lt;br /&gt;
    return getCldrAutonym(code) or &amp;#039;언어 오류(&amp;#039; .. code .. &amp;#039;)&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function lang.article(frame)&lt;br /&gt;
    local code = string.lower(frame.args.code)&lt;br /&gt;
    &lt;br /&gt;
    return lang_article[code] or getLanguageName(code) or &amp;#039;언어 오류&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function lang.wikipedia(frame)&lt;br /&gt;
    local code = string.lower(frame.args.code)&lt;br /&gt;
    &lt;br /&gt;
    return lang_wikipedia[code] or getLanguageName(code) or &amp;#039;언어 오류(&amp;#039; .. code .. &amp;#039;)&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function lang.link(frame)&lt;br /&gt;
    local code = string.lower(frame.args.code)&lt;br /&gt;
    local link = frame.args.link&lt;br /&gt;
    local article = lang_article[code]&lt;br /&gt;
    local name = getLanguageName(code)&lt;br /&gt;
&lt;br /&gt;
    if link == &amp;#039;no&amp;#039; then&lt;br /&gt;
        return name or &amp;#039;언어 오류(&amp;#039; .. code .. &amp;#039;)&amp;#039;&lt;br /&gt;
    elseif article then&lt;br /&gt;
        return &amp;#039;[[&amp;#039; .. article .. &amp;#039;|&amp;#039; .. name .. &amp;#039;]]&amp;#039;&lt;br /&gt;
    elseif name then&lt;br /&gt;
        return &amp;#039;[[&amp;#039; .. name .. &amp;#039;]]&amp;#039;&lt;br /&gt;
    else&lt;br /&gt;
        return &amp;#039;언어 오류(&amp;#039; .. code .. &amp;#039;)&amp;#039;&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return lang&lt;/div&gt;</summary>
		<author><name>HyunJongSu</name></author>
	</entry>
</feed>