Search Results: Module:LuaCall/doc


Module:Lua call/doc
Minggu, 2025-12-14 21:53:19

Shortcut Module:LuaCallModule:LuaCall This module allows you to call any one single preinstalled Lua function, so that you don't need to write a module...

Click to read more »
Module:Lua call/testcases/doc
Rabu, 2025-02-12 13:59:58

...

Click to read more »
Module:Documentation/doc
Rabu, 2026-06-03 22:28:00

from another Lua module, first load it with require: local documentation = require('Module:Documentation').main Then you can simply call it using a table...

Click to read more »
Module:Infobox mapframe/doc
Rabu, 2025-11-19 03:39:00

module may also be imported to another Lua module. Example edits: Template:Infobox prison, Template:Infobox prison/doc Edit the infobox template (or its sandbox)...

Click to read more »
Module:Sandbox/Jeblad/LuaDoc/doc
Rabu, 2023-05-03 05:16:23

Usual call for documentation of a single module, like a replacement for the usual documentation page, would be like this {{#invoke:LuaDoc|build|{{FULLPAGENAME}}}}...

Click to read more »
Module:Mapframe/doc
Selasa, 2026-02-10 02:02:36

page has a rendering time by Lua of between 5 seconds and 10 seconds using {{Maplink}} the use of the direct module call by syntax like: {{#tag:mapframe|[raw...

Click to read more »
Module:Params/doc/link to the code/doc
Rabu, 2026-04-22 21:49:44

in the Lua code where a function or a modifier is declared. {{module:params/doc/link to the code|squeezing}} → squeezing {{module:params/doc/link to...

Click to read more »
Module:Params/doc/link to the code
Rabu, 2026-04-22 21:49:29

in the Lua code where a function or a modifier is declared. {{module:params/doc/link to the code|squeezing}} → squeezing {{module:params/doc/link to...

Click to read more »
Module:Authority control/config/doc
Minggu, 2024-12-29 09:31:41

configuation details for Module:Authority control. Authority control/config/doc The syntax for the p.config table is as follows: property = Wikidata property...

Click to read more »
Module:Database report/generate docs
Minggu, 2025-09-07 00:25:02

--[[ Lua module for generating wikitext documentation from LuaDoc comments. This module parses LuaDoc-style comments from Lua modules and generates...

Click to read more »
Module:Lua class/doc
Minggu, 2023-04-23 01:36:20

module provides utilities for declaring classes in Lua code. It creates global variables, so must be called before require('strict') if that is used....

Click to read more »
Module:Yesno/doc
Senin, 2025-09-29 16:46:33

consistent interface for processing boolean or boolean-style string input. While Lua allows the true and false boolean values, wikicode templates can only express...

Click to read more »
Module:Uses TemplateStyles/config
Minggu, 2024-07-07 08:05:12

always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and...

Click to read more »
Module:TNT
Minggu, 2020-08-30 14:28:25

formatMessage(i18nDataset, 'edit_doc', {link(dataset)}) end function p.getTemplateData(dataset) -- TODO: add '_' parameter once lua starts reindexing properly...

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

automatic documentation generator for Scribunto modules. The module is based on LuaDoc and LDoc. It produces documentation in the form of MediaWiki markup, using...

Click to read more »
Module:Shortcut/doc
Kamis, 2024-12-05 06:16:07

the syntax {{#invoke:shortcut|main|arguments}}. To use this module from Lua, first load it. local mShortcut = require('Module:Shortcut') Then you can...

Click to read more »
Module:Uses calculator/config
Jumat, 2026-02-20 03:00:53

always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and...

Click to read more »
Module:Sandbox/Mathglot/Xviews/doc
Selasa, 2025-12-30 23:23:51

Mathglot/sandbox/Templates/Xviews/age/doc Mathglot/sandbox/Templates/Xviews/age/sandbox Mathglot/sandbox/Templates/Xviews/doc Mathglot/sandbox/Templates/Xviews/first...

Click to read more »
Module:Documentation/sandbox
Rabu, 2026-06-03 23:02:24

title, docTitle = docTitle, luaAutodoc = env.luaAutodoc, subjectSpace = env.subjectSpace, -- View, display, edit, and purge links if /doc exists...

Click to read more »
Module:String2/doc
Kamis, 2026-02-05 22:33:45

or, and nor. This is a very simplistic algorithm; see Template:Title case/doc for some of its limitations. The sentence function finds the first letter...

Click to read more »
Module:Math/doc
Senin, 2026-04-06 23:54:17

from other Lua modules. To use the module from normal wiki pages, no special preparation is needed. If you are using the module from another Lua module,...

Click to read more »
Module:Arguments/doc
Kamis, 2026-02-26 17:42:19

from #invoke just for processing the arguments. This allows other Lua modules to call your core logic directly, improving performance by avoiding the overhead...

Click to read more »
Module:TableTools/doc
Sabtu, 2026-04-04 00:57:34

functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke. To...

Click to read more »
Module:Redirect/doc
Jumat, 2026-02-06 12:11:39

creation. If you want to use the main function from another Lua module, you may want to use the luaMain function. This provides the same functionality as the...

Click to read more »
Module:Repr/doc
Minggu, 2021-03-14 09:27:07

This module contains functions for generating string representations of Lua objects. It is inspired by Python's repr function. To use the module, first...

Click to read more »
Module:Based on/doc
Minggu, 2025-11-02 20:02:33

directly call this module (all arguments except work name optional): {{#invoke:Based on|lua_main|Work name|Writer 1|Writer 2|...}} To call it from a...

Click to read more »
Module:Template test case/doc
Kamis, 2026-05-14 19:42:33

produce a template test case. While test cases can be made manually, using Lua-based templates such as the ones provided by this module has the advantage...

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

for testing the module's capabilities in flexible ways. Finally, under ./doc/examples you can find some of the examples shown in this documentation page...

Click to read more »
Module:Text/doc
Jumat, 2025-04-25 22:36:11

illustrate this in practice. All of the above functions can be called from other Lua modules. Use require(); the below code checks for errors loading...

Click to read more »
Module:Csdcheck/doc
Jumat, 2024-08-30 04:00:39

This is the Lua module called by {{csdcheck}}. Please see the main template page for documentation....

Click to read more »
Module:SimpleDebug/doc
Minggu, 2021-10-17 20:29:05

functions to help debug the lua modules. It allows to collect and view the values of several variables and/or points in your lua program, from a module (which...

Click to read more »
Module:Escape/doc
Jumat, 2025-06-27 22:53:11

times in seconds. The module time x500 was calculated when you loaded this doc page (normally between 0.02 and 0.07). The template time x500 was recorded...

Click to read more »
Module:Ns has subpages/doc
Sabtu, 2024-10-19 09:12:27

subpages}} template. Please see the template page for documentation. Usually Lua modules should use mw.site.namespaces[namespace].hasSubpages rather than...

Click to read more »
Module:Params/doc/examples/informal tablebox/doc
Senin, 2025-04-21 08:37:49

structured infoboxes, see {{module:params/doc/examples/tablebox}}. For instance, writing {{module:params/doc/examples/informal tablebox | caption = Electron...

Click to read more »
Module:ScribuntoUnit/doc
Jumat, 2026-01-30 21:43:03

This module provides unit tests for other Lua modules. To test a module, you must create a separate test module, usually located at Module:Module name/testcases...

Click to read more »
Module:Params/doc/examples/informal tablebox
Rabu, 2024-09-25 09:56:07

structured infoboxes, see {{module:params/doc/examples/tablebox}}. For instance, writing {{module:params/doc/examples/informal tablebox | caption = Electron...

Click to read more »
Module:Set/doc
Selasa, 2021-11-16 10:03:12

values only. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke. To use any of the functions...

Click to read more »
Module:Korean/doc
Kamis, 2026-02-05 08:16:12

and logic, see that template's documentation. This module can be called by other Lua modules (use p._ko()) and can be invoked {{#invoke:Korean|ko|args_here}}...

Click to read more »
Module:Japanese calendar/doc
Jumat, 2024-08-30 05:01:36

Japanese calendar. It defines an "era" class which is designed to be called from other Lua modules, and it also contains several functions to export Japanese...

Click to read more »
Module:Sandbox/Jeblad/LuaDoc
Kamis, 2024-12-19 03:26:31

some assumptions about the layout, basically the same as -- [[JavaDoc]] and [[LuaDoc]], but does not follow those examples strictly. Especially, -- it...

Click to read more »
Module:TNT/doc
Kamis, 2023-12-28 20:00:22

the template's /doc subpage. This makes it convenient to translate, but when a new parameter is added to a global template, all /doc pages need to be...

Click to read more »
Module:Adjacent stations/doc
Selasa, 2025-06-03 23:16:39

some knowledge of Lua helps prevent mistakes. If you have programmed or used Lua before, you may like to skip the next subsection. Lua has data types. The...

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

class="error">Sorry, I don't recognize _VALUE_</span>|arg1|arg2|...|argN}} To use Lua patterns, use: {{#invoke:Check for unknown parameters|check|unknown=[[Category:Some...

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: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/Rprimus06/Second/doc
Minggu, 2013-05-19 17:31:34

of creating a Scibunto Module. The modules is called 'Second' and simply returns a string 'Hello from Lua ' with the argument passed to the function....

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

|tag=syntaxhighlight|lang=lua}} produces: if not fargs.tag then return (what(unpack(args))) -- Outside parens truncate to first result avoiding tail call end local tagargs...

Click to read more »
Module:User/doc
Rabu, 2024-08-28 07:23:18

template is only a wrapper for Module:UserLinks, by implementing it as a Lua module we make significant gains in performance. It is roughly twice as fast...

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

environment like Linux, with Git and a version of Lua above 5.1 and below 5.4 (Lua 5.4 dropped bit32; a Lua 5.1 implementation with bit32 support will also...

Click to read more »
Module:I18n/doc
Rabu, 2024-11-20 08:00:27

I18n library for message storage in Lua datastores. The module is designed to enable message separation from modules & templates. It has support for handling...

Click to read more »
Module:High-use
Kamis, 2025-10-09 03:24:46

sandbox_word = 'sandbox' local testcases_word = 'testcases' local doc_word = 'doc' local function count_from_args(args) if tonumber(args.count) then...

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

general-purpose wikitext parser. It's designed to be used by other Lua modules and shouldn't be called directly by templates. First, require WikitextParser and...

Click to read more »
Module:Page/doc
Senin, 2024-09-02 05:15:19

listed in mw:Extension:Scribunto/Lua reference manual § Title objects to be accessed by people who do not want to write a Lua module. Usage is:...

Click to read more »
Module:Based on2/doc
Minggu, 2026-05-31 20:00:30

directly call this module (all arguments except work name optional): {{#invoke:Based on2|lua_main|Work name|Writer 1|Writer 2|...}} To call it from a...

Click to read more »
Module:Convert/doc
Senin, 2026-04-06 23:48:39

Help:Convert. The _convert() and _unit() functions can also be called from other Lua modules. Templates that invoke this module are: {{convert}} {{cvt}}...

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

module from Lua modules, use: local querySensitiveIPs = require('Module:Sensitive IP addresses/API').query The query function is called with named parameters...

Click to read more »
Module:Flag/doc
Senin, 2026-06-01 02:06:48

Lua-native alternative to popular flag templates. Can be used to reduce post-expand include size of pages with lots of templates, since it avoids calling...

Click to read more »
Module:For nowiki/doc
Minggu, 2025-03-09 23:31:29

separator and wikitext function the same as described in Template:For nowiki/doc#Usage. offset is the offset of the first argument to process. Defaults to...

Click to read more »
Module:Check DYK hook/doc
Jumat, 2024-08-30 03:38:18

history}}. This module can be used from templates or from other Lua modules. From templates, call the isValidHook function, and use the |hook= parameter to...

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

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

Click to read more »
Module:Automated taxobox/doc
Selasa, 2025-05-06 17:48:31

Module:Automated taxobox (talk · edit · hist · links · doc · subpages · sandbox · testcases) This module provides the functionality of various automated...

Click to read more »
Module:Message box/doc
Jumat, 2025-11-14 23:54:09

{{fmbox}}, {{imbox}}, {{ombox}}, and {{tmbox}}. It is intended to be used from Lua modules, and should not be used directly from wiki pages. If you want to...

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

functions above. It is a Lua representation of a script and the data associated with it. It has a number of methods that can be called on it, using the : syntax...

Click to read more »
Module:TemplateDataGenerator/doc
Minggu, 2025-12-07 22:54:12

about, ahead, alphabetical ) Trigger analysis of template like f but from Lua call. about – string; page title related to template code on base page ahead...

Click to read more »
Module:Redirect hatnote/doc
Senin, 2025-08-18 05:44:33

{{redirect}} or {{redirect2}} templates instead. To use this module from Lua, first load the module. local mRedirectHatnote = require('Module:Redirect...

Click to read more »
Module:High-use/sandbox
Kamis, 2025-10-09 03:17:31

sandbox_word = 'sandbox' local testcases_word = 'testcases' local doc_word = 'doc' local function count_from_args(args) if tonumber(args.count) then...

Click to read more »
Module:Format time/doc
Minggu, 2025-07-27 06:03:05

This module is a fancy way to call {{#time}} in Lua. Unlike #time, it handles YMD dates (e.g. 2020 January 1) correctly via Module:YMD to ISO. From a...

Click to read more »
Module:Music chart/doc
Senin, 2026-03-16 02:20:52

stored in four distinct JSON pages, allowing easy maintenance without editing Lua code. Helpers for individual charts: Module:Music chart/chartdata-czech.json...

Click to read more »
Module:Portal/doc
Minggu, 2026-04-26 00:55:10

used includes any of the following case-insensitive strings: "/archive", "/doc", "/test" Category:Portal templates with too few portals (18) Category:Portal...

Click to read more »
Module:Documentation
Rabu, 2025-03-12 10:38:41

doc' -- 'create-link-display' --> 'create' -- 'create-module-doc-blurb' --> -- 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto...

Click to read more »
Module:Sandbox/54nd60x/test
Selasa, 2021-02-02 12:29:06

php?title=" .. name .. "&action=edit&editintro=Module:Sandbox/54nd60x/test/doc" -- `..` concatenates strings. This will return a customized --...

Click to read more »
Module:Citation/CS1/doc/Importing the Module:Citation/CS1 suite to your wiki
Kamis, 2022-02-03 00:32:37

example of a template see {{Cite web}}. The template is written in Lua and it calls Module:Citation/CS1 and a number of (sub)modules. Basicly to make this...

Click to read more »
Module:ISBN RangeMessage xlate
Sabtu, 2023-09-09 20:53:50

fullText:find ('/doc$') then -- are we are looking at the ~/doc page or the module page? local module_doc_title = title_object.fullText .. '/doc'; --...

Click to read more »
Module:Find sources/doc
Kamis, 2024-10-17 00:11:21

be correctly capitalised. If you want to use custom documentation from a /doc subpage instead of the automatic documentation, use this invocation instead:...

Click to read more »
Module:Sports results/doc
Rabu, 2024-08-21 11:16:50

This Lua-based module is meant to build match result tables. Note that this module is used extensively, so test potential changes rigorously in the sandbox...

Click to read more »
Module:Music chart/sandbox/doc
Jumat, 2026-02-06 07:34:29

stored in four distinct JSON pages, allowing easy maintenance without editing Lua code. Helpers for individual charts: Module:Music chart/chartdata-czech.json...

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

facility that can be used by other scripts using require. See Wikipedia:Lua#Unit testing for details. The following is a sample from Module:Example/testcases:...

Click to read more »
Module:Sandbox/Aidan9382/Benchmarker/doc
Rabu, 2024-08-21 14:25:33

at a wider scope and reliably. This differs from the standard MediaWiki Lua Profile in that it profiles specifically exported module functions instead...

Click to read more »
Module:Attached KML/doc
Jumat, 2026-04-17 02:08:01

documentation to the template (e.g. by translating Template:Attached KML/doc, adjusting as necessary per any localisations made in the previous step)...

Click to read more »
Module:ArgRest/doc
Minggu, 2025-05-11 19:02:35

to the resulting pollution. If you do, the module will give this error: Lua error in Module:ArgRest at line 8: <nowiki> tags missing from first parameter...

Click to read more »
Module:Sports table/CricketRR/doc
Sabtu, 2025-02-01 01:21:58

This style for Lua-based Module:Sports table is meant to build group and league tables for cricket competitions which use Net run rate as a ranking criteria...

Click to read more »
Module:Sandbox/Innesw/Infobox Australian place/doc
Kamis, 2025-09-25 15:27:24

template (as of March 2024) transferred from normal template syntax to a Lua module. There are a few minor changes from the behaviour of the original...

Click to read more »
Module:Sandbox/Mathglot/Xreadership/doc
Selasa, 2025-12-30 23:23:08

User:Mathglot/sandbox/Templates/xviews – the chart-generating template; also contains /doc excerpted for some sections above T334940 – all Graphs broken on Wikimedia...

Click to read more »
Module:Random/doc
Selasa, 2025-03-11 09:28:26

this function is partly taken from the Scribunto Lua reference manual, which is in turn based on the Lua 5.1 Reference Manual, available under the MIT License...

Click to read more »
Module:WikiProject banner/doc
Kamis, 2025-11-27 01:32:21

project banner if requested by defining |DOC=auto. This will also build suitable TemplateData. Other options: |DOC=custom will transclude the template's...

Click to read more »
Module:Multiformat/doc
Sabtu, 2026-05-23 11:02:37

multiple numbered arguments together in an output string. Syntax: Many typical Lua character sequences (i.e. \n) will insert the relevant character into the...

Click to read more »
Module:Year in various calendars/doc
Kamis, 2023-12-28 21:57:18

of the calendar's Wikipedia article. myCalendar:setYear( year + 10 ) -- Lua code linking the Gregorian calendar year to your calendar's year. box:addCalendar(...

Click to read more »
Module:Lua class
Senin, 2025-08-11 23:03:29

hashable so this is independent from _hash cls.hash() -- see https://docs.python.org/3/reference/datamodel.html#object.__hash__ if kwargs.__eq ==...

Click to read more »
Module:Jf-JSON
Kamis, 2016-12-08 10:48:33

Updated docs to add assert() call to the loadfile() line, just as good practice so that -- if there is a problem loading JSON.lua, the appropriate...

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

meant to be used directly from wiki pages, but rather to be used by other Lua modules. First of all, the library must be loaded, like this: local rfx =...

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

an output). ltable= param: A Boolean (true or false) specifiying if the Lua variable should be generated as an output. Default is false. I.e. false (no...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

https://github.com/9382/Dump/tree/main/LuaObfuscator, which in turn lifts a lot of code from https://github.com/stravant/LuaMinify. This module can be required...

Click to read more »
Module:Format link/doc
Kamis, 2025-09-18 14:37:16

documentation on usage of that template. To load this module from another Lua module, use the following code: local mFormatLink = require('Module:Format...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:Jf-JSON/sandbox
Minggu, 2018-02-18 02:54:37

Updated docs to add assert() call to the loadfile() line, just as good practice so that -- if there is a problem loading JSON.lua, the appropriate...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:Sports table/CricketTH/doc
Selasa, 2025-08-12 21:23:55

This style for Lua-based Module:Sports table is meant to build group and league tables for cricket competitions which use Net run rate as a ranking criteria...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:WikidataIB/doc
Minggu, 2025-12-21 03:30:35

function. This section is taken from Template:Infobox book/Wikidata/Sandbox/doc. {{Infobox book/Wikidata/Sandbox | suppressfields = | fetchwikidata = | name...

Click to read more »
Module:Signpost/index/2026/doc
Rabu, 2025-04-30 03:39:19

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:Sandbox/RexxS/ImageLegend
Selasa, 2016-05-17 00:03:11

language, otherwise it uses the provided ISO-639 language code ISO-639: https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html#wp1252447 Ranks...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:Autotaxobox/doc
Jumat, 2026-02-20 07:48:49

Module:Autotaxobox (talk · edit · hist · links · doc · subpages · sandbox · testcases) The purpose of this module is to provide support for the automated...

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

more likely to confuse than help those advanced-but-not-quite-fluent in Lua. For your convenience, the self operator : and . are interchangeable when...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

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

may notice when editing Val/units that it consists of two Lua string assignments, and Lua comments. Be careful. Questions or requests related to Val...

Click to read more »
Module:Signpost/index/2025/doc
Rabu, 2025-01-22 04:54:56

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:CallAssert/doc
Jumat, 2024-08-30 03:32:01

message. local callAssert = require('Module:CallAssert') local result1, result2, etc = callAssert(func, 'funcName', ...) callAssert calls func(...) and...

Click to read more »
Module:P703/doc
Jumat, 2026-01-23 01:15:35

Wikidata Property P703 - "found in taxon" Wikidata Data Access Wikibase Client Lua API This module is released under CC0 (Public Domain). Feel free to adapt...

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

This is a Lua table for one year of Signpost article data, used by Module:Signpost. These tables are filled out by a combination of Mr. Stradivarius's...

Click to read more »
Module:Sandbox/110521sgl
Jumat, 2023-06-09 04:03:30

Babel-N doesn't!) This is my first time using Lua, but it shouldn't be too hard, right? I think I'll call it "UserlessBabel" or something. ]]-- local...

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

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

Click to read more »
Module:Sandbox/Umarxon III
Jumat, 2023-10-27 08:51:50

language, otherwise it uses the provided ISO-639 language code ISO-639: https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html#wp1252447 Ranks...

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

Simply ignores invalid values and doesn't append them. error -- Raises a Lua error, effectively stopping the script unless handled with pcall. Should...

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

https://github.com/9382/Dump/tree/main/LuaObfusactor, which in turn has code borrowed from https://github.com/stravant/LuaMinify. --]] local print = mw and...

Click to read more »
Module:Category handler/doc
Jumat, 2025-06-20 01:06:33

reading for information about using the category handler module in other Lua modules, or for information on exporting this module to other wikis. For...

Click to read more »
Module:Timing/doc
Rabu, 2023-05-03 05:15:29

for performance tuning of Lua-functions, that is profiling of functions. Usually measuring the duration of function calls is part of a larger effort...

Click to read more »
Module:Coordinates
Senin, 2026-01-26 03:35:45

isInTitle(Display) and not page_title.isTalkPage and page_title.subpageText ~= 'doc' and page_title.subpageText ~= 'testcases' then args[10] = 'primary' end...

Click to read more »
Module:Wd/doc
Senin, 2025-10-20 21:45:41

the 2018 RFC. Instead, use Module:WikidataIB. The general structure of a call to this module is as follows. Note that the basic structure consists of positional...

Click to read more »
Module:Sports table/WL/doc
Kamis, 2025-10-16 01:30:01

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a win-loss format. Note that this module...

Click to read more »
Module:Coordinates/sandbox
Senin, 2026-01-12 03:40:02

isInTitle(Display) and not page_title.isTalkPage and page_title.subpageText ~= 'doc' and page_title.subpageText ~= 'testcases' then args[10] = 'primary' end...

Click to read more »
Module:External links/conf/Sports/doc
Selasa, 2025-05-13 12:40:01

Module "External links/conf/Sports/doc" contains configuration used by Module:External links There are a number of rows in the variable configured_claims...

Click to read more »
Module:Sports table/WDL/doc
Rabu, 2025-10-01 18:47:51

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a win-draw-loss format. Note that this module...

Click to read more »
Module:Clickable button/sandbox
Kamis, 2025-10-23 15:48:12

component](https://doc.wikimedia.org/codex/latest/components/demos/button.html) --- from the [Codex design system for Wikimedia](https://doc.wikimedia.org/codex/latest)...

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

match return match(thisPageLC, "/archive") == nil and match(thisPageLC, "/doc") == nil and match(thisPageLC, "/test") == nil end -- Builds the portal...

Click to read more »
Module:Sports table/College/doc
Rabu, 2023-05-10 17:44:44

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a win-loss format. Note that this module...

Click to read more »
Module:Sports table/Volleyball/doc
Rabu, 2023-05-10 17:45:07

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a volleyball format. Note that this module...

Click to read more »
Module:Sandbox/Innesw/Infobox Australian place-upgrade/doc
Rabu, 2025-10-08 14:11:39

place template (as of March 2024) transferred from template syntax to a Lua module, and then with a number of changes to its output. The original transfer...

Click to read more »
Module:Sports table/WL OT/doc
Sabtu, 2025-10-18 21:29:30

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a win-loss format decided either in regular...

Click to read more »
Module:EditAtWikidata/doc
Jumat, 2024-08-30 04:12:06

message is only displayed if a local_parameter is not supplied, i.e. when called from a template, it can be coded not to display the message when a local...

Click to read more »
Module:Sandbox/Trappist the monk/Emoji short name data make
Rabu, 2024-03-13 23:01:24

whole html <table>..</table> text to clipboard 6. paste into this module's doc page inside the <!-- --> comment markup 7 update version number and date...

Click to read more »
Module:Sports table/Baseball/doc
Jumat, 2023-11-03 23:58:21

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a win-loss format. Note that this module...

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

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

Click to read more »
Module:Sports table/WL OTL tiebreak/doc
Sabtu, 2025-10-18 22:03:48

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with a win-loss-overtime loss with an additional...

Click to read more »
Module:Sports table/Custom/doc
Minggu, 2026-04-26 20:23:37

This style for Lua-based Module:Sports table is meant to build group and league tables for competitions with various formats. Unlike other styles for...

Click to read more »
Module:Taxonbar/candidate/doc
Minggu, 2019-06-16 22:06:24

This template is designed to be called from {{Taxobox/core}} or a related template, and tracks pages which may be candidates for a {{Taxonbar}}. If no...

Click to read more »
Module:Sports table/Chess/doc
Rabu, 2023-05-10 17:45:03

This style for Lua-based Module:Sports table is meant to build group and league tables for chess round-robin competitions with a crosstable. Unlike the...

Click to read more »
Module:Wikidata table
Kamis, 2026-02-12 20:56:00

doc and args.doc=="no" then isdoc = false else isdoc = current_page:inNamespace(10) end if isdoc then args.qid = args.example return p.doc(args)...

Click to read more »
Module:Wikidata
Sabtu, 2023-03-04 11:35:36

-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...

Click to read more »
Module:Wikidata/sandbox
Sabtu, 2023-03-04 11:34:03

-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...

Click to read more »
Module:IPAddress/doc
Sabtu, 2024-10-19 09:19:46

module and call them directly. We return an object with 3 small stub functions to call the real ones so that the functions can be called from templates...

Click to read more »
Module:Highest archive number/doc
Jumat, 2024-08-30 04:39:22

make relatively few expensive function calls even for large numbers of archives. (The expensive function call is necessary to determine whether an individual...

Click to read more »
Module:Article history/doc
Jumat, 2024-08-30 03:17:53

the main module and the config module. This is technical documentation for Lua programmers who are looking to adapt this module for use on different wikis...

Click to read more »
Module:Buffer
Kamis, 2025-12-18 20:25:54

supplemented by the documentation page: https://en.wikipedia.org/wiki/Module:Buffer/doc Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License...

Click to read more »
Module:Gridiron color/doc
Jumat, 2026-04-24 00:24:32

year passed in template call or using |team= and |year= (if omitted from invoke, module will take values from the template call): {{#invoke:Gridiron color|test|team=team...

Click to read more »
Module:Autovirusbox/doc
Jumat, 2024-08-30 03:22:51

see that template's documentation for details and parameters. It can be called via {{Virusbox |...}}, or directly, in which case |direct=yes must be supplied...

Click to read more »
Module:File link/doc
Jumat, 2024-08-30 04:20:29

module should be called from a template, usually {{file link}}. Please see the template page for documentation. However, it can also be called using the syntax...

Click to read more »
Module:Archive list/doc
Jumat, 2024-08-30 03:15:41

this module might reach the expensive function call limit. On a page with no other templates that call expensive functions, this module should be able...

Click to read more »
Module:FeaturedTopicSum/doc
Jumat, 2024-08-30 04:19:08

good or featured. Each call to a new topic, using any of the functions in this module, will use three expensive parser function calls. This means that only...

Click to read more »
Module:Effective protection expiry/doc
Senin, 2026-05-04 23:22:08

expensive parser function call each time it is ran. It will not use any if Module:Effective protection level was already called. To load this module: local...

Click to read more »
Module:UserLinks
Minggu, 2024-09-01 00:20:30

given user. It can be used on -- -- its own or from a template. See the /doc page for more documentation. -- -----------------------------------...

Click to read more »
Module:ResolveEntityId/doc
Kamis, 2022-06-16 20:43:23

have the requisite language sitelink, a nil value is returned. Example calls within a module might look like the following: The following will return...

Click to read more »
Module:Hatnote list/doc
Rabu, 2025-06-18 00:16:11

list|forSee|{{tl|For}}|Module:For|{{tl|About}}|Module:About}} POSTFIX}} → To call the module, use local mHatList = require('Module:Hatnote list') or similar...

Click to read more »
Module:Protection banner/doc
Kamis, 2026-02-05 22:33:38

using the code {{#invoke:Protection banner|main|small=yes}}. Pages which call this template will still be able to use other arguments, like action. However...

Click to read more »
Module:Sandbox/Tom.Reding/sandbox
Jumat, 2026-01-23 19:42:49

'{{%s*'..ty..'%s*}}', ty_eval ) return rtarget_ty_eval end function p.doc( frame ) local auto = frame.args[1] or '' local base = mw.title.getCurrentTitle()...

Click to read more »
Module:Box-header/doc
Senin, 2025-06-02 11:54:51

used elsewhere. {{#invoke:Box-header|boxHeader}} For use in templates; calls _boxHeader with the parameters passed to the template as arguments....

Click to read more »
Module:Lang-zh/doc
Kamis, 2026-05-07 16:39:25

be called directly from another module as well as a template. To do this first load the module local Zh = require("Module:Lang-zh")._Zh Then call it as...

Click to read more »
Module:Duration/doc
Jumat, 2024-08-30 04:10:53

Category:Duration without hAudio microformat (2,298). This template should normally be called through {{Duration}}, and used as {{#invoke:Duration|main|duration=duration}}...

Click to read more »
Module:Multiple image/doc
Kamis, 2026-01-01 07:08:16

Implements Template:Multiple image. Can be called directly with {{#invoke:Multiple image||template parameters}} to reduce article post-expand include size...

Click to read more »
Module:Cite/doc
Rabu, 2025-04-30 05:39:24

name of the template without the cite prefix; this is the #invoke: function call; case insensitive |<cs1 parameters> – are all of the parameters required...

Click to read more »
Module:Hatnote inline/doc
Selasa, 2025-09-09 17:50:26

Note: Could be merged into Module:Hatnote, if templates that invoke it called a particular function. This module produces hatnote-style notes ≠ self-references...

Click to read more »
Module:Cite tweet/doc
Sabtu, 2025-06-14 04:39:10

which cannot otherwise fit within the WP:PEIS limit, the module may be called directly as {{#invoke:Cite tweet|main|<normal arguments for cite tweet>}}:...

Click to read more »
Module:Protect/doc
Rabu, 2022-09-21 04:14:07

caught error messages. The resulting protectedFunc is a function, which calls the original function func, passing all arguments to it, and returns all...

Click to read more »
Module:Archive list alpha/doc
Jumat, 2024-08-30 03:15:53

this module might reach the expensive function call limit. On a page with no other templates that call expensive functions, this module should be able...

Click to read more »
Module:Template wrapper/doc
Senin, 2025-09-08 02:26:17

See also: {{#invoke:params|concat_and_call}} This module is to be used in wrapper templates to allow those templates to provide default parameter values...

Click to read more »
Module:OSM/doc
Kamis, 2022-12-22 11:05:30

simple. It's called Overpass API. Looking at raw data, is not very instructive either, so another tool was built around it, which is called Overpass Turbo...

Click to read more »
Module:Sandbox/Was a bee/tree
Selasa, 2017-10-24 02:36:41

generator, see http://lua-users.org/wiki/LuaCoroutinesVersusPythonGenerators for lua doc -- definition a function that when called several times will generate...

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

files. Warning: This module will use up to 4 expensive parser function calls each time it is ran. It should only be used if the exact effective protection...

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

-- * Repeat above for each heading listed at prepare_data(). -- * Output Lua source for the units table. -- -- -- Output has the following form. -- local...

Click to read more »
Module:GetParameters/doc
Jumat, 2024-08-30 04:33:33

place for defined parameters which could be important. As an example, the calls getParameters({"a", "b", "c"}, {"x", "y"}) and getParameters({x="a", y="b"...

Click to read more »
Module:UserLinks/sandbox
Jumat, 2025-11-28 19:06:27

given user. It can be used on -- -- its own or from a template. See the /doc page for more documentation. -- -----------------------------------...

Click to read more »
Module:Ancient Greek/doc
Jumat, 2024-08-30 03:13:24

transliteration module on Wiktionary, with minor modifications to make it callable through a template. {{#invoke:Ancient Greek|translit|οἷος}} hoîos The code...

Click to read more »
Module:Docbunto
Rabu, 2026-06-03 22:53:07

documentation generator for Scribunto modules. -- The module is based on LuaDoc and LDoc. It produces documentation in -- the form of MediaWiki markup...

Click to read more »
Module:Buffer/sandbox
Kamis, 2025-12-18 07:41:21

supplemented by the documentation page: https://en.wikipedia.org/wiki/Module:Buffer/doc Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License...

Click to read more »
Module:Canada NTS/doc
Jumat, 2024-08-30 03:32:35

name: Displays the name of the NTS map sheet. These two functions can be called from the same invoke. Optional parameters: lat=lat, where lat is a north...

Click to read more »
Module:BaseConvert/doc
Jumat, 2024-08-30 03:24:36

<sub>8</sub> when converting to octal. In wikimarkup, this module may be called with a function name ntom, e.g.: All options above are supported, excluding...

Click to read more »
Module:Complex date/doc
Rabu, 2024-11-13 09:50:26

lazy-loaded dependencies do not exist locally since none of the code that calls them ever ends up used on the English Wikipedia. Unless otherwise noted...

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

['NoPP'] = {'no-pp', 'nopp'}, ['NoTracking'] = {'no-tracking', 'template-doc-demo'}, ['Number'] = 'number', -- this case only for cite techreport...

Click to read more »
Module:Football squad/doc
Kamis, 2022-03-31 05:16:14

use this template first set up a new template for your squad, typically called something like Template:(team name) squad. Templates useful for formatting...

Click to read more »
Module:Location map/info/doc
Kamis, 2023-12-28 21:27:13

automatically used as documentation for map data modules and should not normally be called manually. The {{Location map}} family of templates uses the value assigned...

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

is defined for a particular competition, any absent years in the templace call are ignored (instead, the absences defined in the data module are used)....

Click to read more »
Module:Pagetype/doc
Rabu, 2025-08-06 01:47:10

You can use the page parameter to make the module act as though it was called from that page. {{#invoke:pagetype|main|page=page name}} Examples It is...

Click to read more »
Module:Check for deprecated parameters/doc
Minggu, 2025-12-28 10:36:58

use |ignoreblank=1. If you clean your arguments with Module:Arguments and call this module afterwards, you need not use this parameter as that module ignores...

Click to read more »
Module:Category series navigation
Selasa, 2025-12-09 01:35:27

and not string.match(currtitle.text, 'Category series navigation.*/doc') and not string.match(currtitle.text, 'Category series navigation.*/sandbox')...

Click to read more »
Module:WPSHIPS utilities/doc
Sabtu, 2024-08-31 04:48:15

templates and modules should not transclude this template, instead they should call the module directly. Wikipedia pages should not transclude this template...

Click to read more »
Module:Cite IUCN
Rabu, 2026-05-13 01:51:09

{{cite iucn}} template for substing automatic substing by User:AnomieBOT/docs/TemplateSubster ]] local function make_cite_iucn (frame) local args_t...

Click to read more »
Module:Sandbox/Favonide
Jumat, 2025-03-28 21:50:27

the {{#coordinates:}} parser function must also be called, this is done automatically in the Lua version of {{coord}}. ]] coordinates.coord = makeInvokeFunc('_coord')...

Click to read more »
Module:Wikitext Parsing/doc
Senin, 2025-10-13 17:48:09

nowiki tags or similar content reliably. This module is designed to be called by other modules, and does not support invoking. PrepareText(text, keepComments)...

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

['NoPP'] = {'no-pp', 'nopp'}, ['NoTracking'] = {'no-tracking', 'template-doc-demo'}, ['Number'] = 'number', -- this case only for cite techreport...

Click to read more »
Module:Interlinear
Jumat, 2024-09-06 16:54:50

GlossAbbrPattern = "^([Ø0-9A-Z]+)$", -- this isn't a full regex, but a Lua pattern -- NOTE: The following characters must be formatted for use in a...

Click to read more »
Module:Wikidata table/sandbox
Jumat, 2025-12-19 15:54:15

doc and args.doc=="no" then isdoc = false else isdoc = current_page:inNamespace(10) end if isdoc then args.qid = args.example return p.doc(args)...

Click to read more »
Module:Coordinates/sandbox2
Selasa, 2023-05-02 13:56:45

-- doc, testcases and talkpages should not be 'primary' if isInTitle(Display) and not page_title.isTalkPage and page_title.subpageText ~= 'doc' and...

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

Overview (Wikidata check) Lua error: too many expensive function calls....

Click to read more »
Module:Category series navigation/sandbox
Kamis, 2025-12-04 03:48:08

and not string.match(currtitle.text, 'Category series navigation.*/doc') and not string.match(currtitle.text, 'Category series navigation.*/sandbox')...

Click to read more »
Module:Titled coords/doc
Minggu, 2025-03-09 10:33:48

Pages should not call this module directly but rather use {{Titled_coords}} as it supports both named and unnamed parameters. The template also extracts...

Click to read more »
Module:RoundN/doc
Jumat, 2024-06-07 05:30:34

This Lua module is used on approximately 13,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages...

Click to read more »
Module:Interlinear/sandbox
Rabu, 2026-01-07 06:23:33

GlossAbbrPattern = "^([Ø0-9A-Z]+)$", -- this isn't a full regex, but a Lua pattern -- NOTE: The following characters must be formatted for use in a...

Click to read more »
Module:If in category/doc
Jumat, 2025-07-11 04:40:24

This Lua module is used on approximately 178,000 pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox...

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

change any of the following default expansions, see [[Template:Interlinear/doc#Custom abbreviations|the template's documentation]]:</p>") end for _...

Click to read more »
Module:Cite IUCN/sandbox
Jumat, 2025-11-14 23:12:07

{{cite iucn}} template for substing automatic substing by User:AnomieBOT/docs/TemplateSubster ]] local function make_cite_iucn (frame) local args_t...

Click to read more »
Module:Wikidata/sandbox2
Jumat, 2022-10-21 17:02:01

-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...

Click to read more »
Module:Wikidata/sandbox3
Jumat, 2022-10-21 17:01:14

-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...

Click to read more »
Module:Music chart/sandbox
Senin, 2026-03-16 03:14:37

chart.defunct and 'style="background:#ffebee;" ' or "" local docNote = chart.doc_note or "" -- Helper to build row start with country cell ...

Click to read more »
Module:Political party/T/doc
Rabu, 2023-12-27 23:03:21

This Lua module is used on approximately 14,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages...

Click to read more »
Module:Political party/R/doc
Rabu, 2023-12-27 23:03:18

This Lua module is used on approximately 57,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages...

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

GlossAbbrPattern = "^([Ø0-9A-Z]+)$", -- this isn't a full regex, but a Lua pattern -- NOTE: The following characters must be formatted for use in...

Click to read more »
Module:Political party/S/doc
Rabu, 2023-12-27 23:03:19

This Lua module is used on approximately 37,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages...

Click to read more »
Module:Political party/C/doc
Minggu, 2022-11-27 06:05:13

This Lua module is used on approximately 47,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages...

Click to read more »
Module:Political party/N/doc
Rabu, 2023-12-27 23:03:12

This Lua module is used on approximately 38,000 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages...

Click to read more »
Module:Music chart
Rabu, 2026-03-18 20:33:14

chart.defunct and 'style="background:#ffebee;" ' or "" local docNote = chart.doc_note or "" -- Helper to build row start with country cell ...

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

uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases'}; -- list of Lua patterns found in page names of pages we should not categorize ...

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

{'/[Ss]andbox', '/[Tt]estcases', '/[^/]*[Ll]og', '/[Aa]rchive'}; -- list of Lua patterns found in page names of pages we should not categorize ...

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

uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases'}; -- list of Lua patterns found in page names of pages we should not categorize ...

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

dramatic events that came to light last week, two English Wikipedia volunteers—Doc James (James Heilman) and Wrh2 (Ryan Holliday)—are being sued in the Los...

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

['NameListFormat'] = 'name-list-format', ['NoTracking'] = {'template-doc-demo', 'template doc demo', 'no-cat', 'nocat', 'no-tracking', 'notracking'}, ['PostScript']...

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

{'/[Ss]andbox', '/[Tt]estcases', '/[^/]*[Ll]og', '/[Aa]rchive'}; -- list of Lua patterns found in page names of pages we should not categorize ...

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

checking in this doc, so we'll just copy the static CS1 tables. No release version can reallocate large tables on every call. ]] local citelegal_basic_args...

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

>-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in...

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

>-------------------------------------- each of these counts against the Lua upvalue limit ]] local parameters; -- functions in...

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

fetchLanguageNames() can be found at Template:Citation Style documentation/language/doc Names that are included in the list will be found if that name is provided...

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

>-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in...

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

fetchLanguageNames() can be found at Template:Citation Style documentation/language/doc Names that are included in the list will be found if that name is provided...

Click to read more »
Module:Sandbox/trappist the monk/airports convert/data
Senin, 2023-06-26 22:11:20

{'Europe','United Kingdom','LKZ','','','Brandon'}, {'Europe','United Kingdom','DOC','','','Dornoch'}, {'Europe','United Kingdom','FFD','EGVA','','Fairford'}...

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

fetchLanguageNames() can be found at Template:Citation Style documentation/language/doc Names that are included in the list will be found if that name is provided...

Click to read more »