Search Results: Module:Check bibcode/doc

Sorry, the article you're looking for isn't specifically available. Here are related topics:


Module:Check for unknown parameters
Kamis, 2020-10-15 01:12:52

truncate(text:sub(pos or 1))) return table.concat(parts) end function p._check(args, pargs) if type(args) ~= "table" or type(pargs) ~= "table" then ...

Click to read more »
Module:Check isxn
Sabtu, 2017-03-04 05:19:47

calculates checksum across all isbn/issn digits including the check digit. ISBN-13 is checked in check_isbn(). If the number is valid the result will be 0. Before...

Click to read more »
Module:Check bibcode
Minggu, 2022-10-23 22:24:01

this module with: {{#invoke:check bibcode|check_bibcode|{{{1|}}}}} where {{{1|}}} is the bibcode ]=] function p.check_bibcode (frame) local err_type...

Click to read more »
Module:WikidataCheck
Senin, 2015-03-02 22:04:48

namespaces = config.namespaces local ok = false -- one-way flag to check if we're in a good namespace local ns = mw.title.getCurrentTitle().namespace...

Click to read more »
Module:Eo-headword
Senin, 2020-04-27 08:06:11

= {}, inflections = {}, check = {}} if pos_functions[poscat] then pos_functions[poscat].func(args, data) end check(data) return require("Module:headword")...

Click to read more »
Module:Fun
Senin, 2020-04-27 08:06:35

libraryUtil = require "libraryUtil" local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local iterableTypes = { "table"...

Click to read more »
Module:Asbox
Sabtu, 2021-01-30 20:55:31

t = page.text}--note space in front of sort key ) or cat ) --Check category existance only if on the template page (i.e. stub documentation)...

Click to read more »
Module:Table
Sabtu, 2020-09-19 04:00:25

infinity = math.huge local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local function _check(funcName, expectType)...

Click to read more »
Module:Sl-headword
Senin, 2020-04-27 08:11:20

local check_accents = true -- If the first headword given is "-", then skip the check. if data.heads[1] == "-" then data.heads[1] = "" check_accents...

Click to read more »
Module:FindYDCportal
Kamis, 2020-01-02 12:30:41

]] local p = {} -- This table of existing decade portals is the first check of whether a portal -- exists for a given decade. -- If the decade is listed...

Click to read more »
Module:Biota infobox/param
Minggu, 2022-10-23 22:23:18

end -- do we need to check frame args? for k,v in pairs(frame.args) do if v and v ~= "" then --check for content tempArgs[k]=v...

Click to read more »
Module:Requested move
Kamis, 2023-11-23 17:20:00

limitations]]. This is -- also covered by the invalid title check, but with this check we can give -- a more specific error message. local invalidChar...

Click to read more »
Module:Taxonbar/candidate
Selasa, 2019-07-09 03:31:26

local p = {} function p.check(frame) local taxonbarExists = require('Module:Taxonbar/exists').check if taxonbarExists(frame) then return '' else...

Click to read more »
Module:Fi-utilities
Senin, 2020-04-27 08:06:27

local export = {} function export.make_weak(before, strong, after, check) local weak = strong if strong == "pp" then weak = "p" elseif strong...

Click to read more »
Module:ParameterCount
Sabtu, 2017-03-11 00:57:17

