Search Results: Module:Scripts/code to canonical name/doc

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


Module:Scripts
Senin, 2023-11-20 10:47:19

left-to-right scripts are unmarked, while most right-to-left scripts have direction specified as {{code|lua|"rtl"}} and Mongolian as {{code|lua|"down"}}...

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:Unicode data/scripts/make
Kamis, 2020-03-12 02:28:30

'sc%s+;%s+(%a+)%s+;%s+([%a_]+)' do script_name_to_code[name] = code end return script_name_to_code end function p.make_script_data(scripts_txt, property_value_aliases_txt)...

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:Scripts/charToScript
Senin, 2023-11-20 10:58:13

character and finds the script code(s) (if any) that are appropriate for it based on the codepoint, using the data module [[Module:scripts/recognition data]]...

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

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

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

main table in the module is generated by Module:Unicode data/scripts/make from Scripts.txt and PropertyValueAliases.txt in the Unicode Character Database...

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

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

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

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

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

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

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 = require("Module:languages")...

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

errorText = '<code>'..scriptCode..'</code> is not a valid script code.' else scriptCode = scriptCode:gsub( "(%a)(%a%a%a)", fixScriptCode, 1...

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

and only key (script code) in table. if not next(scripts, next(scripts)) then return next(scripts) end -- else return majority script, or else "Zzzz"...

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

using the : syntax. For example: local m_scripts = require("Module:scripts") local sc = m_scripts.getByCode("Latn") local name = sc:getCanonicalName()...

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

= {"Symbols"}, ["Zxxx"] = {"Code for unwritten documents"}, ["Zyyy"] = {"Code for undetermined script"}, ["Zzzz"] = {"Code for uncoded script"} }...

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

output:insert [[ {| class="wikitable" |+ Scripts in each Unicode block ! block !! codepoints !! scripts ]] for _, block in pairs(mw.loadData "Module:Unicode...

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

and only key (script code) in table. if not next(scripts, next(scripts)) then return next(scripts) end -- else return majority script, or else "Zzzz"...

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

suppress_table = {}; -- here we collect suppressed scripts and associated language codes local iso_639_1_table = {}; -- ISO 639-1 languages;...

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

errorText = '<code>'..scriptCode..'</code> is not a valid script code.' else scriptCode = scriptCode:gsub( "(%a)(%a%a%a)", fixScriptCode, 1...

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

submodules. Some are generated by AWK scripts shown at User:Kephir/Unicode on English Wiktionary, others by Lua scripts on the /make subpages of the submodules...

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

and only key (script code) in table. if not next(scripts, next(scripts)) then return next(scripts) end -- else return majority script, or else "Zzzz"...

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
Rabu, 2021-09-29 07:26:52

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

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

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

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

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

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

The value assigned to |script= shall be appended to the language code; for |script=arab the module shall add dir="rtl" to the text's enclosing <span>...

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/Configuration
Sabtu, 2026-02-28 22:14:44

= '<code class="cs1-code">&#124;trans-$1=</code> requires <code class="cs1-code">&#124;$1=</code> or <code class="cs1-code">&#124;script-$1=</code>', --...

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:User script table row/sandbox
Rabu, 2021-09-29 07:06:18

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

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

'missing language / script code', ['unrecog_lang_scr'] = 'unrecognized language / script code: $1', -- $1 is the language/script code } ...

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

= '<code class="cs1-code">&#124;trans-$1=</code> requires <code class="cs1-code">&#124;$1=</code> or <code class="cs1-code">&#124;script-$1=</code>', --...

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

'missing language / script code', ['unrecog_lang_scr'] = 'unrecognized language / script code: $1', -- $1 is the language/script code } ...

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/test
Minggu, 2018-01-14 22:47:37

character IANA language code script subtag - four character IANA script code region subtag - two-letter or three digit IANA region code variant subtag -...

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

simplify processing by the script which extracts data from this wikitext, a unit code is required in the first column; that unit code is not used. This section...

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

["mathematical notation"] = "Zmth", ["symbol"] = "Zsym", ["uncoded"] = "Zzzz", ["undetermined"] = "Zyyy", } -- To update, go to [[Module:scripts/print]]....

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

codes with data belonging to them. Name is the "canonical name" used on Wiktionary. Article is the Wikipedia article. Script is the ISO 15924 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: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: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:Citation/CS1
Sabtu, 2026-02-28 22:14:46

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

used to ensure that book-titles in cjk scripts are not italicized is_cjk_code() – (private) returns true when language code represents a cjk language...

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

