Search Results: Module:String/doc
Sorry, the article you're looking for isn't specifically available. Here are related topics:
Module:Asbox
Sabtu, 2021-01-30 20:55:31tempsort#; appended after k (or in its place if omitted). Required if v is not a string Basically the same as v = (v[1] or attention) .. ' | ' .. (v.k or '')...
Click to read more »Module:Currency
Minggu, 2022-10-23 22:24:55amount return string.format ('%s%s', symbol, amount); elseif 'bs' == position then -- spaced before the amount return string.format ('%s %s'...
Click to read more »Module:TNT
Minggu, 2025-12-28 01:06:08checkType('formatInLanguage', 1, lang, 'string') checkType('formatInLanguage', 2, dataset, 'string') checkType('formatInLanguage', 3, key, 'string') return formatMessage(dataset...
Click to read more »Module:Scots byleid note
Rabu, 2020-10-21 00:07:41local fulltitle = frame:getParent():getTitle() local templatetitle = string.sub(fulltitle, 10) local title = mw.title.getCurrentTitle() if mw.title...
Click to read more »Module:Lua banner
Kamis, 2020-10-15 01:53:50moduleLinks = {} for i, module in ipairs(modules) do moduleLinks[i] = string.format('[[:%s]]', module) local maybeSandbox = mw.title.new(module ....
Click to read more »Module:Uses TemplateStyles
Jumat, 2019-12-20 08:40:54then sandboxLink = string.format(' ([[:%s|sandbox]])', tsSandboxTitle.prefixedText) end end tStylesLinks[i] = string.format('[[:%s]]%s', ts...
Click to read more »Module:Navseasoncats
Jumat, 2020-01-03 10:35:20== '' then return nil end local dec = string.match(decade, '^[-%+]?(%d?%d?%d?0)$') or string.match(decade, '^[-%+]?(%d?%d?%d?0)%D') if dec...
Click to read more »Module:High-use
Kamis, 2022-12-29 06:25:46args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk"...
Click to read more »Module:R:Perseus
Senin, 2020-04-27 08:05:53format_perseus_wikilink end local function lower_dashed(w) return string.gsub(string.lower(w), " ", "-") end local function remove_diacritics(x) return...
Click to read more »Module:Authority control
Minggu, 2022-10-23 22:18:48getCurrentTitle() local namespace = title.namespace local testcases = (string.sub(title.subpageText,1,9) == 'testcases') --[[=======================...
Click to read more »Module:Citation/CS1
Minggu, 2022-10-23 22:19:13byte ASCII characters use the string library functions f.gsub = string.gsub f.match = string.match f.sub = string.sub else --...
Click to read more »Module:Portal
Jumat, 2019-12-20 08:40:54lower(thisPage.text) if (string.match(thisPageLC, "/archive") ~= nil) then return false end if (string.match(thisPageLC, "/doc") ~= nil) then return...
Click to read more »Module:Category described in year
Minggu, 2022-10-23 22:23:29tonumber(i) then local s = tostring(i) local tens = string.match(s, '1%d$') local ones = string.match(s, '%d$') if tens then return s...
Click to read more »Module:Babel
Sabtu, 2019-12-21 01:47:32'px' } ) local nocat = args.nocat and string.lower(args.nocat) == 'yes' if args.shadow and string.lower(args.shadow) == 'yes' then ret:css({...
Click to read more »Module:Documentation
Kamis, 2022-12-29 06:19:20is not -- of the type expectType. The default type for expectType is 'string'. -- If the table valArray is present, strings such as $1, $2 etc. in the...
Click to read more »Module:UserLinks
Sabtu, 2018-02-17 15:15:53is a -- string and that it is not the blank string. Returns the code if -- the check passes, and nil if not. if type(code) == 'string' and code...
Click to read more »Module:Transclusion count
Kamis, 2022-12-29 06:19:21loadData('Module:Transclusion count/data/' .. ((i == 91) and 'other' or string.char(i))) for name, count in pairs(data) do table.insert(list, {mw...
Click to read more »Module:Location map/info
Sabtu, 2021-03-13 06:12:27function p.main(frame) local map = mw.loadData(string.gsub(mw.title.getCurrentTitle().prefixedText,'/doc$','')) local retval = [=[{| class="wikitable"...
Click to read more »Module:Taxonbar
Minggu, 2022-10-23 22:23:12outString = outString .. mw.text.nowiki(table.concat(categories)) .. '<br />' elseif currentTitle.namespace == 0 then outString = outString .. table...
Click to read more »Module:Citation/CS1/Identifiers
Kamis, 2020-10-15 01:12:54options.encode == true or options.encode == nil then url_string = mw.uri.encode( url_string ); end if options.auto_link and is_set (options.access)...
Click to read more »Module:Coordinates
Minggu, 2022-10-23 22:18:54local function dmsTest(first, second) if type(first) ~= 'string' or type(second) ~= 'string' then return nil end local s = (first .. second):upper()...
Click to read more »Module:Buffer
Kamis, 2018-02-22 08:52:47All methods were developed independently and any resemblance to other string buffer libraries would be coincidental. Furthermore, many methods will not...
Click to read more »Module:Subject bar
Selasa, 2019-12-17 11:18:44lower(thisPage.text) if (string.match(thisPageLC, "/archive") ~= nil) then return false end if (string.match(thisPageLC, "/doc") ~= nil) then return...
Click to read more »Module:Documentation/config
Jumat, 2022-01-28 01:50:00your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------...
Click to read more »Module:Transclusion count/data/S
Kamis, 2022-12-29 06:19:21= 5000, ["Module:Storm_categories/icons"] = 5000, ["Module:String"] = 11200000, ["Module:String2"] = 1780000, ["Module:Su"] = 10000, ["Module:Subject_bar"]...
Click to read more »Module:Template link
Senin, 2020-04-27 08:11:22i = i + 1 end for key, value in pairs(args) do if type(key) == "string" then table.insert(output, "|" .. key .. "=" .. value) end end...
Click to read more »Module:Navbox
Jumat, 2022-01-28 01:50:22local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with...
Click to read more »Module:Citation/CS1/Configuration
Kamis, 2020-10-15 03:34:35o $2$3$1', -- $1 is year, $2 is month-name or empty string, $3 is space or empty string hidden = true, }, maint_extra_punct = { message =...
Click to read more »