testFunc(key, val) then ret = ret + 1 end end return ret end -- Check shared arguments and get the parent argument count. local function main(frame...

Click to read more »
Module:Taxonbar/exists
Selasa, 2019-07-09 03:32:05

local p = {} function p.check( frame ) local pagename = mw.title.getCurrentTitle().baseText local content = mw.title.new(pagename):getContent() or...

Click to read more »
Module:File link
Kamis, 2022-01-20 20:04:00

require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table')...

Click to read more »
Module:Italic title
Minggu, 2022-10-23 22:20:41

libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno')...

Click to read more »
Module:TableTools
Kamis, 2020-10-15 01:13:05

floor local infinity = math.huge local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti --[[ ----------------------...

Click to read more »
Module:Baseball color
Jumat, 2018-02-23 05:07:56

all_colors[colors] end end return colors or unknown end local function team_check(team, unknown) local colors = get_colors(team, unknown) if type(colors)...

Click to read more »
Module:Exponential search
Kamis, 2020-10-15 11:08:50

provides a generic exponential search algorithm. local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower...

Click to read more »
Module:Distinguish
Jumat, 2017-03-17 10:57:42

--initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments...

Click to read more »
Module:Collation
Senin, 2020-04-27 08:06:02

"table" and type(lang.getCanonicalName) == "function" end local function check_lang_object(funcName, argIdx, lang) if not is_lang_object(lang) then ...

Click to read more »
Module:Type in location
Senin, 2018-06-04 03:11:13

type parameter function p.validateTyp (typ, args) checkpatterns = args['check-patterns'] invalidadd = args.invalidadd if checkpatterns then for k...

Click to read more »
Module:Other uses
Kamis, 2016-06-30 08:03:23

--initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} -- Produces standard {{other uses}} implementation...

Click to read more »
Module:WikidataIdentifiers
Senin, 2017-12-18 01:54:39

claims then props = entity.claims[propertyID] end if props then -- Check that the first value of the property is an external id if props[1].mainsnak...

Click to read more »
Module:Hatnote
Sabtu, 2020-10-03 05:17:02

libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local mArguments --...

Click to read more »
Module:Sports table
Minggu, 2022-10-23 22:19:49

tonumber(Args['show_limit']) or N_teams -- Check for "legal value", if not legal (or non declared), then show all local check_n = ((n_to_show>=(N_teams-top_pos+1))...

Click to read more »
Module:Language/text
Senin, 2019-12-23 08:14:09

require("Module:Yesno") local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local data = mw.loadData("Module:Language/data/wp languages")...

Click to read more »
Module:SDcat/doc
Kamis, 2022-12-29 06:19:21

Module to check whether local short description matches that on Wikidata setCat has the qid of a Wikidata entity passed as |qid= (it defaults to the associated...

Click to read more »
Module:Pages with authority control identifiers
Minggu, 2022-10-23 22:21:23

= 'CatAutoTOC', args = { align = 'center' } } end local function redCatCheck( catName ) --catName == 'Blah', not 'Category:Blah', not '[[Category:Blah]]'...

Click to read more »
Module:Arguments
Sabtu, 2021-03-13 06:11:50

local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options...

Click to read more »
Module:Coxeter–Dynkin diagram
Selasa, 2019-12-17 11:29:38

-- process params, ignoring any names if (x ~= '') then -- check for null/empty names body = body .. "[[File:CDel_" .. x .. ".png|link=]]"...

Click to read more »
Module:Subject bar
Selasa, 2019-12-17 11:18:44

local function checkPortalExists(portal) return not (mw.title.makeTitle(100, portal).id == 0) end local trackingEnabled = true -- Check whether to do...

Click to read more »
Module:NumberSpell
Selasa, 2016-06-21 23:51:37

tostring(max), 2) end -- Check for numbers from 0 to 9. local onesVal = ones[num] if onesVal then return onesVal end -- Check for special numbers. ...

Click to read more »
Module:Delink
Minggu, 2022-10-23 22:20:13

function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s else return...

Click to read more »
Module:Redirect hatnote
Sabtu, 2017-10-28 02:50:21

libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} local function...

Click to read more »
Module:Sports color
Sabtu, 2018-11-10 14:55:28

all_colors[colors] end end return colors or unknown end local function team_check(team, unknown) local colors = get_colors(team, unknown) if type(colors)...

Click to read more »
Module:Userbox
Sabtu, 2017-03-11 05:25:02

------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or...

Click to read more »
Module:Track listing
Jumat, 2018-02-23 01:30:22

listing]] local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local SHOW_WARNINGS = false local INPUT_ERROR_CATEGORY...

Click to read more »
Module:Archive list
Sabtu, 2018-02-17 15:13:38

function limit. local function checkPageExists( title ) if not title then error('No title passed to checkArchiveExists', 2) end local...

Click to read more »
Module:Citation/CS1
Minggu, 2022-10-23 22:19:13

check |<param>-link= markup orig = lorig; -- identify the failing link parameter elseif title:find ('%[%[') then -- check...

Click to read more »
Module:Template invocation
Selasa, 2019-12-17 11:15:14

functions for making MediaWiki template invocations. local checkType = require('libraryUtil').checkType local p = {} -----------------------------------...

Click to read more »
Module:Category handler
Jumat, 2022-01-28 01:49:57

CategoryHandler:shouldSkipBlacklistCheck() -- Check whether the category suppression arguments indicate we -- should skip the blacklist check. return self._nocat...