|script-<param>= lang codes always use override names so dagger is omitted ]] local function add_to_list (code_list, name_list, override_list, code,...

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:Sandbox/Matthiaspaul/Citation/CS1/Configuration
Rabu, 2025-05-28 22:02:34

'<code class="cs1-code">&#124;trans-$1=</code> requires <code class="cs1-code">&#124;$1=</code> or <code class="cs1-code">&#124;script-$1=</code>',...

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:Lang/data/doc
Selasa, 2025-08-05 08:55:11

language rtl_scripts – a list of ISO 15924 scripts that are written right-to-left; data taken from the table at ISO 15924#List of codes translit_title_table...

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

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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:Sandbox/Erutuon/testcases
Selasa, 2019-03-05 04:32:33

end return ("error: %s at <code>%s</code>") :format(subtags.error, subtags.invalid or "???") end, } show.script = show.language show.region =...

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

'<h2>Variables</h2>Optionally, add any of the <code>code snippets</code> below to the JS file you installed the script in (eg. your [[Special:MyPage/common.js|common...

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:Sandbox/SamuelRiv/Configuration
Kamis, 2023-02-16 12:45:27

= '<code class="cs1-code">&#124;trans-$1=</code> requires <code class="cs1-code">&#124;$1=</code> or <code class="cs1-code">&#124;script-$1=</code>', --...

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

script_lang_codes = script_lang_codes, lang_code_remap = lang_code_remap, lang_name_remap = lang_name_remap, this_wiki_code = this_wiki_code, title_types...

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

language_code) table.insert(layout, string.format(non_english_language_text_strings["LINE1"], language_link, script_text)) local lang_template...

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

= '<code class="cs1-code">&#124;trans-$1=</code> requires <code class="cs1-code">&#124;$1=</code> or <code class="cs1-code">&#124;script-$1=</code>', --...

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

"[[Gallon&#124;gal]]". The script that reads this page replaces each &#124; with |. Some unit codes match a unit with an SI prefix, and duplicate unit codes are not permitted...

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:Lang/utilities
Kamis, 2025-01-09 21:19:30

romanization of <text1> (which is always the Latin-script form). Intended for languages where two scripts are 'official' or 'native and equal in status'...

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

"ukulele", "ukuleles", "code", "coder", "codes", "coders", "script", "scripty", "scripter", "scripts", "scripties", "scripters", "movie", "movies", ...

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

if mCs1.code_name_pair_exists( { tag, name } ) == nil then return 'ERROR: code/name pair does not exist' end return '{{CS1 language script}}' end...

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:Lang/documentor tool/sandbox
Jumat, 2025-04-11 14:14:34

language_code) table.insert(layout, string.format(non_english_language_text_strings["LINE1"], language_link, script_text)) local lang_template...

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:Sandbox/trappist the monk/parameter match test/Configuration/tr
Minggu, 2021-08-29 18:19:58

local citation_config = {}; -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: -- https://git.wikimedia...

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

English or the locale language: "Andorra". 2 letter code - link points to full name: "AD" 3 letter code - link points to full name: "AND" Nepal and Ohio...

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

function "param_names_get" does not exist. Script error: The function "param_names_get" does not exist. template code goes below this line; there may or may...

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

the CodeEditor now assumes the use of such tabs). -- However, 4-column tabs are only visible when editing a module -- with browser scripting and the...

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

