نمایش مبدأ برای پودمان:Lang/data
شما به دلیل زیر، اجازهٔ ویرایش این صفحه ندارید:
شما میتوانید مبدأ این صفحه را ببینید و رونوشت بردارید:
local lang_obj = mw.language.getContentLanguage();
local this_wiki_lang_tag = lang_obj.code; -- get this wiki's language tag
--[[--------------------------< L A N G _ N A M E _ T A B L E >------------------------------------------------
primary table of tables that decode:
lang -> language tags and names
script -> ISO 15924 script tags
region -> ISO 3166 region tags
variant -> iana registered variant tags
suppressed -> map of scripts tags and their associated language tags
all of these data come from separate modules that are derived from the IANA language-subtag-registry file
key_to_lower() avoids the metatable trap and sets all keys in the subtables to lowercase. Many language codes
have multiple associated names; Module:lang is only concerned with the first name so key_to_lower() only fetches
the first name.
]]
000
1:0
الگوی بهکاررفته در این صفحه:
بازگشت به پودمان:Lang/data.