Search Results: Module:Parameter validation/testcases
Sorry, the article you're looking for isn't specifically available. Here are related topics:
Module:Template parameter value
Kamis, 2025-10-23 22:11:46insert(parameterOrder, key) parameters[key] = value end end return parameters, parameterOrder end -- Returns a table containing parameters and a...
Click to read more »Module:Parameter validation/doc
Senin, 2026-05-04 04:12:23usages of a template's parameters. Compared to Module:Check for unknown parameters, you do not need to create long lists of parameters which should be categorised;...
Click to read more »Module:Parameter validation
Jumat, 2026-05-15 20:39:27parameter is nil, only template page will be searched for templatedata. local function calculateViolations( frame, subpages ) -- used for parameter type...
Click to read more »Module:Template parameter value/sandbox
Kamis, 2025-10-23 22:00:38insert(parameterOrder, key) parameters[key] = value end end return parameters, parameterOrder end -- Returns a table containing parameters and a...
Click to read more »Module:Check for conflicting parameters
Minggu, 2025-12-28 10:34:01warnmsg, mw.ustring.format( 'Using more than one of the following parameters%s: <code>%s</code>.', template, table.concat(v, '</code>, <code>')...
Click to read more »Module:Parameter validation/default config
Jumat, 2026-05-15 20:38:37tname_naked with %s parameters]]}}', cat) .. create_message(msg) end local options = { ['undeclared'] = create('unknown', 'unknown parameter(s): paramname')...
Click to read more »Module:Parameters
Sabtu, 2020-07-04 17:52:26-- This module implements [[Template:Parameters]]. -- [SublimeLinter luacheck-globals:mw] local DEFINITIONS = { alt = { code = '<!-- text alternative...
Click to read more »Module:Template parameter value/doc
Kamis, 2025-04-17 00:15:29Implements {{Template parameter value}} and {{HasTemplate}}, and can be used from other modules. getParameter takes 4 arguments: The page name (string)...
Click to read more »Module:Check for conflicting parameters/doc
Minggu, 2025-12-28 10:35:17template to check for uses of tuples of conflicting parameters. {{#invoke:Check for conflicting parameters|check |nested=1 |template=Some template name |cat={{main...
Click to read more »Module:Parameter names example
Kamis, 2025-04-24 01:00:35-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3)...
Click to read more »Module:ParameterCount
Sabtu, 2017-02-11 21:32:57{{#invoke:ParameterCount|main}} -- Users can specify a list of parameters to check, and a list of Lua -- Ustring patterns to check each parameter against...
Click to read more »Module:Check blp parameter
Jumat, 2025-01-03 04:07:09= function(p) local TPVmodule = require('Module:Template parameter value').getParameter local success, param = TPVmodule(current_title.fullText, templates...
Click to read more »Module:Parameters/sandbox
Sabtu, 2020-07-04 17:56:03-- This module implements [[Template:Parameters]]. -- [SublimeLinter luacheck-globals:mw] local DEFINITIONS = { alt = { code = '<!-- text alternative...
Click to read more »Module:Check for conflicting parameters/sandbox
Minggu, 2025-12-28 10:34:01warnmsg, mw.ustring.format( 'Using more than one of the following parameters%s: <code>%s</code>.', template, table.concat(v, '</code>, <code>')...
Click to read more »Module:Parameter names example/sandbox
Kamis, 2020-03-26 10:42:46-- This module implements {{parameter names example}}. local p = {} local function makeParam(s) local lb = '{' local rb = '}' return lb:rep(3)...
Click to read more »Module:Template parameter value/testcases
Kamis, 2025-10-23 22:11:00[[Template:Template parameter value/testpage]] for the content used in testing local p = require('Module:UnitTests') local TestPage = "Template:Template parameter value/testpage"...
Click to read more »Module:Check blp parameter/sandbox
Rabu, 2025-11-26 22:20:15= function(p) local TPVmodule = require('Module:Template parameter value').getParameter local success, param = TPVmodule(current_title.fullText, templates...
Click to read more »Module:Check for unknown parameters/doc
Rabu, 2026-06-03 19:56:33Module:Check for unknown parameters is used to check for uses of unknown parameters in a template or module. It may be appended to a template at the end...
Click to read more »Module:EditAtWikidata/sandbox
Minggu, 2022-03-13 11:13:40article where this is placed. -- This message is only displayed if a local_parameter is not supplied -- i.e. when called from a template, it can be coded not...
Click to read more »Module:Parameter validation/sandbox
Senin, 2026-04-27 12:19:28parameter is nil, only template page will be searched for templatedata. local function calculateViolations( frame, subpages ) -- used for parameter type...
Click to read more »Module:EditAtWikidata
Rabu, 2025-10-15 02:53:05article where this is placed. -- This message is only displayed if a local_parameter is not supplied -- i.e. when called from a template, it can be coded not...
Click to read more »Module:Parameter names example/doc
Sabtu, 2016-05-14 19:32:54This module implements {{Parameter names example}} (also known as {{Generic template demo}}). It creates a template demonstration such as that shown opposite...
Click to read more »Module:Citation/CS1
Sabtu, 2026-02-28 22:14:46whitelist = {}; -- table of tables listing valid template parameter names; defined in Module:Citation/CS1/Whitelist --[[------------------<...
Click to read more »Module:Sandbox/trappist the monk/parameter match test
Senin, 2022-10-24 04:11:57the list of parameters and their associated meta parameter from the ~/Configuration module =p.aliases_dups – returns a list of parameters that appear...
Click to read more »Module:Check for deprecated parameters/doc
Minggu, 2025-12-28 10:36:58Module:Check for deprecated parameters may be appended to a template to check for uses of deprecated parameters. It will place the page in a specific...
Click to read more »Module:String
Selasa, 2025-08-12 06:48:56functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove...
Click to read more »Module:Parameter validation/default config/sandbox
Senin, 2026-04-27 12:31:17tname_naked with %s parameters]]}}', cat) .. create_message(msg) end local options = { ['undeclared'] = create('unknown', 'unknown parameter(s): paramname')...
Click to read more »Module:Template wrapper
Sabtu, 2022-10-22 04:11:46local function add_parameter (k, v, args, list) if list then table.insert( args, table.concat ({k, '=', v})); -- write parameter names and values...
Click to read more »Module:WikidataIB
Sabtu, 2025-12-27 18:46:46use of a blacklist and whitelist for infobox fields -- Can take a named parameter |qid which is the Wikidata ID for the article -- if not supplied, it will...
Click to read more »Module:Parameter validation/default config/doc
Senin, 2026-04-27 12:41:32The default configuration for Module:Parameter validation....
Click to read more »Module:Citation/CS1/sandbox
Minggu, 2026-04-26 21:34:02whitelist = {}; -- table of tables listing valid template parameter names; defined in Module:Citation/CS1/Whitelist --[[------------------<...
Click to read more »Module:Wikidata
Sabtu, 2023-03-04 11:35:36printDatavalueMonolingualText(data, parameter) -- data fields: language [string], text [string] if parameter then return data[parameter] else local result =...
Click to read more »Module:String/sandbox
Selasa, 2025-08-12 06:46:44functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove...
Click to read more »Module:Check for deprecated parameters
Kamis, 2025-11-20 18:54:16"[[Category:Pages with deprecated parameters]]" or "" local preview = args['preview'] or 'Page using [['..caller..']] with deprecated parameter _VALUE_' if isnotempty(preview)...
Click to read more »Module:GetParameters/doc
Jumat, 2024-08-30 04:33:33the positional parameters instead if not. This is designed to work around the stripping of values that takes place for defined parameters which could be...
Click to read more »Module:Template wrapper/doc
Senin, 2025-09-08 02:26:17to allow those templates to provide default parameter values and allow editors to pass additional parameters to the underlying working template. When writing...
Click to read more »Module:Citation/CS1/Suggestions
Sabtu, 2023-01-14 21:43:32'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen']...
Click to read more »Module:ParameterCount/doc
Selasa, 2024-10-01 20:17:14module counts the number of parameters that are passed to a template. For example, you might put the code {{#invoke:ParameterCount|all}} inside the {{my...
Click to read more »Module:Category handler
Rabu, 2020-04-01 13:12:40function CategoryHandler:parameter(key) local parameterNames = self._data.parameters[key] local pntype = type(parameterNames) if pntype == 'string'...
Click to read more »Module:Citation/CS1/Configuration
Sabtu, 2026-02-28 22:14:44url-holding parameters and their dependent parameters for url_param, meta_parameters_t in pairs (url_dependency_map_t) do -- sequence of meta-parameters (indexes)...
Click to read more »Module:Infobox
Sabtu, 2025-12-13 06:40:10always parses parameters containing the "prefix" -- string, but only parses parameters in the "depend" table if the prefix -- parameter is present and...
Click to read more »Module:String2
Rabu, 2025-02-19 19:24:59p._GetParameters = require('Module:GetParameters') -- Argument list helper function, as per Module:String p._getParameters = p._GetParameters.getParameters...
Click to read more »Module:Infobox/sandbox
Kamis, 2026-06-04 03:40:46always parses parameters containing the "prefix" -- string, but only parses parameters in the "depend" table if the prefix -- parameter is present and...
Click to read more »Module:Wikidata/sandbox
Sabtu, 2023-03-04 11:34:03printDatavalueMonolingualText(data, parameter) -- data fields: language [string], text [string] if parameter then return data[parameter] else local result =...
Click to read more »Module:WikidataIB/sandbox
Senin, 2025-12-22 06:49:07use of a blacklist and whitelist for infobox fields -- Can take a named parameter |qid which is the Wikidata ID for the article -- if not supplied, it will...
Click to read more »Module:Sandbox/Erutuon/parameters
Kamis, 2018-08-30 07:29:36sort(params_sorted, defaultKeySort) return params_sorted end function p.get_parameters(pagename) local page if type(pagename) == "string" then page = mw...
Click to read more »Module:Article stub box
Senin, 2026-03-23 03:14:13WRAPPER_TEMPLATE }), page or mw.title.getCurrentTitle() --Ensures demo parameter will never affect category() output for articles self.demo = self.demo...
Click to read more »Module:Unsubst
Sabtu, 2021-10-09 01:22:16BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template...
Click to read more »Module:CS1 translator
Jumat, 2026-03-06 13:45:32get parameter names and values into an associative table from <frame> (the parameters in the #invoke) and from the parent frame (the parameters in the...
Click to read more »Module:Authority control
Sabtu, 2026-02-07 04:46:53qid = resolveQID(args.qid) -- check qid parameter if no wikidata item is connected if qid then -- qid parameter is valid, set topic to display topic...
Click to read more »Module:Template wrapper/sandbox
Jumat, 2022-10-21 16:56:15local function add_parameter (k, v, args, list) if list then table.insert( args, table.concat ({k, '=', v})); -- write parameter names and values...
Click to read more »Module:Example
Selasa, 2026-02-03 09:13:20`frame.args` -- `frame.args[1]` refers to the first unnamed parameter -- given to the module return "Hello, " .. name .. "!" --...
Click to read more »Module:GetParameters
Selasa, 2024-11-26 04:58:30a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and...
Click to read more »Module:Sandbox/trappist the monk/Parameters
Selasa, 2021-02-09 02:03:59namelists_get() This function is used to validate a parameter's assigned value for those parameters that have only a limited number of allowable values...
Click to read more »Module:Sandbox/trappist the monk/parameter match test/Whitelist/tr
Minggu, 2021-08-29 18:18:48S U P P O R T E D >------------------------------ This is a list of parameters that once were but now are no longer supported: ['albumlink'] = nil...
Click to read more »Module:Lang/sandbox
Rabu, 2026-05-13 06:17:18-------------------- ]] local function parameter_validate (args_t, template) local err_msg = cfg.parameter_validate_t.invalid_param; if cfg.templates_t...
Click to read more »Module:Road data/parser/hooks
Rabu, 2025-10-29 23:24:14p.split(parameters, args) local route = tonumber(string.match(args.route, "%d+")) or 0 if route < parameters.split then return parameters.below else...
Click to read more »Module:WikidataIB/doc
Minggu, 2025-12-21 03:30:35named parameter |suppressfields= The whitelist is passed in the named parameter |fetchwikidata= The getValue function will accept a boolean parameter onlysourced...
Click to read more »Module:Episode list
Sabtu, 2025-10-11 08:47:09have parameter groups local parameterGroupCells = {} local firstParameterGroupCell local parameterGroupCellsAny = false -- List of title parameter names...
Click to read more »Module:WikiProject banner/doc
Kamis, 2025-11-27 01:32:21below. By using parameters - see #Parameters. Two different types of parameters are used: formatting and display: Formatting parameters customise the meta-template...
Click to read more »Module:Lang
Rabu, 2026-05-13 06:20:12-------------------- ]] local function parameter_validate (args_t, template) local err_msg = cfg.parameter_validate_t.invalid_param; if cfg.templates_t...
Click to read more »Module:Sandbox/trappist the monk/parameter match test/Configuration/es
Minggu, 2021-08-29 02:06:30['parameter'] = '<code>|$1=</code>', ['parameter-separator'] = ', ', ['parameter-final-separator'] = ', y ', -- ', and ', ['parameter-pair-separator']...
Click to read more »Module:Namespace detect
Minggu, 2014-04-06 00:01:23corresponding subject namespace value if it is -- -- used on a talk page. Parameter names can be configured for different wikis -- -- by altering the values...
Click to read more »Module:Text
Sabtu, 2025-04-26 19:19:49function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string...
Click to read more »Module:Citation/CS1/Suggestions/sandbox
Rabu, 2025-12-17 03:52:24old parameter name ['authorgiven'] = 'author-given', -- old parameter name ['authorlast'] = 'author-last', -- old parameter name...
Click to read more »Module:TemplatePar
Kamis, 2023-04-20 01:13:15template * parameter too long", tooShort = "Error in template * parameter too short", unavailable = "Error in template * parameter name missing"...
Click to read more »Module:Unsubst/sandbox
Rabu, 2026-06-03 03:52:34= 'all parameters', ['$extra'] = 'extra parameters', ['$set1'] = 'parameter set 1', ['$set2'] = 'parameter set 2', ['$set3'] = 'parameter set 3',...
Click to read more »Module:Citation/CS1/Configuration/sandbox
Rabu, 2026-06-03 02:12:03url-holding parameters and their dependent parameters for url_param, meta_parameters_t in pairs (url_dependency_map_t) do -- sequence of meta-parameters (indexes)...
Click to read more »Module:Separated entries
Senin, 2025-10-13 23:33:18-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be...
Click to read more »Module:Wd
Rabu, 2025-07-23 02:53:47level_2} [parameters.property] = {"getProperty"}, [parameters.reference] = {"getReferences", "getReference"}, [parameters.qualifier]...
Click to read more »Module:Coordinates
Senin, 2026-01-26 03:35:45{{#invoke:Coordinates | coord2text | {{Coord}} | parameter }} Valid values for the second parameter are: lat (signed integer), long (signed integer)...
Click to read more »Module:Check blp parameter/doc
Kamis, 2024-09-12 18:58:06This module is used by Template:WikiProject Biography to check for issues with the |blp=, |BLP= and |living= parameters....
Click to read more »Module:Road data/parser
Sabtu, 2024-08-24 16:40:02]]*)%|([^%[|%]]*)%]" --- -- Parameter substitution pattern -- Syntax: %param% -- where param is the name of the parameter whose value is to be substituted...
Click to read more »Module:Protection banner
Rabu, 2026-02-18 15:46:08_makeCurrentVersionParameter parameterFuncs.EDITREQUEST = self._makeEditRequestParameter parameterFuncs.EXPIRY = self._makeExpiryParameter parameterFuncs...
Click to read more »Module:Unsubst-infobox
Senin, 2024-07-29 08:54:24= 'all parameters', ['$extra'] = 'extra parameters', ['$set1'] = 'parameter set 1', ['$set2'] = 'parameter set 2', ['$set3'] = 'parameter set 3',...
Click to read more »Module:Separated entries/sandbox
Senin, 2025-10-13 23:32:53-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be...
Click to read more »Module:Coordinates/sandbox
Senin, 2026-01-12 03:40:02{{#invoke:Coordinates | coord2text | {{Coord}} | parameter }} Valid values for the second parameter are: lat (signed integer), long (signed integer)...
Click to read more »Module:Infobox3cols
Senin, 2026-05-25 12:20:24local check_for_unknown_parameters = require("Module:Check for unknown parameters")._check local p = {} local args = {} local origArgs = {} local root...
Click to read more »Module:Portal maintenance status
Minggu, 2018-12-23 23:46:20return pattern end function makeParameterPattern(parameter) return mw.ustring.format('%s%s%s%s', '|%s*', parameter, '%s*=%s*', '([^|%}]*)', '%s*[|%}]')...
Click to read more »Module:Check for unknown parameters
Jumat, 2025-10-17 18:01:38-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is --...
Click to read more »Module:Fiction redirect category handler/Franchise
Kamis, 2024-11-14 11:39:50one, have short parameters that editors can use instead of the full TV series name. This functions checks if the user-input parameters match the ones on...
Click to read more »Module:Mapframe
Senin, 2026-06-01 22:40:49modules which require this module are not using globals. -- Template parameter names (unnumbered versions only) -- Specify each as either a single...
Click to read more »Module:Infobox3cols/sandbox
Senin, 2026-05-25 12:16:45local check_for_unknown_parameters = require("Module:Check for unknown parameters")._check local p = {} local args = {} local origArgs = {} local root...
Click to read more »Module:Parameters/doc
Selasa, 2021-11-16 10:00:58Implements {{parameters}}...
Click to read more »Module:Country alias
Senin, 2026-04-20 17:47:33yes(parameter) -- Return true if parameter should be interpreted as "yes". return ({ y = true, yes = true, on = true, [true] = true })[parameter] end...
Click to read more »Module:Age
Rabu, 2025-12-10 15:08:14dateDifference. ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add']...
Click to read more »Module:Footnotes
Minggu, 2025-03-02 10:29:01all of the templates share a common set of parameters, a single common function to fetch those parameters from frame and parent frame. ]] local function...
Click to read more »Module:Political party
Sabtu, 2026-02-21 23:27:56then return create_error("parameter 1 should be a party name.") end if not args[2] then return create_error("parameter 2 should be the output type...
Click to read more »Module:Redirect template handler/doc
Kamis, 2024-06-27 16:56:06boolean value if the redirect is the primary redirect. If an unknown parameter is used, the module also returns a warning about the usage and adds the...
Click to read more »Module:WPSHIPS utilities
Selasa, 2026-04-07 00:38:23{'has synonymous parameter', 'Category:Pages using infobox ship with synonymous parameters'}; missing = {'missing required parameter: %s', 'Category:WPSHIPS:...
Click to read more »Module:Message box
Senin, 2025-10-20 01:19:52args.demospace and args.demospace ~= '' then -- implement demospace parameter of mbox local demospace = string.lower(args.demospace) if DEMOSPACES[demospace]...
Click to read more »Module:Citation/CS1/Whitelist
Minggu, 2024-08-18 01:39:09- these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid...
Click to read more »Module:Protection banner/sandbox
Kamis, 2026-04-16 03:24:56_makeCurrentVersionParameter parameterFuncs.EDITREQUEST = self._makeEditRequestParameter parameterFuncs.EXPIRY = self._makeExpiryParameter parameterFuncs...
Click to read more »Module:Citation/CS1/Date validation
Minggu, 2026-01-18 02:25:14pairs(date_parameters_list) do -- for each date-holding parameter in the list if is_set(v.val) then -- if the parameter has a value...
Click to read more »Module:ParameterCount/sandbox
Senin, 2023-02-27 17:40:38{{#invoke:ParameterCount|main}} -- Users can specify a list of parameters to check, and a list of Lua -- Ustring patterns to check each parameter against...
Click to read more »Module:Category handler/sandbox
Minggu, 2020-05-17 21:35:33function CategoryHandler:parameter(key) local parameterNames = self._data.parameters[key] local pntype = type(parameterNames) if pntype == 'string'...
Click to read more »Module:Params/doc/examples/check for unknown parameters
Jumat, 2024-09-27 02:46:31..}} to check for unknown parameters. For instance, writing {{module:params/doc/examples/check for unknown parameters | hello = world | wind = surfing...
Click to read more »Module:Params/doc/examples/check for unknown parameters/doc
Minggu, 2025-12-28 10:39:07..}} to check for unknown parameters. For instance, writing {{module:params/doc/examples/check for unknown parameters | hello = world | wind = surfing...
Click to read more »Module:Check for deprecated parameters/sandbox
Kamis, 2025-11-20 18:52:48"[[Category:Pages with deprecated parameters]]" or "" local preview = args['preview'] or 'Page using [['..caller..']] with deprecated parameter _VALUE_' if isnotempty(preview)...
Click to read more »Module:File link
Rabu, 2020-04-01 13:31:54'%s' parameter of '_main' (expected string, got %s)", key, type(val) ), level) end end local ret = {} -- Adds a positional parameter to the...
Click to read more »Module:Age/sandbox
Selasa, 2025-12-09 10:52:00dateDifference. ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add']...
Click to read more »Module:CS1 translator/data
Minggu, 2026-04-26 06:54:08table where k – the non-English parameter name v – the directly translatable cs1|2 equivalent parameter name. Parameter names that do not have any cs1|2...
Click to read more »Module:Box-header
Senin, 2025-06-02 12:08:25function getParam(args, parameter) if args[parameter] then return args[parameter] end local aliases = parameterAliases[parameter] if not aliases then...
Click to read more »Module:Television episode short description/doc
Rabu, 2025-08-06 16:03:28episode short description|getShortDescription}} The parameter names use a corresponding parameter from Template:Infobox television episode to fill in...
Click to read more »Module:String2/sandbox
Rabu, 2025-02-19 19:23:52p._GetParameters = require('Module:GetParameters') -- Argument list helper function, as per Module:String p._getParameters = p._GetParameters.getParameters...
Click to read more »Module:Settlement short description
Sabtu, 2022-02-12 23:43:02and other checks function p.validate (parameter, cat) if not parameter then return nil end parameter = parameter:gsub('%b()', '') --remove things in brackets...
Click to read more »Module:Check for unknown parameters/testcases
Selasa, 2024-01-16 19:24:15-- Unit tests for [[Module:Check for unknown parameters]]. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_01_1_check()...
Click to read more »Module:Sandbox/trappist the monk/parameter match test/Configuration/tr
Minggu, 2021-08-29 18:19:58set this parameter to the parameter that should control it (normally 'id-access') ]] local id_handlers = { ['ARXIV'] = { parameters = {'arxiv'...
Click to read more »Module:WPSHIPS utilities/sandbox
Senin, 2025-12-29 14:36:53{'has synonymous parameter', 'Category:Pages using infobox ship with synonymous parameters'}; missing = {'missing required parameter: %s', 'Category:WPSHIPS:...
Click to read more »Module:Check for unknown parameters/sandbox
Senin, 2025-10-06 13:52:57-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is --...
Click to read more »Module:Namespace detect/config
Rabu, 2020-04-01 13:12:44-- -- cfg.foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'} -- ---------------------------------...
Click to read more »Module:Sandbox/trappist the monk/parameter match test/Whitelist/es
Minggu, 2021-08-29 02:05:25true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported nil - these parameters are no longer...
Click to read more »Module:Redirect template handler
Kamis, 2024-06-27 16:55:32modules" } --[[ Local function which validates parameter usage through Module:Check for unknown parameters. If calling module has additional valid args...
Click to read more »Module:Location map
Selasa, 2026-05-26 13:47:54decimal = decimal * multiplier end return decimal end -- Finds a parameter in a transclusion of {{Coord}}. local function coord2text(para,coord)...
Click to read more »Module:Forward parameters to template call/doc
Jumat, 2024-08-30 04:30:19{{subst:#invoke:Forward parameters to template call|main|_template=template name}} This module is for a very particular set of circumstances: when a substituted...
Click to read more »Module:Pn/doc
Sabtu, 2024-02-10 04:42:03returns one value from its list of unnamed parameters. The named parameter |idx= is the index of the parameter that is to be returned. Negative indices...
Click to read more »Module:Episode list/sandbox
Sabtu, 2025-10-11 08:48:25have parameter groups local parameterGroupCells = {} local firstParameterGroupCell local parameterGroupCellsAny = false -- List of title parameter names...
Click to read more »Module:Footnotes/sandbox
Jumat, 2025-05-16 04:41:13all of the templates share a common set of parameters, a single common function to fetch those parameters from frame and parent frame. ]] local function...
Click to read more »Module:Check for deprecated parameters/testcases
Kamis, 2025-11-20 18:30:58require('Module:Check for deprecated parameters')._check local sandbox = require('Module:Check for deprecated parameters/sandbox')._check -- Remember to...
Click to read more »Module:Television episode redirect handler
Sabtu, 2026-04-18 10:18:54TEMP_TRACKING_CATEGORY = "[[Category:Television episode redirect handler parameter usage tracking|%s]]" --[[ Helper function which creates a season category...
Click to read more »Module:Political party/sandbox
Sabtu, 2026-02-21 21:25:57then return create_error("parameter 1 should be a party name.") end if not args[2] then return create_error("parameter 2 should be the output type...
Click to read more »Module:Requested move
Rabu, 2024-03-20 06:51:08-- it is the only parameter used. For single the parameter name is the first -- positional parameter, and for multi the parameter name is "new1". --]]...
Click to read more »Module:String/doc
Minggu, 2026-05-24 13:57:35functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove...
Click to read more »Module:Article history/config
Jumat, 2024-11-22 11:26:36DYK and ITN. prefix -- is the parameter prefix for that notice type (e.g. "dyk"), and suffixes is -- an array of parameter suffixes in addition to "date"...
Click to read more »Module:Citation/CS1/Date validation/sandbox
Minggu, 2026-03-29 21:38:23pairs(date_parameters_list) do -- for each date-holding parameter in the list if is_set(v.val) then -- if the parameter has a value...
Click to read more »Module:Excerpt/portals
Rabu, 2026-05-13 00:55:29"[Ff]ile", "[Ii]mage" } -- Regular expressions to match all image parameters local imageParams = { {"thumb", "thumbnail", "frame", "framed", "frameless"}...
Click to read more »Module:Wd/sandbox
Jumat, 2025-08-08 00:45:17level_2} [parameters.property] = {"getProperty"}, [parameters.reference] = {"getReferences", "getReference"}, [parameters.qualifier]...
Click to read more »Module:Category handler/doc
Jumat, 2025-06-20 01:06:33namespaces used on Wikipedia into several types. These types are used as parameter names in this module. main = Main/article space, as in normal Wikipedia...
Click to read more »Module:File link/sandbox
Kamis, 2014-12-18 21:04:02'%s' parameter of '_main' (expected string, got %s)", key, type(val) ), level) end end local ret = {} -- Adds a positional parameter to the...
Click to read more »Module:RfD close
Sabtu, 2019-03-02 11:17:02--patterns) so I'll just lay it flat. if (parameter_lower:find('keep') or parameter_lower:find('withdraw') or parameter_lower:find('refine')) then result_match...
Click to read more »Module:ParameterCount/testcases
Senin, 2023-02-27 17:36:41-- Unit tests for [[Module:ParameterCount]]. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_all() ...
Click to read more »Module:TrainingPages
Senin, 2023-04-03 04:47:58anonymizereturn or parent.args.anonymize end ---- default values if parameters aren't provided defaultpage=defaultpage or "" -- don't know where to...
Click to read more »Module:Country alias/sandbox
Selasa, 2025-12-09 01:59:46yes(parameter) -- Return true if parameter should be interpreted as "yes". return ({ y = true, yes = true, on = true, [true] = true })[parameter] end...
Click to read more »Module:Protection banner/config
Sabtu, 2026-04-18 09:24:50in the banner data can take parameters. These are specified -- using ${TEXTLIKETHIS} (a dollar sign preceding a parameter name -- enclosed in curly braces)...
Click to read more »Module:NewDYKnomination
Senin, 2024-10-21 15:14:24output of the module. Parameters like -- ${PARAMETER_NAME} are substituted with the results of the output template -- parameter functions below. local...
Click to read more »Module:If not given or empty/doc
Jumat, 2024-08-30 04:49:12This module's check_parameter function checks whether a parameter is given, empty, or nonempty in a template call. It is intended to be called from template...
Click to read more »Module:Shortcut/config
Rabu, 2021-02-17 01:43:45The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading']...
Click to read more »Module:Example/sandbox
Senin, 2025-02-24 12:31:25Description: Returns a personalized greeting using the first unnamed parameter. -- Usage: {{#invoke:Example|hello_to|YourName}} --------------------...
Click to read more »Module:Citation/CS1/Utilities
Minggu, 2026-01-18 02:25:10Chooses one matching parameter from a list of parameters to consider. The list of parameters to consider is just names. For parameters that may be enumerated...
Click to read more »Module:Namespace detect/data
Rabu, 2020-04-01 13:12:45end end -- Get a table of parameters to query for each default parameter name. -- This allows wikis to customise parameter names in the cfg table while...
Click to read more »Module:Citation/CS1/Whitelist/sandbox
Jumat, 2025-11-21 02:47:45- these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid...
Click to read more »Module:Infobox television episode
Rabu, 2026-06-03 14:33:30image]]", unnecessary_title_parameter = "[[Category:Pages using infobox television episode with unnecessary title parameter]]", non_matching_title = "[[Category:Pages...
Click to read more »Module:Pagetype/config
Sabtu, 2026-04-25 07:17:56The parameter name to use for talk pages. cfg.talk = 'talk' -- The default value for talk pages. cfg.talkDefault = 'talk page' -- The parameter name...
Click to read more »Module:Television episode redirect handler/doc
Jumat, 2021-07-02 07:14:22{{#invoke:Television episode redirect handler|main}} The parameter names use a corresponding parameter from Template:Infobox television episode to fill in...
Click to read more »Module:Category handler/config
Rabu, 2020-04-01 13:12:40handler]] configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config...
Click to read more »Module:Namespace detect/sandbox
Sabtu, 2014-04-05 23:58:53corresponding subject namespace value if it is -- -- used on a talk page. Parameter names can be configured for different wikis -- -- by altering the values...
Click to read more »Module:Location map/sandbox
Selasa, 2026-06-02 04:25:47decimal = decimal * multiplier end return decimal end -- Finds a parameter in a transclusion of {{Coord}}. local function coord2text(para,coord)...
Click to read more »Module:Fiction redirect category handler
Sabtu, 2026-04-18 11:11:01mainRedirect, unknownParametersErrors = redirectTemplateHandler.setFictionalObjectRedirect(args, objectType, validArgs) if (unknownParametersErrors) then ...
Click to read more »Module:ISO 3166
Rabu, 2025-10-29 00:55:28then mw.addWarning((args[1] ~= "" and ('Invalid parameter "' .. args[1] .. '"') or 'No parameter') .. ' for the country given ([[Module:ISO 3166]])...
Click to read more »Module:Unicode data
Selasa, 2025-09-16 09:46:49or errorf(2, "Parameter %s is required", tostring(arg)) local codepoint = tonumber(codepoint_string, 16) or errorf(2, "Parameter %s is not a code...
Click to read more »Module:String2/doc
Kamis, 2026-02-05 22:33:45page. It takes up to four parameters: First positional parameter or |text is the text to be searched for. Optional parameter |title is the page title,...
Click to read more »Module:Interlinear/testcases/parameters
Senin, 2019-07-29 03:27:02local p = require('Module:UnitTests') function p:test_parameters_1() -- Line 1: Glossing self:preprocess_equals_preprocess("{{Interlinear|test.NOM}}"...
Click to read more »Module:Wikidata/doc
Rabu, 2023-05-03 17:07:13any property from Wikidata by supplying the property ID as the first parameter: getValue: Returns wiki-linked values, if applicable. All other values...
Click to read more »Module:FindYDCportal/doc
Jumat, 2024-08-30 04:20:54existingDecadePortals Takes one parameter, which must be either a year (e.g. "1879", "1123") or a decade (e.g. "1940s", "730s"). If the parameter is missing, empty...
Click to read more »Module:Template invocation
Jumat, 2024-09-06 03:21:20title in parameter #1 of function 'name'", 2) end elseif type(title) ~= 'table' or type(title.getContent) ~= 'function' then error("parameter #1 of...
Click to read more »Module:Wd/i18n
Rabu, 2025-07-23 02:53:10["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter '%s' must be defined...
Click to read more »Module:Message box/sandbox
Rabu, 2026-01-14 07:04:32args.demospace and args.demospace ~= '' then -- implement demospace parameter of mbox local demospace = string.lower(args.demospace) if DEMOSPACES[demospace]...
Click to read more »Module:Pagetype/doc
Rabu, 2025-08-06 01:47:10accessed using {{pagetype}}. Basic usage {{#invoke:pagetype|main}} All parameters {{#invoke:pagetype|main | page = | defaultns = | main = | user = | wikipedia...
Click to read more »Module:Webarchive
Selasa, 2026-02-24 05:19:36form parameters and their values either from translation or because the parameter was already in canonical form origin - maps canonical-form parameter names...
Click to read more »Module:Video game release
Kamis, 2026-04-09 00:36:13using vgrelease with incomplete parameter pairs]]" table.insert(items, unpair) end end -- Add known parameters of Module:List to the table for...
Click to read more »Module:Message box/doc
Jumat, 2025-11-14 23:54:09function. It takes two parameters: the first is the box type (as a string), and the second is a table containing the message box parameters. local box = messageBox...
Click to read more »Module:Adjacent stations/Sweden
Senin, 2026-02-09 07:21:18The difference between Sweden and Sweden2 modules is the "system title" parameter and which operators included local p = { ["system title"] = "[[Rail...
Click to read more »Module:Shortcut/config/sandbox
Rabu, 2021-02-17 01:34:32The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading']...
Click to read more »Module:Location map/data/United Kingdom Greater London/doc
Rabu, 2023-12-27 22:45:48These definitions are used by the following templates when invoked with parameter "United Kingdom Greater London": {{Location map|United Kingdom Greater...
Click to read more »Module:Val
Minggu, 2025-06-01 12:39:35localized. ['mt-bad-exponent'] = 'exponent parameter (<b>e</b>)', ['mt-parameter'] = 'parameter ', ['mt-not-number'] = 'is not a valid...
Click to read more »Module:EditAtWikidata/doc
Jumat, 2024-08-30 04:12:06if a local_parameter is not supplied, i.e. when called from a template, it can be coded not to display the message when a local parameter is in use, preventing...
Click to read more »Module:Infobox mapframe/doc
Rabu, 2025-11-19 03:39:00many other image or data parameters are already present. If the template has a call to {{#invoke:Check for unknown parameters|check}}, simply add |mapframe_args=y...
Click to read more »Module:TNT
Minggu, 2020-08-30 14:28:25<!-- optional parameter --> -- -- -- The "doc" function will generate the <templatedata> parameter documentation for templates. --...
Click to read more »Module:Fiction-based redirects to list entries category handler
Jumat, 2026-05-29 15:04:01isFranchise) then redirectArgs.parameters = -1 else redirectArgs.parameters = "series_name=" .. seriesParameter end return frame:expandTemplate{title...
Click to read more »Module:Road data/strings/doc
Rabu, 2025-12-10 01:20:58referenced later in the code. As seen here, it is common to define all parameters for main types like US and then to use aliases for subtypes such as US-Alt...
Click to read more »Module:Unsubst-infobox/doc
Rabu, 2026-06-03 03:48:46{{SAFESUBST:<noinclude />#invoke:Unsubst-infobox||$B=template body|$params=parameters}} Infoboxes should never be substituted. A trick to avoid that is to make...
Click to read more »Module:Citation/CS1/Suggestions/doc
Rabu, 2025-03-05 05:13:35suggested alternatives to use when an unknown parameter is encountered by a citation template. When an unknown parameter is found within a citation template an...
Click to read more »Module:List/doc
Senin, 2026-03-02 12:54:56= indent for horizontal lists }} {{#invoke:list|function}} Positional parameters (1, 2, 3...) - these are the list items. If no list items are present...
Click to read more »Module:Medical cases chart
Minggu, 2026-02-15 06:50:15parameter = mw.text.split(parameter, '=') parameter[1] = mw.text.trim(parameter[1]) if parameter[1]:find('^alttot') then parameter[2]...
Click to read more »Module:RoundN/doc
Jumat, 2024-06-07 05:30:34{{#invoke:RoundN|main|columns = 4}} red parameter names are required. italicized parameter names are required in some cases blue parameter names involve new features...
Click to read more »Module:Wikt-lang
Minggu, 2025-06-22 00:01:58-- A three- or two-letter lowercase sequence at beginning of first parameter languageCode = codes:find("^%a%a%a?") and ( codes:match("^(%l%l%l...
Click to read more »Module:Citation/CS1/Whitelist/doc
Jumat, 2024-08-30 03:41:55all parameters that Module:Citation/CS1 knows about. Each parameter is assigned a state. true: These parameters are valid and supported parameters false:...
Click to read more »Module:Sports rbr table/matchup/doc
Rabu, 2023-05-10 17:44:14the |legendorder= parameter is used) Category:Pages using sports rbr table with rnd parameters (0) (pages where the |rnd1= parameter is used and may be...
Click to read more »Module:Settlement short description/sandbox
Jumat, 2023-09-29 17:44:20and other checks function p.validate (parameter, cat) if not parameter then return nil end parameter = parameter:gsub('%b()', '') --remove things in brackets...
Click to read more »Module:CountryData
Kamis, 2021-05-06 03:40:05params) end function p.gettable(frame,country,params) --Returns the parameters of a country data template as a Lua table --If not a valid data template...
Click to read more »Module:Native name
Jumat, 2024-10-11 00:06:54= 'an IETF language tag as parameter {{{1}}} is required', -- for {{native name}} name_required = 'a name as parameter {{{2}}} is required', ...
Click to read more »Module:Mapframe/sandbox
Selasa, 2026-02-10 19:36:31modules which require this module are not using globals. -- Template parameter names (unnumbered versions only) -- Specify each as either a single...
Click to read more »Module:Authority control/sandbox
Kamis, 2026-06-04 00:40:21qid = resolveQID(args.qid) -- check qid parameter if no wikidata item is connected if qid then -- qid parameter is valid, set topic to display topic...
Click to read more »Module:Infobox television
Selasa, 2026-04-28 18:25:24non-matching title]]", unnecessary_title_parameter = "[[Category:Pages using infobox television with unnecessary name parameter]]", unlinked_values = "[[Category:Pages...
Click to read more »Module:Infobox television/doc
Jumat, 2024-08-30 04:55:46Module:Infobox television is used to validate parameter values for Template:Infobox television. {{#invoke:Infobox television|above_title}} Returns the...
Click to read more »Module:Cs1 documentation support
Rabu, 2026-02-25 02:24:53parameters[1]; -- get the first (left-most) parameter name local access = id_src[k].custom_access; -- get the access-icon parameter...
Click to read more »Module:Citation/CS1/doc/Category list
Minggu, 2021-03-07 02:50:12names are created dynamically according to date or language parameter values, or to the parameter name itself in the template that is being processed. Because...
Click to read more »Module:Namespace detect/config/sandbox
Sabtu, 2014-04-05 23:58:04-- -- cfg.foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'} -- ---------------------------------...
Click to read more »Module:Biota infobox
Senin, 2025-05-26 02:40:33local parameters = require( 'Module:Biota infobox/param' ) local core = require( 'Module:Biota infobox/core' ) -- ######################### PARAMETER HANDLING...
Click to read more »Module:Video game release/sandbox
Sabtu, 2026-03-14 08:28:28using vgrelease with incomplete parameter pairs]]" table.insert(items, unpair) end end -- Add known parameters of Module:List to the table for...
Click to read more »Module:TemplateDataGenerator
Jumat, 2025-11-28 00:56:12local config = { luxury = false, -- default alphabetical order for parameter list start = false, -- preceeding lines shift = " ", ...
Click to read more »Module:WikiProject banner/auxiliary/doc
Rabu, 2025-11-26 23:00:22checklist parameters are blank or set to no. The standard parameter names (i.e. b1, b2, etc.) should be passed as an alternative to any custom parameters (e...
Click to read more »Module:SportsRankings
Kamis, 2023-08-03 23:08:11Rankings" local data = {} --[[ parameters containing data help in three tables data.source = {} -- parameters for using in cite web (title, url...
Click to read more »Module:Autotaxobox/doc
Jumat, 2026-02-20 07:48:49) Usage: {{#invoke:Autotaxobox|taxoboxColour|taxon_name}} Parameters: The unnamed parameter should be the name of a taxon for which "Template:Taxonomy/taxon_name"...
Click to read more »Module:Citation/CS1/Utilities/sandbox
Kamis, 2026-01-22 22:00:17Chooses one matching parameter from a list of parameters to consider. The list of parameters to consider is just names. For parameters that may be enumerated...
Click to read more »Module:Category series navigation
Selasa, 2025-12-09 01:35:27series navigation using cat parameter]] '', -- [2] placeholder for [[Category:Category series navigation using testcase parameter]] '', -- [3] placeholder...
Click to read more »Module:Namespace detect/doc
Jumat, 2025-11-21 21:21:10any of "Talk:", "Wikipedia talk:", "User talk:", etc. Subject namespace parameters, e.g. wikipedia, user, file... - the text to return if the page is in...
Click to read more »Module:Emoji
Senin, 2024-03-11 06:36:16mw.text.trim(frame.args[1] or "") -- make sure empty and missing parameters both become the empty string emoji_name = emoji_name:lower(); ...
Click to read more »Module:Template invocation/sandbox
Sabtu, 2024-07-13 19:42:56title in parameter #1 of function 'name'", 2) end elseif type(title) ~= 'table' or type(title.getContent) ~= 'function' then error("parameter #1 of...
Click to read more »Module:IndianPremierLeagueProgression/doc
Jumat, 2024-08-30 04:51:49{{#invoke:IndianPremierLeagueProgression|create|parameters}} This module has only one function: create. caption Optional. Specifies a caption for the top...
Click to read more »Module:Citation/CS1/Identifiers
Senin, 2026-01-19 22:36:14searches args for any of the parameters listed in each cfg.id_handlers['...'].parameters. If found, adds the parameter and value to the identifier list...
Click to read more »Module:Science redirect/doc
Jumat, 2024-09-13 23:16:50{{R to monotypic taxon}} and {{R from monotypic taxon}}. The template parameters and recognized categories are set in Module:Science redirect/conf. {{#invoke:Science...
Click to read more »Module:Dynkin
Sabtu, 2021-03-20 20:42:23-- module to turn a parameter list into a list of [[Dynkin diagram]] images. -- See the template documentation or any example for how it is used and works...
Click to read more »Module:Infobox television episode/sandbox
Rabu, 2026-06-03 19:49:08values|%s]]", unnecessary_title_parameter = "[[Category:Pages using infobox television episode with unnecessary title parameter]]", } --- Returns the text...
Click to read more »Module:Sandbox/Erutuon/Temperature arrays
Rabu, 2016-10-05 09:35:23-- Input and output parameters local function get_format (frame) local input_parameter = frame.args.input local output_parameter = frame.args.output...
Click to read more »Module:Category series navigation/doc
Selasa, 2025-08-12 05:41:35cat parameter (518) Category:Category series navigation using testcase parameter (0) Category:Category series navigation using unknown parameter (1) Category:Category...
Click to read more »Module:Footnotes/anchor id list
Selasa, 2025-01-14 09:04:50-- special case cs1-like templates because uses different parameters for name and date in anchor ID ['Cite patent'] = true, ['Citeref patent']...
Click to read more »Module:Team appearances list
Senin, 2026-04-20 17:39:54end error('Parameter ' .. name .. ' is missing') end arg = tonumber(arg) if type(arg) ~= 'number' then error('Parameter ' .. name .. ' is...
Click to read more »Module:Format TemplateData
Minggu, 2026-02-08 09:48:03at) -- Find physical position of parameter definition in JSON. -- Parameter: -- ask -- string, parameter name -- at -- number, physical...
Click to read more »Module:Example/doc
Rabu, 2025-06-11 18:01:07world function Parameter: frame current frame (table) Returns: Hello world example.hello_to( frame ) (function) Hello world function Parameters: frame current...
Click to read more »Module:Sandbox/DixonD/Datetime/Julian
Minggu, 2013-04-21 00:26:19this.dateOfJulianDay(JD) -- Check parameters. if JD == nil then return Error.error{"Parameter 1=''Julian day'' is either missing or has...
Click to read more »Module:Location map/data/India Odisha/doc
Senin, 2022-07-04 12:57:55These definitions are used by the following templates when invoked with parameter "India Odisha": {{Location map|India Odisha |...}} {{Location map many|India...
Click to read more »Module:Lua call
Rabu, 2025-07-30 11:17:19pairs(parent.args or {}) do vars[k] = tonumber(v) or v -- transfer every parameter directly to our variable table end for k, v in pairs(frame.args...
Click to read more »Module:Location map/data/India Karnataka/doc
Rabu, 2023-12-27 22:43:42These definitions are used by the following templates when invoked with parameter "India Karnataka": {{Location map|India Karnataka |...}} {{Location map...
Click to read more »Module:Medical cases chart/sandbox
Kamis, 2025-09-04 21:12:04parameter = mw.text.split(parameter, '=') parameter[1] = mw.text.trim(parameter[1]) if parameter[1]:find('^alttot') then parameter[2]...
Click to read more »Module:Rail-interchange multi/doc
Minggu, 2022-01-30 19:44:21{{Rail-interchange}} (or {{rint}}). This module only takes one numbered parameter and one named parameter |div=. Each transclusion of {{rint}} is separated by a plus...
Click to read more »Module:Chem2
Kamis, 2024-12-26 11:47:22parameter = x:sub(2, 2) -- x fra \x if parameter == "s" then formula = formula .. "−" -- single bond elseif parameter...
Click to read more »Module:RexxS
Kamis, 2022-11-03 00:49:08the index of the one chosen increments every 'switchsecs' -- which is a parameter giving the number of seconds between switches -- 3600 would switch every...
Click to read more »Module:Automated taxobox
Selasa, 2026-06-02 13:33:55Template:Automatic taxobox is in the taxobox colour -- and classification link and the parameters for type species and genera. -- =====================================...
Click to read more »Module:Protection banner/doc
Kamis, 2026-02-05 22:33:38template containing the above code will not automatically be able to use parameters like action. Note: You should no longer specify the expiry, as it is automatically...
Click to read more »Module:Pn
Senin, 2025-12-22 01:09:01that returns one value from a list of unnamed parameters Named parameter idx is the index of the parameter that is to be returned Negative indices count...
Click to read more »Module:Sandbox/Ypnypn/Review/doc
Selasa, 2013-11-12 06:15:52name}} The first parameter, also available through |page=, indicates the page to be analyzed. The second parameter, also available through |plain=...
Click to read more »Module:Arbcom election banner/sandbox/doc
Selasa, 2021-09-21 08:56:56described below, and set the four date parameters. After that, editors can add voting guides using the guiden parameters. Voting guides are displayed in a...
Click to read more »Module:Flagg/Altvar data/doc
Rabu, 2025-08-13 07:49:09table. The "age" parameter is the age limit for youth sports teams; it is only necessary if the data for the wanted sport uses the parameter (search for "...
Click to read more »Module:Country listdata/doc
Selasa, 2016-02-09 18:23:01, n Each numbered parameter is a country, subdivision or other entity name, corresponding to what you would use as first parameter in flag templates such...
Click to read more »Module:Csdcheck
Jumat, 2025-10-31 02:26:29return true end end else error("the second parameter passed to critMatch() must be a table",2) end end function p.check(frame)...
Click to read more »Module:Pagetype/config/sandbox
Sabtu, 2025-10-11 04:05:11The parameter name to use for talk pages. cfg.talk = 'talk' -- The default value for talk pages. cfg.talkDefault = 'talk page' -- The parameter name...
Click to read more »Module:Location map/data/Canada Ontario/doc
Rabu, 2023-12-27 22:41:25AlternativeMap parameters image2 = Canada Ontario location map.svg Alternative map image which can be displayed via the AlternativeMap parameter top = 57.1...
Click to read more »Module:Science redirect
Jumat, 2024-09-13 23:35:57singleNoun, pluralNoun = '', '' local outStr = '' --Check for known parameter 1 local cat = mw.ustring.match(mw.ustring.lower(args[1] or 'none'), '^(...
Click to read more »Module:Arrowverse redirect category handler
Minggu, 2024-11-10 01:21:45with relevant redirects for Arrowverse-related character redirects. Parameters: -- |arrow= — optional; Any value will tag the redirect as belonging...
Click to read more »Module:Location map/data/Crimea/doc
Kamis, 2023-07-06 23:47:44AlternativeMap parameters image2 = Crimea AR regions 2020.png Alternative map image which can be displayed via the AlternativeMap parameter top = 46.3 Latitude...
Click to read more »Module:Location map/data/Canada Manitoba/doc
Rabu, 2022-06-01 01:53:42AlternativeMap parameters image2 = Canada Manitoba location map.svg Alternative map image which can be displayed via the AlternativeMap parameter top = 60.3...
Click to read more »Module:Carousel
Jumat, 2019-05-31 06:04:05the index of the one chosen increments every 'switchsecs' -- which is a parameter giving the number of seconds between switches -- 3600 would switch every...
Click to read more »Module:Redirect
Jumat, 2021-09-10 14:46:37page link. -- -- Returns page name as plain text, or when the bracket parameter is given, as a -- page link. Returns an error message when page does not...
Click to read more »Module:List
Senin, 2026-03-02 12:52:06renderTrackingCategories(args) local isDeprecated = false -- Tracks deprecated parameters. for k, v in pairs(args) do k = tostring(k) if k:find('^item_style%d+$')...
Click to read more »Module:Citation/CS1/sandbox2
Selasa, 2023-05-09 21:35:35whitelist = {}; -- table of tables listing valid template parameter names; defined in Module:Citation/CS1/Whitelist --[[------------------<...
Click to read more »Module:Fiction-based redirects to list entries category handler/RedirectType
Kamis, 2024-06-27 01:00:59franchise) then seriesParameter = franchise RedirectType.isFranchise = true end if (seriesParameter) then if (i == 1) then...
Click to read more »Module:Location map/data/Pakistan Balochistan/doc
Kamis, 2023-07-06 21:24:04These definitions are used by the following templates when invoked with parameter "Pakistan Balochistan": {{Location map|Pakistan Balochistan |...}} {{Location...
Click to read more »Module:Emoji/doc
Selasa, 2025-06-03 23:16:11Module:Emoji implements two functions: emocode Takes one unnamed parameter, the name of the emoji, and returns the hex code for the corresponding emoji...
Click to read more »Module:SportsRankings/sandbox
Kamis, 2023-08-03 22:32:13Rankings" local data = {} --[[ parameters containing data help in three tables data.source = {} -- parameters for using in cite web (title, url...
Click to read more »Module:Footnotes/anchor id list/sandbox
Sabtu, 2025-05-24 17:15:09-- special case cs1-like templates because uses different parameters for name and date in anchor ID ['Cite patent'] = true, ['Citeref patent']...
Click to read more »Module:Cite taxon/doc
Rabu, 2026-05-20 21:51:15other parameters supported by the CS1/CS2 citation system. These include |access-date=, which is recommended, reference style formating parameters such...
Click to read more »Module:Requested move/sandbox
Selasa, 2024-03-19 09:41:26-- it is the only parameter used. For single the parameter name is the first -- positional parameter, and for multi the parameter name is "new1". --]]...
Click to read more »Module:Infobox television season disambiguation check/doc
Jumat, 2024-08-30 04:56:24television season disambiguation check|main}} The following parameter can be used as a positional parameter. Module:Infobox television disambiguation check Category:Television...
Click to read more »Module:Weather/sandbox
Jumat, 2022-10-21 17:06:22str .. '</span>' end -- Input and output parameters local function getFormat(inputParameter, outputParameter, palette, messages) local length, inputUnit...
Click to read more »Module:Location map/data/UK Scotland/doc
Selasa, 2023-07-11 19:25:11templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Error
Kamis, 2025-09-11 22:10:08passed in directly. args = frame end -- if the message parameter is present but blank, change it to nil so that Lua will -- consider...
Click to read more »Module:Flags
Kamis, 2013-08-22 10:50:39out from loop end end return size end -- Assigning the parameter to a flag and a link function p.flag(territory) --always declare local...
Click to read more »Module:Location map/data/India Uttarakhand/doc
Senin, 2022-07-04 12:58:23These definitions are used by the following templates when invoked with parameter "India Uttarakhand": {{Location map|India Uttarakhand |...}} {{Location...
Click to read more »Module:Location map/data/UK England/doc
Selasa, 2023-07-11 19:17:19These definitions are used by the following templates when invoked with parameter "UK England": {{Location map|UK England |...}} {{Location map many|UK...
Click to read more »Module:Location map/data/Morocco/doc
Kamis, 2023-07-06 21:33:19templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Unsubst/doc
Rabu, 2026-06-03 03:48:46should use Module:Unsubst-infobox, as should any other templates with parameters listed in block format by default. To turn a template into a self-substituting...
Click to read more »Module:Redirect template handler/sandbox
Rabu, 2026-02-04 01:37:07modules" } --[[ Local function which validates parameter usage through Module:Check for unknown parameters. If calling module has additional valid args...
Click to read more »Module:Location map/data/Ivory Coast/doc
Senin, 2022-07-04 12:58:35These definitions are used by the following templates when invoked with parameter "Ivory Coast": {{Location map|Ivory Coast |...}} {{Location map many|Ivory...
Click to read more »Module:Protection banner/config/sandbox
Kamis, 2026-04-16 03:23:10in the banner data can take parameters. These are specified -- using ${TEXTLIKETHIS} (a dollar sign preceding a parameter name -- enclosed in curly braces)...
Click to read more »Module:High-use/doc
Selasa, 2025-04-22 22:52:14notation|info=|demo=|form=|expiry=}} number of transclusions: The first parameter is either a static number of times the template has been transcluded,...
Click to read more »Module:Format TemplateData/doc
Rabu, 2026-01-28 01:11:36That involved, that on many template documentation pages two separated parameter documentation tables are needed and required to be maintained simultaneously:...
Click to read more »Module:London Gazette util
Sabtu, 2022-10-22 04:21:55|page= or |pages= parameter in {{London Gazette}}. The arguments |param=page and |param=pages specify which of the cs1|2 parameters |page= or |pages=...
Click to read more »Module:Sandbox/Jts1882/Biota infobox
Kamis, 2024-09-05 22:40:21handles preliminary parameter handling enulating taxobox and automatic taxobox templates -- the parameters are also checked for content...
Click to read more »Module:Location map/data/USA/doc
Rabu, 2023-12-27 22:45:36These definitions are used by the following templates when invoked with parameter "USA": {{Location map|USA |...}} {{Location map many|USA |...}} {{Location...
Click to read more »Module:UserLinks/shared
Jumat, 2016-12-30 22:21:53display parameters are optional. If a namespace parameter is -- specified it must be a valid key to mw.site.namespaces. The query -- parameter can be...
Click to read more »Module:Location map/data/United Arab Emirates/doc
Kamis, 2023-07-06 23:47:20AlternativeMap parameters image2 = Map of Dubai blank.svg Alternative map image which can be displayed via the AlternativeMap parameter top = 26.5 Latitude...
Click to read more »Module:Sports rbr table/doc
Rabu, 2023-05-10 17:43:08the |legendorder= parameter is used) Category:Pages using sports rbr table with rnd parameters (0) (pages where the |rnd1= parameter is used and may be...
Click to read more »Module:Enumerate/doc
Senin, 2024-09-09 00:33:07module allows the enumeration of a set of parameters with a given prefix. If the prefix was notes, the parameters notes1, notes2, notes3, and so on will...
Click to read more »Module:Location map/data/Canada Quebec/doc
Rabu, 2022-06-01 01:23:52These definitions are used by the following templates when invoked with parameter "Canada Quebec": {{Location map|Canada Quebec |...}} {{Location map many|Canada...
Click to read more »Module:Location map/data/USA Oregon/doc
Rabu, 2023-12-27 22:45:25These definitions are used by the following templates when invoked with parameter "USA Oregon": {{Location map|USA Oregon |...}} {{Location map many|USA...
Click to read more »Module:Random
Rabu, 2015-11-11 23:32:54relevant if the |same= parameter is set. cfg.lowTraffic = false -- If cfg.lowTraffic is set to true, and the |same= parameter is set, this value is used...
Click to read more »Module:Location map/data/Canada British Columbia/doc
Rabu, 2023-12-27 22:41:24These definitions are used by the following templates when invoked with parameter "Canada British Columbia": {{Location map|Canada British Columbia |.....
Click to read more »Module:Location map/data/United Kingdom South Yorkshire/doc
Selasa, 2023-07-11 19:23:30AlternativeMap parameters image2 = South Yorkshire UK district map (blank).svg Alternative map image which can be displayed via the AlternativeMap parameter top...
Click to read more »Module:Japanese calendar/doc
Jumat, 2024-08-30 05:01:36outputted. The year and era parameters determine what era and year the module outputs. The next and previous parameters tell the module to return data...
Click to read more »Module:Convert/doc
Senin, 2026-04-06 23:48:39{{convert|123|lb|kg}} → 123 pounds (56 kg) The module is called using a template—parameters passed to the template are used by this module to control how a conversion...
Click to read more »Module:Sandbox/BrandonXLF/Module:Map params/doc
Senin, 2024-09-09 00:34:51params|map}} maps parameters received by a function to wikitext using |1= or to a template call using |call=. {{#invoke:Map params|main|parameters}} |prefixn=...
Click to read more »Module:Jcon
Selasa, 2025-05-06 05:03:36or 2 -- Route number parameter name local typeParam = prefix ~= 'con' and prefix .. 'type' or nil -- Road type override parameter name local dirParam...
Click to read more »Module:Sandbox/Deryck Chan/rfdt
Kamis, 2017-02-23 05:03:34match_result(result_parameter) local find_count = 0 local result_match = '' local parameter_lower = result_parameter:lower() if (parameter_lower:find('keep'))...
Click to read more »Module:Location map/data/Eswatini/doc
Minggu, 2022-05-29 13:54:20AlternativeMap parameters image2 = Swaziland location map Topographic.png Alternative map image which can be displayed via the AlternativeMap parameter top = -25...
Click to read more »Module:Catalog lookup link
Jumat, 2025-09-12 01:09:00--[[ |1=, |2=, |3=, |4=, |5=, |6=, |7=, |8=, |9=: Optional unnamed parameters for 0 to 9 items to be listed. Whitespace is trimmed off both ends and the...
Click to read more »Module:Location map/data/Poland Łódź Voivodeship/doc
Kamis, 2023-07-06 21:20:39These definitions are used by the following templates when invoked with parameter "Poland Łódź Voivodeship": {{Location map|Poland Łódź Voivodeship |.....
Click to read more »Module:Location map/data/United Kingdom Rutland/doc
Selasa, 2023-07-11 19:23:02These definitions are used by the following templates when invoked with parameter "United Kingdom Rutland": {{Location map|United Kingdom Rutland |...}}...
Click to read more »Module:Location map/data/United Kingdom Hertfordshire/doc
Selasa, 2023-07-11 19:22:36These definitions are used by the following templates when invoked with parameter "United Kingdom Hertfordshire": {{Location map|United Kingdom Hertfordshire |...
Click to read more »Module:Aircraft by nationality/doc
Kamis, 2019-05-16 23:12:44determined from the title's country name. No parameters are required: {{Aircraft by nationality}} the |nation= parameter is still available and useful for special...
Click to read more »Module:Str find word
Senin, 2023-04-03 07:35:55Step 4: when read booleans, converse words to true/false -- todo: check parameter here not elsewhere if tArgs.booleans then -- TODO if Yesno(tArgs.booleans)...
Click to read more »Module:Location map/data/Canada Newfoundland/doc
Rabu, 2022-06-01 01:51:28These definitions are used by the following templates when invoked with parameter "Canada Newfoundland": {{Location map|Canada Newfoundland |...}} {{Location...
Click to read more »Module:Location map/data/China Yunnan/doc
Minggu, 2022-05-29 13:57:52These definitions are used by the following templates when invoked with parameter "China Yunnan": {{Location map|China Yunnan |...}} {{Location map many|China...
Click to read more »Module:Location map/data/USA Connecticut/doc
Jumat, 2023-07-14 02:10:41These definitions are used by the following templates when invoked with parameter "USA Connecticut": {{Location map|USA Connecticut |...}} {{Location map...
Click to read more »Module:Location map/data/Norway Nordland/doc
Kamis, 2023-07-06 21:25:06These definitions are used by the following templates when invoked with parameter "Norway Nordland": {{Location map|Norway Nordland |...}} {{Location map...
Click to read more »Module:Sandbox/RexxS/ScanParms
Rabu, 2016-10-12 23:17:03to demo scanning of unknown parameters -- May be two parameters, representing url and text or just the url -- Parameters may be unnamed or specifically...
Click to read more »Module:Citation/CS1/doc/Importing the Module:Citation/CS1 suite to your wiki
Kamis, 2022-02-03 00:32:37all parameters that Module:Citation/CS1 knows about. Each parameter is assigned a state. true: These parameters are valid and supported parameters false:...
Click to read more »Module:Location map/data/Australia Northern Territory/doc
Selasa, 2023-02-07 18:26:07parameters image2 = Australia Northern Territory location map blank.svg Alternative map image which can be displayed via the AlternativeMap parameter...
Click to read more »Module:Location map/data/United Kingdom Surrey/doc
Selasa, 2023-07-11 19:23:12These definitions are used by the following templates when invoked with parameter "United Kingdom Surrey": {{Location map|United Kingdom Surrey |...}} {{Location...
Click to read more »Module:Location map/data/United Kingdom Somerset/doc
Selasa, 2023-07-11 19:23:06These definitions are used by the following templates when invoked with parameter "United Kingdom Somerset": {{Location map|United Kingdom Somerset |.....
Click to read more »Module:Location map/data/USA South Dakota/doc
Senin, 2023-07-17 11:19:22These definitions are used by the following templates when invoked with parameter "USA South Dakota": {{Location map|USA South Dakota |...}} {{Location...
Click to read more »Module:Location map/data/Earth/doc
Selasa, 2022-02-08 16:14:57templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Citation/CS1/Identifiers/sandbox
Kamis, 2026-06-04 20:26:17searches args for any of the parameters listed in each cfg.id_handlers['...'].parameters. If found, adds the parameter and value to the identifier list...
Click to read more »Module:Fiction redirect category handler/Franchise/sandbox
Senin, 2024-05-06 13:52:51one, have short parameters that editors can use instead of the full TV series name. This functions checks if the user-input parameters match the ones on...
Click to read more »Module:Location map/data/China Tibet/doc
Jumat, 2022-06-03 23:14:32These definitions are used by the following templates when invoked with parameter "China Tibet": {{Location map|China Tibet |...}} {{Location map many|China...
Click to read more »Module:Location map/data/India Bihar/doc
Senin, 2022-07-04 12:56:51These definitions are used by the following templates when invoked with parameter "India Bihar": {{Location map|India Bihar |...}} {{Location map many|India...
Click to read more »Module:Location map/data/Pakistan Sindh/doc
Kamis, 2023-07-06 21:24:28templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Location map/data/China Hubei/doc
Minggu, 2022-05-29 13:56:28These definitions are used by the following templates when invoked with parameter "China Hubei": {{Location map|China Hubei |...}} {{Location map many|China...
Click to read more »Module:Check DYK hook/doc
Jumat, 2024-08-30 03:38:18modules. From templates, call the isValidHook function, and use the |hook= parameter to specify the hook. {{#invoke:Check DYK hook|isValidHook|hook=hook}}...
Click to read more »Module:Highlighted date list
Kamis, 2015-03-26 21:34:53format( "parameter 'item%d' was specified but parameter 'date%d' is missing", num, num ), 3) else error(string.format( "parameter 'date%d'...
Click to read more »Module:CountryData/sandbox
Sabtu, 2023-07-22 13:11:06params) end function p.gettable(frame,country,params) --Returns the parameters of a country data template as a Lua table --If not a valid data template...
Click to read more »Module:Location map/data/United Kingdom Isle of Wight/doc
Selasa, 2023-07-11 19:21:36These definitions are used by the following templates when invoked with parameter "United Kingdom Isle of Wight": {{Location map|United Kingdom Isle of...
Click to read more »Module:Location map/data/Poland Greater Poland Voivodeship/doc
Kamis, 2023-07-06 21:20:19These definitions are used by the following templates when invoked with parameter "Poland Greater Poland Voivodeship": {{Location map|Poland Greater Poland...
Click to read more »Module:Location map/data/United Kingdom North Yorkshire/doc
Selasa, 2023-07-11 19:22:52These definitions are used by the following templates when invoked with parameter "United Kingdom North Yorkshire": {{Location map|United Kingdom North...
Click to read more »Module:Location map/data/Poland Warmian-Masurian Voivodeship/doc
Kamis, 2023-07-06 21:21:12These definitions are used by the following templates when invoked with parameter "Poland Warmian-Masurian Voivodeship": {{Location map|Poland Warmian-Masurian...
Click to read more »Module:Article history/config/sandbox
Jumat, 2025-12-19 03:09:03DYK and ITN. prefix -- is the parameter prefix for that notice type (e.g. "dyk"), and suffixes is -- an array of parameter suffixes in addition to "date"...
Click to read more »Module:Location map/data/China Shanxi/doc
Minggu, 2022-05-29 13:57:22These definitions are used by the following templates when invoked with parameter "China Shanxi": {{Location map|China Shanxi |...}} {{Location map many|China...
Click to read more »Module:Location map/data/Ukraine Luhansk Oblast/doc
Kamis, 2023-07-06 23:48:12These definitions are used by the following templates when invoked with parameter "Ukraine Luhansk Oblast": {{Location map|Ukraine Luhansk Oblast |...}}...
Click to read more »Module:Redirect/sandbox/doc
Jumat, 2024-02-16 00:48:53original text) or if the file name is blank (returns blank). However, if the parameter bracket is given a nonblank value, brackets will be passed on if present...
Click to read more »Module:Infobox television episode/doc
Jumat, 2024-08-30 04:56:12Module:Infobox television episode is used to validate parameter values for Template:Infobox television episode and Template:Infobox television crossover...
Click to read more »Module:Chess from pgn
Senin, 2019-04-29 04:13:13"pgn" parameter') end local moves = pgn.pgn2fen(game) local template = args['template'] if not template then error('must have "template" parameter')...
Click to read more »Module:Location map/data/India Uttar Pradesh/doc
Rabu, 2023-12-27 22:43:49These definitions are used by the following templates when invoked with parameter "India Uttar Pradesh": {{Location map|India Uttar Pradesh |...}} {{Location...
Click to read more »Module:Jctbtm
Senin, 2024-07-15 23:40:52-- default + exit number + old exit number } local function parameterParser(args) local keysParam = args.keys if not(keysParam) then return...
Click to read more »Module:Location map/data/United Kingdom Leicestershire/doc
Selasa, 2023-07-11 19:22:44These definitions are used by the following templates when invoked with parameter "United Kingdom Leicestershire": {{Location map|United Kingdom Leicestershire |...
Click to read more »Module:Location map/data/United Kingdom Kent/doc
Selasa, 2023-07-11 19:22:38These definitions are used by the following templates when invoked with parameter "United Kingdom Kent": {{Location map|United Kingdom Kent |...}} {{Location...
Click to read more »Module:Location map/data/USA New Jersey/doc
Rabu, 2023-12-27 22:45:20These definitions are used by the following templates when invoked with parameter "USA New Jersey": {{Location map|USA New Jersey |...}} {{Location map...
Click to read more »Module:Location map/data/India Tamil Nadu/doc
Rabu, 2023-12-27 22:43:47These definitions are used by the following templates when invoked with parameter "India Tamil Nadu": {{Location map|India Tamil Nadu |...}} {{Location...
Click to read more »Module:Location map/data/Italy Sardinia/doc
Senin, 2022-07-04 12:56:01These definitions are used by the following templates when invoked with parameter "Italy Sardinia": {{Location map|Italy Sardinia |...}} {{Location map...
Click to read more »Module:Page/doc
Senin, 2024-09-02 05:15:19do not want to write a Lua module. Usage is: {{#invoke:Page|function|parameters}} In the usage above, function is one of the following fields or functions...
Click to read more »Module:Text/sandbox
Sabtu, 2025-04-26 19:20:09function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string...
Click to read more »Module:Gutenberg
Jumat, 2022-04-01 15:43:54entity.id .. "#P1938|Edit this at Wikidata]]" else error("Parameter id is missing. See [[Template:" .. tname .. "]] documentation") end...
Click to read more »Module:Namespace detect/data/sandbox
Jumat, 2014-09-12 17:50:06end end -- Get a table of parameters to query for each default parameter name. -- This allows wikis to customise parameter names in the cfg table while...
Click to read more »Module:Taxonbar
Minggu, 2025-12-14 22:45:10[[Category:Taxonbars with invalid from parameters]] '', -- [6] placeholder for [[Category:Taxonbars with duplicate from parameters]] '', -- [7] placeholder for...
Click to read more »Module:Location map/data/USA Maryland/doc
Rabu, 2023-12-27 22:45:17These definitions are used by the following templates when invoked with parameter "USA Maryland": {{Location map|USA Maryland |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/China Xinjiang/doc
Minggu, 2022-05-29 13:57:48These definitions are used by the following templates when invoked with parameter "China Xinjiang": {{Location map|China Xinjiang |...}} {{Location map...
Click to read more »Module:Location map/data/USA Hawaii/doc
Jumat, 2023-07-14 02:08:01These definitions are used by the following templates when invoked with parameter "USA Hawaii": {{Location map|USA Hawaii |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/India Chhattisgarh/doc
Senin, 2022-07-04 12:56:57These definitions are used by the following templates when invoked with parameter "India Chhattisgarh": {{Location map|India Chhattisgarh |...}} {{Location...
Click to read more »Module:Location map/data/United Kingdom Northumberland/doc
Selasa, 2023-07-11 19:22:56These definitions are used by the following templates when invoked with parameter "United Kingdom Northumberland": {{Location map|United Kingdom Northumberland |...
Click to read more »Module:Location map/data/United Kingdom Nottinghamshire/doc
Selasa, 2023-07-11 19:22:58These definitions are used by the following templates when invoked with parameter "United Kingdom Nottinghamshire": {{Location map|United Kingdom Nottinghamshire |...
Click to read more »Module:Location map/data/Poland Lublin Voivodeship/doc
Kamis, 2023-07-06 21:20:45These definitions are used by the following templates when invoked with parameter "Poland Lublin Voivodeship": {{Location map|Poland Lublin Voivodeship |...
Click to read more »Module:Redirect hatnote
Selasa, 2022-09-06 01:21:32error if a redirect parameter is missing. if not args[i] then return mHatnote.makeWikitextError( 'missing redirect parameter', 'Template:Redirect#Errors'...
Click to read more »Module:Location map/data/Poland Lesser Poland Voivodeship/doc
Kamis, 2023-07-06 21:20:35These definitions are used by the following templates when invoked with parameter "Poland Lesser Poland Voivodeship": {{Location map|Poland Lesser Poland...
Click to read more »Module:Location map/data/United Kingdom Greater Manchester/doc
Selasa, 2023-07-11 19:22:30These definitions are used by the following templates when invoked with parameter "United Kingdom Greater Manchester": {{Location map|United Kingdom Greater...
Click to read more »Module:Location map/data/Italy Friuli-Venezia Giulia/doc
Senin, 2022-07-04 12:55:45These definitions are used by the following templates when invoked with parameter "Italy Friuli-Venezia Giulia": {{Location map|Italy Friuli-Venezia Giulia |...
Click to read more »Module:Location map/data/USA South Carolina/doc
Senin, 2023-07-17 11:19:28These definitions are used by the following templates when invoked with parameter "USA South Carolina": {{Location map|USA South Carolina |...}} {{Location...
Click to read more »Module:Location map/data/United Kingdom Warwickshire/doc
Selasa, 2023-07-11 19:23:20These definitions are used by the following templates when invoked with parameter "United Kingdom Warwickshire": {{Location map|United Kingdom Warwickshire |...
Click to read more »Module:Location map/data/United Kingdom Norfolk/doc
Selasa, 2023-07-11 19:22:50These definitions are used by the following templates when invoked with parameter "United Kingdom Norfolk": {{Location map|United Kingdom Norfolk |...}}...
Click to read more »Module:Location map/data/Germany Rhineland-Palatinate/doc
Rabu, 2023-12-27 22:43:13These definitions are used by the following templates when invoked with parameter "Germany Rhineland-Palatinate": {{Location map|Germany Rhineland-Palatinate |...
Click to read more »Module:Location map/data/Italy Apulia/doc
Senin, 2022-07-04 12:55:33These definitions are used by the following templates when invoked with parameter "Italy Apulia": {{Location map|Italy Apulia |...}} {{Location map many|Italy...
Click to read more »Module:Location map/data/Gilgit Baltistan/doc
Kamis, 2023-07-06 21:24:08These definitions are used by the following templates when invoked with parameter "Gilgit Baltistan": {{Location map|Gilgit Baltistan |...}} {{Location...
Click to read more »Module:Location map/data/Germany Hesse/doc
Jumat, 2022-06-03 13:37:54These definitions are used by the following templates when invoked with parameter "Germany Hesse": {{Location map|Germany Hesse |...}} {{Location map many|Germany...
Click to read more »Module:Location map/data/Ukraine Kyiv Oblast/doc
Selasa, 2025-12-09 20:31:35These definitions are used by the following templates when invoked with parameter "Ukraine Kyiv Oblast": {{Location map|Ukraine Kyiv Oblast |...}} {{Location...
Click to read more »Module:Location map/data/Germany Bavaria/doc
Rabu, 2023-12-27 22:43:12These definitions are used by the following templates when invoked with parameter "Germany Bavaria": {{Location map|Germany Bavaria |...}} {{Location map...
Click to read more »Module:Excerpt
Jumat, 2026-03-06 19:56:17cssClasses ) do if parameters[ p ] then cssClass = ( parameters[ p ] == 'skin-invert' ) and 'skin-invert-image' or parameters[ p ] break...
Click to read more »Module:TNT/doc
Kamis, 2023-12-28 20:00:22all standard localization conventions such as {{PLURAL|...}} and other parameters. This module can be used from templates using #invoke, and from other...
Click to read more »Module:Location map/data/USA Mississippi/doc
Jumat, 2023-07-14 02:05:26These definitions are used by the following templates when invoked with parameter "USA Mississippi": {{Location map|USA Mississippi |...}} {{Location map...
Click to read more »Module:Location map/data/USA Ohio/doc
Rabu, 2023-12-27 22:45:24These definitions are used by the following templates when invoked with parameter "USA Ohio": {{Location map|USA Ohio |...}} {{Location map many|USA Ohio |...
Click to read more »Module:Location map/data/South Africa KwaZulu-Natal/doc
Kamis, 2023-07-06 23:55:01These definitions are used by the following templates when invoked with parameter "South Africa KwaZulu-Natal": {{Location map|South Africa KwaZulu-Natal |...
Click to read more »Module:Chem2/sandbox
Selasa, 2023-02-28 06:30:11parameter = x:sub(2, 2) -- x fra \x if parameter == "s" then formula = formula .. "−" -- single bond elseif parameter...
Click to read more »Module:Coxeter–Dynkin diagram
Jumat, 2025-03-07 01:43:47-- module to turn a parameter list into a list of [[Coxeter–Dynkin diagram]] images. -- See the template documentation or any example for how it is used...
Click to read more »Module:Political party/testcases
Senin, 2021-12-06 20:32:23{'', '<strong class="error">parameter 1 should be a party name.</strong>'}, {'|color', '<strong class="error">parameter 1 should be a party name.</strong>'}...
Click to read more »Module:NewDYKnomination/sandbox
Minggu, 2025-11-09 04:51:52output of the module. Parameters like -- ${PARAMETER_NAME} are substituted with the results of the output template -- parameter functions below. local...
Click to read more »Module:Location map/data/Scotland Inverness area/doc
Selasa, 2023-07-11 19:26:43These definitions are used by the following templates when invoked with parameter "Scotland Inverness area": {{Location map|Scotland Inverness area |.....
Click to read more »Module:Reply to/doc
Kamis, 2026-01-15 14:34:30number of names''}} The |example= parameter sets the name that will show when the template page is viewed. This parameter should be surrounded by <noinclude>...
Click to read more »Module:Native name/sandbox
Kamis, 2023-04-13 09:01:31= 'an IETF language tag as parameter {{{1}}} is required', -- for {{native name}} name_required = 'a name as parameter {{{2}}} is required', ...
Click to read more »Module:Location map/data/Caribbean/doc
Rabu, 2022-06-01 06:46:25AlternativeMap parameters image2 = La2-demis-caribbean.png Alternative map image which can be displayed via the AlternativeMap parameter top = 28 Latitude...
Click to read more »Module:Location map/data/Israel/doc
Selasa, 2025-09-09 15:51:55These definitions are used by the following templates when invoked with parameter "Israel": {{Location map|Israel |...}} {{Location map many|Israel |.....
Click to read more »Module:Location map/data/Germany Saxony-Anhalt/doc
Jumat, 2022-06-03 13:38:16These definitions are used by the following templates when invoked with parameter "Germany Saxony-Anhalt": {{Location map|Germany Saxony-Anhalt |...}} {{Location...
Click to read more »Module:Location map/data/United Kingdom Cambridgeshire/doc
Selasa, 2023-07-11 19:22:02These definitions are used by the following templates when invoked with parameter "United Kingdom Cambridgeshire": {{Location map|United Kingdom Cambridgeshire |...
Click to read more »Module:Location map/data/United Kingdom Gloucestershire/doc
Selasa, 2023-07-11 19:22:26These definitions are used by the following templates when invoked with parameter "United Kingdom Gloucestershire": {{Location map|United Kingdom Gloucestershire |...
Click to read more »Module:Political party/doc
Rabu, 2026-02-11 18:49:35A shorter name for the party (shortname). The values added to these parameters need not be unique from other parties in this module, unlike the primary...
Click to read more »Module:Location map/data/United Kingdom Buckinghamshire/doc
Selasa, 2023-07-11 19:22:00These definitions are used by the following templates when invoked with parameter "United Kingdom Buckinghamshire": {{Location map|United Kingdom Buckinghamshire |...
Click to read more »Module:Location map/data/Germany North Rhine-Westphalia/doc
Jumat, 2022-06-03 13:38:04These definitions are used by the following templates when invoked with parameter "Germany North Rhine-Westphalia": {{Location map|Germany North Rhine-Westphalia |...
Click to read more »Module:Location map/data/South Africa Eastern Cape/doc
Kamis, 2023-07-06 23:54:51These definitions are used by the following templates when invoked with parameter "South Africa Eastern Cape": {{Location map|South Africa Eastern Cape |...
Click to read more »Module:College color
Sabtu, 2026-05-23 06:29:09<= #val and #val <= 4) then problems('Invalid number of numbered parameters for "' .. tostring(key) .. '"') end for i, v in ipairs(val) do ...
Click to read more »Module:Location map/data/United Kingdom Edinburgh/doc
Selasa, 2023-07-11 19:25:47These definitions are used by the following templates when invoked with parameter "United Kingdom Edinburgh": {{Location map|United Kingdom Edinburgh |...
Click to read more »Module:Location map/data/Australia South Australia/doc
Rabu, 2023-12-27 22:40:12AlternativeMap parameters image2 = Australia South Australia location map blank.svg Alternative map image which can be displayed via the AlternativeMap parameter top...
Click to read more »Module:Team appearances list/sandbox
Selasa, 2025-07-29 19:58:02end error('Parameter ' .. name .. ' is missing') end arg = tonumber(arg) if type(arg) ~= 'number' then error('Parameter ' .. name .. ' is...
Click to read more »Module:Location map/data/USA North Carolina/doc
Rabu, 2023-12-27 22:45:21These definitions are used by the following templates when invoked with parameter "USA North Carolina": {{Location map|USA North Carolina |...}} {{Location...
Click to read more »Module:Location map/data/United Kingdom Falkland Islands/doc
Rabu, 2022-06-01 15:21:13These definitions are used by the following templates when invoked with parameter "United Kingdom Falkland Islands": {{Location map|United Kingdom Falkland...
Click to read more »Module:Location map/data/Germany Baden-Württemberg/doc
Jumat, 2022-06-03 13:37:28These definitions are used by the following templates when invoked with parameter "Germany Baden-Württemberg": {{Location map|Germany Baden-Württemberg |...
Click to read more »Module:Location map/data/United Kingdom Shropshire/doc
Selasa, 2023-07-11 19:23:04These definitions are used by the following templates when invoked with parameter "United Kingdom Shropshire": {{Location map|United Kingdom Shropshire |...
Click to read more »Module:Location map/data/Canada British Columbia geo/doc
Rabu, 2022-06-01 00:56:10These definitions are used by the following templates when invoked with parameter "Canada British Columbia geo": {{Location map|Canada British Columbia...
Click to read more »Module:Location map/data/United Kingdom County Durham/doc
Selasa, 2023-07-11 19:22:22These definitions are used by the following templates when invoked with parameter "United Kingdom County Durham": {{Location map|United Kingdom County Durham |...
Click to read more »Module:Infobox television disambiguation check/doc
Kamis, 2025-12-18 23:07:18television disambiguation check|main}} The following parameter can be used as a positional parameter. If a title has disambiguation as part of its title...
Click to read more »Module:Title monthname/sandbox
Jumat, 2020-07-17 01:43:29name may be supplied as a parameter. Return the first word which matches a months name ... unless the "match=" parameter specifies a diffreent match...
Click to read more »Module:Shindo/doc
Rabu, 2024-11-20 05:43:50is the first parameter. intensity: The seismic intensity corresponding to the first scale. This is the second parameter (or first parameter when the scale...
Click to read more »Module:Sandbox/trappist the monk/template compare
Senin, 2022-10-24 04:04:19through source template's parameter list looking for parameters not also found in target's parameter list. when parameter is unique to source, add it...
Click to read more »Module:Location map/data/USA Louisiana/doc
Jumat, 2023-07-14 02:06:33These definitions are used by the following templates when invoked with parameter "USA Louisiana": {{Location map|USA Louisiana |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/Germany Saarland/doc
Jumat, 2022-06-03 13:38:12These definitions are used by the following templates when invoked with parameter "Germany Saarland": {{Location map|Germany Saarland |...}} {{Location...
Click to read more »Module:Location map/data/India Maharashtra/doc
Rabu, 2023-07-05 13:45:17These definitions are used by the following templates when invoked with parameter "India Maharashtra": {{Location map|India Maharashtra |...}} {{Location...
Click to read more »Module:Women'sPremierLeagueProgression/doc
Rabu, 2024-04-03 13:23:40{{#invoke:Women'sPremierLeagueProgression|create|parameters}} This module has only one function: create. caption Optional. Specifies a caption for the...
Click to read more »Module:Location map/data/Republic of North Macedonia/doc
Kamis, 2023-07-06 21:25:51These definitions are used by the following templates when invoked with parameter "Republic of North Macedonia": {{Location map|Republic of North Macedonia |...
Click to read more »Module:List/sandbox
Senin, 2026-03-02 12:57:07renderTrackingCategories(args) local isDeprecated = false -- Tracks deprecated parameters. for k, v in pairs(args) do k = tostring(k) if k:find('^item_style%d+$')...
Click to read more »Module:Location map/data/USA Idaho/doc
Jumat, 2023-07-14 02:07:55These definitions are used by the following templates when invoked with parameter "USA Idaho": {{Location map|USA Idaho |...}} {{Location map many|USA Idaho |...
Click to read more »Module:Location map/data/Norway Jan Mayen/doc
Kamis, 2023-07-06 21:25:00These definitions are used by the following templates when invoked with parameter "Norway Jan Mayen": {{Location map|Norway Jan Mayen |...}} {{Location...
Click to read more »Module:Location map/data/China Inner Mongolia/doc
Minggu, 2022-05-29 13:56:34These definitions are used by the following templates when invoked with parameter "China Inner Mongolia": {{Location map|China Inner Mongolia |...}} {{Location...
Click to read more »Module:Location map/data/Germany Thuringia/doc
Jumat, 2022-06-03 13:38:20These definitions are used by the following templates when invoked with parameter "Germany Thuringia": {{Location map|Germany Thuringia |...}} {{Location...
Click to read more »Module:Location map/data/Slovakia Bratislava Region/doc
Kamis, 2023-07-06 23:55:45AlternativeMap parameters image2 = Bratislava Region - background map.png Alternative map image which can be displayed via the AlternativeMap parameter top = 48...
Click to read more »Module:Sports reference/sandbox
Jumat, 2020-05-22 07:21:55at Sports-Reference.com]] (archived)" .. category("missing archive parameter") else return "[https://web.archive.org/web/" .. s3 .. "/https://www...
Click to read more »Module:Protected edit request/doc
Kamis, 2024-02-15 05:35:31page, then you can specify the page to be edited with the positional parameters. You can also specify multiple pages to be edited, if this is more convenient...
Click to read more »Module:Infobox multi-lingual name
Jumat, 2026-05-08 04:51:28support translit / transcription parameter(s) every child infobox should have a literal meaning parameter revise parameter names to be IETF language code...
Click to read more »Module:Sandbox/User:Ahecht/Inflation/sandbox
Rabu, 2024-10-09 19:39:52argstartyear .. "'''}} (parameter 3) is greater than " -- ToDo Fix .. "{{para|end_year|'''" .. argendyear .. "'''}} (parameter 4) " .. "the latest...
Click to read more »Module:Location map/data/China Sichuan/doc
Minggu, 2022-05-29 13:57:24These definitions are used by the following templates when invoked with parameter "China Sichuan": {{Location map|China Sichuan |...}} {{Location map many|China...
Click to read more »Module:Location map/data/USA Guam/doc
Jumat, 2023-07-14 02:08:21These definitions are used by the following templates when invoked with parameter "USA Guam": {{Location map|USA Guam |...}} {{Location map many|USA Guam |...
Click to read more »Module:Location map/data/China Heilongjiang/doc
Minggu, 2022-05-29 13:56:12templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Location map/data/China Hainan/doc
Minggu, 2022-05-29 13:56:04These definitions are used by the following templates when invoked with parameter "China Hainan": {{Location map|China Hainan |...}} {{Location map many|China...
Click to read more »Module:Location map/data/USA Colorado/doc
Rabu, 2023-12-27 22:45:06These definitions are used by the following templates when invoked with parameter "USA Colorado": {{Location map|USA Colorado |...}} {{Location map many|USA...
Click to read more »Module:Separated entries/testcases
Selasa, 2026-03-17 20:38:58{'A', 'A'}, {'A|B', 'AB'}, {'A||B', 'AB'}, -- empty parameter {'A|B|C', 'ABC'}, {'separator=,', ''}, {'separator=...
Click to read more »Module:Location map/data/United Kingdom Lincolnshire/doc
Selasa, 2023-07-11 19:22:42These definitions are used by the following templates when invoked with parameter "United Kingdom Lincolnshire": {{Location map|United Kingdom Lincolnshire |...
Click to read more »Module:Location map/data/United Kingdom Dorset/doc
Selasa, 2023-07-11 19:22:20These definitions are used by the following templates when invoked with parameter "United Kingdom Dorset": {{Location map|United Kingdom Dorset |...}} {{Location...
Click to read more »Module:Location map/data/Canada Nova Scotia/doc
Rabu, 2022-06-01 02:01:56These definitions are used by the following templates when invoked with parameter "Canada Nova Scotia": {{Location map|Canada Nova Scotia |...}} {{Location...
Click to read more »Module:Location map/data/Australia Tasmania/doc
Sabtu, 2022-04-16 00:51:38AlternativeMap parameters image2 = Australia Tasmania location map blank.svg Alternative map image which can be displayed via the AlternativeMap parameter top =...
Click to read more »Module:English variant notice/doc
Rabu, 2026-02-04 07:51:52"American English" as variant). All templates using this support a |Oxford= parameter for oxford spelling and |IUPAC= automatically. small, form and including...
Click to read more »Module:Sandbox/DixonD/Datetime/Gregorian
Sabtu, 2013-04-20 23:54:03function this.dateOfJulianDay(JD) -- check parameters if JD == nil then return Error.error{"Parameter 1=''Julian day'' is either missing or has...
Click to read more »Module:Location map/data/Pakistan Punjab/doc
Kamis, 2023-07-06 21:24:26These definitions are used by the following templates when invoked with parameter "Pakistan Punjab": {{Location map|Pakistan Punjab |...}} {{Location map...
Click to read more »Module:Sports results
Jumat, 2024-10-11 04:03:21do N_teams = N_teams+1 -- Sneakily add it twice to the team_list parameter, once for the actual -- ranking, the second for position lookup in sub-tables...
Click to read more »Module:Routemap
Kamis, 2026-03-26 07:59:00local i18n = { errors = { ["parameter-missing"] = "Missing parameter!", ["collapsible-block-not-closed"] = "Collapsible section not closed properly...
Click to read more »Module:Location map/data/United Kingdom Ascension Island/doc
Sabtu, 2022-06-04 13:52:12These definitions are used by the following templates when invoked with parameter "United Kingdom Ascension Island": {{Location map|United Kingdom Ascension...
Click to read more »Module:Sports reference
Kamis, 2023-03-23 04:17:39at Sports-Reference.com]] (archived)" .. category("missing archive parameter") else return "[https://web.archive.org/web/" .. s3 .. "/https://www...
Click to read more »Module:Xiangqi-position/doc
Minggu, 2026-02-01 21:48:48Xiangqi (Chinese chess) board based on positional codes passed as template parameters, with optional visual highlights. {{Xiangqi-position |rd|hd|ed|ad|gd|ad|ed|hd|rd...
Click to read more »Module:Location map/data/China Qinghai/doc
Minggu, 2022-05-29 13:57:06These definitions are used by the following templates when invoked with parameter "China Qinghai": {{Location map|China Qinghai |...}} {{Location map many|China...
Click to read more »Module:Location map/data/USA Oklahoma/doc
Senin, 2023-07-17 11:21:00These definitions are used by the following templates when invoked with parameter "USA Oklahoma": {{Location map|USA Oklahoma |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/USA Kansas/doc
Jumat, 2023-07-14 02:06:59These definitions are used by the following templates when invoked with parameter "USA Kansas": {{Location map|USA Kansas |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/United Kingdom Cornwall/doc
Selasa, 2023-07-11 19:22:08These definitions are used by the following templates when invoked with parameter "United Kingdom Cornwall": {{Location map|United Kingdom Cornwall |.....
Click to read more »Module:Location map/data/United Kingdom Herefordshire/doc
Selasa, 2023-07-11 19:22:34These definitions are used by the following templates when invoked with parameter "United Kingdom Herefordshire": {{Location map|United Kingdom Herefordshire |...
Click to read more »Module:Location map/data/United Kingdom Suffolk/doc
Selasa, 2023-07-11 19:23:10These definitions are used by the following templates when invoked with parameter "United Kingdom Suffolk": {{Location map|United Kingdom Suffolk |...}}...
Click to read more »Module:Sandbox/Nihiltres/Category manager/doc
Kamis, 2024-08-15 03:30:01manager") Each function in the module takes a table as its first parameter, and that table is used as the list of categories. These tables are assumed...
Click to read more »Module:For
Selasa, 2020-11-03 05:29:56if (not use) then return mHatnote.makeWikitextError( 'no context parameter provided. Use {{other uses}} for "other uses" hatnotes.', 'Template:For#Errors'...
Click to read more »Module:Section sizes/doc
Senin, 2024-09-23 04:21:37one to three positional parameters and two named parameters from frame: <page name> (required) – the first positional parameter is the page name; may include...
Click to read more »Module:Location map/data/United Kingdom East Sussex/doc
Selasa, 2023-07-11 19:23:14These definitions are used by the following templates when invoked with parameter "United Kingdom East Sussex": {{Location map|United Kingdom East Sussex |...
Click to read more »Module:Location map/data/United Kingdom East Riding of Yorkshire/doc
Selasa, 2023-07-11 19:23:28These definitions are used by the following templates when invoked with parameter "United Kingdom East Riding of Yorkshire": {{Location map|United Kingdom...
Click to read more »Module:Location map/data/Canada Saskatchewan/doc
Rabu, 2022-06-01 00:11:55These definitions are used by the following templates when invoked with parameter "Canada Saskatchewan": {{Location map|Canada Saskatchewan |...}} {{Location...
Click to read more »Module:Location map/data/United Kingdom Worcestershire/doc
Selasa, 2023-07-11 19:23:26These definitions are used by the following templates when invoked with parameter "United Kingdom Worcestershire": {{Location map|United Kingdom Worcestershire |...
Click to read more »Module:Location map/data/United Kingdom Wiltshire/doc
Selasa, 2023-07-11 19:23:24These definitions are used by the following templates when invoked with parameter "United Kingdom Wiltshire": {{Location map|United Kingdom Wiltshire |...
Click to read more »Module:Location map/data/United Kingdom Northamptonshire/doc
Selasa, 2023-07-11 19:22:54These definitions are used by the following templates when invoked with parameter "United Kingdom Northamptonshire": {{Location map|United Kingdom Northamptonshire |...
Click to read more »Module:Sandbox/SSCreader
Minggu, 2024-06-09 04:06:21handler]] configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config...
Click to read more »Module:Location map/data/Mexico Yucatán/doc
Kamis, 2023-07-06 21:34:56AlternativeMap parameters image2 = Mexico Yucatan location map (urban areas).svg Alternative map image which can be displayed via the AlternativeMap parameter top...
Click to read more »Module:File link/testcases
Kamis, 2026-01-29 20:29:01error in 'file' parameter of '_main' (expected string, got nil)", nil, {}) self:assertThrows(_main, "type error in 'file' parameter of '_main' (expected...
Click to read more »Module:Item
Jumat, 2019-01-25 04:24:24given parameter from all items]] function p.gather(frame) local args = frame.args local items = getItems(frame) local parameter = args.parameter or "1"...
Click to read more »Module:Location map/data/Canada Alberta/doc
Rabu, 2023-12-27 22:41:21These definitions are used by the following templates when invoked with parameter "Canada Alberta": {{Location map|Canada Alberta |...}} {{Location map...
Click to read more »Module:Portal pictures
Jumat, 2021-11-19 07:00:17positional parameters correspond to POTD dates table.insert(dates, value) elseif string.sub(key, 1, 1) == "i" then -- named parameters with prefixes...
Click to read more »Module:Location map/data/United Kingdom Tyne and Wear/doc
Selasa, 2023-07-11 19:23:18These definitions are used by the following templates when invoked with parameter "United Kingdom Tyne and Wear": {{Location map|United Kingdom Tyne and...
Click to read more »Module:Location map/data/United Kingdom West Midlands/doc
Selasa, 2023-07-11 19:23:22These definitions are used by the following templates when invoked with parameter "United Kingdom West Midlands": {{Location map|United Kingdom West Midlands |...
Click to read more »Module:Location map/data/Germany Berlin/doc
Jumat, 2022-06-03 13:37:32These definitions are used by the following templates when invoked with parameter "Germany Berlin": {{Location map|Germany Berlin |...}} {{Location map...
Click to read more »Module:Location map/data/Germany Lower Saxony/doc
Jumat, 2022-06-03 13:37:58These definitions are used by the following templates when invoked with parameter "Germany Lower Saxony": {{Location map|Germany Lower Saxony |...}} {{Location...
Click to read more »Module:Location map/data/Ukraine Zaporizhzhia Oblast/doc
Kamis, 2023-07-06 23:48:38These definitions are used by the following templates when invoked with parameter "Ukraine Zaporizhzhia Oblast": {{Location map|Ukraine Zaporizhzhia Oblast |...
Click to read more »Module:Naval Vessel Register URL
Senin, 2025-08-11 23:02:19args_t[1]) and (not args_t['id']) then make_error_message (output, 'required parameter missing', '', ''); return table.concat (output); end local hull =...
Click to read more »Module:Location map/doc
Selasa, 2026-04-28 04:51:41issue has been highlighted. Some infobox templates use their caption parameter directly instead of passing it to this module. This results in the display...
Click to read more »Module:Biota infobox/param
Sabtu, 2023-12-09 01:00:28parameter checking independently of taxobox display function p.main(frame) p._getArgs(frame) return info.parameterCategory end -- get parameters for...
Click to read more »Module:Sandbox/RexxS/doc
Minggu, 2023-11-19 19:34:39any property from Wikidata by supplying the property ID as the first parameter: getValue: Returns wiki-linked values, if applicable. All other values...
Click to read more »Module:Sandbox/MJL/CS1/Suggestions
Sabtu, 2021-09-04 01:02:25['incorrect'] = 'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen']...
Click to read more »Module:CountryData/doc
Jumat, 2024-08-30 03:58:17data templates (which are used for most flag templates). Extracts all parameters from a data template and returns them as a Lua table. This function is...
Click to read more »Module:Location map/data/Italy Calabria/doc
Senin, 2022-07-04 12:55:37AlternativeMap parameters image2 = Italy Calabria location map 2.svg Alternative map image which can be displayed via the AlternativeMap parameter top = 40...
Click to read more »Module:Location map/data/Norway Troms/doc
Kamis, 2023-07-06 21:25:31These definitions are used by the following templates when invoked with parameter "Norway Troms": {{Location map|Norway Troms |...}} {{Location map many|Norway...
Click to read more »Module:Location map/data/Germany Hamburg/doc
Jumat, 2022-06-03 13:37:52These definitions are used by the following templates when invoked with parameter "Germany Hamburg": {{Location map|Germany Hamburg |...}} {{Location map...
Click to read more »Module:Location map/data/USA Florida/doc
Rabu, 2023-12-27 22:45:08These definitions are used by the following templates when invoked with parameter "USA Florida": {{Location map|USA Florida |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/USA Iowa/doc
Rabu, 2023-12-27 22:45:13These definitions are used by the following templates when invoked with parameter "USA Iowa": {{Location map|USA Iowa |...}} {{Location map many|USA Iowa |...
Click to read more »Module:Location map/data/USA Indiana/doc
Rabu, 2023-12-27 22:45:11These definitions are used by the following templates when invoked with parameter "USA Indiana": {{Location map|USA Indiana |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/Spain Catalonia/doc
Sabtu, 2022-06-04 04:55:10These definitions are used by the following templates when invoked with parameter "Spain Catalonia": {{Location map|Spain Catalonia |...}} {{Location map...
Click to read more »Module:Sandbox/Innesw/Infobox Australian place-upgrade/doc
Rabu, 2025-10-08 14:11:39substantive changes to the behaviour of the template, including some additional parameters. It is ready for wider testing, the results of which may require further...
Click to read more »Module:ScribuntoUnit/doc
Jumat, 2026-01-30 21:43:03message, level) This tests whether the first parameter is equal to the second parameter. If both parameters are numbers, the values are instead compared...
Click to read more »Module:Module sandbox/doc
Rabu, 2026-05-27 03:47:15Hello world! sandbox.hello_world( name ) (function) Prints hello world Parameter: name Person to address (string) Returns: hello world string TODO: make...
Click to read more »Module:Location map/data/Australia Western Australia/doc
Sabtu, 2022-04-16 00:51:48parameters image2 = Australia Western Australia location map blank.svg Alternative map image which can be displayed via the AlternativeMap parameter top...
Click to read more »Module:Location map/data/India Kerala/doc
Rabu, 2023-12-27 22:43:44templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Location map/data/Poland Silesian Voivodeship/doc
Kamis, 2023-07-06 21:21:01These definitions are used by the following templates when invoked with parameter "Poland Silesian Voivodeship": {{Location map|Poland Silesian Voivodeship |...
Click to read more »Module:Location map/data/United Kingdom Oxfordshire/doc
Selasa, 2023-07-11 19:23:00These definitions are used by the following templates when invoked with parameter "United Kingdom Oxfordshire": {{Location map|United Kingdom Oxfordshire |...
Click to read more »Module:Location map/data/USA Puerto Rico/doc
Jumat, 2023-07-14 02:02:50These definitions are used by the following templates when invoked with parameter "USA Puerto Rico": {{Location map|USA Puerto Rico |...}} {{Location map...
Click to read more »Module:Location map/data/Canada Southern Ontario/doc
Rabu, 2022-06-01 01:33:18AlternativeMap parameters image2 = Canada Southern Ontario location map.png Alternative map image which can be displayed via the AlternativeMap parameter top =...
Click to read more »Module:Pagelist
Sabtu, 2026-06-06 20:22:25and edelim parameters the behaviour is different -- depending on whether the parameters are blank or absent, and for -- the delim parameter the default...
Click to read more »Module:For nowiki/doc
Minggu, 2025-03-09 23:31:29provided parameters. Should not be called directly. template - Designed to be used from within other templates. It takes explicit configuration parameters but...
Click to read more »Module:Location map/data/Poland Podlaskie Voivodeship/doc
Kamis, 2023-07-06 21:20:55These definitions are used by the following templates when invoked with parameter "Poland Podlaskie Voivodeship": {{Location map|Poland Podlaskie Voivodeship |...
Click to read more »Module:Location map/data/France Corsica/doc
Jumat, 2022-06-03 13:39:32These definitions are used by the following templates when invoked with parameter "France Corsica": {{Location map|France Corsica |...}} {{Location map...
Click to read more »Module:Location map/data/USA Utah/doc
Senin, 2023-07-17 11:18:46These definitions are used by the following templates when invoked with parameter "USA Utah": {{Location map|USA Utah |...}} {{Location map many|USA Utah |...
Click to read more »Module:Location map/data/Norway Bouvet Island/doc
Kamis, 2023-07-06 21:24:48These definitions are used by the following templates when invoked with parameter "Norway Bouvet Island": {{Location map|Norway Bouvet Island |...}} {{Location...
Click to read more »Module:Location map/data/India Rajasthan/doc
Senin, 2022-07-04 12:58:05These definitions are used by the following templates when invoked with parameter "India Rajasthan": {{Location map|India Rajasthan |...}} {{Location map...
Click to read more »Module:Location map/data/Germany Saxony/doc
Jumat, 2022-06-03 13:38:14These definitions are used by the following templates when invoked with parameter "Germany Saxony": {{Location map|Germany Saxony |...}} {{Location map...
Click to read more »Module:Random/doc
Selasa, 2025-03-11 09:28:26integer in the range [ n , m ] {\displaystyle [n,m]} instead. If the |same= parameter is set to "yes", "y", "true", or "1", the same random number is returned...
Click to read more »Module:Location map/data/South Sudan/doc
Kamis, 2023-07-06 23:54:27These definitions are used by the following templates when invoked with parameter "South Sudan": {{Location map|South Sudan |...}} {{Location map many|South...
Click to read more »Module:Location map/data/Netherlands/doc
Rabu, 2023-12-27 22:44:02templates have parameters to specify an alternative map image. The map displayed as image1 can be used with the relief or AlternativeMap parameters. Examples...
Click to read more »Module:Sandbox/RexxS/ImageLegend
Selasa, 2016-05-17 00:03:11{{#invoke:Sandbox/RexxS/ImageLegend |getImageLegend | PARAMETER | lang=<ISO-639code> |id=<QID>}} Returns PARAMETER, unless it is equal to "FETCH_WIKIDATA" from...
Click to read more »Module:Location map/data/India Jharkhand/doc
Senin, 2022-07-04 12:57:19These definitions are used by the following templates when invoked with parameter "India Jharkhand": {{Location map|India Jharkhand |...}} {{Location map...
Click to read more »Module:Location map/data/Japan Toyama Prefecture/doc
Senin, 2022-07-04 12:54:34These definitions are used by the following templates when invoked with parameter "Japan Toyama Prefecture": {{Location map|Japan Toyama Prefecture |.....
Click to read more »Module:Labelled list hatnote/testcases/template/doc
Jumat, 2024-08-30 05:05:19"test" parameter that switches between invocations. A table explaining the current "test" values and their corresponding invocation parameters follows:...
Click to read more »Module:Gridiron color
Senin, 2026-04-13 00:56:07color_data then if year and year > 0 then --code for handling year parameter colors = get_year(color_data[team], year) else colors = color_data[team]...
Click to read more »Module:DemoTemplate/doc
Jumat, 2024-08-30 04:07:52{{#invoke:DemoTemplate|1x|1=Some parameter with an = sign in it}} {{1x|1=Some parameter with an = sign in it}} → Some parameter with an = sign in it Note, however...
Click to read more »Module:Location map/data/China Guangdong/doc
Minggu, 2022-05-29 13:55:48These definitions are used by the following templates when invoked with parameter "China Guangdong": {{Location map|China Guangdong |...}} {{Location map...
Click to read more »Module:Location map/data/Italy Lazio/doc
Senin, 2022-07-04 12:55:47These definitions are used by the following templates when invoked with parameter "Italy Lazio": {{Location map|Italy Lazio |...}} {{Location map many|Italy...
Click to read more »Module:Location map/data/China Chongqing/doc
Minggu, 2022-05-29 13:55:34These definitions are used by the following templates when invoked with parameter "China Chongqing": {{Location map|China Chongqing |...}} {{Location map...
Click to read more »Module:Location map/data/Germany Brandenburg/doc
Jumat, 2022-06-03 13:37:36These definitions are used by the following templates when invoked with parameter "Germany Brandenburg": {{Location map|Germany Brandenburg |...}} {{Location...
Click to read more »Module:Location map/data/USA Vermont/doc
Senin, 2023-07-17 11:18:40These definitions are used by the following templates when invoked with parameter "USA Vermont": {{Location map|USA Vermont |...}} {{Location map many|USA...
Click to read more »Module:Location map/data/France Bretagne/doc
Jumat, 2022-06-03 13:39:24These definitions are used by the following templates when invoked with parameter "France Bretagne": {{Location map|France Bretagne |...}} {{Location map...
Click to read more »Module:Location map/data/Italy Tuscany/doc
Senin, 2022-07-04 12:56:09These definitions are used by the following templates when invoked with parameter "Italy Tuscany": {{Location map|Italy Tuscany |...}} {{Location map many|Italy...
Click to read more »Module:Location map/data/Italy Sicily/doc
Senin, 2022-07-04 12:56:03These definitions are used by the following templates when invoked with parameter "Italy Sicily": {{Location map|Italy Sicily |...}} {{Location map many|Italy...
Click to read more »Module:Location map/data/Germany Bremen/doc
Jumat, 2022-06-03 13:37:38These definitions are used by the following templates when invoked with parameter "Germany Bremen": {{Location map|Germany Bremen |...}} {{Location map...
Click to read more »Module:Location map/data/Japan Yamanashi Prefecture/doc
Senin, 2022-07-04 12:54:42These definitions are used by the following templates when invoked with parameter "Japan Yamanashi Prefecture": {{Location map|Japan Yamanashi Prefecture |...
Click to read more »Module:Template test case/doc
Kamis, 2026-05-14 19:42:33called directly. Instead, you should use one of the following templates: Parameter-based templates: Template:Test case – for standard test cases Template:Testcase...
Click to read more »Module:Location map/data/Poland Opole Voivodeship/doc
Kamis, 2023-07-06 21:20:51These definitions are used by the following templates when invoked with parameter "Poland Opole Voivodeship": {{Location map|Poland Opole Voivodeship |...
Click to read more »Module:Location map/data/United Kingdom Staffordshire/doc
Selasa, 2023-07-11 19:23:08These definitions are used by the following templates when invoked with parameter "United Kingdom Staffordshire": {{Location map|United Kingdom Staffordshire |...
Click to read more »Module:Location map/data/United Kingdom Bedfordshire/doc
Selasa, 2023-07-11 19:21:54These definitions are used by the following templates when invoked with parameter "United Kingdom Bedfordshire": {{Location map|United Kingdom Bedfordshire |...
Click to read more »Module:Location map/data/United Kingdom West Sussex/doc
Selasa, 2023-07-11 19:23:16These definitions are used by the following templates when invoked with parameter "United Kingdom West Sussex": {{Location map|United Kingdom West Sussex |...
Click to read more »Module:Location map/data/United Kingdom Derbyshire/doc
Selasa, 2023-07-11 19:22:16These definitions are used by the following templates when invoked with parameter "United Kingdom Derbyshire": {{Location map|United Kingdom Derbyshire |...
Click to read more »Module:Location map/data/United Kingdom Cumbria/doc
Selasa, 2023-07-11 19:22:14These definitions are used by the following templates when invoked with parameter "United Kingdom Cumbria": {{Location map|United Kingdom Cumbria |...}}...
Click to read more »Module:Location map/data/Poland Pomeranian Voivodeship/doc
Kamis, 2023-07-06 21:20:59These definitions are used by the following templates when invoked with parameter "Poland Pomeranian Voivodeship": {{Location map|Poland Pomeranian Voivodeship |...
Click to read more »Module:Location map/data/United Kingdom Essex/doc
Selasa, 2023-07-11 19:22:24These definitions are used by the following templates when invoked with parameter "United Kingdom Essex": {{Location map|United Kingdom Essex |...}} {{Location...
Click to read more »Module:Location map/data/Australia New South Wales/doc
Rabu, 2023-12-27 22:39:59AlternativeMap parameters image2 = Australia New South Wales location map.svg Alternative map image which can be displayed via the AlternativeMap parameter top =...
Click to read more »Module:Title monthname
Selasa, 2021-08-17 08:26:09name may be supplied as a parameter. Return the first word which matches a months name ... unless the "match=" parameter specifies a diffreent match...
Click to read more »Module:Road data/parser/sandbox
Sabtu, 2023-07-22 13:12:11]]*)%|([^%[|%]]*)%]" --- -- Parameter substitution pattern -- Syntax: %param% -- where param is the name of the parameter whose value is to be substituted...
Click to read more »Module:Location map/data/India Andhra Pradesh/doc
Rabu, 2023-12-27 22:43:38These definitions are used by the following templates when invoked with parameter "India Andhra Pradesh": {{Location map|India Andhra Pradesh |...}} {{Location...
Click to read more »Module:Location map/data/Mexico Tamaulipas/doc
Kamis, 2023-07-06 21:34:46templates have parameters to specify an alternative map image. The map displayed as image2 can be used with the AlternativeMap parameter. Examples may...
Click to read more »