Search Results: Module:Lua banner/doc

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


Module:Lua banner
Rabu, 2026-02-25 10:49:45

-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools =...

Click to read more »
Module:Sports color/doc
Rabu, 2020-11-25 10:01:58

Kamalian ng Lua na sa package.lua na nasa linyang 80: module 'Module:Sports color/baseball' not found. Kamalian ng Lua na sa package.lua na nasa linyang...

Click to read more »
Module:Based on
Sabtu, 2019-05-18 11:13:29

local p = {} function p.lua_main(frame) local s = frame.args[1] if frame.args[3] then local args = {} for i, v in ipairs(frame.args) do ...

Click to read more »
Module:ISO 639 name/doc
Selasa, 2020-09-29 13:39:58

{{#invoke:ISO 639 name|iso_639_name_exists|french}} → Kamalian ng Lua na sa package.lua na nasa linyang 80: module 'Module:Language/data/ISO 639 name to...

Click to read more »
Module:SimpleDebug/doc
Minggu, 2020-06-07 03:32:31

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:ISO 3166/data/AO
Kamis, 2019-05-16 08:44:40

{name="Huíla"}, ["LNO"] = {name="Lunda Norte"}, ["LSU"] = {name="Lunda Sul"}, ["LUA"] = {name="Luanda"}, ["MAL"] = {name="Malanje",isoname="Malange"}, ["MOX"]...

Click to read more »
Module:String
Rabu, 2026-02-11 16:21:07

error. For information on constructing Lua patterns, a form of [regular expression], see: * http://www.lua.org/manual/5.1/manual.html#5.4.1 * http://www...

Click to read more »
Module:JSON
Minggu, 2014-07-06 21:48:09

decoding in pure Lua. -- http://www.json.org/ -- -- -- JSON = (loadfile "JSON.lua")() -- one-time load of the routines -- -- local lua_value =...

Click to read more »
Module:Arguments
Senin, 2017-04-17 11:18:03

arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil...

Click to read more »
Module:Citation/CS1/Suggestions/sandbox
Senin, 2019-11-11 23:23:24

----------------------- Here we use Lua patterns to make suggestions. The form is ['pattern'] = 'correct', Lua patterns are not regex though they are...

Click to read more »
Module:Category handler/blacklist
Jumat, 2014-10-24 08:54:49

contains the blacklist used by [[Module:Category handler]]. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is...

Click to read more »
Module:CountryData
Minggu, 2025-02-16 16:38:03

country,params) --Returns the parameters of a country data template as a Lua table --If not a valid data template, return empty table local bool,...

Click to read more »
Module:Uses TemplateStyles/config
Selasa, 2025-02-18 18:37:44

extendedconfirmed = 2, templateeditor = 3, sysop = 4 } -- Padlock pattern: Lua pattern to search on protected stylesheets for, or nil -- to disable padlock...

Click to read more »
Module:Redirect
Minggu, 2024-04-28 19:35:27

