Search Results: Module:Script doc auto/testcases

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


Module:User script table row/doc
Sabtu, 2021-04-10 11:30:27

Implements {{user script table row}} used in Wikipedia:User scripts/List. /data interprets Wikipedia:User scripts/Most imported scripts and formats the...

Click to read more »
Module:Script doc auto/doc
Minggu, 2024-11-10 02:13:47

This module is for use by {{Script doc auto}}. {{#invoke:Script doc auto|main}} No arguments are needed. For testing what the output would be when used...

Click to read more »
Module:Script doc auto
Kamis, 2025-08-14 22:32:57

some script page, not a user skin file if basepage.exists then text = listSisters(basepage.fullText, 'This [[Wikipedia:User scripts|user script]]...

Click to read more »
Module:User script table row/data
Sabtu, 2021-04-10 10:21:45

local source = mw.title.new('Wikipedia:User scripts/Most imported scripts'):getContent() local t = {} for script, total, active in mw.ustring.gmatch(source...

Click to read more »
Module:Scripts
Senin, 2023-11-20 10:47:19

export = {} local Script = {} --[==[Returns the script code of the language. Example: {{code|lua|"Cyrl"}} for Cyrillic.]==] function Script:getCode() return...

Click to read more »
Module:Scripts/charToScript
Senin, 2023-11-20 10:58:13

if (scripts[script][1] + scripts[script][2]) == (scripts[combined_script][1] + scripts[combined_script][2]) then scripts[combined_script] = nil...

Click to read more »
Module:User scripts table
Rabu, 2025-03-26 05:18:58

new('Wikipedia:User scripts/Most imported scripts'):getContent() local data = {} local rows = mw.html.create() local count = 0 for script, total, active...

Click to read more »
Module:Lang
Rabu, 2026-05-13 06:20:12

lang_data.lang_name_table; -- language codes, names, regions, scripts, suppressed scripts local lang_table = lang_data.lang_name_table.lang; local lang_dep_table...

Click to read more »
Module:Unicode data/scripts/make
Kamis, 2020-03-12 02:28:30

16) local script_range if prev_script_range and script_name == prev_script_name and codepoint1 - prev_codepoint == 1 then prev_script_range[2] =...

Click to read more »
Module:Lang/sandbox
Rabu, 2026-05-13 06:17:18

lang_data.lang_name_table; -- language codes, names, regions, scripts, suppressed scripts local lang_table = lang_data.lang_name_table.lang; local lang_dep_table...

Click to read more »
Module:Scripts/doc
Rabu, 2025-06-11 15:28:31

associated with them. See Wiktionary:Scripts for more information. The information itself is stored in Module:scripts/data. The data module should not be...

Click to read more »
Module:Script doc auto/styles.css
Kamis, 2024-10-10 04:36:15

script-doc-auto-box.script-doc-auto-box { background: #ecfcf4; } @media screen { html.skin-theme-clientpref-night .script-doc-auto-box.script-doc-auto-box...

Click to read more »
Module:Sandbox/Erutuon/scripts
Jumat, 2018-04-13 02:34:59

list_chars_in_script(str) local scripts = {} for codepoint in mw.ustring.gcodepoint(str) do local script = cp_to_sc(codepoint) scripts[script] = scripts[script]...

Click to read more »
Module:Script doc auto/sandbox
Jumat, 2025-08-08 23:38:59

some script page, not a user skin file if basepage.exists then text = listSisters(basepage.fullText, 'This [[Wikipedia:User scripts|user script]]...

Click to read more »
Module:Lang/data/iana scripts
Jumat, 2026-04-17 00:41:42

["Khoj"] = {"Khojki"}, ["Kitl"] = {"Khitan large script"}, ["Kits"] = {"Khitan small script"}, ["Knda"] = {"Kannada"}, ["Kore"] = {"Korean (alias...

Click to read more »
Module:Scripts/testcases
Senin, 2023-11-20 11:04:37

require("Module:UnitTests") local m_scripts = require("Module:scripts") local m_script_utils = require("Module:script utilities") local getLangByCode =...

Click to read more »
Module:User scripts table/sandbox
Kamis, 2022-06-16 12:27:45

new(scriptTitle).redirectTarget if redirectTarget then local scriptTitle = redirectTarget.prefixedText end local scriptText = mw.title.new(scriptTitle):getContent()...

Click to read more »
Module:User script table row
Rabu, 2021-09-29 07:26:52

local data = mw.loadData('Module:User script table row/data') local p = {} function p._main(args) local code = args.code local doc = args.doc local...

Click to read more »
Module:Unicode data/scripts/doc
Rabu, 2026-03-04 01:57:33

determine the Unicode script code for a code point and to determine if a Unicode script is written right-to-left. The right-to-left script data is sourced from...

Click to read more »
Module:Unicode data
Selasa, 2025-09-16 09:46:49

"Uncoded" scripts. if not (script == "Zyyy" or script == "Zinh" or script == "Zzzz") then scripts[script] = true end end -- If scripts does not...

Click to read more »
Module:Scripts/templates
Senin, 2023-11-20 11:04:39

args[1] or error("Script code has not been specified. Please pass parameter 1 to the module invocation.") sc = require("Module:scripts").getByCode(sc)...

Click to read more »
Module:Scripts/print
Senin, 2023-11-20 11:04:45

result = {} local script_data = mw.loadData("Module:scripts/data") local iterate if name_to_code then for code, data in pairs(script_data) do if...

Click to read more »
Module:User script table row/sandbox
Rabu, 2021-09-29 07:06:18

local data = mw.loadData('Module:User script table row/data') local p = {} function p._main(args) local code = args.code local doc = args.doc local...

Click to read more »
Module:Wikt-lang
Minggu, 2025-06-22 00:01:58

script code.' elseif scriptCode ~= "" and not scriptCode:find("%a%a%a%a") then errorText = '<code>'..scriptCode..'</code> is not a valid script code...

Click to read more »
Module:Scripts/chain
Senin, 2023-11-20 11:05:01

local scripts = mw.loadData("Module:scripts/data") local function format(code) local name = scripts[code][1] if not name:find("[Ss]script$") then...

Click to read more »
Module:Citation/CS1
Sabtu, 2026-02-28 22:14:46

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Citation/CS1/Whitelist
Minggu, 2024-08-18 01:39:09

true, ['script-article'] = true, ['script-chapter'] = true, ['script-contribution'] = true, ['script-encyclopaedia'] = true, ['script-encyclopedia']...

Click to read more »
Module:Citation/CS1/sandbox
Minggu, 2026-04-26 21:34:02

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Unicode data/scripts
Rabu, 2025-09-10 04:46:41

Unicode script values for individual codepoints and ranges of -- codepoints. -- https://www.unicode.org/Public/UNIDATA/Scripts.txt provided -- the script names...

Click to read more »
Module:Citation/CS1/doc/Category list
Minggu, 2021-03-07 02:50:12

script (grc) Category:CS1 uses Arabic-language script (ar) Category:CS1 uses Armenian-language script (hy) Category:CS1 uses Assamese-language script...

Click to read more »
Module:Citation/CS1/COinS
Sabtu, 2025-04-12 20:48:47

(script) then script = script:gsub ('^%l%l%s*:%s*', ''); -- remove language prefix if present (script value may now be empty string) script...

Click to read more »
Module:Citation/CS1/Whitelist/sandbox
Jumat, 2025-11-21 02:47:45

true, ['script-article'] = true, ['script-chapter'] = true, ['script-contribution'] = true, ['script-encyclopaedia'] = true, ['script-encyclopedia']...

Click to read more »
Module:Unicode data/sandbox
Sabtu, 2025-08-02 23:33:56

"Uncoded" scripts. if not (script == "Zyyy" or script == "Zinh" or script == "Zzzz") then scripts[script] = true end end -- If scripts does not...

Click to read more »
Module:Lang/utilities
Kamis, 2025-01-09 21:19:30

['lang-sh-cyrl-latn'] = true, -- this template has |1=cyrl script |2=latn script } --[[--------------------------< E R R O R _ M S G _ M A K E...

Click to read more »
Module:Sandbox/Gonnym/Script basic documentation
Kamis, 2024-06-06 19:34:28

pageName = mw.ustring.lower(page.subpageText) local styles = "Template:Script/styles " .. pageName .. ".css" local text = mw.title.new(styles):getContent()...

Click to read more »
Module:Lang/data/iana languages/doc
Kamis, 2024-11-28 08:57:08

language-subtag-registry file. The table in this module was created using the awb script at IANA subtag registry file update or by Module:Lang/data/iana languages/make...

Click to read more »
Module:Citation/CS1/Configuration
Sabtu, 2026-02-28 22:14:44

['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', 'script-article', 'script-section'}, ['ScriptEncyclopedia'] = {'script-encyclopedia'...

Click to read more »
Module:Convert/documentation/conversion data
Senin, 2026-03-02 10:32:53

discussed at Template talk:Convert. This page is read by a script (makeunits). The script extracts information from the wikitext, and outputs the Lua...

Click to read more »
Module:Lang/data/iana languages/make
Rabu, 2024-07-10 21:55:31

]=] local function get_lang_script_region_parts (record) local code; local suppress; -- Suppress script for this code if specified local...

Click to read more »
Module:Citation/CS1/COinS/sandbox
Jumat, 2025-11-21 02:45:55

(script) then script = script:gsub ('^%l%l%s*:%s*', ''); -- remove language prefix if present (script value may now be empty string) script...

Click to read more »
Module:User scripts table/doc
Minggu, 2021-06-20 10:53:36

This module reads the table in WP:User scripts/Most imported scripts and produces the one in WP:User scripts/Ranking. The module can be called either...

Click to read more »
Module:Wikt-lang/data
Rabu, 2026-01-14 15:11:12

"canonical name" used on Wiktionary. Article is the Wikipedia article. Script is the ISO 15924 code. ]] local data = { ["languages"] = { ["aaq"] =...

Click to read more »
Module:Citation/CS1/Configuration/sandbox
Rabu, 2026-06-03 02:12:03

['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', 'script-article', 'script-section'}, ['ScriptEncyclopedia'] = {'script-encyclopedia'...

Click to read more »
Module:Lang/testcases
Jumat, 2026-04-24 17:43:43

|italic=no when |script=arab or |script=latn is set. |italic=yes should override whatever |script= might say. The value assigned to |script= shall be appended...

Click to read more »
Module:Wikt-lang/sandbox
Sabtu, 2025-06-21 23:44:00

script code.' elseif scriptCode ~= "" and not scriptCode:find("%a%a%a%a") then errorText = '<code>'..scriptCode..'</code> is not a valid script code...

Click to read more »
Module:Unicode data/scripts/sandbox
Minggu, 2022-05-01 17:25:13

Unicode script values for individual codepoints and ranges of -- codepoints. -- https://www.unicode.org/Public/UNIDATA/Scripts.txt provided -- the script names...

Click to read more »
Module:Sandbox/DePiep/uchar
Selasa, 2023-08-01 22:45:17

local function getScriptName( sScriptISO ) local sName local UDscripts = mw.loadData( 'Module:Unicode data/scripts' ) if sScriptISO == nil then return...

Click to read more »
Module:Unicode data/testcases
Selasa, 2025-07-29 23:25:05

script_to_count[script] = script_to_count[script] + 1 end local printed = table.concat( fun.mapIter( function (count, script) ...

Click to read more »
Module:Sandbox/Erutuon/Unicode
Kamis, 2019-02-28 08:35:22

Unicode_data.lookup_script(codepoint) script_to_char_set[script] = script_to_char_set[script] or {} script_to_char_set[script][codepoint] = true ...

Click to read more »
Module:Sandbox/Erutuon
Senin, 2019-09-16 16:39:40

existence of script tag. if parsed_subtags.script then local lower_script = parsed_subtags.script:lower() if not lang_name_table.script[lower_script] then...

Click to read more »
Module:Sandbox/Erutuon/scripts/doc
Jumat, 2018-04-13 02:32:15

Lua error in package.lua at line 80: module 'Module:Language/scripts' not found....

Click to read more »
Module:Sandbox/trappist the monk/template params/doc
Sabtu, 2024-09-07 21:42:09

Script error: The function "param_names_get" does not exist. Script error: The function "param_names_get" does not exist. Script error: The function "param_names_get"...

Click to read more »
Module:Sandbox/DePiep/uchar-helper
Selasa, 2023-08-01 22:40:33

"Uncoded" scripts. if not (script == "Zyyy" or script == "Zinh" or script == "Zzzz") then scripts[script] = true end end -- If scripts does not...

Click to read more »
Module:Scripts/by name
Senin, 2023-11-20 11:05:03

["Cham"] = "Cham", ["Cherokee"] = "Cher", ["Chorasmian"] = "Chrs", ["Clear Script"] = "xwo-Mong", ["Coptic"] = "Copt", ["Cuneiform"] = "Xsux", ["Cypriot"]...

Click to read more »
Module:Convert/documentation/conversion data/introduction
Minggu, 2026-05-24 14:22:45

discussed at Template talk:Convert. This page is read by a script (makeunits). The script extracts information from the wikitext, and outputs the Lua...

Click to read more »
Module:Sandbox/trappist the monk/test
Minggu, 2018-01-14 22:47:37

lang lang-variant lang-script lang-script-variant lang-region lang-region-variant lang-script-region lang-script-region-variant lang-x-private...

Click to read more »
Module:Lang/data
Senin, 2026-05-04 04:40:57

names script -> ISO 15924 script tags region -> ISO 3166 region tags variant -> IANA registered variant tags suppressed -> map of scripts tags and...

Click to read more »
Module:Lang/sandbox2
Minggu, 2025-03-30 16:54:03

lang_data.lang_name_table; -- language codes, names, regions, scripts, suppressed scripts local lang_table = lang_data.lang_name_table.lang; local lang_dep_table...

Click to read more »
Module:Lang/sandbox/styles.css
Rabu, 2026-05-13 01:01:40

Module:lang can support certain fonts */ .lang-he-x-niq { /* taken from { {Script/styles hebrew.css} } */ font-size: 1.15em; font-family: 'SBL Hebrew',...

Click to read more »
Module:Lang/data/make is latn data
Kamis, 2025-01-16 21:01:40

() local unicode_scripts = mw.loadData ('Module:Unicode data/scripts'); for code_point, script in pairs (unicode_scripts.singles) do -- spin...

Click to read more »
Module:Sandbox/Nardog/14d
Jumat, 2021-04-09 04:07:58

local source = mw.title.new('Wikipedia:User scripts/Most imported scripts'):getContent() local t = {} for script, total, active in mw.ustring.gmatch(source...

Click to read more »
Module:Lang/configuration
Minggu, 2025-03-30 08:23:15

{{lang-xx}} ['translit'] = true, ['translit-std'] = true, ['translit-script'] = true, ['translation'] = true, ['lit='] = true, ['label'] = true...

Click to read more »
Module:Lang/configuration/sandbox
Jumat, 2025-04-25 19:28:22

{{lang-xx}} ['translit'] = true, ['translit-std'] = true, ['translit-script'] = true, ['translation'] = true, ['lit='] = true, ['label'] = true...

Click to read more »
Module:Character info
Sabtu, 2024-01-13 22:10:33

require('Module:Unicode data') local char_to_script = require('Module:scripts').charToScript local export = {} local dingbat_scripts = { ["Zsym"] = true; ["Zmth"]...

Click to read more »
Module:Sandbox/trappist the monk/cite wikisource
Senin, 2024-08-05 23:18:56

args_t['script-title'] then -- create |script-title= parameter only when appropriate TODO: |script-chapter=? local script_title = args_t['script-title'];...

Click to read more »
Module:Sandbox/BrandonXLF/user space
Kamis, 2021-09-23 09:56:37

file you installed the script in (eg. your [[Special:MyPage/common.js|common.js]] file) to change the settings for this script. For best compatibility...

Click to read more »
Module:Sandbox/Erutuon/testcases
Selasa, 2019-03-05 04:32:33

end, } show.script = show.language show.region = show.language show.private_use = show.variant local items = { "language", "script", "region", "variant"...

Click to read more »
Module:Scripts/data
Senin, 2023-11-20 11:04:54

--[=[ When adding new scripts to this file, please don't forget to add style definitons for the script in [[MediaWiki:Common.css]]. ]=] local u = mw...

Click to read more »
Module:Citation/CS1/sandbox2
Selasa, 2023-05-09 21:35:35

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:CharToCodepoint
Jumat, 2023-11-24 20:40:37

getArgs local args = getArgs(frame) local char_to_script = require('Module:scripts').charToScript local codepoint = mw.ustring.codepoint(args[1]) return...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/COinS
Selasa, 2020-06-16 10:16:17

(script) then script = script:gsub ('^%l%l%s*:%s*', ''); -- remove language prefix if present (script value may now be empty string) script...

Click to read more »
Module:Scripts/code to canonical name
Senin, 2023-11-20 11:04:57

= "Arabic", ["xka-Arab"] = "Arabic", ["xwo-Mong"] = "Clear Script", ["xzh-Tibt"] = "Zhang-Zhung", } -- To update, go to [[Module:scripts/print]]....

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/Whitelist
Selasa, 2020-06-16 10:13:02

['script-article'] = true, ['script-chapter'] = true, ['script-contribution'] = true, ['script-entry'] = true, ['script-journal'] = true, ['script-magazine']...

Click to read more »
Module:Lang/doc
Minggu, 2025-12-21 00:36:56

languages – from IANA language-subtag-registry file language script data Module:Lang/data/iana scripts – from IANA language-subtag-registry file language region...

Click to read more »
Module:Redirect
Jumat, 2021-09-10 14:46:37

local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other...

Click to read more »
Module:CharToCodepoint/sandbox
Rabu, 2023-12-06 23:06:04

getArgs local args = getArgs(frame) local char_to_script = require('Module:scripts').charToScript local codepoint = string.byte('👨‍👩‍👧') return...

Click to read more »
Module:Fallbacklist
Rabu, 2024-11-20 08:06:54

Megleno-Romanian (Cyrillic script) ['ruq-grek'] = {'ruq'}, -- Megleno-Romanian (Greek script) ['ruq-latn'] =...

Click to read more »
Module:Lang/data/iana languages/make/doc
Jumat, 2024-08-30 05:06:01

Module:Lang/data/iana scripts Module:Lang/data/iana regions Module:Lang/data/iana variants Module:Lang/data/iana suppressed scripts Module:Lang/data/ISO...

Click to read more »
Module:CharToHexCodepoint
Jumat, 2023-11-24 20:41:14

getArgs local args = getArgs(frame) local char_to_script = require('Module:scripts').charToScript local codepoint = mw.ustring.codepoint(args[1]) local...

Click to read more »
Module:Unicode data/doc
Jumat, 2025-06-20 06:08:23

/names/000): names Module:Unicode data/scripts: data mapping characters to their Unicode script properties (from Scripts.txt). The name data modules (Module:Unicode...

Click to read more »
Module:User:AnomieBOT/LanguageCategoryCreator
Jumat, 2025-10-31 02:08:24

sources %((.+)%)'] = 'cs1_sources', ['CS1 uses (.+)-language script %((.+)%)'] = 'cs1_script', } -- List SQL LIKE syntax for supported categories. function...

Click to read more »
Module:Transclusion count/data/S
Minggu, 2026-06-07 12:13:52

145000, ["Script"] = 7500, ["Script/Arabic"] = 3900, ["Script/Hebrew"] = 4900, ["Script/Nastaliq"] = 15000, ["Script/doc/id-unk"] = 3200, ["Script/doc/id-unk/core"]...

Click to read more »
Module:Citation/CS1/Suggestions
Sabtu, 2023-01-14 21:43:32

['sayı'] = 'issue', -- Turkish ['script-post'] = 'postscript', -- misspelling ['script-trans'] = 'transcript', -- misspelling...

Click to read more »
Module:TemplatePar/doc
Senin, 2024-09-02 05:18:24

Documentation for template programmers This page is a soft redirect. The source code of this script comes from upstream, in this case de.wikipedia....

Click to read more »
Module:Build bracket
Selasa, 2025-08-19 23:45:35

state, config, Helpers, StateChecks) return tostring(html) end -- Exposed for tests/scripts that invoke without a frame p._main = p.main return p...

Click to read more »
Module:Sandbox/MJL/CS1/COinS
Sabtu, 2021-09-04 01:03:23

(script) then script = script:gsub ('^%l%l%s*:%s*', ''); -- remove language prefix if present (script value may now be empty string) script...

Click to read more »
Module:Sandbox/AlphaZeta/test2/doc
Kamis, 2013-12-26 19:34:23

name=value syntax as in MediaWiki templates, are accessible inside the function as frame.args["name"]. Script error: The function "main" does not exist....

Click to read more »
Module:Sandbox/Awesome Aasim/CS1 LDoc Test/doc
Selasa, 2025-05-20 21:39:21

|script-title=, |script-chapter=, |script-<periodical>= Parameters: script_value (string) script_param (string) Returns: formatted script value script_concatenate(...

Click to read more »
Module:Sandbox/MJL/citation
Senin, 2022-10-24 04:17:31

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Build bracket/sandbox
Selasa, 2025-08-26 21:10:36

state, config, Helpers, StateChecks) return tostring(html) end -- Exposed for tests/scripts that invoke without a frame p._main = p.main return p...

Click to read more »
Module:Sandbox/Psiĥedelisto/Citation/Whitelist
Senin, 2020-09-21 10:27:29

['script-article'] = true, ['script-chapter'] = true, ['script-contribution'] = true, ['script-entry'] = true, ['script-journal'] = true, ['script-magazine']...

Click to read more »
Module:Portal/images/h
Kamis, 2025-10-16 22:10:56

"Aum Om red.svg|link=|alt=", ["hindustani"] = "Hindustani.svg|link=|alt=script|class=skin-invert-image", ["hip hop"] = "Loudspeaker-crystal-theme.svg|alt=icon"...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1
Rabu, 2025-05-28 21:43:36

local function script_concatenate (title, script, script_param) if is_set (script) then script = format_script_value (script, script_param); --...

Click to read more »
Module:Sandbox/SamuelRiv
Senin, 2022-10-24 04:17:21

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Lang/data/sandbox
Senin, 2026-05-04 04:23:20

names script -> ISO 15924 script tags region -> ISO 3166 region tags variant -> IANA registered variant tags suppressed -> map of scripts tags and...

Click to read more »
Module:Sandbox/Rockingerser/Test2
Minggu, 2023-03-26 21:07:55

"babysitter", "babysitters", "lua", "C++", "JavaScript", "JavaScripter", "JavaScripty", "JavaScripts", "JavaScripters", "JavaScripties", "WebAssembly", "WebAssembler"...

Click to read more »
Module:Cs1 documentation support
Rabu, 2026-02-25 02:24:53

true, ['network'] = true, ['number'] = true, ['RFC'] = true, ['script-journal'] = true, ['season'] = true, ['section'] = true, ['sections']...

Click to read more »
Module:Unicode data/aliases/doc
Kamis, 2022-03-24 14:54:01

character. Generated from NameAliases.txt in the Unicode Character Database using a script at wikt:User:Kephir/Unicode. Unicode alias names and abbreviations...

Click to read more »
Module:Nihongo
Kamis, 2025-06-19 07:06:39

lang_module._lang ({cfg[template].tag, native, ['template']=template}); -- add ja script with/without language prefix end if romanized then romanized = (lead...

Click to read more »
Module:Lang/documentor tool/testcases
Jumat, 2025-04-11 14:13:34

'}}', { {'test=Category:Articles containing German-language text|script=Ogham'}, {'test=Category:Articles containing German-language text|example=test...

Click to read more »
Module:US elections imagemap/utils/doc
Rabu, 2021-05-26 12:50:31

many other string utilities on Wikipedia, these are designed to be called from another Lua script easily — not to be called directly with {{#invoke}}....

Click to read more »
Module:Wikipedia Signpost/Main page top preview/doc
Selasa, 2021-06-15 21:13:35

and an incremented issue number. This is used by the Signpost Publication Script during "dry-run" publication tests. {{#invoke:Wikipedia Signpost/Main page...

Click to read more »
Module:Sandbox/kaaro01/testlua
Sabtu, 2016-09-24 03:44:08

local p={} function p.testFn( frame) return 'Lua Script run' end return p...

Click to read more »
Module:Sandbox/Pizza1016/Victoria infobox station name formatting/doc
Selasa, 2023-10-03 17:32:05

each line defined in either of the two aforementioned data modules, the script will generate the corresponding colour bar for each line, evenly spaced...

Click to read more »
Module:Ustring/doc
Sabtu, 2026-01-31 05:42:56

should produce: Script error: The function "xyzzy" does not exist. and {{#invoke:Ustring|maxPatternLength}} should produce: Script error: "maxPatternLength"...

Click to read more »
Module:Citation/CS1/Suggestions/sandbox
Rabu, 2025-12-17 03:52:24

['sayı'] = 'issue', -- Turkish ['script-post'] = 'postscript', -- misspelling ['script-trans'] = 'transcript', -- misspelling...

Click to read more »
Module:Lang/langx
Sabtu, 2024-11-16 02:17:00

table of language tags that use script subtags Data in this table scraped from {{lang-xx}} templates that set |script=<script tag> keys (tags) in this table...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/Configuration
Rabu, 2025-05-28 22:02:34

'scale', ['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', 'script-article', 'script-section'}, ['ScriptMap'] = 'script-map',...

Click to read more »
Module:Unicode data/combining/doc
Selasa, 2023-08-01 23:15:06

character's combining class. Generated from DerivedCombiningClass.txt using a script. Note: combing class = 230 (some), 233, 234 require second dotted circle...

Click to read more »
Module:Redirect/sandbox
Senin, 2023-04-17 04:25:54

local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other...

Click to read more »
Module:Scripts/style.css
Senin, 2026-05-11 12:13:33

terms]] */ .mention { font-style: italic; } /* "Empty" script, used for languages with no script set. This is the same as Latn in practice, but allows...

Click to read more »
Module:UnitTests/doc
Minggu, 2026-05-24 08:37:13

UnitTests provides a unit test facility that can be used by other scripts using require. See Wikipedia:Lua#Unit testing for details. The following is...

Click to read more »
Module:Convert/makeunits
Selasa, 2024-10-22 14:42:28

master list of units -- (see conversion_data for the page title). -- -- Script method: -- * Read lines, ignoring everything before "== Conversions =="...

Click to read more »
Module:Lang/documentor tool
Senin, 2025-05-12 23:10:52

local script_text = "" if args.script then script_text = string.format(non_english_language_text_strings["IN_SCRIPT"], args.script) end local...

Click to read more »
Module:Sandbox/trappist the monk/CS1
Senin, 2022-10-24 04:17:05

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Choose random TAFI
Jumat, 2019-11-29 03:29:57

because of the variability of os.clock (the time in seconds that the Lua script has been running for). local list = frame.args.list ...

Click to read more »
Module:Sandbox/Psiĥedelisto/Citation
Rabu, 2025-05-28 21:44:54

local function script_concatenate (title, script, script_param) if is_set (script) then script = format_script_value (script, script_param); --...

Click to read more »
Module:Sandbox/MJL/CS1
Senin, 2022-10-24 04:16:54

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Biglist/doc
Jumat, 2024-08-30 03:25:16

Category:Pages where post-expand include size is exceeded or Category:Pages with script errors (time exceeding 10 seconds). Using this module to replace a large...

Click to read more »
Module:Sandbox/Awesome Aasim/CS1 LDoc Test
Kamis, 2025-03-13 00:56:57

-- -- Supports |script-title=, |script-chapter=, |script-<periodical>= -- -- @param {string} script_value -- @param {string} script_param -- @return...

Click to read more »
Module:Efn native lang
Selasa, 2025-10-28 04:04:54

bulleted{ args.t and "[[Traditional Chinese characters|Traditional Chinese script]]: " .. nowrap("zh-Hant-TW", args.t), args.p and "[[Taiwanese Mandarin|Mandarin]]...

Click to read more »
Module:Translitteratio/doc
Sabtu, 2025-10-04 10:07:31

la:Modulus:Translitteratio This page is a soft redirect. The source code of this script comes from upstream, in this case la.wikipedia....

Click to read more »
Module:Sandbox/Izno/Citation/CS1
Senin, 2022-10-24 04:16:44

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Mni-translit/doc
Sabtu, 2024-02-24 23:25:52

module creates a transliteration of Manipuri text written in the Meitei script. It is used by {{mni-translit}}, and that template in turn is used by {{manipuri}}...

Click to read more »
Module:Sandbox/EF5
Jumat, 2025-01-31 23:18:43

function script_concatenate (title, script, script_param) if utilities.is_set (script) then script = format_script_value (script, script_param); ...

Click to read more »
Module:Sandbox/DePiep/uchar/data
Selasa, 2023-08-01 22:40:42

Module:Unicode data/scripts .. 'aliases' 29-04-2022 -- Scripts.txt gives full names; here we consider them aliases to save space. tScriptName = { Adlm =...

Click to read more »
Module:Isopsephy
Minggu, 2024-04-14 05:19:33

{lookupTable=greekTable, scriptTemplate='Script/Greek', transliterate='grc-transl'}, ["ar"] = {lookupTable=arabicTable, scriptTemplate='Script/Arabic'}, ["he"]...

Click to read more »
Module:Sandbox/trappist the monk/html entities
Senin, 2025-01-27 05:38:09

CAPITAL LETTER A WITH RING ABOVE'}, {'&Ascr;', '&#x1D49C;', 'MATHEMATICAL SCRIPT CAPITAL A'}, {'&Assign;', '&#x02254;', 'COLON EQUALS'}, {'&Atilde;', '&#x000C3;'...

Click to read more »
Module:RadioGatun32/doc
Jumat, 2022-09-16 01:17:57

either be run as a Mediawiki Lua module, or as a standalone Lua script. This very same script is also available on GitHub in a repo which includes automated...

Click to read more »
Module:Sandbox/Psiĥedelisto/Citation/Configuration
Rabu, 2025-05-28 22:03:41

'scale', ['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', 'script-article', 'script-section'}, ['ScriptMap'] = 'script-map',...

Click to read more »
Module:Nihongo/sandbox
Rabu, 2025-06-18 17:52:37

lang_module._lang ({cfg[template].tag, native, ['template']=template}); -- add ja script with/without language prefix end if romanized then romanized = (lead...

Click to read more »
Module:Cite tweet
Minggu, 2026-03-15 18:04:49

This function searches for and suppresses urls in |title=, |script-title=, and |trans-title= parameters so that {{cite web}} won't emit 'External...

Click to read more »
Module:Lang/documentor tool/sandbox
Jumat, 2025-04-11 14:14:34

local script_text = "" if args.script then script_text = string.format(non_english_language_text_strings["IN_SCRIPT"], args.script) end local...

Click to read more »
Module:User:Cscott/llpeg/doc
Kamis, 2023-12-14 20:45:53

single byte as in the original. These files have been packaged using a script to turn them into a single lua file. {{#invoke:User:Cscott/llpeg|function_name}}...

Click to read more »
Module:Track gauge/autodocument/doc
Senin, 2024-02-19 08:15:27

after adding new entries to /data or /extra, the number is reached, a "Script error" will show. Best practice is to prevent this error: adding content...

Click to read more »
Module:Lang/data/doc
Selasa, 2025-08-05 08:55:11

title differs from the name for the standard's language rtl_scripts – a list of ISO 15924 scripts that are written right-to-left; data taken from the table...

Click to read more »
Module:Sandbox/MJL/CS1/Configuration
Kamis, 2023-02-16 12:47:13

['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', 'script-article', 'script-section'}, ['ScriptMap'] = 'script-map'...

Click to read more »
Module:Sandbox/SamuelRiv/Configuration
Kamis, 2023-02-16 12:45:27

['ScriptChapter'] = {'script-chapter', 'script-contribution', 'script-entry', 'script-article', 'script-section'}, ['ScriptMap'] = 'script-map'...

Click to read more »
Module:RadioGatun32
Jumat, 2022-09-16 01:07:03

RadioGatun[32]("' .. input .. '") =\n ' .. sum) end -- This script is a standalone Lua script outside of the Wikipedia if not mw then if arg and arg[1]...

Click to read more »
Module:Sandbox/trappist the monk/parameter match test/Whitelist/tr
Minggu, 2021-08-29 18:18:48

['script-article'] = true, ['script-chapter'] = true, ['script-contribution'] = true, ['script-entry'] = true, ['script-journal'] = true, ['script-magazine']...

Click to read more »
Module:Sandbox/trappist the monk/is latn
Minggu, 2025-01-12 08:07:03

in the format 0xXXXX; case insensitive) <tag> is the IETF language or script tag; required for transliterations ]] local function is_latn_codepoint...

Click to read more »
Module:Sandbox/Squc/Roman/doc
Rabu, 2014-06-18 00:47:42

Roman numeral is invalid, it will throw an error. If JavaScript is enabled, you can click the Script error link, and the first sentence should show the cause...

Click to read more »
Module:Sandbox/DD4235/Military Decorations
Senin, 2014-04-21 11:07:51

militaryDecorations.hello = function() return "Hello, world from a LUA script" end militaryDecorations.makeTemplate = function(frame) strOut = frame...

Click to read more »
Module:Icon/data/doc
Jumat, 2024-08-30 04:48:10

entry from the data table. You should not remove the _DEFAULT entry, as Module:Icon relies on it being there, and removing it will cause script errors....

Click to read more »
Module:Gridiron color/data/doc
Minggu, 2026-04-19 05:38:24

"", "none", "", ""} } }, This will create an infinite loop, and cause script errors and timeout errors on any pages that try to specify that team. The...

Click to read more »
Module:Portal/images/w
Kamis, 2025-10-16 23:13:50

"Cumulus clouds in fair weather.jpeg|alt=icon", ["west bengal"] = "BengaliScriptKo.svg|link=|alt=|class=skin-invert-image", ["west sussex"] = "EnglandWestSussex...

Click to read more »
Module:Sandbox/Ahecht/flag/doc
Sabtu, 2021-12-04 23:24:44

Generated by User:Ahecht/Scripts/flag.js:...

Click to read more »
Module:Lua call/doc
Minggu, 2025-12-14 21:53:19

unstripNoWiki|<nowiki>[[Wikipedia]]</nowiki>}} → Wikipedia The module may generate script errors — whenever your call is not valid Lua code, you see the error you...

Click to read more »
Module:TwitterSnowflake/testcases
Senin, 2021-01-18 22:51:20

p:test_snowflakeToDate_weird_breaking_date() -- this one used to break old versions of the script, outputting "April 11, 2011" self:preprocess_equals('{{#invoke:TwitterSnowflake...

Click to read more »
Module:Cite tweet/sandbox
Jumat, 2026-05-15 21:58:42

This function searches for and suppresses urls in |title=, |script-title=, and |trans-title= parameters so that {{cite web}} won't emit 'External...

Click to read more »
Module:Citation/CS1/testcases/errors
Minggu, 2023-07-30 03:06:39

{ {'script-title=ja:'}, -- missing title part {'script-title=ac:script-title'}, -- unknown language code {'script-title=es:script-title'}...

Click to read more »
Module:Protection banner/testcases
Senin, 2026-03-09 22:37:23

banner image', obj.bannerConfig.image) end -- isUserScript function suite:testProtectionIsUserScriptWithUserCSS() local protection = Protection.new( ...

Click to read more »
Module:Entrypoint
Rabu, 2024-11-20 08:02:58

package to support -- both direct and template invocations. -- -- @script entrypoint -- @release beta -- @author ...

Click to read more »
Module:Team appearances list/doc
Rabu, 2022-08-24 13:24:28

from 1 to 30 inclusive An invalid parameter causes an error to be displayed and places the page in the hidden category Category:Pages with script errors....

Click to read more »
Module:Multilingual/doc
Minggu, 2019-04-28 21:44:01

(2–3 lowercase letters) .region – Country (2 uppercase letters) .script – Scripting (4 letters, capitalized) .year – year (4 digits) .extension – Extension...

Click to read more »
Module:Wikt-lang/doc
Minggu, 2024-12-01 21:42:48

{{#invoke:Wikt-lang|wiktlang|en-Latin|language}} -> language [Latin is not a valid script code.] Template:Tracking/wikt-lang/reconstructed with no asterisk...

Click to read more »
Module:Crh
Sabtu, 2024-06-15 02:51:23

if not labelOnly and link then table.insert(parts, "[[Cyrillic script|Cyrillic]]: " .. spannedCyrillic) elseif cyrillicText and not labelOnly...

Click to read more »
Module:Unicode data/derived core properties/make
Rabu, 2019-09-18 08:52:37

printed_ranges = Array() for _, range in ipairs(ranges) do local low, high, script_code = unpack(range) printed_ranges:insert(('\t\t{ 0x%05X, 0x%05X },'):format(low...

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

setmetatable(obj, Protection) end function Protection:isUserScript() -- Whether the page is a user JavaScript or CSS page. local title = self.title return title...

Click to read more »
Module:Sandbox/trappist the monk/map non en params
Senin, 2022-10-24 04:10:52

'scale'}, ['ScriptChapter'] = {'capitulo-translit', 'script-chapter'}, ['ScriptTitle'] = {'título-translit', 'titulo-translit', 'script-title'}, ...

Click to read more »
Module:Sandbox/trappist the monk/parameter match test/Configuration/tr
Minggu, 2021-08-29 18:19:58

'notracking'}, ['PostScript'] = {'postscript', 'PS'}, ['RegistrationRequired'] = 'registration', ['Scale'] = 'scale', ['ScriptChapter'] = 'script-chapter', ...

Click to read more »
Module:Sandbox/Seppi333/url
Sabtu, 2019-08-31 09:32:53

_func1(args) IS COMPLETE -- p.sequence = makeInvokeFunc('_func2') -- DECENSOR THIS LINE AFTER p._func2(args) IS COMPLETE -- End of script return p...

Click to read more »
Module:Internet Archive/doc
Senin, 2026-04-27 01:51:06

{{Internet Archive author}}, {{Internet Archive SCOTUS URL}} If future Lua scripts for Internet Archive are created (books, film, audio, etc), this Module...

Click to read more »
Module:Efn native lang/sandbox
Selasa, 2025-10-28 03:58:44

bulleted{ args.t and "[[Traditional Chinese characters|Traditional Chinese script]]: " .. nowrap("zh-Hant-TW", args.t), args.p and "[[Taiwanese Mandarin|Mandarin]]...

Click to read more »
Module:Sandbox/Alex 21/doc
Rabu, 2019-01-02 10:31:34

Home Talk Userboxes Scripts Sandbox 1 | 2 | 3 | DW | Module: / Sandbox TV Shows Notes Contributions Subpages Uploads...

Click to read more »
Module:Check for unknown parameters/doc
Rabu, 2026-06-03 19:56:33

parameters User:Zackmann08/scripts/AddCheckForUnknownParameters and User:Frietjes/addcheckforunknownparameters.js, scripts for to quickly and easily generate...

Click to read more »
Module:Cs1 documentation support/sandbox
Senin, 2024-11-18 00:52:51

true, ['network'] = true, ['number'] = true, ['RFC'] = true, ['script-journal'] = true, ['season'] = true, ['section'] = true, ['sections']...

Click to read more »
Module:Unicode data/scripts/make/doc
Selasa, 2019-03-12 05:11:05

For generating Module:Unicode data/scripts. local data = { singles = { [0x000AA] = "Latn", [0x000BA] = "Latn", [0x000D7] = "Zyyy", [0x000F7] = "Zyyy"...

Click to read more »
Module:Random
Rabu, 2015-11-11 23:32:54

because of the variability of os.clock (the time in seconds that the Lua script has been running for). math.randomseed(mw.site.stats.edits + mw.site.stats...

Click to read more »
Module:Sandbox/TiiJ7/StringBuilder/doc
Minggu, 2019-10-20 18:01:51

doesn't append them. error -- Raises a Lua error, effectively stopping the script unless handled with pcall. Should be used for debugging only. Example:...

Click to read more »
Module:CS1 translator/data
Minggu, 2026-04-26 06:54:08

['etkinlik-url'] = 'event-url', ['farklı-alfabe-başlık'] = 'script-title', ['farklıalfabebaşlık'] = 'script-title', ['gazete'] = 'newspaper', ['girdi-url-erişimi']...

Click to read more »
Module:Requested move
Rabu, 2024-03-20 06:51:08

come before the namespace and existence checks, as they will -- produce script errors if the title object doesn't exist. validCurrent, currentTitle =...

Click to read more »
Module:In lang
Selasa, 2025-11-11 20:56:46

<override_t> code = code:match ('^%a%a%a?%f[^%a]'); -- strip off region, script, and variant subtags so that they aren't used to make category names end...

Click to read more »
Module:Sandbox/SeaDragon1/Drafts/Pad/doc
Sabtu, 2026-02-07 02:44:29

JavaScript's String.prototype.padStart. Scope: local. Parameters: str, maxLength, fillString. Returns: String. Description: Emulates JavaScript's String...

Click to read more »
Module:Infobox/utilities/doc
Jumat, 2024-08-30 04:52:23

{{Infobox book}} set_italics() – used to ensure that book-titles in cjk scripts are not italicized is_cjk_code() – (private) returns true when language...

Click to read more »
Module:Protection banner/sandbox
Kamis, 2026-04-16 03:24:56

setmetatable(obj, Protection) end function Protection:isUserScript() -- Whether the page is a user JavaScript or CSS page. local title = self.title return title...

Click to read more »
Module:Coordinates/doc
Jumat, 2024-08-30 03:55:47

use the <mapframe> and <maplink> tags), please update the aforementioned scripts as well. When using the {{Coord}} template inside another template, like...

Click to read more »
Module:RadioGatun32/debug
Jumat, 2022-09-16 01:08:55

RadioGatun[32]("' .. input .. '") =\n ' .. sum) end -- This script is a standalone Lua script outside of the Wikipedia if not mw then if arg and arg[1]...

Click to read more »
Module:Multilingual
Selasa, 2022-08-09 07:07:40

"%a%a%a%a" ) then r.legal = ( not r.script ) r.script = s:sub( 1, 1 ):upper() .. ...

Click to read more »
Module:Spellnum per MOS
Senin, 2025-10-20 01:44:12

higher than this, no-one knows what an octillion is. -- For use by other scripts. Takes arguments: -- - 1: string or number, value to convert -- - forcenum:...

Click to read more »
Module:Flags/doc
Jumat, 2024-08-30 04:24:52

testing. Extensive testing with copies of real pages, also for non-Latin scripts and Right-to-left languages. Cover the rest of functionality offered by...

Click to read more »
Module:Sandbox/JJPMaster/test
Minggu, 2021-03-14 22:58:18

function p.unmain( frame ) return "Hello mother, please look at how I now have the ability to use the scripting language known as Lua!" end return p...

Click to read more »
Module:Unindent
Jumat, 2026-01-30 22:31:11

there are lines of less -- indentation terminating the string. -- -- @script unindent -- @license MIT -- @release ...

Click to read more »
Module:Transclusion count/data/U
Minggu, 2026-06-07 12:14:12

["User_iso15924"] = 2600, ["User_iso15924/level-text"] = 3100, ["User_iso15924/user_script_catlink"] = 3000, ["User_it-1"] = 2900, ["User_ja-1"] = 3200, ["User_la-1"]...

Click to read more »
Module:IPA symbol/data
Kamis, 2026-06-04 02:35:22

-- Latin Small Letter Script G }, { pat = "ᵍ", -- Modifier Letter Small G rep = "ᶢ" -- Modifier Letter Small Script G }, { pat = "l̴"...

Click to read more »
Module:Unicode chart
Kamis, 2025-10-30 23:48:38

mControl = require('Module:Unicode data/control') local mScripts = require('Module:Unicode data/scripts') local mVersion = require('Module:Unicode data/version')...

Click to read more »
Module:Random/sandbox
Selasa, 2023-04-04 01:40:10

because of the variability of os.clock (the time in seconds that the Lua script has been running for). math.randomseed(mw.site.stats.edits + mw.site.stats...

Click to read more »
Module:Spellnum per MOS/sandbox
Jumat, 2021-06-11 06:20:07

higher than this, no-one knows what an octillion is. -- For use by other scripts. Takes arguments: -- - 1: string or number, value to convert -- - forcenum:...

Click to read more »
Module:Sandbox/Wnt/NewestAtTop
Jumat, 2020-09-18 22:33:04

h1=h1 or lasth1;h2=h2 or lasth2 -- default to normal header and to avoid script error if not(chunk) then break end lastchunk=chunk; -- to...

Click to read more »
Module:TableTools
Minggu, 2024-08-18 11:19:07

searchElement is a member of the array, and false otherwise. -- Equivalent to JavaScript array.includes(searchElement) or -- array.includes(searchElement, fromIndex)...

Click to read more »
Module:Validate gadgets
Kamis, 2026-01-15 18:39:15

insert(warnings, 'Page [['..page..']] is not of JavaScript content model') else hasScripts = true end elseif ext == 'css' then...

Click to read more »
Module:Effective protection level/doc
Sabtu, 2024-10-19 09:16:04

page being pending-changes protected: autoconfirmed The page being a JavaScript or CSS subpage in userspace, or in the MediaWiki namespace: interfaceadmin...

Click to read more »
Module:Portal/images/h/sandbox
Minggu, 2023-04-02 22:07:01

"Aum Om red.svg|link=|alt=", ["hindustani"] = "Hindustani.svg|link=|alt=script", ["hip hop"] = "Loudspeaker-crystal-theme.svg|alt=icon", ["hisar"] =...

Click to read more »
Module:Sandbox/Eievie
Rabu, 2024-02-07 14:41:13

first line of {{Fs interlinear}} in {{Script}} --if template_name == 'Template:Fs interlinear/sandbox' if args.script and line[1].words then line[1].words...

Click to read more »
Module:Sandbox/3df/grapheme
Selasa, 2024-04-30 05:43:22

= 'padding-bottom: 12px; height: 48px;' ibArgs.header1 = 'Basic Latin script letter' ibArgs.label3 = '[[English alphabet#Letter names|Name in English]]'...

Click to read more »
Module:Includes
Rabu, 2024-08-14 03:58:41

-- Equivalent to JavaScript array.includes(searchElement) or -- array.includes(searchElement, fromIndex), except fromIndex is 1 indexed return function...

Click to read more »
Module:Lang/tag from name
Sabtu, 2021-12-25 22:49:59

lang_data.lang_name_table; -- language codes, names, regions, scripts, suppressed scripts local lang_table = lang_name_table.lang; -- language...

Click to read more »
Module:Sandbox/MJL/CS1/Suggestions
Sabtu, 2021-09-04 01:02:25

-- Turkish ['sayı'] = 'issue', -- Turkish ['script-post'] = 'postscript', -- misspelling ['script-trans'] = 'transcript', -- misspelling ['sectionurl']...

Click to read more »
Module:Sandbox/Rogerhc/NewestAtTop
Selasa, 2014-01-21 01:30:44

h1=h1 or lasth1;h2=h2 or lasth2 -- default to normal header and to avoid script error if not(chunk) then break end lastchunk=chunk; -- to...

Click to read more »
Module:Sensitive IP addresses/API/doc
Selasa, 2020-07-07 20:26:21

templates, Lua modules, and software using the MediaWiki Action API such as JavaScript gadgets and bots. Templates wishing to make use of this API need to use...

Click to read more »
Module:Citation/CS1/Identifiers/sandbox
Kamis, 2026-06-04 20:26:17

--[[ History of changes since last sync: 2026-01-19 2026-03-23: avoid script error when |doi=((11.1016/j.coi.2004.08.001X)) 2026-06-04: new asin-tld for...

Click to read more »
Module:Convert/data
Kamis, 2026-01-15 16:43:54

('kg' and 'g' have different links) -- -- These tables are generated by a script which reads the wikitext of a page that -- documents the required properties...

Click to read more »
Module:Webarchive/data
Selasa, 2026-02-24 05:15:39

-- TODO: these iabot bugs perportedly fixed; removing these causes lua script error -- iabot2 = 'Invalid URL', -- at...

Click to read more »
Module:User:IPOfAFlower/readThat
Jumat, 2026-02-27 00:56:33

json") local config = mw.loadJsonData("User:IPOfAFlower/scripts/readIt.config.json") function p.main(frame) local root = mw.html.create("div")...

Click to read more »
Module:Docbunto/infobox
Senin, 2026-06-08 10:19:07

--- Infobox for Lua modules. -- @script infobox -- @param {table} data Taglet documentation data. -- @param {string} codepage Code page name...

Click to read more »
Module:Sandbox/trappist the monk/interwiki list
Sabtu, 2023-02-25 02:03:52

takes a single argument, a lowercase alpha letter (expected to be Latn script) and returns a list of language tags that begin with that letter and the...

Click to read more »
Module:Example
Selasa, 2026-02-03 09:13:20

--- Example module. -- @module example -- @alias p local p = {} --All Lua modules on Wikipedia must begin by defining a variable ...

Click to read more »
Module:Citation/CS1/Identifiers
Senin, 2026-01-19 22:36:14

presentation['bdi'], {'', mw.text.nowiki (options.id)}) -- bdi tags to prevent Latin script identifiers from being reversed at RTL language wikis ); ...

Click to read more »
Module:Lang/data/iana suppressed scripts
Jumat, 2026-04-17 00:41:58

-- File-Date: 2026-04-09 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] =...

Click to read more »
Module:Video game reviews/data
Jumat, 2025-12-05 06:33:58

around even though all the styles are overriden -- because it helps some scripts to know to look for a real data table wikitable = 'wikitable', },...

Click to read more »
Module:Biglist
Rabu, 2024-07-10 11:08:40

where template include size is exceeded]] or -- [[:Category:Pages with script errors]] (time exceeding 10 seconds). local function collection() -- Return...

Click to read more »
Module:Sandbox/DePiep/uchar/doc
Senin, 2023-09-25 03:35:08

Classes diacritics {{dotted circle}}, [2]TR24 Unicode Script Property, table3;] Under-ConScript Unicode Registry Module:Unicode convert; Module:Charmap...

Click to read more »
Module:TableTools/sandbox
Kamis, 2024-08-15 03:03:06

searchElement is a member of the array, and false otherwise. -- Equivalent to JavaScript array.includes(searchElement) or -- array.includes(searchElement, fromIndex)...

Click to read more »
Module:Shortdesc helper JS
Selasa, 2025-03-25 07:46:34

English-language messages will be used. */ ]] local append = [[ mw.loader.getScript( 'https://en.wikipedia.org/w/load.php?modules=ext.gadget.libSettings' )...

Click to read more »
Module:Docbunto/doc
Minggu, 2026-02-08 03:55:32

documentation. This can be used to give longer explanations whitespace. -- -- @script ldoc -- @param {table} options Configuration options. -- @param {string}...

Click to read more »
Module:Lang/tag from name/sandbox
Rabu, 2024-10-02 01:54:39

lang_data.lang_name_table; -- language codes, names, regions, scripts, suppressed scripts local lang_table = lang_name_table.lang; -- language...

Click to read more »
Module:Pagetype/config/sandbox
Sabtu, 2025-10-11 04:05:11

each content model to use cfg.contentModels = { ['javascript'] = 'JavaScript page', ['css'] = 'CSS page', ['json'] = 'JSON page', ['text'] = 'plain...

Click to read more »
Module:Format TemplateData/doc
Rabu, 2026-01-28 01:11:36

clickable links are supported as HTML application for decades now and JavaScript is present anyway when VisualEditor is used. In consequence it was decided...

Click to read more »
Module:Wikidata/doc
Rabu, 2023-05-03 17:07:13

module "Wikidata" contains the following methods, that allow the calling script to retrieve the value for any property from Wikidata by supplying the property...

Click to read more »
Module:Infobox multi-lingual name
Jumat, 2026-05-08 04:51:28

TODO: all non-English text wrapped in {{lang}}? distinguish various scripts? Kanji is ja-Hani ... every child infobox should support translit /...

Click to read more »
Module:WikitextParser/doc
Kamis, 2026-03-12 19:08:15

Module:Excerpt - Main caller of this module mw:WikitextParser.js - Similar parser written in JavaScript, for use in gadgets, user scripts and other tools...

Click to read more »
Module:Interlinear/sandbox2
Jumat, 2024-02-23 04:05:18

script then line[1].words[i] = frame:expandTemplate{ title = 'Script', args = { args.script,...

Click to read more »
Module:Requested move/sandbox
Selasa, 2024-03-19 09:41:26

come before the namespace and existence checks, as they will -- produce script errors if the title object doesn't exist. validCurrent, currentTitle =...

Click to read more »
Module:In lang/sandbox
Sabtu, 2023-07-22 13:11:35

valencian code = code:match ('^%a%a%a?%f[^%a]'); -- strip off region, script, and variant tags so that they aren't used to make category names end...

Click to read more »
Module:Webarchive/data/sandbox
Selasa, 2026-02-24 05:16:24

-- TODO: these iabot bugs perportedly fixed; removing these causes lua script error -- iabot2 = 'Invalid URL', -- at...

Click to read more »
Module:Region topic
Rabu, 2016-05-04 02:49:40

function p.luaMain(frame,args) --Produces the navbox (for other Lua scripts) --Pass through navbox style parameters local navboxArgs = { name...

Click to read more »
Module:Citation/CS1/Date validation
Minggu, 2026-01-18 02:25:14

then -- lang.formatDate() returns a timestamp in the local script which which tonumber() may not understand access_ts = tonumber (access_ts)...

Click to read more »
Module:Convert/data/sandbox
Senin, 2026-03-02 10:35:27

('kg' and 'g' have different links) -- -- These tables are generated by a script which reads the wikitext of a page that -- documents the required properties...

Click to read more »
Module:Sandbox/RexxS/doc
Minggu, 2023-11-19 19:34:39

"Sandbox/RexxS" contains the following methods, that allow the calling script to retrieve the value for any property from Wikidata by supplying the property...

Click to read more »
Module:Rfx/doc
Senin, 2022-08-22 20:27:57

expensive function call. Please be aware that the library may fail for scripts which create many different RfX objects. (The current limit for the English...

Click to read more »
Module:Video game reviews/data/sandbox
Jumat, 2025-08-22 22:34:21

around even though all the styles are overriden -- because it helps some scripts to know to look for a real data table wikitable = 'wikitable', },...

Click to read more »
Module:Portal/images/w/sandbox
Senin, 2023-04-17 03:34:24

"Cumulus clouds in fair weather.jpeg|alt=icon", ["west bengal"] = "BengaliScriptKo.svg|link=|alt=", ["west germany"] = "Flag of Germany.svg|border|link=|alt=flag"...

Click to read more »
Module:Lang/data/is latn data
Kamis, 2025-10-30 18:39:31

<ranges_t> taken from Module:Unicode data/scripts and a local copy of https://www.unicode.org/Public/16.0.0/ucd/ScriptExtensions.txt ]] local singles_t =...

Click to read more »
Module:UnitTests
Senin, 2026-04-27 06:17:38

-- UnitTester provides unit testing for other Lua scripts. For details see [[Wikipedia:Lua#Unit testing]]. -- For user documentation see above. local...

Click to read more »
Module:Infobox television
Selasa, 2026-04-28 18:25:24

"on-line", "prod%.", "supervising" --- "book", "manuscript", "novel", "script", "screenplay", "story", "teleplay" --- TODO: "lyric" and "dialogue" should...

Click to read more »
Module:Infobox multi-lingual name/sandbox
Jumat, 2026-05-08 04:16:43

TODO: all non-English text wrapped in {{lang}}? distinguish various scripts? Kanji is ja-Hani ... every child infobox should support translit /...

Click to read more »
Module:Format TemplateData
Minggu, 2026-02-08 09:48:03

"/config") local scripting, style TemplateData.ltr = not mw.language.getContentLanguage():isRTL() if TemplateData.ltr then scripting = "left" else...

Click to read more »
Module:Citation/CS1/Date validation/sandbox
Minggu, 2026-03-29 21:38:23

then -- lang.formatDate() returns a timestamp in the local script which which tonumber() may not understand access_ts = tonumber (access_ts)...

Click to read more »
Module:Transclusion count/data/L
Minggu, 2026-06-07 12:12:41

= 1700000, ["Module:Lang/data/iana_scripts"] = 1700000, ["Module:Lang/data/iana_suppressed_scripts"] = 1700000, ["Module:Lang/data/iana_variants"]...

Click to read more »
Module:WPSHIPS utilities
Selasa, 2026-04-07 00:38:23

local year, volume, scan; if args_t[1] then -- this to avoid script errors when args_t[1] missing year, volume, scan = args_t[1]:match...

Click to read more »
Module:Multilingual/sandbox
Sabtu, 2023-04-08 05:57:34

== 4 then if s:match("%a%a%a%a") then r.legal = (not r.script) r.script = s:sub(1, 1):upper() .. s:sub(2):lower() elseif s:match("20%d%d")...

Click to read more »
Module:Signpost/index/2017
Senin, 2024-04-29 08:13:38

PDFs, backup plans, and birthday wishes", subhead = "Plus the latest scripts, bots, and tech news", authors = {"Evad37", "Legoktm"}, piccy = {credits...

Click to read more »
Module:Sandbox/Nardog/14
Senin, 2022-10-24 04:03:42

end if instruction and code then cell:tag('span') :addClass('scriptInstallerLink') :attr('id', code) :done() end row:node(cell)...

Click to read more »
Module:SportsRankings
Kamis, 2023-08-03 23:08:11

require('strict'); local p = {} local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; pad...

Click to read more »
Module:Scripts/recognition data
Senin, 2023-11-20 11:04:43

return { [0x00] = { { 0x00041, 0x0005A, "Latn", "Latnx" }, { 0x00061, 0x0007A, "Latn", "Latnx" }, { 0x000C0, 0x000D6, "Latn", "Latnx" }, { 0x000D8...

Click to read more »
Module:Infobox multi-lingual name/data
Jumat, 2026-05-08 04:48:37

{'[[Uyghur Latin alphabet|Latin Yëziqi]]', 'uly'}, {'[[Uyghur New Script|Yengi Yeziⱪ]]', 'uyy'}, {'[[SASM/GNC romanization#Uyghur|SASM/GNC]]'...

Click to read more »
Module:Biglist/sandbox
Kamis, 2024-12-19 03:06:12

where template include size is exceeded]] or -- [[:Category:Pages with script errors]] (time exceeding 10 seconds). local function collection() -- Return...

Click to read more »
Module:Sandbox/GodNey
Senin, 2022-10-24 04:08:25

reachable currently -- because if it were we would probably get a Lua script error because -- warning was previously undefined -- If the first portal...

Click to read more »
Module:Webarchive
Selasa, 2026-02-24 05:19:36

-- these iabot bugs perportedly fixed; removing these causes lua script error --[[ -- at Template:Webarchive/testcases/Production;...

Click to read more »
Module:Lua lexer
Senin, 2026-06-08 10:21:07

--- Lexer for Lua source code written in pure Lua. -- @script lexer -- @license [https://github.com/LoganDark/lua-lexer/blob/master/LICENSE...

Click to read more »
Module:WPSHIPS utilities/sandbox
Senin, 2025-12-29 14:36:53

local year, volume, scan; if args_t[1] then -- this to avoid script errors when args_t[1] missing year, volume, scan = args_t[1]:match...

Click to read more »
Module:Infobox television/sandbox
Selasa, 2026-05-26 01:46:48

"on-line", "prod%.", "supervising" --- "book", "manuscript", "novel", "script", "screenplay", "story", "teleplay" --- TODO: "lyric" and "dialogue" should...

Click to read more »
Module:SportsRankings/sandbox
Kamis, 2023-08-03 22:32:13

require('strict'); local p = {} local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; pad...

Click to read more »
Module:Sandbox/trappist the monk/parameter match test/Configuration/es
Minggu, 2021-08-29 02:06:30

'PPPrefix', ['Program'] = 'program', -- cite interview ['PostScript'] = {'puntofinal', 'postscript'}, ['PublicationDate'] = {'fecha-publicación'...

Click to read more »
Module:IPAc2-mh
Minggu, 2020-01-12 05:06:00

direct all technical queries and contributions there. -- The version of this script on Wikipedia is only a mirror. local export = {} local MERGED_VOWELS =...

Click to read more »
Module:Scripts/data/combiningClasses
Senin, 2023-11-20 11:04:53

-- This cannot be loaded directly with mw.loadData, as its parent table has a metatable. However, using mw.loadData on this module will work instead. It...

Click to read more »
Module:Infobox multi-lingual name/data/sandbox
Jumat, 2026-05-08 04:17:01

{'[[Uyghur Latin alphabet|Latin Yëziqi]]', 'uly'}, {'[[Uyghur New Script|Yengi Yeziⱪ]]', 'uyy'}, {'[[SASM/GNC romanization#Uyghur|SASM/GNC]]'...

Click to read more »
Module:Kangxi radical
Kamis, 2024-11-28 17:07:31

"bristle", "step", "heart", "halberd", "door", "hand", "branch", "rap", "script", "dipper", "axe", "square", "not", "sun", "say", "moon", "tree", "lack"...

Click to read more »
Module:IPA symbol/data/sandbox
Kamis, 2026-04-02 23:54:46

-- Latin Small Letter Script G }, { pat = "ᵍ", -- Modifier Letter Small G rep = "ᶢ" -- Modifier Letter Small Script G }, { pat = "l̴"...

Click to read more »
Module:Sandbox/Liangent/zhwiki/Module:Citation/CS1
Sabtu, 2014-06-28 08:20:06

'quoted-text', Quote ); PostScript = ""; elseif PostScript:lower() == "none" then PostScript = ""; end local Archived...

Click to read more »
Module:Sandbox/Nardog/8t
Sabtu, 2019-01-26 23:14:47

-- Latin Small Letter Script G }, { pat = "ᵍ", -- Modifier Letter Small G rep = "ᶢ" -- Modifier Letter Small Script G }, { pat = "l̴"...

Click to read more »
Module:UnitTests/sandbox2
Jumat, 2014-04-04 21:39:19

-- UnitTester provides unit testing for other Lua scripts. For details see [[Wikipedia:Lua#Unit_testing]]. -- For user documentation see talk page. local...

Click to read more »
Module:Sandbox/Danmichaelo
Minggu, 2014-09-14 23:34:14

-- and unset end ]] local Quote = A['Quote']; local PostScript = A['PostScript']; local LayURL = A['LayURL']; local LaySource = A['LaySource'];...

Click to read more »
Module:Sandbox/Trappist the monk/Wiktionary/make data
Kamis, 2023-12-14 05:40:00

Judeo-Arabic (Hebrew-script Arabic) under the category header -- U+FB21 HEBREW LETTER WIDE ALEF so that it sorts after Arabic script titles sort_key =...

Click to read more »
Module:Signpost/index/2022
Jumat, 2025-07-18 13:08:33

"", xoffset = "", yoffset = ""}, tags = {"foundation", "hackathon", "script", "tech", "technologyreport", "bots", "vector"}, views = {d007 = 305,...

Click to read more »
Module:Signpost/index/2016
Jumat, 2025-07-18 13:06:09

"Technology report", title = "User script report (January to July 2016, part 1)", subhead = "New user scripts and other tech news", authors = {"Evad37"}...

Click to read more »
Module:Database report/doc
Jumat, 2025-12-19 22:27:43

chaining Usage examples: report:setFooterTemplate("MyFooterTemplate") Set JavaScript code to be executed for postprocessing the report content. Allows for arbitrary...

Click to read more »
Module:Lua call
Rabu, 2025-07-30 11:17:19

require[[strict]] local p={} function p.main(frame) local parent = frame.getParent(frame) or {} local explist = {} local fnname, varlist ...

Click to read more »
Module:Format TemplateData/sandbox
Jumat, 2025-11-14 09:11:27

local scripting, style TemplateData.ltr = not mw.language.getContentLanguage():isRTL() if TemplateData.ltr then scripting = "left"...

Click to read more »
Module:Sandbox/Aidan9382/CodeAnalysis
Jumat, 2024-08-23 14:58:16

end end end if ignoredUnderscores > 1 then AddMessage("Entire script", ignoredUnderscores.." local variables called <code>_</code> were defined...

Click to read more »
Module:Webarchive/sandbox
Selasa, 2026-02-24 05:18:57

-- these iabot bugs perportedly fixed; removing these causes lua script error --[[ -- at Template:Webarchive/testcases/Production;...

Click to read more »
Module:IPblock
Rabu, 2025-09-24 21:21:00

[[Special:Preferences#mw-prefsection-gadgets|Special:Preferences]], and scripting enabled in the browser.]=], } local function make_note(strings, key)...

Click to read more »
Module:Example/sandbox
Senin, 2025-02-24 12:31:25

-------------------------------------------------------------------------------- -- Module:Example -- Demonstration of a Lua Module for Wikipedia -- --...

Click to read more »
Module:Sandbox/TheThomanski/Esc/data/esc/2019
Sabtu, 2025-03-08 21:20:49

title = 'Kruna', title_native = 'Круна', title_native_script = 'Cyrl', title_lang = 'sr', lang = 'sr', ...

Click to read more »
Module:Val/units/doc
Senin, 2025-05-05 23:59:00

multi-attribute Lua table with its attendant syntax, and inside a larger Lua script. Therefore Convert is more conservative about adding units. Val may be more...

Click to read more »
Module:Sandbox/DePiep/uchar-helper/data-blocks
Selasa, 2023-08-01 22:41:03

"Tangut Components", "Q24897393" }, {0x018B00, 0x018CFF, "Khitan Small Script", "Q96385864" }, {0x018D00, 0x018D7F, "Tangut Supplement", "Q96407809"...

Click to read more »
Module:Sandbox/1otheraaa/Protection banner
Senin, 2022-10-24 04:15:34

setmetatable(obj, Protection) end function Protection:isUserScript() -- Whether the page is a user JavaScript or CSS page. local title = self.title return title...

Click to read more »
Module:Database report/sandbox
Kamis, 2025-09-18 00:12:26

self.footer_template = template return self end --- Set JavaScript code to be executed for postprocessing the report content. -- Allows for...

Click to read more »
Module:Database report
Sabtu, 2025-09-20 01:18:09

self.footer_template = template return self end --- Set JavaScript code to be executed for postprocessing the report content. -- Allows for...

Click to read more »
Module:Sandbox/Erutuon/charinsert names/doc
Sabtu, 2019-02-02 11:09:48

STROKE", "608":"LATIN SMALL LETTER G WITH HOOK","609":"LATIN SMALL LETTER SCRIPT G", "610":"LATIN LETTER SMALL CAPITAL G","611":"LATIN SMALL LETTER GAMMA"...

Click to read more »
Module:Random/testcases
Minggu, 2020-05-24 20:09:11

Code Main Sandbox {{#invoke:random|link|Aristotle}} Script error: The function "link" does not exist. Script error: The function "link" does not exist....

Click to read more »
Module:Authority control/config
Rabu, 2026-06-03 23:08:08

pattern = '[A-Z]00[01]%d%d%d', link = 'http://bioguide.congress.gov/scripts/biodisplay.pl?index=$1', label = 'US Congress', remark = 'Biographical...

Click to read more »
Module:Signpost/index/2018
Selasa, 2024-06-25 12:43:48

deeds, Arbcom hovering over it all; notwithstanding, a good action movie script is not necessarily found here.", authors = {"Bri", "Eddie891", "Megalibrarygirl"...

Click to read more »
Module:Sandbox/trappist the monk/taxonomy
Rabu, 2025-05-07 01:00:42

'Module:Sandbox/trappist the monk/taxonomy <suffix>' These tables are created by an awb script when it splits much larger raw data file before the splits are uploaded...

Click to read more »
Module:Authority control/config/sandbox
Kamis, 2026-06-04 00:28:33

pattern = '[A-Z]00[01]%d%d%d', link = 'http://bioguide.congress.gov/scripts/biodisplay.pl?index=$1', label = 'US Congress', remark = 'Biographical...

Click to read more »
Module:Signpost/index/2019
Selasa, 2024-06-25 12:43:51

= "New section suggestions and sitewide", subhead = "Plus the latest scripts, bots, and tech news.", authors = {"DannyS712", "Evad37"}, piccy =...

Click to read more »
Module:Transclusion count/data/I
Minggu, 2026-06-07 12:12:11

["ISFDB_name"] = 4300, ["ISFDB_title"] = 5100, ["ISL"] = 2300, ["ISO_15924/script-example-character"] = 3000, ["ISO_15924/wp-article"] = 3100,...

Click to read more »
Module:IPblock/sandbox
Rabu, 2017-11-15 14:01:56

[[Special:Preferences#mw-prefsection-gadgets|Special:Preferences]], and scripting enabled in the browser.]=], } local function make_note(strings, key)...

Click to read more »
Module:Lua call/sandbox
Rabu, 2025-07-30 08:59:45

local p={} function p.main(frame) local parent=frame.getParent(frame) or {} local reserved_value={} local reserved_function,reserved_contents...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/Identifiers
Rabu, 2024-09-18 03:24:10

presentation['bdi'], {'', mw.text.nowiki (options.id)}) -- bdi tags to prevent Latn script identifiers from being reversed at rtl language wikis ); ...

Click to read more »
Module:Example/doc
Rabu, 2025-06-11 18:01:07

Example module. This is example documentation for the module, used for demonstrations and the like. example.hello( frame ) (function) Hello world function...

Click to read more »
Module:Buffer/doc
Senin, 2025-12-08 00:22:18

concatenate the same way when called to produce a string analogous to the JavaScript DOM "innerHTML" property. In other words, when strung, it is generally the...

Click to read more »
Module:Diff
Minggu, 2026-02-15 01:00:33

--- Provides functions for diffing text. -- -- -- @module diff -- @alias p -- @author Yuri Takhteyev ([email protected]) -- @author Hisham Muhammad --...

Click to read more »
Module:Infobox television/testcases
Jumat, 2026-02-27 20:57:58

getCategory(categories.incorrectly_formatted, 'writer')}, {'writer=John Doe (script)', getCategory(categories.incorrectly_formatted, 'writer')}, {'story=John...

Click to read more »
Module:Sandbox/TheThomanski/SongContestData/esc/2019
Senin, 2026-03-23 05:22:31

title_lang = 'sr', title_native = 'Круна', title_native_script = 'Cyrl', lang = 'sr', writer = {'[[Nevena Božović]]',...

Click to read more »
Module:Sandbox/Nyoron/revisionuser/doc
Selasa, 2016-05-10 20:12:08

{{#invoke:REVISIONUSER|REVISIONUSER}} Script error: No such module "REVISIONUSER". page exists {{#invoke:REVISIONUSER|REVISIONUSER|Oleic acid}} Script error: No such module...

Click to read more »
Module:Sandbox/trappist the monk/Parameters
Selasa, 2021-02-09 02:03:59

character if mw.ustring.find (v, cfg.indic_script) then -- it's ok if one of the Indic scripts position = nil; -- unset position...

Click to read more »
Module:Infobox television/sandbox2
Rabu, 2025-02-26 19:55:24

text) local credits = { "book", "manuscript", "novel", "script", "screenplay", "story", "teleplay", } local based_on = { ...

Click to read more »
Module:Syrian Civil War map/doc
Sabtu, 2020-05-02 00:44:13

Lua error in Module:Location_map/multi at line 235: bad argument #1 to 'ipairs' (table expected, got nil)....

Click to read more »
Module:UnitTests/sandbox
Minggu, 2026-04-05 12:44:48

-- UnitTester provides unit testing for other Lua scripts. For details see [[Wikipedia:Lua#Unit testing]]. -- For user documentation see above. local...

Click to read more »
Module:Signpost/index/2026
Sabtu, 2026-05-30 13:33:25

logical consequence of giving a group of users unlimited control over JavaScript.", authors = {"NYKevin"}, piccy = {credits = "Lgate74", filename = "File:Physical...

Click to read more »
Module:Docbunto
Senin, 2026-06-08 11:08:13

'N'; -- Project-level tags, all scoped to a file. ['module'] = 'T', ['script'] = 'T', ['classmod'] = 'T', ['topic'] = 'T', ['submodule'] = 'T', ['example']...

Click to read more »
Module:Sports table/testcases wikitext
Sabtu, 2025-07-19 04:26:19

Updated to match(es) played on unknown. Source: [citation needed] Updated to match(es) played on unknown. Source: [citation needed] Updated to match(es)...

Click to read more »
Module:Signpost/index/2023
Selasa, 2026-03-31 12:51:59

xoffset = "", yoffset = ""}, tags = {"bots", "citations", "reliability", "scripts", "tipsandtricks"}, views = {d007 = 631, d015 = 1158, d030 = 1259, d060...

Click to read more »
Module:User:McBayne/Core
Selasa, 2026-01-06 23:04:12

consists of common and useful Lua functions that can be used in many Lua scripts. It was written as a core of several Lua modules for creating file infobox...

Click to read more »
Module:Diff/sandbox
Kamis, 2025-10-09 23:38:15

----------------------------------------------------------------------------- -- Provides functions for getting the difference between two pieces of text...

Click to read more »
Module:IPA symbol/data/doc
Jumat, 2024-08-30 04:42:48

Before adding a symbol here, consider using the display text option of {{IPA link}}, as in {{IPA link|p|b̥}}. When editing the data, make sure it has no...

Click to read more »
Module:Sandbox/trappist the monk/bsearch/data
Kamis, 2023-04-20 04:37:36

at: https://www.isbn-international.org/export_rangemessage.xml using a script. Version: caa94cb1-3b48-446e-bc7f-c4f6d5ae47c7 (Mon, 9 Mar 2020 10:33:04...

Click to read more »
Module:Sandbox/KleptomaniacViolet/Language families/Data/Other/alpha/0
Rabu, 2013-10-02 01:21:51

languages/[[Isthmian script|Epi-Olmec]]'}, }, ['Zoque languages/[[Isthmian script|Epi-Olmec]]'] = { display = '[[Isthmian script|Epi-Olmec]]', ...

Click to read more »
Module:Sandbox/trappist the monk/langx
Sabtu, 2024-09-21 07:22:08

'lang_xx_inherit', ['code']='ar', ['text']='text', ['italic']='yes', ['script']='arab'}) local live = frame:callParserFunction( '#invoke', { 'Lang',...

Click to read more »
Module:Road data/strings/UNK
Minggu, 2022-04-24 14:39:30

--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]] and enter the following input text: {{#invoke:Road data/dump|dump...

Click to read more »
Module:Sandbox/banak/doc
Jumat, 2015-11-27 00:39:38

Lua error in Module:Location_map/multi at line 235: bad argument #1 to 'ipairs' (table expected, got nil)....

Click to read more »
Module:Sandbox/Ajuanca/GraphIt
Senin, 2020-10-12 04:13:18

--[[ ------------------ ---| EPIDEMICS MODULE |--- ------------------ ~~ A specialized module to work with epidemics data. ~~ In order to use...

Click to read more »
Module:Signpost/index/2012
Senin, 2024-04-29 08:13:24

test2wiki and news of a convention-al extension", subhead = "New embeddable scripting (\"template replacement\") language Lua received considerable scrutiny...

Click to read more »
Module:Graph/doc
Rabu, 2025-12-10 00:26:18

defunct {{Graph}}-based diagrams to the newer Chart Extension format, you can use the simple script featured on MediaWiki at Commons: graphDataImport.js....

Click to read more »
Module:SportsRankings/doc
Senin, 2026-04-13 15:38:57

Module to display sports rankings of countries in various sports. The data on the rankings is held in module subpages so the lists can be updated in one...

Click to read more »
Module:Strip to numbers/testcases
Kamis, 2026-02-05 22:32:56

Input: -12em, 34px, 56.7%, "89", 0 Result: -12 Input (will choke because of multiple . characters: -12em, 34px, 56.7%, "8.9", 0 Result: -12 Input (will...

Click to read more »
Module:Lua call/testcases
Rabu, 2025-07-30 08:56:39

local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() function suite:testmain() self:assertResultEquals( [=[_tes...

Click to read more »
Module:Diff/doc
Rabu, 2025-11-26 22:49:33

Provides functions for diffing text. Ciaran Hope (born 4 August 1974) is an Irish composer of orchestral, choral, and film music. {{TextDiff|[[Ciaran Hope]]...

Click to read more »
Module:Sandbox/Evad37/X1/doc
Selasa, 2026-01-20 10:49:43

{{#invoke:Sandbox/Evad37/X1|main}} → Module:Sandbox/Evad37/X1/doc 12°18′N 45°36′E / 12.3°N 45.6°E / 12.3; 45.6 32°S 115°E / 32°S 115°E / -32; 115...

Click to read more »
Module:Syrian Civil War detailed map/sandbox/doc
Kamis, 2022-10-20 20:19:31

Template:Syrian Civil War detailed map/sandbox Template:Syrian Civil War detailed map Template:Syrian and Iraqi insurgency detailed map Template:Syrian...

Click to read more »
Module:Params/doc
Sabtu, 2026-06-06 04:00:38

the two strings are 100% identical). In order to facilitate wikitext scripting in the plain flag argument, the pattern keyword is available too, equivalent...

Click to read more »
Module:Docbunto/references
Rabu, 2024-09-25 13:37:59

site.currentVersion", ["mw.site.scriptPath"] = "mw:Extension:Scribunto/Lua reference manual#mw.site.scriptPath", ["mw.site.server"] =...

Click to read more »
Module:Signpost/index/2014
Senin, 2024-04-29 08:13:30

of servers, first came online in 2005, hosting hundreds of webpages and scripts (\"tools\") made available for use by Wikimedia readers, editors and administrators...

Click to read more »
Module:Sandbox/Ita140188/chartsvg/doc
Senin, 2018-07-30 16:16:48

Lua error in package.lua at line 80: module 'Module:Plotter/DefaultColors' not found. Lua error in package.lua at line 80: module 'Module:Plotter/DefaultColors'...

Click to read more »
Module:Sandbox/IJReid/Mathematics/doc
Minggu, 2023-11-19 19:33:02

{{#invoke:Sandbox/IJReid/Mathematics|function_name}} Functions Multiplication - {{#invoke:Sandbox/IJReid/Mathematics|multiplication|case_1|case_2}} Division...

Click to read more »
Module:Sandbox/Erutuon/doc
Minggu, 2018-07-08 12:31:07

Lua error in package.lua at line 80: module 'Module:Language/name/data' not found. Lua error in package.lua at line 80: module 'Module:Language/name/data'...

Click to read more »
Module:Sandbox/Erutuon/Temperature arrays/mw.html/doc
Selasa, 2016-09-27 05:44:28

This is a version of Module:Sandbox/Erutuon/Temperature arrays that creates tables using the MediaWiki HTML library instead of wikitext. It generates the...

Click to read more »
Module:Sandbox/Ajuanca/GraphIt/doc
Rabu, 2025-05-28 20:15:25

Place the following snippet on the wiki page, replacing function_name with the name of the function to be used, and giving the parameters separated with...

Click to read more »
Module:Sandbox/Erutuon/random/doc
Senin, 2017-11-27 09:22:00

Lua error in Module:Sandbox/Erutuon/random at line 33: attempt to index field 'code_to_name' (a nil value)....

Click to read more »
Module:Sandbox/Gitgit123hub/test/doc
Minggu, 2017-11-12 17:12:12

Lua error in Module:Sandbox/Gitgit123hub/test at line 3: attempt to call field 'tmpname' (a nil value)....

Click to read more »
Module:Sandbox/AlphaZeta/test2
Kamis, 2015-01-08 03:20:56

-- -- This module implements {{Infobox}} -- local p = {} local args = {} local origArgs local root local innerTable function union(t1, t2) -- Returns...

Click to read more »
Module:Sandbox/PhotographerTom
Sabtu, 2018-05-05 20:34:24

local p = {} function p.hello( frame ) return "Hello, world!" end return p...

Click to read more »
Module:Signpost/index/2013
Senin, 2024-04-29 08:13:26

Hungarian Wikipedias) are in the process of getting access to the Lua scripting language, an optional substitute for the clunky template code that exists...

Click to read more »
Module:Motd/data/2010
Jumat, 2022-12-30 01:00:18

from The Hitchhiker's Guide to the Galaxy|→]] Know where your [[WP:User scripts|towel]] [[Special:MyPage/skin.js|is]].]==], [==[[[A Hard Day's Night (film)|→]]...

Click to read more »
Module:AutosortTable/doc
Jumat, 2025-01-31 22:04:30

editions Wikipedia name in English Wikipedia name in native language Language Script (ISO 15924 code) WP code Active users Launch date Logo English Wikipedia...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/Date validation
Rabu, 2024-09-18 03:24:52

then -- lang.formatDate() returns a timestamp in the local script which which tonumber() may not understand access_ts = tonumber (access_ts)...

Click to read more »
Module:Unicode chart/doc
Senin, 2020-03-02 11:31:10

This module uses TemplateStyles: Template:Unicode chart/styles.css[e] (sandbox) [e] Template:Unicode chart/script styles.css[e]...

Click to read more »
Module:Unicode convert/doc
Selasa, 2021-05-25 19:05:29

Alias names and abbreviations Code points Planes Unicode blocks Scripts {{ISO 15924 script codes and related Unicode data}} CJK-specific {{CJK ideographs...

Click to read more »
Module:Signpost/index/2008
Selasa, 2024-06-25 12:43:19

subpage = "Tutorial", title = "Tutorial: Editing Monobook, installing scripts", subhead = "", authors = {"Nousernamesleft"}, piccy = {credits =...

Click to read more »
Module:Sandbox/TheThomanski/Esc/data/doc
Selasa, 2025-05-06 18:04:53

name song Song title og Original non-transliterated title for non-Latin scripts tlang ISO 639 language code of any non-English title per MOS:LANG. See...

Click to read more »
Module:Sandbox/trappist the monk/template params
Senin, 2022-10-24 04:03:52

require('strict'); --[[--------------------------< P A R A M _ N A M E S _ G E T >------------------------------------------------ read the unparsed...

Click to read more »
Module:Params/testcases/sandbox
Minggu, 2026-02-15 13:24:34

This is the sandbox subpage for experimenting with Module:Params. Feel free to edit it. 1: hello 2: world foo: bar 1. Calling {{#invoke:Sandbox/Grufo2|foobar}}...

Click to read more »
Module:Sandbox/IJReid/Mathematics
Senin, 2017-10-23 03:22:43

--Module to calculate basic math values mathematics = {} mathematics.addition = function(input) --Addition function local sum = 0 --Define...

Click to read more »
Module:Sandbox/GarbageKarate
Jumat, 2025-10-24 13:49:02

local melbourne = "%1 railway station, Melbourne" local victoria = "%1 railway station, Victoria" local s = "background-color: #%s; font-size: 160%%; color:...

Click to read more »
Module:Sandbox/Erutuon/random
Jumat, 2024-09-27 06:05:30

local p = {} local Out_mt = {} Out_mt.__index = Out_mt function Out_mt:add(...) for i = 1, select('#', ...) do self.i = self.i + 1 self[self.i]...

Click to read more »
Module:Sandbox/Erutuon/Temperature arrays/mw.html
Jumat, 2017-09-15 09:04:48

local p = {} local degree = "°" local m_weather = require("Module:Weather/sandbox") local format local message = "" local function add_message(new_message)...

Click to read more »
Module:Science redirect/conf/sandbox
Selasa, 2024-09-10 04:54:36

local p = {} p.templates = { --name, from, to, category, and info are parameters of {{Redirect template}} --category will have "Redirects " appended...

Click to read more »
Module:Sandbox/GarbageKarate/doc
Rabu, 2026-04-08 00:58:17

This is a data module for Module:Adjacent stations. It supports services operated by GarbageKarate. This module covers style requirements for all Sydney...

Click to read more »
Module:Sandbox/Awesome Aasim/Personal Sandbox
Sabtu, 2025-03-01 22:24:32

local p = {} local i18n = require("Module:i18n").loadMessages("Sandbox/Awesome Aasim/Personal Sandbox") p.main = function(frame) return '<!-- A comment...

Click to read more »
Module:Sandbox/Ahmedo Semsurî/doc
Minggu, 2015-11-15 05:27:34

Lua error in package.lua at line 80: module 'Module:Sandbox/Ahmedo Semsurî' not found....

Click to read more »
Module:Sandbox/Nyoron/revisionuser
Selasa, 2016-05-10 20:11:25

p={} local function err(message) return mw.ustring.format("<span class='error'>Error: %s</span>", message) end local function isTrue(x) if type(x)=='boolean'...

Click to read more »
Module:Carousel/testcases
Kamis, 2023-10-26 08:33:13

[[File:{{#invoke:carousel | main | name=54129 | switchsecs = 5}} | upright=2.27 | center | thumb | message goes here]] → File:Pumpkin glowing in dark.jpg...

Click to read more »
Module:Sandbox/Gitgit123hub/test
Minggu, 2017-11-12 17:23:36

local p = {} function p.test() return os.tmpname() end return p...

Click to read more »
Module:Sandbox/Ita140188/chartsvg
Selasa, 2018-07-31 12:08:36

--<source lang=lua> --[[ keywords are used for languages: they are the names of the actual parameters of the template ]] local keywords = { ...

Click to read more »
Module:Sandbox/Awesome Aasim/Personal Sandbox/doc
Sabtu, 2025-03-01 00:11:28

Lua error in Module:I18n at line 386: i18n for Sandbox/Awesome Aasim/Personal Sandbox is missing. {{#invoke:Sandbox/Awesome Aasim/Personal Sandbox|function_name}}...

Click to read more »
Module:Signpost/index/2016/doc
Minggu, 2024-04-28 03:56:29

report Goalposts; Oy vexit Milowent 725 1983 2016-07-21 Arbitration report Script writers appointed for clerks GamerPro64 705 1847 2016-07-21 Discussion report...

Click to read more »
Module:Sandbox/TheThomanski/SongContestTable
Senin, 2026-03-23 05:26:04

local getArgs = require('Module:Arguments').getArgs local order = require('Module:Sandbox/TheThomanski/SongContestData')._order local rowTemplate = "...

Click to read more »
Module:Sandbox/பொதுஉதவி/doc
Senin, 2024-11-11 00:54:00

Module:Sandbox/பொதுஉதவி/doc is a location map definition used to overlay markers and labels on an equirectangular projection map of [[Lua error in package...

Click to read more »
Module:Sandbox/TheThomanski/SongContestArtist
Senin, 2026-03-23 05:26:54

local p = {} local dataModule = require('Module:Sandbox/TheThomanski/SongContestData') local function getData(a,b,c) return dataModule.main({a,b,c})...

Click to read more »
Module:Sandbox/Module:Location map/data/Karpathia
Senin, 2025-07-07 21:40:05

return { name = 'Vistulia', top = 52.4, bottom = 48.0, left = 18.9, right = 25.2, image = 'Vistulia location map.svg', }...

Click to read more »
Module:Sandbox/பொதுஉதவி
Sabtu, 2024-11-09 23:39:12

return { name = 'Thoothukudi', top = 9.3717, bottom = 8.3213, left = 77.6732, right = 78.3848, image = 'India Tamil Nadu Thoothukudi...

Click to read more »
Module:Sandbox/Aidan9382/CodeAnalysis/doc
Senin, 2023-10-30 14:37:29

never referenced Entire script 9 local variables called _ were defined but never referenced, likely intentionally Entire script Global variable print was...

Click to read more »
Module:Sandbox/Module:Location map/data/Karpathia/doc
Kamis, 2025-07-17 10:34:02

Module:Sandbox/Module:Location map/data is a location map definition used to overlay markers and labels on an equirectangular projection map of [[Lua error...

Click to read more »
Module:Format ISBN/data
Senin, 2026-02-02 02:03:03

at: https://www.isbn-international.org/export_rangemessage.xml using a script at Module:ISBN RangeMessage xlate. Notes: * Integer tuples at right represent...

Click to read more »
Module:Sandbox/User:Waddie96/benchmark
Jumat, 2025-10-31 07:37:14

-- __NOINDEX__ --- Lua benchmarks: Compare performance of two functions over CPU time --- [[Module:Benchmark]] local ITERATIONS = 1e6 -- Default number...

Click to read more »
Module:Sandbox/User:Waddie96/benchmark/doc
Rabu, 2025-10-08 03:04:45

Lua error in Module:Sandbox/User:Waddie96/benchmark at line 283: attempt to concatenate a nil value. {{#invoke:Sandbox/User:Waddie96/benchmark|function_name}}...

Click to read more »
Module:Authority control/config/staging
Rabu, 2026-06-03 23:06:51

pattern = '[A-Z]00[01]%d%d%d', link = 'http://bioguide.congress.gov/scripts/biodisplay.pl?index=$1', label = 'US Congress', remark = 'Biographical...

Click to read more »
Module:BRFA/doc
Rabu, 2024-09-11 15:04:36

may have no transclusions. This is because it is substituted by a tool or script, it is used as part of a short-term or less active Wikipedia process, or...

Click to read more »
Module:Signpost/index/2017/doc
Minggu, 2024-04-28 03:56:27

Technology report New features in development; more breaking changes for scripts Evad37 662 1868 2017-07-15 Traffic report Film, television and Internet...

Click to read more »
Module:Sandbox/PiperMcCorkle/FrenchWikidata
Kamis, 2024-12-19 03:43:28

--script that retrieves basic data stored in Wikidata, for the datamodel, see https://www.mediawiki.org/wiki/Extension:Wikibase_Client/Lua local wd =...

Click to read more »
Module:Signpost/index/2019/doc
Minggu, 2024-04-28 03:56:25

Wikipedia articles? Newslinger 1167 3373 2019-12-27 Technology report User scripts and more BEANS X2 632 2262 2019-12-27 Traffic report Queens and aliens...

Click to read more »
Module:Sandbox/AdrianoRutzWikidataIB
Senin, 2026-01-19 22:52:02

--script that retrieves basic data stored in Wikidata, for the datamodel, see https://www.mediawiki.org/wiki/Extension:Wikibase_Client/Lua -- luacheck:...

Click to read more »
Module:Signpost/index/2008/doc
Minggu, 2024-04-28 03:56:37

${views180} 2008-03-17 Tutorial Tutorial: Editing Monobook, installing scripts Nousernamesleft ${views7} ${views180} 2008-03-17 WikiProject report WikiProject...

Click to read more »
Module:Sandbox/Varmkorv Tva
Selasa, 2026-06-02 19:42:51

local p;do -- UnitTester provides unit testing for other Lua scripts. For details see [[Wikipedia:Lua#Unit testing]]. -- For user documentation see above...

Click to read more »
Module:Sandbox/TheThomanski/SongContestData/doc
Senin, 2026-03-23 05:24:11

link for every artist. title title_article title_lang title_native title_native_script lang writer sf sf_draw sf_pl sf_pt sf_q gf gf_draw gf_pl gf_pt...

Click to read more »
Module:User:Cscott/LuaTurtle
Jumat, 2022-12-09 06:54:38

end register('luaturtle.ops', function(myrequire) -- generated by TurtleScript write-lua-ops.js local ops = {} ops.byname = { ["PUSH_FRAME"] = 0, ...

Click to read more »
Module:Sandbox/GKFX/3
Kamis, 2021-04-15 03:42:33

[[Template:GB18030/BMP]] and compressed with Python. -- You may need to write a Python script to edit it. return { -- An array mapping unicode to two byte GB18030 ...

Click to read more »