Redirect to:
This page is a redirect. The following categories are used to track and monitor this redirect:
|
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 »...
Click to read more »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 »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 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 »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 »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 »--[[ Lua module for generating wikitext documentation from LuaDoc comments. This module parses LuaDoc-style comments from Lua modules and generates...
Click to read more »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 »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 »formatMessage(i18nDataset, 'edit_doc', {link(dataset)}) end function p.getTemplateData(dataset) -- TODO: add '_' parameter once lua starts reindexing properly...
Click to read more »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 »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 »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 »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 »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 »title, docTitle = docTitle, luaAutodoc = env.luaAutodoc, subjectSpace = env.subjectSpace, -- View, display, edit, and purge links if /doc exists...
Click to read more »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 »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 »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 »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 »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 »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 »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 »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 »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 »This is the Lua module called by {{csdcheck}}. Please see the main template page for documentation....
Click to read more »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 »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 »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 »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 »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 »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 »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 »Lua error in Module:Sandbox/Gitgit123hub/test at line 3: attempt to call field 'tmpname' (a nil value)....
Click to read more »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 »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 »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 »|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 »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 »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 »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 »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 »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 »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 »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 »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 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:Automated taxobox (talk · edit · hist · links · doc · subpages · sandbox · testcases) This module provides the functionality of various automated...
Click to read more »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 »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 »{{redirect}} or {{redirect2}} templates instead. To use this module from Lua, first load the module. local mRedirectHatnote = require('Module:Redirect...
Click to read more »This module exports the parser function, which can be used from within Lua to fetch an entry from the appropriate string module. See the comment for the...
Click to read more »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 »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 »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 »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 »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 »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 »{{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 »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 »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 »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 »stored in four distinct JSON pages, allowing easy maintenance without editing Lua code. Helpers for individual charts: Module:Music chart/chartdata-canada...
Click to read more »php?title=" .. name .. "&action=edit&editintro=Module:Sandbox/54nd60x/test/doc" -- `..` concatenates strings. This will return a customized --...
Click to read more »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 »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 »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 »need To import/copy the 9 (sub)modules etc. listed on Module:Citation/CS1/doc One or more of the templates listed on Help:Citation_Style_1#Templates Modify...
Click to read more »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 »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 »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 »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 »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 »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 »can use {{Location map/doc/infobox parameters}} (which is displayed below). If any default values are modified in the #invoke calls, add them as parameters...
Click to read more »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 »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 »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 »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 »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 »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 »the resulting pollution. If you don't, the module will give this error: Lua error in Module:ArgRest at line 8: <nowiki> tags missing from first parameter...
Click to read more »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »function. This section is taken from Template:Infobox book/Wikidata/Sandbox/doc. {{Infobox book/Wikidata/Sandbox | suppressfields = | fetchwikidata = | name...
Click to read more »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 »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 »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 »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 »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 »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 »message. local callAssert = require('Module:CallAssert') local result1, result2, etc = callAssert(func, 'funcName', ...) callAssert calls func(...) and...
Click to read more »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 »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 "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 »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 »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 »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 »match return match(thisPageLC, "/archive") == nil and match(thisPageLC, "/doc") == nil and match(thisPageLC, "/test") == nil end -- Builds the portal...
Click to read more »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 »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 »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »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 »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 »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 »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 »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 »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 »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 »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 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 »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 »-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...
Click to read more »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 »-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...
Click to read more »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 »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 »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 »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 »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 »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 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 »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 »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 »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 »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 »Category:Duration without hAudio microformat (2,285). This template should normally be called through {{Duration}}, and used as {{#invoke:Duration|main|duration=duration}}...
Click to read more »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 »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 »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 »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 »category if the template invocation has been -- copied directly from the docs, or if we aren't in main- or category-space. if not v:find('^REDIRECT%d*$')...
Click to read more »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 »given user. It can be used on -- -- its own or from a template. See the /doc page for more documentation. -- -----------------------------------...
Click to read more »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 »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 »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 »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 »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 »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 »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 »'{{%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 »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 »<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 »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 »given user. It can be used on -- -- its own or from a template. See the /doc page for more documentation. -- -----------------------------------...
Click to read more »wrapper parameter, set to any value, will cause the module to render the call to the working template without actually calling the working template. As...
Click to read more »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 »-- * 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 »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 »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 »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 »category if the template invocation has been -- copied directly from the docs, or if we aren't in main- or category-space. if not v:find('^REDIRECT%d*$')...
Click to read more »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 »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 »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 »['NoPP'] = {'no-pp', 'nopp'}, ['NoTracking'] = {'no-tracking', 'template-doc-demo'}, ['Number'] = 'number', -- this case only for cite techreport...
Click to read more »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 »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 »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »{{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 »Overview (Wikidata check) Lua error: too many expensive function calls....
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »['NoPP'] = {'no-pp', 'nopp'}, ['NoTracking'] = {'no-tracking', 'template-doc-demo'}, ['Number'] = 'number', -- this case only for cite techreport...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »and not string.match(currtitle.text, 'Category series navigation.*/doc') and not string.match(currtitle.text, 'Category series navigation.*/sandbox')...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »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 »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »-- 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 »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »the letter "O" with two dots above it. The two dots are a diacritic mark called an umlaut. This party should be placed on the /1 subpage. Within each data...
Click to read more »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 »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 »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 »This Lua module is used on approximately 164,000 pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox...
Click to read more »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 »and not string.match(currtitle.text, 'Category series navigation.*/doc') and not string.match(currtitle.text, 'Category series navigation.*/sandbox')...
Click to read more »{{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 »change any of the following default expansions, see [[Template:Interlinear/doc#Custom abbreviations|the template's documentation]]:</p>") end for _...
Click to read more »-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...
Click to read more »-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false -----------------------------------------------------...
Click to read more »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 »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 »uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases'}; -- list of Lua patterns found in page names of pages we should not categorize ...
Click to read more »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 »{'/[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 »uncategorized_subpages = {'/[Ss]andbox', '/[Tt]estcases'}; -- list of Lua patterns found in page names of pages we should not categorize ...
Click to read more »['NameListFormat'] = 'name-list-format', ['NoTracking'] = {'template-doc-demo', 'template doc demo', 'no-cat', 'nocat', 'no-tracking', 'notracking'}, ['PostScript']...
Click to read more »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 »{'/[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 »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 »>-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in...
Click to read more »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 »>-------------------------------------- each of these counts against the Lua upvalue limit ]] local parameters; -- functions in...
Click to read more »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 »>-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in...
Click to read more »{'Europe','United Kingdom','LKZ','','','Brandon'}, {'Europe','United Kingdom','DOC','','','Dornoch'}, {'Europe','United Kingdom','FFD','EGVA','','Fairford'}...
Click to read more »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 »