the luaMain function from wikitext. function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {frameOnly = true}) return p.luaMain(args[1]...

Click to read more »
Module:Error
Rabu, 2019-07-24 05:52:17

if the message parameter is present but blank, change it to nil so that Lua will -- consider it false. if args.message == "" then args...

Click to read more »
Module:Flaglist
Sabtu, 2021-02-06 02:32:38

specified image size local p = {} function p.luawidth(size) --For use within Lua local w if string.find(size,"^%d+x%d+px$") then -- width and height (eg...

Click to read more »
Module:For
Senin, 2020-06-08 09:40:32

{{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments')...

Click to read more »
Module:Wikidata2/doc
Kamis, 2016-06-30 19:46:47

and Padron:P qualifiers. Set to "inverted" for chronological order. From a Lua module, you can also define your own sorting criteria. showsource = set to...

Click to read more »
Module:Sortkey
Rabu, 2019-02-27 22:46:23

if num is a valid number. -- In Scribunto (different from some standard Lua), when expressed as a string, -- overflow or other problems are indicated...

Click to read more »
Module:Message box/doc
Minggu, 2022-08-07 16:38:46

{{ombox}}, at {{tmbox}}. Ginawa ito upang gamitin lang sa ibang mga module ng Lua, at hindi para gamitin nang direkta sa mga pahina ng wiki. Kung gusto niyong...

Click to read more »
Module:DecodeEncode
Jumat, 2023-04-21 08:48:51

charset ) else -- use default: chartset = '<>&"\' ' (outer quotes = lua required; space = NBSP) ret = mw.text.encode( s ) end return ret end...

Click to read more »
Module:Documentation/config
Rabu, 2022-11-09 08:11:56

= 'Baka gusto mong $1 ng pahina ng dokumentasyon para sa [[:en:Wikipedia:Lua|Scribunto module]] na ito.' -------------------------------------------...

Click to read more »
Module:Convert/documentation/conversion data/introduction
Sabtu, 2023-11-25 12:21:15

(makeunits). The script extracts information from the wikitext, and outputs the Lua source that defines the table of units; that source can be manually copied...

Click to read more »
Module:Convert/documentation/conversion data
Sabtu, 2023-11-25 12:47:34

(makeunits). The script extracts information from the wikitext, and outputs the Lua source that defines the table of units; that source can be manually copied...

Click to read more »
Module:Citation/CS1/COinS/sandbox
Senin, 2019-11-11 23:21:37

replace strings as patterns, not literal strings. ]] local function escape_lua_magic_chars (argument) argument = argument:gsub("%%", "%%%%"); ...

Click to read more »
Module:Citation/CS1/Suggestions
Rabu, 2026-02-11 21:16:29

---------------------- Here we use Lua patterns to make suggestions. The form is ['pattern'] = 'correct', Lua patterns are not REGEX though they are...

Click to read more »
Module:TNT
Minggu, 2025-12-28 01:06:09

id, params, lang) end -- Identical to p.msg() above, but used from other lua modules -- Parameters: name of dataset, message key, optional arguments...

Click to read more »
Module:Sports results/doc
Kamis, 2021-11-25 18:36:33

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:Citation/CS1/COinS
Rabu, 2026-02-11 21:13:17

replace strings as patterns, not literal strings. ]] local function escape_lua_magic_chars (argument) argument = argument:gsub("%%", "%%%%"); ...

Click to read more »
Module:Formatnum
Kamis, 2016-06-30 20:18:56

decimal digits for languages not supported by mw.language:formatNum() in core Lua libraries for MediaWiki ["ml-old"] = { '൦', '൧', '൨', '൩', '൪', '൫',...

Click to read more »
Module:Footnotes/anchor id list/data
Minggu, 2024-06-16 22:26:19

because vcite is not cs1. ]] local cs1_template_patterns = { -- lua patterns of the cannonical names and redirects '[Cc]ite ar[Xx]iv', ...

Click to read more »
Module:Gallery
Jumat, 2021-05-07 09:49:20

previous -- behavior of {{gallery}}, change any empty arguments to nil, so Lua will consider -- them false too. local args = {} tracking, preview...

Click to read more »
Module:I18n/ordinal
Kamis, 2016-06-30 20:16:51

"superscript" to true. Scheme set was developed to match the output of the pre-Lua {{Ordinal}} template, preserved as {{Ordinal/old}} ]] p.Scheme = { -- the...

Click to read more »
Module:ParameterCount
Sabtu, 2016-03-26 13:25:33

-- Users can specify a list of parameters to check, and a list of Lua -- Ustring patterns to check each parameter against. main = function (frame)...

Click to read more »
Module:Subject bar
Sabtu, 2024-04-06 14:37:24

are -- being passed directly in from the debug console or from another Lua module. local args = getArgs(frame) return p._main(args) end return...

Click to read more »
Module:Submit an edit request
Rabu, 2019-03-06 18:23:19

protectionLevels[level][field] end local function resolveRedirect(page) return mRedirect.luaMain(page) end local function isProtected(page) local action = mw.title...

Click to read more »
Module:Lang/sandbox
Kamis, 2025-04-17 10:14:29

--[=[ Lua support for the {{lang}}, {{langx}}, {{lang-??}}, and {{transliteration}} templates and replacement of various supporting templates. ]=]...

Click to read more »
Module:Lang
Kamis, 2025-04-24 10:21:33

--[=[ Lua support for the {{lang}}, {{langx}}, {{lang-??}}, and {{transliteration}} templates and replacement of various supporting templates. ]=]...

Click to read more »
Module:Clickable button 2
Rabu, 2019-10-23 17:52:00

wrappers = 'Template:Clickable button 2' }) return p.luaMain(args) end function p.luaMain(args) if not args[1] and not args.url then return ''...

Click to read more »
Module:TableTools
Kamis, 2024-11-07 20:06:56

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