language code into components Returns: table .base – Basic language (2–3 lowercase letters) .region – Country (2 uppercase letters) .script – Scripting (4 letters...

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

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

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

|script-<param>= lang codes always use override names so dagger is omitted ]] local function add_to_list (code_list, name_list, override_list, code,...

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: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:Sandbox/MJL/citation
Senin, 2022-10-24 04:17:31

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

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

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

table in the following format: code = { image = "My image name.xyz", tooltip = "My tooltip text", link = true, }, The code should be in lower case. image:...

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

script, and variant subtags so that they aren't used to make category names end if synonym_table[code] then -- if 639-2/639-2T code has...

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

|script-title= holds title parameters that are not written in Latin based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

multilingual texts and ISO 639 (BCP47) issues etc. * fair() * fallback() * findCode() * fix() * format() * getBase() * getLang() * getName() * i18n() * int()...

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

format_script_value( script_value, script_param ) (function • local) |script-title= holds title parameters that are not written in Latin-based scripts: Chinese...

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

|script-title= holds title parameters that are not written in Latin based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

modules. Docbunto documentation defaults to this type. @script (executable) Executable scripts (libraries) exclusively used in other modules. @classmod...

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

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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/MJL/CS1
Senin, 2022-10-24 04:16:54

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

:wikitext('Error: <code>|code=</code> or <code>|doc=</code> must be specified') :allDone() end if not code and not args.instruction then code = doc .....

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:In lang/sandbox
Sabtu, 2023-07-22 13:11:35

'ca-valencia' ~= code then -- except for valencian code = code:match ('^%a%a%a?%f[^%a]'); -- strip off region, script, and variant tags...

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

if code then source = code:gsub("N", "\n") code = mw.text.nowiki(code):gsub("N", "&#92;n") code = mw.html.create("code"):css("margin-left"...

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

p[funcName](args) end end -- End of invoke function function p._func1(args) -- Code for the first function goes here. --[[ local mathtable = {} return...

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

This function provides basic analysis of module code, pointing out any unused variables or unexpected globals. Note that just because this module points...

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

style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">&#124;_template=</code> missing or empty</span>'; -- data...

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

_House_of_Representatives_abbreviation"] = 17000, ["UAF_player"] = 2700, ["UCI_team_code"] = 13000, ["UEFA_player"] = 5900, ["UK"] = 4300, ["UK-LEG"] = 2500, ["UKR"]...

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

multilingual texts and ISO 639 (BCP47) issues etc. * fair() * fallback() * findCode() * fix() * format() * getBase() * getLang() * getName() * i18n() * int()...

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

style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">&#124;_template=</code> missing or empty</span>'; -- data...

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

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

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

majority of the code here is copied from a seperate project, https://github.com/9382/Dump/tree/main/LuaObfusactor, which in turn has code borrowed from...

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

message = '<code>&#124;fechaacceso=</code> requiere <code>&#124;url=</code>', --'<code>&#124;accessdate=</code> requires <code>&#124;url=</code>', anchor...

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

Converts Unicode character codes, always given in hexadecimal, to their UTF-8 or UTF-16 representation in upper-case hex or decimal. Can also reverse...

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

Wikidata. returns w:<lang code>:<article title> when <q> has an <article title> for <lang code>; nil else. 'w:<lang code>' ensures that sister project...

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:Format TemplateData/sandbox
Jumat, 2025-11-14 09:11:27

"<code>params</code> required for <code>sets</code>" Fault( s ) end else s = "<code>sets</code> needs to be of <code>object</code> type"...

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

Wikidata. returns w:<lang code>:<article title> when <q> has an <article title> for <lang code>; nil else. 'w:<lang code>' ensures that sister project...

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

the code suggests '|author='; the same pattern also matches the no-longer-supported parameter |separator= (returning 'ator') so again, the code suggests...

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

presented in the VisualEditor, the following features can be added to the JSON code for the template documentation page. They affect the elements classified...

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

inputs, including all official RadioGatun[32] test vectors. To test this code, in a *NIX compatible environment like Linux, with Git and a version of Lua...

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:Sandbox/EF5
Jumat, 2025-01-31 23:18:43

|script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

Module:Citation/CS1/Configuration and paste it in this module. set the value for <lang_code> In the debug console: =p.map_non_en_params() returns a table of non-English...

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

(template); end if native then native = lead and lang_module._langx ({['code']=cfg[template].tag, ['text']=native, ['template']=template}) or lang_module...

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

--- |script-title= holds title parameters that are not written in Latin-based scripts: Chinese, Japanese, Arabic, Hebrew, etc. These scripts should...

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

with preview only to see results. That helps you a lot in developing Lua scripts that access the data. If used without arguments, it dumps everything including...

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

→ Wikipedia The module may generate script errors — whenever your call is not valid Lua code, you see the error you would normally have. For...

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

unit codes, and hover text are at Template:Val/list. unit code alias The same unit/pagename/symbol, but by way of a different unit code. Unit code aliases...

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

morseArgs = {'A' .. ' morse code.ogg', frame:expandTemplate({title = 'morse', args = {'dot', 'dash'}})} ibArgs.label52 = '[[Morse code]]' ibArgs.data52 =...

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

codes_–_code_sort]] The function takes a single argument, a lowercase alpha letter (expected to be Latn script) and returns a list...

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

rep(a,b)}}]=], "<code>"..mw.text.nowiki([=[{{#invoke:Lua call|main|a=test&nbsp;|b=7|string.rep(a,b)}}]=].."</code>")) self:assertResultEquals(...

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

the code suggests '|author='; the same pattern also matches the no-longer-supported parameter |separator= (returning 'ator') so again, the code suggests...

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

(template); end if native then native = lead and lang_module._langx ({['code']=cfg[template].tag, ['text']=native, ['template']=template}) or lang_module...

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

simply be deleted. Also, remember to include the pound sign (#) with the hex codes when adding or changing colors, as in #dcdcdc. Some data modules don't require...

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:Sandbox/RexxS/doc
Minggu, 2023-11-19 19:34:39

with preview only to see results. That helps you a lot in developing Lua scripts that access the data. If used without arguments, it dumps everything including...

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

messaging for codepoint in mw.ustring.gcodepoint (text) do -- fetch each code point pos = pos + 1; -- bump the position counter if not...

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

function parse(code) local outSeq = {} code = mw.ustring.gsub(code, "%s+", " ") code = string.lower(code) for text in mw.text.gsplit(code, " *,[ ,]*")...

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

module provides a Lua interface to configure database reports. If your SQL code and other config is static, you probably don't need to use this module. You...

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

Wiktionary.code_to_name[code] then out:add(code) local Wiktionary_code = data.name and Wiktionary.name_to_code[data.name] if Wiktionary_code then ...

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

ID .. " " .. seterror('redundant_parameters', '<code>&#124;id=</code> and <code>&#124;number=</code>'); end end end -- special case for cite...

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:Example
Selasa, 2026-02-03 09:13:20

frame:getParent().args -- This line allows template parameters to be used in this code easily. The equal sign is used to define variables. 'pf' can be replaced...

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

viewers. Since the code puts icons on the map in the order of code lines (starting with first line of code and ending with last line of code), the small "contested"...

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

code of a Scribunto module. The taglet parser & doclet -- renderer Docbunto uses are also publicly exposed to other modules. -- -- Docbunto code items...

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

'<br>If you would like to submit your draft for review, add <code>{{tlf|subst:submit}}</code>' .. 'to the top of the page.' .. '<br>Otherwise...

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

-- Roger is disecting this code to try to learn some Lua. -- So it is likely entirely broken. --This module aims to reorder the sections on a page so that...

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

(out_t, code_open_tag); -- open code tag table.insert (out_t, taxon_t.parent); -- add parent taxon name table.insert (out_t, '</code> ');...

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

where k/v_t in the outer table is: k – the Wikimedia subdomain (language code; 'en' in 'en.wikipedia.org') v_t – a k/v table where k – the non-English...

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

#TOC #code edit- § resources - Module:Sandbox/DePiep/uchar /data     ExpandT  Module:Sandbox/DePiep/uchar-helper Diacritic U+035D ◌◌͝ COMBINING DOUBLE...

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

start_date(code, months) -- Return a timestamp string for a URL to list user contributions -- on and after the returned date. -- The code specifies...

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

of error and contains error information. The error object has three keys: code, the error ID; info, the error message; and *, a message about where to find...

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/Matthiaspaul/Citation/CS1/Identifiers
Rabu, 2024-09-18 03:24:10

article names from wikidata. returns :<lang code>:<article title> when <q> has an <article title> for <lang code>; nil else for identifiers that do not have...

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

TODO: convert showflag to a comma delimited list instead of these peculiar codes? ]] local label_map = { ['bp'] = '[[Bbánlám pìngyīm|Bbánlám Pìngyīm]]'...

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 arbitrary...

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 arbitrary...

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:Biglist
Rabu, 2024-07-10 11:08:40

= frame.args local hex = strip_to_nil(args[1]) -- should be hex color code such as 'AABBCC' if hex then return string.format('title="color %s"...

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:Params/doc
Sabtu, 2026-06-06 04:00:38

possibility to set a header (h) and a footer (f), we can transform the previous code into a generator of definition lists, {{#invoke:params|setting|h/p/i/f|<...

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

the code suggests '|author='; the same pattern also matches the no-longer-supported parameter |separator= (returning 'ator') so again, the code suggests...

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

frame. -- The parent frame allows template parameters to be used in this code easily. local parentArgs = frame:getParent().args local args = frame...

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

TODO: convert showflag to a comma delimited list instead of these peculiar codes? ]] local label_map = { ['bp'] = '[[Bbánlám pìngyīm|Bbánlám Pìngyīm]]'...

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

(entity_t[1], true) then table.insert (unsupported_entities_t, '*<code>' .. entity_t[1] .. '</code> – ' .. mw.text.decode (entity_t[2]) .. ' – ' .. entity_t[3]:lower());...

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

'<br>If you would like to submit your draft for review, add <code>{{tlf|subst:submit}}</code>' .. 'to the top of the page.' .. '<br>Otherwise...

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

function openlibrary(id) local code = id:sub(-1,-1) local handler = cfg.id_handlers['OL']; if ( code == "A" ) then return...

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:WPSHIPS utilities
Selasa, 2026-04-07 00:38:23

'Category:WPSHIPS: sclass and sclass2 errors'}, format = {'invalid format code: %s. Should be 0–5, or blank', 'Category:WPSHIPS: sclass and sclass2 errors'}...

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

start_date(code, months) -- Return a timestamp string for a URL to list user contributions -- on and after the returned date. -- The code specifies...

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

'Category:WPSHIPS: sclass and sclass2 errors'}, format = {'invalid format code: %s. Should be 0–5, or blank', 'Category:WPSHIPS: sclass and sclass2 errors'}...

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:Transclusion count/data/I
Minggu, 2026-06-07 12:12:11

["ISO_15924/wp-article/format"] = 3100, ["ISO_15924/wp-article/label"] = 3000, ["ISO_3166_code"] = 240000, ["ISO_3166_name"] = 16000, ["ISO_639_name"] = 28000, ["ISP"]...

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

= frame.args local hex = strip_to_nil(args[1]) -- should be hex color code such as 'AABBCC' if hex then return string.format('title="color %s"...

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

return a table consisting of a list of entries, identified by the ISO country code of the country that competed. Each of these entries consist of another table...

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

invocation, as it does not produce the regular wikitable (or any standard table) code itself. The module's arguments are: {{#invoke:AutosortTable|create|class...

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

parameter cat = 'Articles with %s identifiers', category = 'Category', Code = 'Code', collapsed = 'collapsed', -- Navbox state parameter Description =...

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

parameter cat = 'Articles with %s identifiers', category = 'Category', Code = 'Code', collapsed = 'collapsed', -- Navbox state parameter Description =...

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

Toolserver is an external service hosting the hundreds of webpages and scripts (collectively known as \"tools\") that assist Wikimedia communities in...

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

function has_display_title(args) --TODO: when testing below is done uncomment code --if args.italic_title then -- return "" --end local article if args...

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

ancestors = "fa-cls", entry_name = { from = {"هٔ", "ٱ"}, -- character "ۂ" code U+06C2 to "ه"; hamzatu l-waṣli to a regular alif }, } m["ff"] = { "Fula"...

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

isValidBuiltInCode"] = "mw:Extension:Scribunto/Lua reference manual#mw.language.isValidBuiltInCode", ["mw.language.isValidCode"] = "mw:Extension:Scribunto/Lua...

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

more susceptible to maintenance errors by future editors who may patch one code segment but miss the sibling buried within a convoluted nesting of logical...

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

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

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

unlinked_values, 'network')}, --TODO: currently does not work --TODO: readd when code is added to handle this: {'network=[[NBC]]<br/>ABC', getCategory(categories...

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

function has_display_title(args) --TODO: when testing below is done uncomment code --if args.italic_title then -- return "" --end local article if args...

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

'Module:Dictionnaire Wikidata/Codes langue', -- big, infrequently used invertedlangcodes = 'Module:Dictionnaire Wikidata/Codes langue/inversé' } local modulesNames...

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

'Module:Dictionnaire Wikidata/Codes langue', -- big, infrequently useda invertedlangcodes = 'Module:Dictionnaire Wikidata/Codes langue/inversé', linguistic...

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:Authority control/config/staging
Rabu, 2026-06-03 23:06:51

parameter cat = 'Articles with %s identifiers', category = 'Category', Code = 'Code', collapsed = 'collapsed', -- Navbox state parameter Description =...

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

function has_display_title(args) --TODO: when testing below is done uncomment code --if args.italic_title then -- return "" --end local article if args...

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

comes to watchlists; better mobile compatibility; new bots, tools and scripts; and more.", authors = {"Evad37"}, piccy = {credits = "", filename...

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

For example, for the above mentioned world map the ids are ISO country codes. The values can be either colors or numbers in case the geographic entities...

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:Signpost/index/2013
Senin, 2024-04-29 08:13:26

the process of getting access to the Lua scripting language, an optional substitute for the clunky template code that exists at present.", authors = {"Jarry1250"...

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

Country examples Code Output FIFA World Rankings for France {{#invoke:SportsRankings|main |FIFA World Rankings|FRA}} This is the sandbox of SportsRankings...

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

detection local year = tonumber(input.year); -- this temporary code to determine the extent of sources dated to the Julian/Gregorian local month...

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

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

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

local code = string.byte(S, i) if code >= 0x30 and code <= 0x39 then return code - 0x30 end -- 0-9 if code >= 0x41 and code <= 0x5A...

Click to read more »