Click to read more »
Module:Hatnote list
Sabtu, 2020-10-03 05:14:07

require('Module:Hatnote') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} -----------------------------------------...

Click to read more »
Module:TNT
Minggu, 2025-12-28 01:06:08

format(dataset, key, ...) local checkType = require('libraryUtil').checkType checkType('format', 1, dataset, 'string') checkType('format', 2, key, 'string')...

Click to read more »
Module:Category handler/config
Jumat, 2022-01-28 01:49:58

allowed, and -- the blacklist check is skipped -- nil Categorisation is...

Click to read more »
Module:Sports table/sub
Senin, 2018-06-25 09:04:19

hth_string, hth_local_num, hth_id, k, hth_loc = '', nil, nil, nil, nil -- Check whether there is a head-to-head note or not, if so get text ready for it...

Click to read more »
Module:IPAc-en/data
Rabu, 2016-06-22 00:49:56

local phonemes = makeData(require(PHONEME_MODULE)) -- Check that no pronunciation keys are also contained in the phonemes -- data....

Click to read more »
Module:IPAc-ro/data
Minggu, 2018-01-21 03:19:11

local phonemes = makeData(require(PHONEME_MODULE)) -- Check that no pronunciation keys are also contained in the phonemes -- data....

Click to read more »
Module:Form of
Minggu, 2020-11-01 12:28:51

then local condval = check_condition(spec[2]) return not condval, 3 elseif predicate == "and" then local condval = check_condition(spec[2]) ...

Click to read more »
Module:Infobox gene
Minggu, 2018-06-03 13:56:15