Click to read more »
Module:Coordinates
Rabu, 2025-12-03 08:39:47

convert_dms2dec(direction, degrees, minutes, seconds) end --[[ coord Main entry point for Lua function to replace {{coord}} Usage: {{#invoke:Coordinates | coord }} ...

Click to read more »
Module:Citation/CS1
Rabu, 2026-02-11 21:03:57

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

Click to read more »
Module:Jcttop/core
Sabtu, 2019-06-15 04:31:05

generate a hatnote and header row. -- This function is accessible from other Lua modules. return hatnote(args) .. header(args) end function p.jcttop(frame)...

Click to read more »
Module:Footnotes/anchor id list
Minggu, 2024-06-16 22:24:53

'invent#', 'invent-#', } local alias_patterns_date = { -- normal lua patterns for most cs1|2-like templates '|%s*year%s*=%s*', '|%s*date%s*=%s*'...

Click to read more »
Module:Unsubst
Selasa, 2023-05-16 23:43:34

defined in the -- BODY_PARAM variable. This function can be called from Lua or from -- #invoke. -- Return the template body if we aren't substing...

Click to read more »
Module:Roman
Selasa, 2023-11-07 17:16:14

are being passed directly in from the debug console -- or from another Lua module. local origArgs if frame == mw.getCurrentFrame() then ...

Click to read more »
Module:Language/data/ISO 639-3 (dep)
Selasa, 2020-09-29 13:49:42

["ppa"] = {"Pao"}, ["ppr"] = {"Piru"}, ["ppv"] = {"Papavô"}, ["prb"] = {"Lua'"}, ["prv"] = {"Provençal"}, ["pry"] = {"Pray 3"}, ["puk"] = {"Pu Ko"}...

Click to read more »
Module:Math
Selasa, 2024-07-02 01:01:34

functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments...

Click to read more »
Module:Category handler
Kamis, 2014-12-18 09:31:43

-- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace...

Click to read more »
Module:Coordinates/sandbox
Rabu, 2026-01-07 09:53:49

convert_dms2dec(direction, degrees, minutes, seconds) end --[[ coord Main entry point for Lua function to replace {{coord}} Usage: {{#invoke:Coordinates | coord }} ...

Click to read more »
Module:High-use
Rabu, 2022-11-30 12:11:18

used_on_text = "'''Ang " .. (mw.title.getCurrentTitle().namespace == 828 and "Lua module" or "padron") .. ' na ito ay ginagamit '; if systemMessages then...

Click to read more »
Module:Biota infobox
Rabu, 2026-01-07 09:54:59

require('strict') -- All Lua modules on Wikipedia must begin by defining a variable that will hold their -- externally accessible functions. They can...

Click to read more »
Module:Citation/CS1/Configuration/sandbox
Senin, 2019-11-18 22:49:23

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:Namespace detect
Kamis, 2014-05-15 15:06:52

-- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases...

Click to read more »
Module:DateI18n
Kamis, 2019-09-05 02:24:13

dFormat:gsub('F"pi"', 'F'); end -- Lua only date formating using {{#time}} parser function (new) -- prefered call which gives "Lua error: too many language codes...

Click to read more »
Module:Language/data/ISO 639-2
Rabu, 2025-12-03 15:35:02

["loz"] = {"Lozi"}, ["ltz"] = {"Luxemburguesa", "Letzeburgesch"}, ["lua"] = {"Luba-Lulua"}, ["lub"] = {"Luba-Katanga"}, ["lug"] = {"Ganda"}, ["lui"]...

Click to read more »
Module:Hatnote
Kamis, 2025-04-24 12:40:29

{{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules. -- -------------------------...

Click to read more »
Module:Convert/doc
Sabtu, 2023-11-25 12:23:44

definitions Module:Convert/makeunits – translates wikitext from the master list to Lua Module talk:Convert/makeunits – makeunits results; copy the text to Module:Convert/data...

Click to read more »
Module:Road data/util
Sabtu, 2019-06-15 03:13:18

blank) -- Import math functions. local math = require "Module:Math" -- In Lua, storing functions locally results in more efficient execution. -- This...

Click to read more »
Module:String2
Rabu, 2022-08-10 18:09:20

|plain=true/false -- if plain is false/no/0 then separator is treated as a Lua pattern - defaults to plain=true p.split = function(frame) local args =...

Click to read more »
Module:Portal-inline
Kamis, 2020-09-10 13:52:48

are being passed directly in from the debug console -- or from another Lua module. local origArgs if type(frame.getParent) == 'function' then ...

Click to read more »
Module:Graphical timeline
Selasa, 2024-04-23 00:46:41

-- Returns -- if s is empty, turn back into nil (considered false by Lua) local function ignoreBlank(s) if s == "" then return nil end return...

Click to read more »
Module:Portal
Kamis, 2020-09-10 13:46:59

--[==[ This module is a Lua implementation of the old {{Portal}} template. As of February 2019 it is used on nearly 7,900,000 articles. -- Please take...

Click to read more »
Module:Flagg
Sabtu, 2021-02-06 02:37:57

return nil end }) --Call main function return p.luaMain(frame,args) end function p.luaMain(frame,args) local function emp2nil(x) if x==""...

Click to read more »
Module:Iucn
Selasa, 2019-10-01 05:11:48

function to replace iucn templates test template: Template:IUCN/sandbox/lua usage: {{#invoke:iucn|main}} --]] function p.main(frame) local templateArgs...

Click to read more »
Module:Citation/CS1/Configuration
Rabu, 2026-02-25 10:55:13

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

Click to read more »
Module:Citation/CS1/sandbox
Senin, 2019-11-11 23:12:52

be non-nil. -- We build things this way because it is more efficient in LUA -- not to keep reassigning to the same string variable over and over. ...

Click to read more »
Module:Infobox military conflict
Selasa, 2023-06-27 15:11:47

place or '{&#123;{place}&#125;}') -- hack so that people who don't know Lua know that this parameter is required :done() if self.args.coordinates...

Click to read more »
Module:Ordnance Survey coordinates
Kamis, 2023-11-23 12:55:10

-- Lat Long functions in Lua -- Ported to Lua from PHP by Wikipedia User Hike395, 18 Aug 2019 -- found by RWH at http://www.megalithia.com/search/llfuncshighlight...

Click to read more »
Module:Annotated link
Kamis, 2024-10-10 06:55:33

of {{tl|<template name>}}; -- unescape name to make sense of braces in lua patern matching. name = unescape(name) if name:match('^{%b{}}$') then...

Click to read more »
Module:Icon/data
Senin, 2025-08-25 08:28:53

tooltip = "Million Award", link = true, }, module = { image = "Lua-logo-nolabel.svg", tooltip = "Module", link = false, }, vital = { ...

Click to read more »
Module:Documentation
Sabtu, 2025-08-02 18:54:52

--> -- 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].' --]=] local docTitle = env.docTitle if not docTitle...

Click to read more »
Module:Buffer
Jumat, 2022-09-16 07:45:55

coincidental. Furthermore, many methods will not work when compiled by standard Lua libraries as they depend on behaviors unique to the MediaMiki Scribunto mod...

Click to read more »
Module:Footnotes
Minggu, 2024-06-16 22:29:41

uri:gsub ("([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1" ); -- save a copy with lua pattern characters escaped uri = uri:gsub ("[!#%$&'%(%)%*%+,/:;=%?@%[%]%...

Click to read more »
Module:Sports table
Rabu, 2026-01-07 09:52:59

the second for position lookup in sub-tables -- This is possible because Lua allows both numbers and strings as indices. team_list[N_teams] = Args['team'...

Click to read more »
Module:Autotaxobox
Sabtu, 2025-12-27 16:11:31

'[[Template:Taxonomy/' .. taxon .. ']]' --error indicator in code before conversion to Lua end return ok, info end --[[============================ taxonLink...

Click to read more »
Module:Sports results
Rabu, 2026-01-07 09:53:09

the second for position lookup in sub-tables -- This is possible because Lua allows both numbers and strings as indices. team_list[N_teams] = Args['team'...

Click to read more »
Module:Wd
Senin, 2025-09-01 01:46:43

commandName) end p[commandName] = wikitextWrapper local function luaWrapper(args) args = copyTable(args) args.pointer = 1 loadI18n(aliasesP)...

Click to read more »
Module:Navbox
Kamis, 2025-02-20 07:38:27

return '' end -- get templatestyles. load base from config so that Lua only needs to do -- the work once of parser tag expansion local base_templatestyles...

Click to read more »
Module:I18n/date
Kamis, 2019-09-05 02:21:28

zero-padded. Original set was developed to match the output of the pre-Lua {{date}} template, preserved as {{date/old}} ]] p.DateFormat = { -- day/month/year...

Click to read more »
Module:Attached KML
Rabu, 2019-08-21 18:55:07

cleanArgs end function safeReplace(string, pattern, replacement) -- avoids "Lua error: invalid capture index" that occurs with string.gsub when the replacement...

Click to read more »
Module:Wikidata2
Kamis, 2016-06-30 20:47:31

datamodel, see https://www.mediawiki.org/wiki/Extension:Wikibase_Client/Lua local p = {} local linguistic = require('Module:Linguistic') --local formatDate...

Click to read more »
Module:Transcluder
Kamis, 2025-05-08 10:35:13

end -- args from Lua calls have priority over parent args from template return args end -- Error handling function -- Throws a Lua error or returns...

Click to read more »
Module:Internet Archive
Kamis, 2020-06-18 21:09:53

"&", "%%26") end return str end --- URL-encode a string --- http://lua-users.org/wiki/StringRecipes --- function p.ia_url_encode(str) if (str)...

Click to read more »
Module:Jctint/core
Sabtu, 2019-06-15 04:21:08

end --- -- Returns a row in the junction list. -- Accessible from other Lua modules function p._jctint(args) jspan = args.jspan or 1 -- Global row span...

Click to read more »
Module:Wikidata
Rabu, 2026-01-07 09:52:49

nothing Ranks: https://www.mediawiki.org/wiki/Extension:Wikibase_Client/Lua ]] p.getImageLegend = function(frame) -- look for named parameter id; if...

Click to read more »
Module:Cite iucn
Rabu, 2026-01-07 09:58:29

This adapted from Module:Citation/CS1/Configuration This table provides Lua patterns for the phrase "et al" and variants in a name. ]=] local et_al_patterns...

Click to read more »
Module:Navbox/sandbox
Minggu, 2025-03-02 13:05:53

return '' end -- get templatestyles. load base from config so that Lua only needs to do -- the work once of parser tag expansion local base_templatestyles...

Click to read more »
Module:Navseasoncats
Rabu, 2022-01-19 22:39:08

0 if 0-length found (to == '0-length') --ghetto "continue" (thx Lua) to avoid expensive searches for "UK MPs 1974-1974", etc. then ...

Click to read more »
Module:Convert/makeunits
Sabtu, 2023-11-25 11:52:49

-- * 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:Sister project links
Rabu, 2026-01-07 09:57:49

{frameOnly=false,parentOnly=false,parentFirst=false}) return p._main(args) end -- Lua entry point for generate one sister link function p._sisterlink(args) ...

Click to read more »
Module:Protection banner/config
Rabu, 2025-12-03 09:39:33

Functions -- -- For advanced users, it is possible to use Lua functions instead of strings -- in the banner config tables. Using functions...

Click to read more »
Module:Harvc
Minggu, 2025-08-17 09:22:22

args['in'] or pframe.args.in1 or ''; -- source editor surnames; 'in' is a Lua reserved keyword args.in2 = pframe.args.in2 or ''; args.in3 = pframe.args...

Click to read more »
Module:Webarchive
Rabu, 2020-03-11 15:53:43

--[[ ---------------------------------- Lua module implementing the {{webarchive}} template. A merger of the functionality of three templates:...

Click to read more »
Module:WPSHIPS utilities
Rabu, 2026-01-07 09:56:09

escaped_name = pframe.args[2]:gsub("([%(%)%.%-])", "%%%1"); -- escape some of the Lua magic characters if pframe.args[2] == article_title or -- is name...

Click to read more »
Module:Infobox television/doc
Senin, 2021-12-27 09:59:01

Ang Lua module na ito ay ginagamit ng maraming pahina at posibleng mapapansin agad ang mga pagbabago. Pakisubok muna ang mga balak na pagbabago sa subpahina...

Click to read more »
Module:Language/data/ISO 639-3
Rabu, 2025-12-03 15:35:54

["ltu"] = {"Latu"}, ["ltz"] = {"Letzeburgesch", "Luxembourgish"}, ["lua"] = {"Luba-Lulua"}, ["lub"] = {"Luba-Katanga"}, ["luc"] = {"Aringa"}, ...

Click to read more »
Module:Excerpt
Minggu, 2026-05-10 22:46:56

end end return nil end -- Helper function to get arguments -- args from Lua calls have priority over parent args from template function Excerpt.getArg(...

Click to read more »
Module:Taxonbar
Rabu, 2026-01-07 09:57:29

outString, errors = '', '' local iFroms = 0 --integer size of tFroms, b/c Lua local tFroms = {} --non-sequential table of unique froms local tCats =...

Click to read more »
Module:Cs1 documentation support/doc
Rabu, 2026-02-25 11:09:18

Ang Lua module na ito ay ginagamit ng nasa 250 pahina at posibleng mapapansin agad ang mga pagbabago. Pakisubok muna ang mga balak na pagbabago sa subpahina...

Click to read more »
Module:Country alias/doc
Senin, 2021-08-02 17:39:04

Ang Lua module na ito ay ginagamit ng nasa 49,000 pahina at posibleng mapapansin agad ang mga pagbabago. Pakisubok muna ang mga balak na pagbabago sa...

Click to read more »
Module:ConvertNumeric/doc
Jumat, 2020-09-11 08:23:13

Ang Lua module na ito ay ginagamit ng nasa 26,000 pahina at posibleng mapapansin agad ang mga pagbabago. Pakisubok muna ang mga balak na pagbabago sa...

Click to read more »
Module:ChartColors
Sabtu, 2026-02-07 14:33:51

require('strict') local p = {} local ARG = require "Module:Arguments" local CFCM = require "Module:ComplForColorModules" local TNTT = require "Module:TNTTools"...

Click to read more »
Module:College color/data/doc
Sabtu, 2020-02-15 17:40:56

Ang Lua module na ito ay ginagamit ng 118,000+ pahina. Para makaiwas sa mga problema at load sa server, pakisubok muna ang anumang pagbabago sa subpahina...

Click to read more »
Module:Navbox/testcases
Minggu, 2025-03-02 13:22:57

return '' end -- get templatestyles. load base from config so that Lua only needs to do -- the work once of parser tag expansion local base_templatestyles...

Click to read more »
Module:Footnotes/whitelist
Minggu, 2024-06-16 22:27:56

I A L _ P A T T E R N S >---------------------------------------------- Lua patterns. These are scanned sequentially which costs time and processing...

Click to read more »
Module:Interlinear
Rabu, 2025-10-08 17:38:32

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:Adjacent stations
Rabu, 2026-01-07 09:56:59

function, translate it directly. -- • Strings with keys named "format" are Lua regular expressions. -- «()» is a match; «.+» means all characters; «%s+»...

Click to read more »
Module:TemplatePar
Rabu, 2023-04-19 21:31:39

TemplatePar local GlobalMod = Local -- Module globals Local.messagePrefix = "lua-module-TemplatePar-" Local.L10nDef = {} Local.L10nDef.en = { badPattern...

Click to read more »
Module:Wd/doc
Senin, 2020-11-16 14:12:33

Ang Lua module na ito ay ginagamit ng nasa 1,740,000 pahina, o halos 697% ng lahat pahina. Para makaiwas sa mga problema at load sa server, pakisubok...

Click to read more »
Module:Sports color/basketball/doc
Sabtu, 2020-02-08 09:50:39

Ang Lua module na ito ay ginagamit ng nasa 16,000 pahina at posibleng mapapansin agad ang mga pagbabago. Pakisubok muna ang mga balak na pagbabago sa...

Click to read more »
Module:Mw lang/doc
Rabu, 2023-02-22 13:03:10

Ang Lua module na ito ay ginagamit ng nasa 75,000 pahina at posibleng mapapansin agad ang mga pagbabago. Pakisubok muna ang mga balak na pagbabago sa...

Click to read more »
Module:Language/data/iana languages
Senin, 2025-11-10 07:12:27

"Olutsotso"}, ["lts"] = {"Tachoni", "Lutachoni"}, ["ltu"] = {"Latu"}, ["lua"] = {"Luba-Lulua"}, ["luc"] = {"Aringa"}, ["lud"] = {"Ludian"}, ["lue"]...

Click to read more »
Module:Convert
Selasa, 2025-10-07 09:02:51

if num is a valid number. -- In Scribunto (different from some standard Lua), when expressed as a string, -- overflow or other problems are indicated...

Click to read more »
Module:Lang/data/iana languages
Selasa, 2026-06-02 23:12:07

"Olutsotso"}, ["lts"] = {"Tachoni", "Lutachoni"}, ["ltu"] = {"Latu"}, ["lua"] = {"Luba-Lulua"}, ["luc"] = {"Aringa"}, ["lud"] = {"Ludian"}, ["lue"]...

Click to read more »