Pyc1948को लागि प्रयोगकर्ता योगदानहरू
Pyc1948को लागि नतिजा वार्तालाप निषेध अभिलेखहरू उर्ध्वभरणहरू अभिलेखहरू
९५० सम्पादनहरू भएको एक प्रयोगकर्ता। खाता २१ सेप्टेम्बर २०२३ मा सिर्जना गरिएको थियो।
२२ सेप्टेम्बर २०२३
- १६:०६१६:०६, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +२,२९५ न मोड्युल:Transclusion count Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespace = mw.title.getCurrentTitle().namespace if frame.args["demo"] and frame.args["demo"] ~= "" then template = mw.ustring.gsub(frame.args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Modu..." वर्तमान
- १५:३७१५:३७, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +७५ न मोड्युल:Test Created page with "local p = {} local factorial = function ( n ) n = 1 + 1 return n end" वर्तमान
- १५:३७१५:३७, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१२,४२६ न मोड्युल:Template wrapper Created page with "require('Module:No globals'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do..." वर्तमान
- १५:३६१५:३६, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +४,३२३ न मोड्युल:Template link general Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(..." वर्तमान
- १५:३६१५:३६, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१५,२८१ न मोड्युल:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...." वर्तमान
- १५:३६१५:३६, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१०,५३४ न मोड्युल:String2 Created page with "local p = {} p.trim = function(frame) return mw.text.trim(frame.args[1] or "") end p.sentence = function (frame) -- {{lc:}} is strip-marker safe, string.lower is not. frame.args[1] = frame:callParserFunction('lc', frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame ) local s = mw.text.trim( frame.args[1] or "" ) local s1 = "" -- if it's a list chop off and (store as s1) everything up to the first <li> local lipos = mw.ustring.find(s, "<li>"..." वर्तमान
- १५:३६१५:३६, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१८,०३३ न मोड्युल:String Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c..." वर्तमान
- १५:३५१५:३५, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +३,७०३ न मोड्युल:Sidebar/styles.css Created page with "→{{pp-template}}: →TODO: Invert width design to be "mobile first": .sidebar { →TODO: Ask if we should have max-width 22em instead: width: 22em; →@noflip: float: right; →@noflip: clear: right; →@noflip: margin: 0.5em 0 1em 1em; background: #f8f9fa; border: 1px solid #aaa; padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collapse; /* Timeless has display: none on .nomobile at mobile resolutions..." वर्तमान
- १५:३४१५:३४, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१,६९८ न मोड्युल:Sidebar/configuration Created page with "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', category = { child = 'Category:Pages using sidebar with the child parameter', conversion = '[[Category..." वर्तमान
- १५:३३१५:३३, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१२,७९१ न मोड्युल:Sidebar Created page with "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyle..." वर्तमान
- १५:३३१५:३३, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +३,६९१ न मोड्युल:Side box Created page with "local yesno = require('Module:Yesno') local p = {} local function makeData(args) local data = {} -- Main table classes data.classes = {} if yesno(args.metadata) ~= false then table.insert(data.classes, 'metadata') end if args.position and args.position:lower() == 'left' then table.insert(data.classes, 'side-box-left') else table.insert(data.classes, 'side-box-right') end if args.collapsible then table.insert(data.classes, 'mw-collapsible') if args...." वर्तमान
- १५:३२१५:३२, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१,३६५ न मोड्युल:Shortcut/config Created page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|सङ्क्षिप्त रूप|सङ्क्षिप्त रूपहरू}}', -- The heading when |redirect=yes is given. It accepts the..." वर्तमान
- १५:३२१५:३२, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +४,३३६ न मोड्युल:Shortcut Created page with "-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, fra..." वर्तमान
- १५:३११५:३१, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१,४०३ न मोड्युल:Separated entries Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HT..." वर्तमान
- १५:२११५:२१, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +४,५७३ न मोड्युल:Section link Created page with "-- This module implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in `page`, so only need to do for `section` if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('[[%s..." वर्तमान
- १५:१४१५:१४, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +३,३२६ न मोड्युल:Redirect template Created page with "require('Module:No globals') local p = {} -- key is beginning of arg name. value is table with namespace number and link -- alternatively, a function taking the namespace number and returning a validity -- can be used local namespaceCategories = { all = { function() return true end }, main = { 0, 'मुख्य' }, help = { 12, 'मद्दत' }, portal = { 100, '[[व..." वर्तमान
- १५:१३१५:१३, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +२,१७० न मोड्युल:RedirectData Created page with "local p = {} function p.getRedirectToNamespace(frame) titleObject = mw.title.getCurrentTitle() -- check if this is a redirect if titleObject.redirectTarget then targetNamespace = titleObject.redirectTarget.nsText return targetNamespace end return "Notaredirect" end function p.getTalkPage(frame) -- this is code written to check for the criteria to apply {{R to talk page}} - essentially, whether the redirect is outside of, and going into, a talk namespace titleO..." वर्तमान
- १५:१२१५:१२, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +३,२९५ न मोड्युल:Redirect Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi..." वर्तमान
- १५:१२१५:१२, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +१,०९७ न मोड्युल:Purge Created page with "-- This module implements Template:Purge. local p = {} local function makeUrlLink(url, display) return string.format('[%s %s]', url, display) end function p._main(args) -- Make the URL local url do local title if args.page then title = mw.title.new(args.page) if not title then error(string.format( "'%s' is not a valid page name", args.page ), 2) end else title = mw.title.getCurrentTitle() end if args.anchor then title..." वर्तमान
- १५:१११५:११, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +२,२३६ न मोड्युल:Protection banner/documentation Created page with "-- This module generates documentation for Module:Protection banner. -------------------------------------------------------------------------------- -- Documentation class -------------------------------------------------------------------------------- local Documentation = {} Documentation.__index = Documentation function Documentation:new(mainCfg, docCfg) return setmetatable({ _mainCfg = mainCfg, _docCfg = docCfg }, self) end function Documentation:makeR..." वर्तमान
- १५:१११५:११, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +६०,०९९ न मोड्युल:Protection banner/config Created page with "-- This module provides configuration data for मोड्युल:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the t..." वर्तमान
- १४:५०१४:५०, २२ सेप्टेम्बर २०२३ अन्तर इतिहास +२६,०१८ न मोड्युल:Protection banner Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and..." वर्तमान
२१ सेप्टेम्बर २०२३
- १६:३८१६:३८, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +३,८४७ न मोड्युल:Pagetype/config Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St..." वर्तमान
- १६:३८१६:३८, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +३०७ न मोड्युल:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)" वर्तमान
- १६:३८१६:३८, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +२,१८३ न मोड्युल:Navbox/styles.css Created page with "→{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →No top margin for nested navboxes: } .navbox + .navbox, →TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix..." वर्तमान
- १६:३८१६:३८, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +३,५९७ न मोड्युल:Navbox/configuration Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = { orphan = 'Category:Navbox orphans', horizontal_lists = 'Navigational boxes without horizon..." वर्तमान
- १६:३७१६:३७, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१६,०६४ न मोड्युल:Navbox Created page with "local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a child navbox is no..." वर्तमान
- १६:३७१६:३७, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +७४२ न मोड्युल:Navbar/styles.css Created page with "→{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav..." वर्तमान
- १६:३७१६:३७, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +८६७ न मोड्युल:Navbar/configuration Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class ['mini'] = 'navbar-mini', -- class ind..." वर्तमान
- १६:३६१६:३६, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +५,०८८ न मोड्युल:Navbar Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false..." वर्तमान
- १६:३६१६:३६, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +२,५६९ न मोड्युल:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." वर्तमान
- १६:३५१६:३५, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +३,५४५ न मोड्युल:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." वर्तमान
- १६:३५१६:३५, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +५,९९२ न मोड्युल:Namespace detect Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are..." वर्तमान
- १६:३५१६:३५, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१,३६१ न मोड्युल:Message box/ombox.css Created page with "→{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; →Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } →For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; →Red: background-color: #fee7e6; →Pink: } .ombox-delete { border: 2px solid #b32424; →Red: } .ombox-content { border: 1p..." वर्तमान
- १६:३४१६:३४, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +६,४७४ न मोड्युल:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..." वर्तमान
- १६:३४१६:३४, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१,११९ न मोड्युल:Message box/cmbox.css Created page with "→{{pp|small=y}}: .cmbox { margin: 3px 0; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #dfe8ff; →Default "notice" blue: box-sizing: border-box; } .cmbox-speedy { border: 4px solid #b32424; →Red: background-color: #ffdbdb; →Pink: } .cmbox-delete { background-color: #ffdbdb; →Pink: } .cmbox-content { background-color: #ffe7ce; →Orange: } .cmbox-style { background-color: #fff9db; →Yellow: ..." वर्तमान
- १६:३४१६:३४, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +२,२३० न मोड्युल:Message box/ambox.css Created page with "→{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; →@noflip: border-left: 10px solid #36c; →Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } →Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais..." वर्तमान
- १६:३३१६:३३, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१८,५९१ न मोड्युल:Message box Created page with "require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ----------------------------------------------------------------..." वर्तमान
- १६:३३१६:३३, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१२,८११ न मोड्युल:Math Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function..." वर्तमान
- १६:३३१६:३३, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +३,९०४ न मोड्युल:Lua banner Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)..." वर्तमान
- १६:३२१६:३२, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +५,४१० न मोड्युल:List Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar..." वर्तमान
- १६:३२१६:३२, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +११,९१९ न मोड्युल:Language/data/iana variants Created page with "-- File-Date: 2022-03-02 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"}, ["prefixes"] = {"be"},..." वर्तमान
- १६:३११६:३१, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१,२८१ न मोड्युल:Language/data/iana suppressed scripts Created page with "-- File-Date: 2022-03-02 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "iw", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"ko"}, ["Laoo"] = {"lo..." वर्तमान
- १६:३११६:३१, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +७,१०८ न मोड्युल:Language/data/iana scripts Created page with "-- File-Date: 2022-03-02 return { ["Adlm"] = {"Adlam"}, ["Afak"] = {"Afaka"}, ["Aghb"] = {"Caucasian Albanian"}, ["Ahom"] = {"Ahom", "Tai Ahom"}, ["Arab"] = {"Arabic"}, ["Aran"] = {"Arabic (Nastaliq variant)"}, ["Armi"] = {"Imperial Aramaic"}, ["Armn"] = {"Armenian"}, ["Avst"] = {"Avestan"}, ["Bali"] = {"Balinese"}, ["Bamu"] = {"Bamum"}, ["Bass"] = {"Bassa Vah"}, ["Batk"] = {"Batak"}, ["Beng"] = {"Bengali", "Bangla"}, ["Bhks"] = {"Bhaiksuki"}, ["Blis"] =..." वर्तमान
- १६:३११६:३१, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +७,९९९ न मोड्युल:Language/data/iana regions Created page with "-- File-Date: 2022-03-02 return { ["AC"] = {"Ascension Island"}, ["AD"] = {"Andorra"}, ["AE"] = {"United Arab Emirates"}, ["AF"] = {"Afghanistan"}, ["AG"] = {"Antigua and Barbuda"}, ["AI"] = {"Anguilla"}, ["AL"] = {"Albania"}, ["AM"] = {"Armenia"}, ["AO"] = {"Angola"}, ["AQ"] = {"Antarctica"}, ["AR"] = {"Argentina"}, ["AS"] = {"American Samoa"}, ["AT"] = {"Austria"}, ["AU"] = {"Australia"}, ["AW"] = {"Aruba"}, ["AX"] = {"Åland Islands"}, ["AZ"] = {"Azer..." वर्तमान
- १६:३११६:३१, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +२२१,६९३ न मोड्युल:Language/data/iana languages Created page with "-- File-Date: 2022-03-02 local active = { ["aa"] = {"Afar"}, ["ab"] = {"Abkhazian"}, ["ae"] = {"Avestan"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"] = {"Amharic"}, ["an"] = {"Aragonese"}, ["ar"] = {"Arabic"}, ["as"] = {"Assamese"}, ["av"] = {"Avaric"}, ["ay"] = {"Aymara"}, ["az"] = {"Azerbaijani"}, ["ba"] = {"Bashkir"}, ["be"] = {"Belarusian"}, ["bg"] = {"Bulgarian"}, ["bh"] = {"Bihari languages"}, ["bi"] = {"Bislama"}, ["bm"] = {"Bambara"}, ["..." वर्तमान
- १६:२४१६:२४, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +१२,६३६ न मोड्युल:Langname/data Created page with "--[[ Module:Langname 의 데이터 파일. 언어 코드와 언어 이름의 대응 관계가 저장된다. lang_names: 언어 코드와 언어 이름의 대응 lang_articles: 언어 이름과 실제 위키백과 문서가 기술적 이유로 다른 경우. lang_wikipedia: ISO 코드를 따르지 않는 위키백과 코드. ]] local langdata = {} -- 언어 이름과 실제 문서가 다른 경우 langdata.lang_article = { ["ber"] = "베르..." वर्तमान
- १६:२४१६:२४, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +२,१२८ न मोड्युल:Langname Created page with "--This module provides a language name handling operations based on ISO 639 and Unicode CLDR information. - ChongDae local lang = {} local langdata = mw.loadData('Module:Langname/data') 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.fetchLanguage..." वर्तमान
- १६:२३१६:२३, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +२६,०६५ न मोड्युल:Lang/data Created page with "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 assoc..." वर्तमान
- १६:२३१६:२३, २१ सेप्टेम्बर २०२३ अन्तर इतिहास +३,१६३ न मोड्युल:Lang/ISO 639 synonyms Created page with "-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["ava"] = "av", ["ave"] = "ae", ["aym"] = "ay", ["aze"] = "az", ["bak"] = "ba", ["bam"] = "bm", ["bel"] = "be", ["ben"] = "bn", ["bih"] = "bh", ["bis"] = "bi", ["bod"] = "bo", ["bos"] = "bs", ["bre"] = "br", ["bul"] = "bg", ["cat"] = "ca", ["ces"] = "cs", ["cha"] = "ch", ["che"] = "ce",..." वर्तमान