"protected call", return "value error" with error info on error local function check_values(f,args) --local u= table.upack(args) local exist, val = pcall(f...

Click to read more »
Module:Authority control
Minggu, 2022-10-23 22:18:48

--Returns the ISNI check digit isni must be a string where the 15 first elements are digits, e.g. 0000000066534145 function p.getIsniCheckDigit( isni ) local...

Click to read more »
Module:Pagetype
Senin, 2018-04-23 02:43:31

for k, v in pairs(t) do ret[k] = v end return ret end local function checkPagetypeInput(namespace, val) -- Checks to see whether we need the default...

Click to read more »
Module:Portal
Jumat, 2019-12-20 08:40:54

true -- Check whether to do tracking in this namespace -- Returns true unless the page is one of the banned namespaces local function checkTrackingNamespace()...

Click to read more »
Module:Unicode data
Kamis, 2025-07-24 17:48:21

Does not check whether code point is an integer. -- Not used local function check_codepoint(funcName, argIdx, val) require 'libraryUtil'.checkType(funcName...

Click to read more »
Module:Unsubst
Senin, 2018-06-04 23:35:27

local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases']...

Click to read more »
Module:Namespace detect
Senin, 2017-01-30 09:29:14

function checkValue(value, default) if type(value) == 'string' then return value else return default end end local nsHeader = checkValue(cfg...

Click to read more »
Module:TemplatePar
Rabu, 2023-04-19 21:20:37

URLutil = 10859193 } } --[=[ Template parameter utility * assert * check * count * countNotEmpty * downcase() * duplicates * match * valid * verify()...

Click to read more »
Module:Section link
Minggu, 2022-10-23 22:23:54

implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page...

Click to read more »
Module:Shortcut
Jumat, 2022-01-28 01:50:37

'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {}...

Click to read more »
Module:Language
Minggu, 2022-10-23 22:24:19

lower = mw.ustring.lower local upper = mw.ustring.upper local function checkForString(variable) return variable ~= "" and variable ~= nil end local...

Click to read more »
Module:Flags
Minggu, 2013-08-18 02:53:31

territory.args[1] link = territory.args[1] end -- Variant check for historical flags -- if territory.args[3] ~= "" then variant...

Click to read more »
Module:Ugly hacks
Senin, 2020-04-27 08:11:25

if res then return "valid" else return "" end end function export.check_for_extra_args(frame) local allowed = {} for k, v in ipairs(frame.args)...

Click to read more »
Module:SDcat
Kamis, 2022-12-29 06:19:19

--[[ SDcat Module to check whether local short description matches that on Wikidata --]] local p = {} ---------------------------------------------...

Click to read more »
Module:Armenian
Rabu, 2017-04-26 05:41:40

Exit if the number is not expressible in Armenian numerals. -- FIXME: Check if Armenian numerals can really be made 10,000x bigger through -- overlining...

Click to read more »
Module:Ns has subpages
Jumat, 2017-03-10 05:05:59

to get the namespace from page names. -- Do a quick and dirty bad title check to try and make sure we do the same -- thing as {{NAMESPACE}} in most cases...

Click to read more »
Module:Weather box/row
Selasa, 2019-07-09 07:52:53

include_space = checkFlag( frame.args.include_space, true ) local second_line = checkFlag( frame.args.second_line, false ) local prefer_cm = checkFlag( frame...

Click to read more »
Module:Transclusion count/data/I
Kamis, 2020-10-15 01:13:07

8900, ["Infobox_journal/Bluebook_check"] = 8700, ["Infobox_journal/Former_check"] = 8700, ["Infobox_journal/ISO_4_check"] = 8700, ["Infobox_journal/ISSN-eISSN"]...

Click to read more »
Module:Citation/CS1/Configuration
Kamis, 2020-10-15 03:34:35

table of parameter names that the extraneous terminal punctuation check should not check. ]] local punct_skip = {}; local meta_params = { ...

Click to read more »
Module:Message box/configuration
Kamis, 2022-12-29 06:19:19

substCheck = true, classes = {'metadata', 'ambox'}, imageEmptyCell = true, imageCheckBlank ...

Click to read more »
Module:Links/templates
Senin, 2020-04-27 08:08:24

args[(compat and 1 or 2)] local alt = args[(compat and 2 or 3)] -- Check parameters lang = require("Module:languages").getByCode(lang) or ...

Click to read more »
Module:Gridiron color
Senin, 2019-11-04 13:49:54

box-shadow: ' .. s .. ';' else return '' end end local function contrast_check(background, text, colors, alt) local c_limit = 3 local contrast =...

Click to read more »
Module:Video gemme wikidata
Jumat, 2017-08-11 00:06:43

reviewer"; end; end; return nil; end; function p.setDateFormat(iDf) -- Check for a date format parameter. Default to mdy if missing. if(iDf ~= nil and...

Click to read more »
Module:Category described in year
Minggu, 2022-10-23 22:23:29

local currEntity = mw.wikibase.getEntity(currQID) if currEntity then --check Commons category property (P373) local ccPropState =...

Click to read more »
Module:Labelled list hatnote
Selasa, 2019-12-17 11:25:05

preprocessDisplays (args, prefixes) -- Prefixes specify which parameters, in order, to check for display options -- They each have numbers auto-appended, e.g. 'label1'...

Click to read more »
Module:Complex date
Senin, 2023-02-13 21:49:35

conj = checkAliases(state.conj ,'' ,'j') state.adj1 ,conj = checkAliases(state.adj1 ,conj,'a') state.units1,conj = checkAliases(state.units1...

Click to read more »
Module:WikidataIB
Senin, 2023-02-13 20:06:53

end -- of check for sourced end -- of check for matching required value and has qualifiers else return nil end -- of check for string ...

Click to read more »
Module:BaseConvert
Rabu, 2013-07-03 09:32:39

'%1') if c > 0 and not from then from = 16 end end -- check for a negative sign. Do this while the input is still in string form, ...

Click to read more »
Module:List
Jumat, 2019-12-20 08:40:54

are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p...

Click to read more »
Module:College color
Minggu, 2018-03-25 06:17:17

'') end function p.check(frame) local args = (frame.args[1] ~= nil) and frame.args or frame:getParent().args return team_check(remove_sport(args[1]...

Click to read more »
Module:Form of/functions
Senin, 2020-04-27 08:06:30

default), and should either return the formatted display text or nil to check the next handler. If no handlers apply, there is a default handler that...

Click to read more »
Module:Gender and number
Senin, 2020-04-27 08:06:37

.. " terms with incomplete gender"}, nil) end -- Check if the specification is valid --elseif langinfo.genders then -- local...

Click to read more »
Module:Message box
Selasa, 2025-07-15 09:49:30

then local paramsToCheck = cfg.templateErrorParamsToCheck or {} local count = 0 for i, param in ipairs(paramsToCheck) do if not args[param]...

Click to read more »
Module:Video gemme reviews
Minggu, 2022-10-23 22:21:54

'.. vgwd.getUpdateLink('nosub')) end return tbl end local function checkForWikidata(frame, args, activeSystems, providedAggregators) local wikidata...

Click to read more »
Module:Columns
Senin, 2020-04-27 08:06:03

background_color, -- args.collapse, args.toggle_category, args.class, args.lang -- Check for required fields? if type(args) ~= "table" then error("expected table...

Click to read more »
Module:Citation/CS1/Date validation
Kamis, 2020-10-15 01:12:54

passed table date_parameters_list through check_date() to check compliance with MOS:DATE. For all valid dates, check_date() returns true. The |date= parameter...

Click to read more »
Module:Ja-headword
Senin, 2020-04-27 08:06:48

local rom = args["rom"] or "" if rom == "" then rom = auto_rom end -- check auto rom against manual and put in hidden category if they differ if rom...

Click to read more »
Module:Clickable button 2
Selasa, 2017-01-31 05:51:01

then table.insert(data.classes, class) end -- Styles do --[[ -- Check whether we are on the same page as we have specified in -- args[1], but...

Click to read more »
Module:Ca-headword
Senin, 2020-04-27 08:06:01

accel = "feminine-plural-form-of", feminine_plural}) end -- Check for missing forms if feminine and not mw.title.new(feminine).exists then...

Click to read more »
Module:Sl-noun
Senin, 2020-04-27 08:11:20

accent marks, flag the entry for attention. function check_accents(args, data) -- Do we need to check? local noacc = args["noacc"]; if noacc == "" then...

Click to read more »
Module:Citation/CS1/Identifiers
Kamis, 2020-10-15 01:12:54

validator code calculates checksum across all ISBN/ISSN digits including the check digit. ISBN-13 is checked in isbn(). If the number is valid the result...

Click to read more »
Module:Coordinates
Minggu, 2022-10-23 22:18:54

on this condition, but otherwise it will. For not simply disable this check. if long_d > 180 then table.insert(errors, {source, "longitude degrees...

Click to read more »
Module:IPA
Senin, 2020-04-27 08:05:48

Removed because it's annoying when previewing pronunciation pages. end -- Check for obsolete and nonstandard symbols for i, symbol in ipairs(m_data.nonstandard)...

Click to read more »
Module:TimeAgo
Selasa, 2016-06-21 23:49:55

llUrl('action=purge') .. ' purge])</span>' else purge = '' end -- Check that the entered timestamp is valid. If it isn't, then give an error message...

Click to read more »
Module:Documentation
Kamis, 2022-12-29 06:19:20

docTitle if not subjectSpace or not docTitle then return nil end -- Check whether we should output the end box at all. Add the end -- box by default...

Click to read more »
Module:InfoboxImage
Kamis, 2020-10-15 03:04:10

then sizedefault = maxsize end -- check to see if size bigger than maxsize if size ~= "" and size ~=...

Click to read more »
Module:Math
Sabtu, 2021-03-13 06:12:28

if given an explicit nil parameter, so we need to use if statements to check the params. if first and second then if first <= second then -- math...

Click to read more »
Module:Scots byleid note
Rabu, 2020-10-21 00:07:41

n.image = string.format('[[File:%s|%s]]', n.image, size) else --check if the globe should be "color" instead of "colour" if yesno(n.color)...

Click to read more »
Module:Flagg
Selasa, 2019-12-17 11:28:00

preflink..namelink..sufflink elseif mn=="d" then --data template --check if redirect if require('Module:Redirect').luaIsRedirect("Template:Country...

Click to read more »
Module:Convert
Rabu, 2020-09-02 02:10:55

local function to_en_with_check(text, parms) -- Version of to_en() for a wiki using numdot = ',' and numsep = '.' to check -- text (an input number...

Click to read more »
Module:IrelandBiCoontyCatNav
Sabtu, 2018-05-12 23:09:26

nowhere in the pagename, then no need for -- more precise checks -- This check would be one line in regex, but Lua pattern matching is cruder, --so we...

Click to read more »
Module:Biota infobox/core
Minggu, 2022-10-23 22:23:15

info.headerColor = templateArgs['colour'] return p._core --TODO check it works end -- this is the core function, called either from main() or...

Click to read more »
Module:UserLinks
Sabtu, 2018-02-17 15:15:53

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 ~= '' then...

Click to read more »
Module:Zh
Minggu, 2022-10-23 22:22:48

body = body .. label .. val .. "; " end end if (body > "") then -- check for empty string return string.sub(body, 1, -3) -- chop off final semicolon...

Click to read more »
Module:Greek
Kamis, 2018-02-22 07:38:55

letters for letter in mw.ustring.gmatch(greek_number, ".") do -- check if thousand marker exists if letter == "," then thousand_flag...

Click to read more »
Module:Transclusion count/data/S
Kamis, 2022-12-29 06:19:21

112000, ["Sortname"] = 50000, ["Source-attribution"] = 25000, ["Source_check"] = 971000, ["Sourcecheck"] = 971000, ["Sources"] = 2200, ["South_America_topic"]...

Click to read more »
Module:Wd
Rabu, 2020-07-08 09:39:07

"" end end id = id:upper() -- just to be sure if raw then -- check if given id actually exists if mw.wikibase.isValidEntityId(id) and mw...

Click to read more »
Module:Taxonbar
Minggu, 2022-10-23 22:23:12

mainsnak.datavalue and formatterURL.mainsnak.datavalue.value then --nil check for ABA link = formatterURL.mainsnak.datavalue.value end ...

Click to read more »
Module:Ru-noun
Senin, 2020-04-27 08:11:12

check if acc_sg_in==acc_sg_an and make it acc_sg; when a=="b" and the _in and _an variants are different, might need to ignore them or check ...

Click to read more »
Module:Autotaxobox
Minggu, 2022-10-23 22:21:34

l.getRankTable() local lastRankVal = 1000000 local orderOk = true -- check whether the taxonomy is for viruses; use already determined taxon colour...

Click to read more »
Module:En-headword
Sabtu, 2020-09-19 13:00:28

pl_parts = {label = "plural", accel = {form = "p"}} local function check_ies(pl, stem) local newplural, nummatches = stem:gsub("([^aeiou])y$"...

Click to read more »
Module:SportsRankings
Minggu, 2022-10-23 22:22:43

args) do --check content if v and v ~= "" then templateArgs[k]=v --parents.args[k] end end for k,v in pairs(frame.args) do --check content ...

Click to read more »
Module:Infobox
Kamis, 2020-10-15 03:06:03

value detected", 2) end -- Get arguments without a number suffix, and check for bad input. for i,v in ipairs(prefixTable) do if type(v) ~= 'table'...

Click to read more »
Module:Icon/data
Selasa, 2018-01-30 07:49:32

vote.svg", tooltip = "Non-airticle page", }, aa = { image = "Yes check.svg", tooltip = "Auditit airticle o leemitit subject maiter", }, da...

Click to read more »
Module:Autovirusbox
Minggu, 2022-10-23 22:24:37

infraTaxon ~= '') then autoTaxon = parent autoTaxonType = 'PARENT' end -- check for multiple infra-taxa local count = 0 if strain ~= '' then count = count...

Click to read more »
Module:Biota infobox
Minggu, 2022-10-23 22:23:26

variety --TODO strip genus of disambiguator (need to check this works) local genus =mw.text.split( templateArgs['genus'],...

Click to read more »
Module:Location map
Rabu, 2023-03-01 08:34:39

match(tostring(width),"%d*")) or 0; if width_as_number == 0 then -- check to see if width is junk. If it is, then use default calculation width...

Click to read more »
Module:Script utilities
Senin, 2020-04-27 08:11:15

not need a native script.") else return ret end end function export.checkScript(text, scriptCode, result) local scriptObject = require("Module:scripts")...

Click to read more »
Module:Iucn
Minggu, 2022-10-23 22:24:46

that are present are correct; message else ]] local function iucn_volume_check (args) local vol = args.volume; local date = args.date or args.year; ...

Click to read more »
Module:Number list
Senin, 2020-04-27 08:08:29

match any of the numbers listed in the data module for " .. cur_num .. ". Check the data module or the spelling of the page.") end -- Current number...

Click to read more »
Module:Episode list
Minggu, 2015-11-08 07:52:44

-- Only sublist had anything about hiding, so only it needs to even check if sublist then on_main_page = mw.uri.anchorEncode(page_title) == mw...

Click to read more »
Module:Navseasoncats
Jumat, 2020-01-03 10:35:20

failed to generate navbox|'..(sortkey or 'O')..']]' end return '' end --Check for nav_*() navigational isolation (not necessarily an error). --Used by...

Click to read more »
Module:Sv-nouns
Senin, 2020-04-27 08:11:21

key:find("_pl$")) then form = nil end data.forms[key] = form end -- Check if the lemma form matches the page name if lang:makeEntryName(data.forms[n...

Click to read more »
Module:DateI18n
Senin, 2023-02-13 21:58:15

local function parserDatevec(datevec) -- if month is not a number than check if it is a month name in project's language local month = datevec[2] if...

Click to read more »
Module:La-verb
Senin, 2020-04-27 08:06:58

basic verb. -- They are defined further down. local conjugations = {} -- Check if this verb is reconstructed -- i.e. the pagename is Reconstruction:Latin/...

Click to read more »
Module:Protected edit request
Rabu, 2014-02-19 07:07:51

getPropertyFunc) -- If the titles table has more than one title in it, check if they have the same property. -- The property is found using the getPropertyFunc...

Click to read more »
Module:Ru-pron
Senin, 2020-04-27 08:11:12

Module:User:Benwing2/ru-pron to make sure all pronunciations are the same. -- To check for differences, go to Template:tracking/ru-pron/different-pron -- and look...

Click to read more »
Module:Color contrast
Jumat, 2022-01-28 01:49:59

contrast}} from a wrapper template. Parameters: -- |1= — required; A color to check. --]] function p.lum(frame) local color = frame.args[1] or frame:getParent()...

Click to read more »
Module:Headword
Sabtu, 2023-04-08 08:22:19

function show_headword_line(data) local namespace = title.nsText -- Check the namespace against the language type if namespace == "" then if data...

Click to read more »
Module:Japanese calendar
Rabu, 2017-04-26 05:45:37

math.floor( initIndex ) == initIndex and initIndex ~= math.huge ) then -- Check that initIndex is a positive integer. initIndex = nil end ...

Click to read more »
Module:Mapframe
Rabu, 2020-07-08 09:38:43

end else cleanArgs[key] = val end end return cleanArgs end --[[ Check if a value is affirmed (one of the values in L10n.str.affirmedWords) @param...

Click to read more »
Module:Pi-decl/noun
Senin, 2020-04-27 08:11:02

return 'ent' end else return key end end end end -- Check Latin script first local fourLetters = sub(stem, -4) -- sneaky optimisation...

Click to read more »
Module:Ru-adjective
Senin, 2020-04-27 08:11:09

short_accent, short_stem = splitvals[1], splitvals[2], splitvals[3] -- Check for dated variant of short accent dated_short = short_accent and rmatch(short_accent...

Click to read more »
Module:Track gauge
Minggu, 2017-03-05 00:37:59

sort1, title.text) end return (args[1] or '') .. category end -- Check and set args & tgEntry props: disp, first, nowrap, first local disp = args...

Click to read more »
Module:Gazette util
Minggu, 2022-10-23 22:23:08

suffixes except 'th' if num_str:match ('^1[1-3]$') then -- check the 11-13 odd balls first to get them out of the way return num_str ....

Click to read more »
Module:Vep-nominals
Senin, 2020-04-27 08:11:32

subform .. suffix end end data.forms[key] = form end -- Check if the lemma form matches the page name local lemma_key = data.n == "pl"...

Click to read more »
Module:Protection banner/config
Kamis, 2022-12-29 06:19:20

reasonsWithoutExpiryCheck -- table. expiryCheckActions = { edit = nil, move = false, autoreview = true, upload = false }, reasonsWithoutExpiryCheck = { blp...

Click to read more »
Module:Fr-pron
Senin, 2020-04-27 08:06:33

follow j -> ʒ above -- NOTE: In all of the following, we purposely do not check for a vowel -- following -ill-, so that respellings can use it before a...

Click to read more »
Module:Hu-nominals
Senin, 2020-04-27 08:06:44

format_categories(data.categories, lang) end -- Inflection functions local function check_acc(stem, acc_sg_vowel, acc_sg_vowel2) if (mw.ustring.find(stem, "[nsz]$")...

Click to read more »
Module:Val
Minggu, 2018-02-18 08:42:20

'</span>' end return result .. (options.warning or '') end local function check_parameters(args, has_ranges, nocat) -- Return warning text for the first...

Click to read more »
Module:Bibleverse
Selasa, 2020-01-07 05:39:48

valueExists(book_aliases[full_books], mw.ustring.gsub(book, '_', '')) then --check to see if it exists as a value in each table book = full_books book_found...

Click to read more »
Module:Compound
Senin, 2020-04-27 08:06:04

possible script, use it. scode = possible_scripts[1] else -- 3. Check if any of the possible scripts for the language have -- non-default...

Click to read more »
Module:Ru-common
Senin, 2020-04-27 08:11:10

Cyrillic words in connected text need accents? We need to -- split by word and check each one. function export.needs_accents(text) local function word_needs_accents(word)...

Click to read more »
Module:Calendar date
Minggu, 2022-10-23 22:24:41

style="font-size:100%" class="error citation-comment">Error in {{' .. tname .. '}} - Check <code style="color:inherit; border:inherit; padding:inherit;">&#124;' ....

Click to read more »
Module:Transclusion count/data/W
Jumat, 2022-01-28 01:51:28

["WikiProject_Anime_and_manga/class"] = 29000, ["WikiProject_Anime_and_manga/type_check"] = 29000, ["WikiProject_Antarctica"] = 17000, ["WikiProject_Antarctica/class"]...

Click to read more »
Module:Et-nominals
Senin, 2020-04-27 08:06:16

key:find("_pl$")) then form = nil end data.forms[key] = form end -- Check if the lemma form matches the page name if lang:makeEntryName(data.forms[n...

Click to read more »
Module:Dts
Jumat, 2017-05-26 04:37:27

self.isWrapping = args.nowrap == 'off' or yesno(args.nowrap) == false -- Check for deprecated parameters. if args.link then self.hasDeprecatedParameters...

Click to read more »
Module:Infobox3cols
Selasa, 2016-08-23 00:02:58

detected", 2) end -- Get arguments without a number suffix, and check for bad input. for i,v in ipairs(prefixTable) do if type(v)...

Click to read more »
Module:Series overview
Minggu, 2022-10-23 22:22:39

:css('padding', cellPadding) :wikitext(args[param]) end end -- Check for scenarios with an empty subheaderRow if not allReleased or numInfoCells...

Click to read more »
Module:La-nominal
Senin, 2020-04-27 08:06:55

each pair consists of a single ending spec and a list of -- subtypes), check each ending in turn against LEMMA. If it matches, return -- the pair BASE...

Click to read more »
Module:Fi-nominals
Senin, 2020-04-27 08:06:26

key:find("_pl$")) then form = nil end data.forms[key] = form end -- Check if the lemma form matches the page name if not appendix and lang:makeEntryName(data...

Click to read more »
Module:Pl-noun
Senin, 2020-04-27 08:11:04

return stem, last_gen else return nil, nil end end local function check_split(stem, last) if not stem then error("nil stem encountered in declension...

Click to read more »
Module:Buffer
Kamis, 2018-02-22 08:52:47

1)~=nil and next(t, #t)==nil then--while possible to miss keys, more thorough check would negate the benefit of pFast vMap[t] = #t return pFast, t, nil ...

Click to read more »
Module:Convert/wikidata
Selasa, 2018-01-30 07:50:04

---------------------------------------------------- --- List units and check syntax of definitions ---------------------------------...

Click to read more »
Module:Citation
Jumat, 2014-04-18 20:48:59

the data in parentheses "(data)". There -- has been a need to pre-check for the existence of related -- options, to keep from putting double-dots...

Click to read more »
Module:Excerpt
Minggu, 2026-05-10 22:46:34

parameters[ p ] then caption = parameters[ p ] break end end -- Check for CSS classes -- We opt to use skin-invert-image instead of skin-invert...

Click to read more »
Module:Protection banner
Rabu, 2026-02-18 15:57:12

ipairs(inactive) do attemptOrder[#attemptOrder + 1] = t end end --[[ -- Check increasingly generic key combinations until we find a match. If a -- specific...

Click to read more »
Module:Year in various calendars
Senin, 2018-05-07 13:11:31

kinds -- of objects. Some export functions can return nil, so we need to check for that. if type( self.calendars ) == 'table' then for _, calendar in...

Click to read more »
Module:Internet Archive
Sabtu, 2017-03-11 01:36:36

return p.IArender() end return "Unknown error (1). Please check documentation for [[Template:"..tname.."]]" end -- Build final output...

Click to read more »
Module:Transcluder
Jumat, 2026-02-06 21:33:43

text.trim(section) local escapedSection = escapeString(section) -- First check if the section title matches a <section> tag if string.find(text,...

Click to read more »
Module:Date
Rabu, 2026-02-18 11:57:04

means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_diff(t)...

Click to read more »