Search Results: Module:Format

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


Module:Format link
Selasa, 2022-10-04 20:37:11

-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links...

Click to read more »
Module:Format time
Minggu, 2025-06-29 04:08:00

function p._main(args) -- args is a table with two values: -- fmt = the format to output the time, according to [[:mw:Help:Extension:ParserFunctions##time]]...

Click to read more »
Module:Format title
Senin, 2018-08-06 21:30:04

'invert' then result = string.format("%s \(\'\'%s\'\'\)", prefix, parenthetical) else result = string.format("\'\'%s\'\' \(%s\)", prefix, parenthetical)...

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

"support4default", helpFile = "support4wiki-file-name", helpFormat = "supportFormat", helpLine = "support4line", helpNumber = "support4number"...

Click to read more »
Module:Format link/sandbox
Selasa, 2022-10-04 20:36:21

-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links...

Click to read more »
Module:Format price
Selasa, 2021-06-01 00:59:52

precision == 1 then precision = 2 end local result = ("%%.%uf"):format(precision):format(val) if two_decimals then result = result:gsub('%.0*$', ''):gsub('(%...

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

provides functionality for formatting links for display, including that powering the {{format link}} template. It can pretty-format section links with the...

Click to read more »
Module:Format ISBN
Senin, 2025-09-29 01:00:37

require ('strict'); local data = mw.loadData ('Module:Format ISBN/data'); -- fetch separator positioning data local hyphen_pos_t = data.hyphen_pos_t;...

Click to read more »
Module:Format price/testcases
Sabtu, 2021-05-29 18:00:54

-- Unit tests for [[Module:Format price]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:test_main()...

Click to read more »
Module:Format link/testcases
Rabu, 2021-12-29 22:52:37

-- Unit tests for [[Module:Format link]] local mFormatLink = require('Module:Format link/sandbox') local scribuntoUnit = require('Module:ScribuntoUnit')...

Click to read more »
Module:Format work/doc
Kamis, 2025-10-30 23:04:05

creative work, formatted inline with MOS:DISCOGRAPHY or MOS:FILMOGRAPHY of MOS:WORKS, and suitable for display in an article list. {{#invoke:Format work|main...

Click to read more »
Module:Formatted appearance
Senin, 2024-05-06 18:55:40

require("Module:List") local p = {} -- Local function which is used to get a correctly formatted entry. -- Function checks if the array had a value added by checking the...

Click to read more »
Module:Format work
Jumat, 2025-10-31 01:41:05

class="error">[[Module:Format work]] '..message..'.</span>' -- TODO .. '[[Category:Pages displaying alarming messages about Module:Format work]]' end -- TODO...

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

= "support4wiki-file-name", helpFormat = "supportFormat", helpLine = "support4line", ...

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

Module:Format TemplateData – auxiliary functions for template documentation using TemplateData; core functionality is improved presentation on template...

Click to read more »
Module:Format ISBN/sandbox
Sabtu, 2023-04-29 06:17:16

require ('strict'); local data = mw.loadData ('Module:Format ISBN/data'); -- fetch separator positioning data local hyphen_pos_t = data.hyphen_pos_t;...

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

{{#invoke:Format date|main|<timestamp>|fmt=<Formatting string>}} From a module: require('Module:Format time')._main{<timestamp>, fmt = <Formatting string>}...

Click to read more »
Module:Sandbox/Johnuniq/format
Minggu, 2020-06-07 10:42:35

at [[Module talk:Math#format]], permalink: -- https://en.wikipedia.org/w/index.php?title=Module_talk:Math&oldid=961192406#format -- See results on talk...

Click to read more »
Module:Get article date format
Rabu, 2025-10-29 23:47:31

article date format]] '..message..'.</span>' -- TODO ..'[[Category:Pages displaying alarming messages about Module:Get article date format]]' end local...

Click to read more »
Module:Format title/doc
Jumat, 2024-08-30 04:29:48

§ Links and formats article titles in body text for use on disambiguation or other pages. Used by templates {{fti}}, {{ftq}}, and {{ftqi}}. Function p...

Click to read more »
Module:Formatted appearance/sandbox
Senin, 2024-05-06 18:43:16

require("Module:List") local p = {} -- Local function which is used to get a correctly formatted entry. -- Function checks if the array had a value added by checking the...

Click to read more »
Module:Format work/unsubst
Senin, 2025-10-27 22:12:51

class="error">[[Module:Format work/unsubst]] '..message..'.</span>' -- TODO ..'[[Category:Pages displaying alarming messages about Module:Format work/unsubst]]'...

Click to read more »
Module:Format ISBN/doc
Jumat, 2026-03-13 13:04:46

This module implements {{Format ISBN}}...

Click to read more »
Module:Sandbox/Ralvahkaset/a format
Jumat, 2026-02-20 14:51:35

-- Module:Sandbox/Ralvahkaset/a format -- Formatting functions for Vietnamese lunar calendar output -- Handles Can Chi (sexagenary cycle) and month names...

Click to read more »
Module:Format TemplateData/config
Minggu, 2026-02-08 09:52:34

--[=[ Configuration for [[Module:Format TemplateData]] on enwiki mw.loadData() ]=] local Serial = "2026-01-25" return { catProblem = "Templates...

Click to read more »
Module:Format time/sandbox
Sabtu, 2025-08-23 23:24:07

function p._main(args) -- args is a table with two values: -- fmt = the format to output the time, according to [[:mw:Help:Extension:ParserFunctions##time]]...

Click to read more »
Module:Format TemplateData/global
Rabu, 2026-01-28 00:43:31

if type(item) == "number" and item > 0 then local suited = string.format("Q%d", item) local entity = mw.wikibase.getEntity(suited) if...

Click to read more »
Module:Adjacent stations
Jumat, 2025-10-03 10:27:24

concat(formatKeys, ', ') end local function getStation(station, _Format) if type(_Format) == 'table' then local lineNformats = _Format _Format = lineNformats[lineN]...

Click to read more »
Module:Format work/unsubst/doc
Kamis, 2025-10-30 23:07:41

This module is only for use by {{format work}}, serving a similar function to Module:Unsubst, but correctly maintaining param order....

Click to read more »
Module:Get article date format/doc
Kamis, 2025-10-30 23:04:19

article title as the value of |page= to get its explicit or implicit date format. explicit: F j, Y if {{use mdy dates}}, or j F Y if {{use dmy dates}} is...

Click to read more »
Module:Adjacent stations/JR Shikoku
Sabtu, 2023-08-12 16:10:56

"[[Shikoku Railway Company|JR Shikoku]]", ["system color"] = "309AC3", ["name format"] = "font-family: sans-serif; background-color: transparent; font-size:...

Click to read more »
Module:Adjacent stations/KLRT
Kamis, 2026-04-30 12:10:09

Caves–Pulau Sebang Line]]", ["color"] = colors["1"], ["icon"] = string.format(icon, "Batu Caves–Pulau Sebang Line", colors["1"], "", "1"), ["left terminus"]...

Click to read more »
Module:Road data/strings/USA
Minggu, 2026-04-12 07:47:50

USA = {} local util = require("Module:Road data/util") local format = mw.ustring.format --[[ REGION-SPECIFIC SETTINGS ]]-- USA[" common "] = { country...

Click to read more »
Module:Adjacent stations/Manila MRT
Kamis, 2026-05-21 10:46:47

= c.SYS, ["name format"] = { ["3"] = string.format(s, c.L3, c.BL), ["4"] = string.format(s, c.L4, c.BL), ["5"] = string.format(s, c.L5, c.BL), ...

Click to read more »
Module:Adjacent stations/Mexico City Metro
Kamis, 2026-04-09 06:18:08

format"] = { "background-color: #FF8C00; " .. name_format .. " text-transform: uppercase;", ["1"] = "background-color: #F04E98; " .. name_format,...

Click to read more »
Module:Format TemplateData/config/doc
Jumat, 2024-08-30 04:29:02

This module is intended to provide local (i.e. English Wikipedia-specific) configuration for Module:Format TemplateData, but is not currently used....

Click to read more »
Module:Auto date formatter
Jumat, 2025-10-24 09:39:45

global_df; -- fetch global date format specified by {{use xxx dates}} template local base_format = global_df and global_df:match ('^(%a%a%a)');...

Click to read more »
Module:Adjacent stations/Wiener Linien
Minggu, 2025-06-15 03:59:06

local vienna = "%1 station (Vienna U-Bahn)" local name_format = "font-size: 185%; font-family: helvetica; color: white; padding: 8px; line-height: 95%;"...

Click to read more »
Module:Adjacent stations/Manila LRT
Kamis, 2026-05-21 14:09:40

"a9a9a9", ["name format"] = { ["1"] = string.format(s, c.L1, c.WH), ["2"] = string.format(s, c.L2, c.WH), ["6"] = string.format(s, c.L6, c.BL)...

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

formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format...

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

end local _date_format = i18n["datetime"]["format"][date_format] if _date_format ~= nil then return parseDateFormat(_date_format, timestamp, addon...

Click to read more »
Module:Adjacent stations/VR Group
Kamis, 2025-12-18 17:27:33

= { ["system title"] = "[[VR Group]]", ["system icon"] = "", ["name format"] = "font-size:175%; line-height:110%; font-family:sans-serif; font-weight:normal;...

Click to read more »
Module:Auto date formatter/doc
Senin, 2025-03-31 01:15:04

{{#invoke:auto date formatter|pub_date_format|<date>}} For access and archive dates: {{#invoke:auto date formatter|access_archive_format|<date>}} If {{use...

Click to read more »
Module:Adjacent stations/Transperth
Senin, 2025-12-22 22:13:58

"008635", ["name format"] = { string.format(s, c.sys, c.wht), ["ARM"] = string.format(s, c.ARM, c.blk), ["BYF"] = string.format(s, c.BYF, c.blk)...

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

formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format...

Click to read more »
Module:Portal-inline
Senin, 2026-03-16 21:34:14

processPortalArgs = portalModule._processPortalArgs local p = {} -- Function to format error message and tracking category -- Arguments: -- errMsg: string, or...

Click to read more »
Module:Unicode convert
Minggu, 2021-04-11 20:12:30

-1)} local format = ({ ['10'] = '%d', dec = '%d' })[frame.args['base']] or '%02X' for i = 1, #bytes do bytes[i] = format:format(bytes[i]) end...

Click to read more »
Module:Adjacent stations/Chongqing Rail Transit
Selasa, 2026-04-28 14:16:47

title"] = "[[Chongqing Rail Transit]]", ["system color"] = "00843D", ["name format"] = "font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', Helvetica...

Click to read more »
Module:Math
Jumat, 2026-04-10 21:26:08

Generates wikitext error messages. return mw.ustring.format('<strong class="error">Formatting error: %s</strong>', msg) end local function unpackNumberArgs(args)...

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

end local _date_format = i18n["datetime"]["format"][date_format] if _date_format ~= nil then return parseDateFormat(_date_format, timestamp, addon...

Click to read more »
Module:Adjacent stations/Sydney Metro
Senin, 2024-08-19 06:47:03

["system title"] = "[[Sydney Metro]]", ["system color"] = "168388", ["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Hatnote
Selasa, 2025-03-18 22:47:33

links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua...

Click to read more »
Module:Adjacent stations/Kolkata Suburban Railway
Minggu, 2022-06-19 00:59:49

local p = { ["system title"] = "[[Kolkata Suburban Railway]]", ["name format"] = "background-color:#f7cc48; font-family:helvetica; color:#0000FF; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Kyiv Metro
Sabtu, 2022-12-10 12:56:02

svg|15px|link=Kyiv Metro]]", ["name format"] = { name_format .. " color: #000000;", ["Sviatoshynsko–Brovarska"] = name_format .. " color: #FFFFFF; background-color:...

Click to read more »
Module:Article stub box
Senin, 2026-03-23 03:14:13

attention end thingToFormat = buf:_in(v.k):_(v.t):_str(2, nil, nil, '|') end p.cats[catTag:format(thingToFormat)] = true end end return...

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

t[re_formats[pattern_idx][format_param][3]], t[re_formats[pattern_idx][format_param][4]], t[re_formats[pattern_idx][format_param][5]], t[re_formats...

Click to read more »
Module:Age
Rabu, 2025-12-10 15:08:14

date1 end local format = stripToNil(args.format) local spell = spellOptions[format] if format then format = 'format_' .. format elseif name == 'age_days'...

Click to read more »
Module:TemplatePar
Kamis, 2023-04-20 01:13:15

"pagename" ] = string.format( "^[^#<>%%[%%]|{}%c-%c%c]+$", 1, 31, 127 ), [ "ref" ] = string.format(...

Click to read more »
Module:Adjacent stations/TransLink (Queensland)
Rabu, 2023-07-19 13:41:39

(Queensland)|Translink]]", ["system color"] = "5d555a", ["system icon"] = "", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: normal; font-style:...

Click to read more »
Module:Chart
Minggu, 2025-10-05 10:07:07

= 1, #legends do local span = mw.text.tag( 'span', { style = string.format( spanStyle, cols[gi], cols[gi] ) }, '&nbsp;' ) .. ' '.. legends[gi] ...

Click to read more »
Module:Adjacent stations/Noida Metro
Sabtu, 2025-08-02 02:25:55

Metro|alt=Logo of the Noida Metro]]", ["rail box format"] = "title", ["name format"] = "", ["station format"] = { "%1 metro station", ["Depot Station"]...

Click to read more »
Module:IPA symbol
Sabtu, 2026-04-18 10:49:58

then if ret[dataType] then ret = ret[dataType] else error(string.format('Invalid data type "%s"', dataType)) end end return ret end local function...

Click to read more »
Module:Road data/strings/doc
Rabu, 2025-12-10 01:20:58

most type table fields is a specially formatted string, which will be referred to in this documentation as a format string. This is the string that will...

Click to read more »
Module:Road data/parser
Sabtu, 2024-08-24 16:40:02

data/parser/hooks" .. moduleSuffix -- Local library aliases local format = string.format local gsub = mw.ustring.gsub local upper = mw.ustring.upper ---...

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

ConferenceURL, 'conference-format', 'conference-url'); Format = style_format (Format, URL, 'format', 'url'); -- special case for chapter format so no error message...

Click to read more »
Module:Adjacent stations/Kolkata Metro
Kamis, 2026-06-04 15:07:27

Metro|alt=The logo of the Kolkata Metro.]]", ["rail box format"] = "title", ["name format"] = "font-family: Helvetica Neue, sans-serif; font-size: 150%;...

Click to read more »
Module:Adjacent stations/Australian closed station
Minggu, 2023-06-11 18:33:32

title"] = "Australian closed line", ["system color"] = "999933", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Delhi Metro
Jumat, 2026-05-22 18:55:23

Metro|alt=Logo of the Delhi Metro]]", ["color box format"] = "title", ["system color"] = "#C12328", ["name format"] = "font-size: 150%; font-family:Arial, sans;...

Click to read more »
Module:Adjacent stations/Incheon Subway
Sabtu, 2025-06-28 20:26:09

["system title"] = "[[Incheon Subway]]", ["system icon"] = "", ["name format"] = { ["1"] = n .. colors["1"], ["2"] = n .. colors["2"], ...

Click to read more »
Module:Adjacent stations/BTS Skytrain
Selasa, 2023-04-11 13:40:17

"[[File:BTSbangkok.svg|18px|link=BTS Skytrain]]", ["rail box format"] = "title", ["station format"] = { "%1 BTS station", ["Charoen Nakhon"] = x, ["Khlong...

Click to read more »
Module:Age/sandbox
Selasa, 2025-12-09 10:52:00

date1 end local format = stripToNil(args.format) local spell = spellOptions[format] if format then format = 'format_' .. format elseif name == 'age_days'...

Click to read more »
Module:Adjacent stations/SMART
Sabtu, 2025-05-31 22:12:37

Rail Transit logo.svg|20px|link=Sonoma–Marin Area Rail Transit]]", ["name format"] = "text-transform: uppercase; background-color: #ffffff; font-size: 175%;...

Click to read more »
Module:Wd
Rabu, 2025-07-23 02:53:47

given parsedFormat, formatParams = parseFormat(formats.propertyWithQualifier) else parsedFormat, formatParams = parseFormat(formats.qualifier) ...

Click to read more »
Module:Adjacent stations/Transwa
Jumat, 2026-02-27 12:55:19

svg|x14px|link=Transwa|alt=Transwa]]", ["system color"] = "ec4025", ["name format"] = "font-family: Arial, sans; background-color: #ffffff; font-weight: normal;...

Click to read more »
Module:Sandbox/Diriector Doc/Number format
Rabu, 2021-03-03 22:13:07

local p = {} function p.formatNum(frame) local str = string.sub(frame.args[1], #frame.args[1] - 2, #frame.args[1]) local temp = " " .. string.sub(frame...

Click to read more »
Module:Adjacent stations/MARC
Kamis, 2025-12-04 19:31:08

["system icon"] = "[[File:MARC train.svg|16px|link=MARC Train]]", ["name format"] = "font-size: 225%; font-family: Tw Cen MT, Helvetica; font-weight: bolder;...

Click to read more »
Module:Adjacent stations/V/Line
Kamis, 2025-11-06 22:34:55

Victoria|alt=Railways in Victoria]]", ["system color"] = "8f1a95", ["name format"] = "font-size: 160%; font-family:sans-serif; line-height: 100%; text-align:center;...

Click to read more »
Module:Adjacent stations/Stockholm metro
Rabu, 2025-09-24 01:00:31

["line icon format"] = "route", ["station format"] = { "%1 metro station", ["T-Centralen"] = "[[T-Centralen]]" }, ["name format"] = "font-size:...

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

t[re_formats[pattern_idx][format_param][3]], t[re_formats[pattern_idx][format_param][4]], t[re_formats[pattern_idx][format_param][5]], t[re_formats...

Click to read more »
Module:Adjacent stations/Kharkiv Metro
Minggu, 2024-08-11 22:10:43

color"] = "", ["station format"] = { "%1 (Kharkiv Metro)" }, ["name format"] = { ["Kholodnohirsko-Zavodska"] = name_format .. "#FF0000;", ["Saltivska"]...

Click to read more »
Module:Adjacent stations/Mumbai Suburban Railway
Minggu, 2025-07-27 01:48:12

local p = { ["system title"] = "[[Mumbai Suburban Railway]]", ["name format"] = "background-color: Gold; font-family: helvetica; color: black; font-weight:...

Click to read more »
Module:Adjacent stations/Rio de Janeiro Metro
Jumat, 2024-09-27 00:20:14

["name format"] = "", ["header background color"] = "85d8f6", ["header text color"] = "000000", ["line icon format"] = "route", ["station format"] =...

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

ConferenceURL, 'conference-format', 'conference-url'); Format = style_format (Format, URL, 'format', 'url'); -- special case for chapter format so no error message...

Click to read more »
Module:Text
Sabtu, 2025-04-26 19:19:49

quotes[ advance ] if quotes then r = mw.ustring.format( "%s%s%s%s%s", mw.ustring.char( quotes[...

Click to read more »
Module:Adjacent stations/Metrolinx
Jumat, 2026-05-01 12:31:43

logo.svg|22px|link=Metrolinx]]", ["system color"] = "000000", ["name format"] = { "", ["Union Pearson Express"] = "font-size: 150%; font-family:Helvetica...

Click to read more »
Module:Adjacent stations/Shaoxing Metro
Senin, 2025-09-01 01:19:46

svg|20px|link=Shaoxing Metro]]", ["system icon format"] = "image", ["line icon format"] = "route", ["station format"] = { "%1 station", ["Shaoxing"] = rws...

Click to read more »
Module:Adjacent stations/Hyderabad Metro
Senin, 2026-03-16 12:53:51

"[[File:Hyderabad Metro Rail Logo.png|15px]]", ["rail box format"] = "title", ["name format"] = "font-size: 150%; color: #034C89; background-color: transparent;...

Click to read more »
Module:Adjacent stations/Tyne and Wear Metro
Kamis, 2026-05-28 03:09:06

format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; background-color:#feb300; color:black; padding:0.4em 4px;", ["station format"]...

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

then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end ...

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

['archive-date'] = true, ['archive-format'] = true, ['archiveurl'] = true, ['archive-url'] = true, ['article'] = true, ['article-format'] = true, ['article-number']...

Click to read more »
Module:Adjacent stations/Namma Metro
Kamis, 2026-06-04 15:11:15

"[[File:Namma metro icon.svg|17px|link=Namma Metro]]", ["rail box format"] = "title", ["name format"] = "font-size: 150%; font-family:DIN Alternate, Aptos, Fira...

Click to read more »
Module:Adjacent stations/Bucharest Metro
Sabtu, 2023-11-18 05:37:50

{ ["system title"] = "[[Bucharest Metro]]", ["line icon format"] = "route", ["name format"] = { "font-size: 150%; font-family:sans; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Sydney Trains
Kamis, 2025-05-01 16:45:42

T.svg|17px|link=Sydney Trains]]", ["system color"] = "ec6606", ["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Chennai Metro
Jumat, 2025-06-06 20:36:45

svg|15px|link=Chennai Metro|alt=Logo of Chennai Metro]]", ["color box format"] = "title", ["name format"] = "font-weight:bold; color: #000000; background-color: #F8F9FA"...

Click to read more »
Module:Find sources
Minggu, 2022-02-27 20:33:28

0 then local formatString = '<strong class="error">%s</strong>' if cfg['namespace-error-category'] then formatString = formatString .. '[[%s:%s]]'...

Click to read more »
Module:Signpost
Sabtu, 2023-12-16 07:24:07

function(self) if self.data.views then return self.data.views[string.format("d%03d", span)] else return nil end end end function Article:getSubhead()...

Click to read more »
Module:Adjacent stations/Rotterdam Metro
Jumat, 2025-09-26 05:00:29

local p = { ["system title"] = "[[Rotterdam Metro]]", ["name format"] = "font-size: 140%; padding: 0.35em; background-color: #001E82; color: white; font-weight:...

Click to read more »
Module:Adjacent stations/VTA
Kamis, 2026-05-28 11:18:37

"[[File:BSicon LOGO SCvta.svg|18px|link=Valley Transportation Authority]]", ["name format"] = "font-family: Futura, Centruy Gothic, Arial, sans-serif; font-size:150%;...

Click to read more »
Module:Message box
Senin, 2025-10-20 01:19:52

return nil end if sort then cat = string.format('[[Category:%s|%s]]', cat, sort) else cat = string.format('[[Category:%s]]', cat) end self.hasCategories...

Click to read more »
Module:Adjacent stations/Rome Metro
Rabu, 2025-12-17 04:39:01

Metro|alt=The Logo of Metro Systems used throughout Italy.]]", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%;...

Click to read more »
Module:Adjacent stations/MiWay
Minggu, 2025-11-09 04:54:10

["system icon"] = "[[File:MiWay Logo.svg|20px|link=MiWay]]", ["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder;...

Click to read more »
Module:Formatted appearance/doc
Jumat, 2024-08-30 04:30:09

elements. {{#invoke:Formatted appearance|getFormattedAppearance|major_work=|minor_work=|date=}} {{#invoke:Formatted appearance|getFormatted...

Click to read more »
Module:Adjacent stations/Oslo Metro
Sabtu, 2024-03-16 01:01:12

icon"] = "[[File:Oslo T-bane Logo.svg|16px|link=Oslo Metro]]", ["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: lighter; text-align:...

Click to read more »
Module:Adjacent stations/East Midlands Railway
Selasa, 2022-05-10 12:54:33

= "[[East Midlands Railway]]", ["system color"] = "703e69", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["color"]...

Click to read more »
Module:Adjacent stations/Tramlink
Sabtu, 2026-05-30 21:33:45

background color"] = "e8eaf6", ["header text color"] = "000000", ["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:WikidataIB
Sabtu, 2025-12-27 18:46:46

should be formatted. -- WikidataIB/titleformats exports a table p.formats, which is indexed by entity-id, and contains the value " or '' local formats = {}...

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

output can be formatted using the "format" argument, which works in the same way as the #time parser function. -- The default format is the standard...

Click to read more »
Module:Adjacent stations/PKP Intercity
Rabu, 2026-01-28 12:08:50

string.format(n, "FFF", "6C727A", "EIC"), ["left terminus"] = Q, ["right terminus"] = Q }, ["EIP"] = { ["title"] = string.format(n, "FFF"...

Click to read more »
Module:Adjacent stations/RER Fribourg
Senin, 2025-01-06 02:54:48

Freiburg.svg|20px|link=RER Fribourg]]", ["station format"] = { "%1 railway station", }, ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Dubai Metro
Senin, 2025-05-12 00:58:56

["header background color"] = "EEEEEE", ["line icon format"] = "route", ["station format"] = { "%1 (Dubai Metro)", ["Academic City"] = "Dubai...

Click to read more »
Module:Adjacent stations/Incheon Transit Corporation
Jumat, 2020-10-16 07:15:32

= "[[Incheon Transit Corporation]]", ["system icon"] = "", ["station format"] = { "%1 station", ["Incheon International Airport Terminal 1"] = "[[Incheon...

Click to read more »
Module:English variant notice
Senin, 2026-05-18 05:39:33

spelling_examples and string.format(' (%s)', n.spelling_examples) or '' n.terms = n[1] or n.terms n.terms = n.terms and string.format(' (including %s) ', n...

Click to read more »
Module:Adjacent stations/MTR Light Rail
Kamis, 2024-03-21 01:00:32

Light Rail]]", ["line icon format"] = "croute", ["header stop noun"] = "stop", ["system color"] = "D3A809", ["station format"] = { "%1 stop" }, ["lines"]...

Click to read more »
Module:Adjacent stations/Luas
Kamis, 2023-03-16 14:39:28

svg|10px|link=Luas|alt=Luas]]", ["system color"] = "", ["name format"] = { "", }, ["station format"] = { "%1 Luas stop", ["Broadstone-DIT"] = "Dublin...

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

pcall(lang.formatDate, lang, 'U', dateString) if success then result = tonumber(result) if result then return result end end error(string.format( ...

Click to read more »
Module:Adjacent stations/Beijing Suburban Railway
Senin, 2024-02-26 19:07:29

Railway]]", ["system icon"] = " ", ["system color"] = "11385b", ["station format"] = { "%1 railway station", ["Changping"] = "Changping railway station...

Click to read more »
Module:Arbcom election banner
Selasa, 2025-10-21 04:33:53

getContentLanguage() local currentUnixDate = tonumber(lang:formatDate('U')) local function err(msg) return mw.ustring.format('<span class="ace-banner-error">%s</span>'...

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

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

Click to read more »
Module:Adjacent stations/Amsterdam Metro
Selasa, 2025-01-21 04:05:15

["system title"] = "[[Amsterdam Metro]]", ["system icon"] = "", ["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%;...

Click to read more »
Module:Adjacent stations/NSW TrainLink
Rabu, 2025-04-30 14:08:35

T.svg|17px|link=NSW TrainLink]]", ["system color"] = "dd3f1d", ["name format"] = { "font-size: 170%; font-family: sans-serif; font-weight: bolder;...

Click to read more »
Module:Adjacent stations/Staten Island Railway
Jumat, 2024-06-28 03:27:32

= "[[File:MTA NYC logo.svg|16px|link=Staten Island Railway]]", ["name format"] = "border-top: 10px solid black; box-shadow: inset 0 2px white; padding-top:...

Click to read more »
Module:Adjacent stations/REM
Sabtu, 2026-05-16 11:44:38

svg|16px|link=Réseau express métropolitain]]", ["system color"] = "84BD00", ["name format"] = "font-size:180%; color:white; line-height:150%; background-color:#555555;...

Click to read more »
Module:Adjacent stations/sandbox
Jumat, 2026-03-13 19:56:20

concat(formatKeys, ', ') end local function getStation(station, _Format) if type(_Format) == 'table' then local lineNformats = _Format _Format = lineNformats[lineN]...

Click to read more »
Module:English variant notice/sandbox
Senin, 2026-02-16 16:05:22

spelling_examples and string.format(' (%s)', n.spelling_examples) or '' n.terms = n[1] or n.terms n.terms = n.terms and string.format(' (including %s) ', n...

Click to read more »
Module:Sandbox/isaacl/ColourSpace/Formats/sRGB24bitHex
Selasa, 2013-03-12 02:59:17

= string.format('&#35;%02X', self[1]) local green = string.format('&#35;%02X', self[2]) local blue = string.format('&#35;%02X'...

Click to read more »
Module:Adjacent stations/Euskotren Trena
Senin, 2026-04-27 04:31:16

"[[File:Euskotren Trena Logo.svg|18px|link=Euskotren Trena]]", ["station format"] = { "%1 station", ["Hendaia"] = "Hendaye station", ["Herrera"] =...

Click to read more »
Module:Adjacent stations/Lucknow Metro
Jumat, 2026-05-22 19:02:43

["system icon"] = "[[File:UPMRC.svg|20px|link=Lucknow Metro]]", ["name format"] = "font-size: 140; height:1.5em; font-family:Arial, sans; font-weight:...

Click to read more »
Module:Adjacent stations/PATCO
Kamis, 2025-09-18 00:31:54

svg|17px|link=Delaware River Port Authority]]", ["system color"] = "C81F3C", ["name format"] = "font-family:Helvetica;background-color:#C81F3C;text-align:center;f...

Click to read more »
Module:Adjacent stations/Chennai MRTS
Rabu, 2022-05-11 08:01:47

MRTS]]", ["system icon"] = "", ["system color"] = "", ["name format"] = "name_format = font-size: 150%; font-family:sans-serif; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Thurbo
Senin, 2025-01-27 04:30:52

p = { ["system title"] = "[[Thurbo]]", ["system icon"] = "", ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto;...

Click to read more »
Module:Adjacent stations/KTM
Jumat, 2025-10-31 22:17:27

Tanah Melayu Berhad Logo.svg|20px|link=Keretapi Tanah Melayu]]", ["name format"] = "font-family: Helvetica; background-color: #3c5a9f; font-size: 150%;...

Click to read more »
Module:Adjacent stations/Rapid Metro Gurgaon
Jumat, 2023-03-24 06:30:58

icon"] = "[[File:RMRG logo.svg|20px|link=Rapid Metro Gurgaon]]", ["name format"] = "font-size: 140%; font-family: Arial, sans; font-weight: bold; line-height:...

Click to read more »
Module:Adjacent stations/PATH
Jumat, 2026-03-27 04:05:11

icon"] = "[[File:PATH logo.svg|18px|link=PATH (rail system)]]", ["name format"] = "font-family: Franklin Gothic, Public Sans, Helvetica, Lucida Grande...

Click to read more »
Module:Adjacent stations/MetroLink (St. Louis)
Jumat, 2025-10-03 15:09:37

["name format"] = "font-family:Helvetica;background-color:#001e61;text-align:center;font-size:160%;color:white;padding: 0.4em 4px;", ["station format"] =...

Click to read more »
Module:Adjacent stations/Adif
Selasa, 2022-09-20 22:37:53

title"] = "[[Administrador de Infraestructuras Ferroviarias|adif]]", ["name format"] = "font-size: 180%; font-family:sans-serif; font-weight: bolder; color:...

Click to read more »
Module:Adjacent stations/Copenhagen S-train
Selasa, 2025-12-30 01:40:41

(Copenhagen)|S-train]]", ["system icon"] = "[[File:S-tog.svg|16px|alt=]]", ["name format"] = "background-color: #243C5F; font-size: 150%; font-family: Helvetica...

Click to read more »
Module:Adjacent stations/Montreal Metro
Senin, 2026-02-23 03:59:23

svg|16px|link=Montreal Metro]]", ["system color"] = "0085CA", ["name format"] = "font-size: 180%; font-family:sans-serif; font-weight:300; color: #FFFFFF;...

Click to read more »
Module:Adjacent stations/Milan Metro
Senin, 2022-12-05 16:09:57

Metro Line 4" local p = { ["system title"] = "[[Milan Metro]]", ["name format"] = "font-size: 140%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Metro Bilbao
Senin, 2026-04-27 04:30:44

"[[File:Símbolo del Metro de Bilbao.svg|18px|link=Bilbao Metro]]", ["station format"] = { "%1 (Bilbao Metro)", ["Lutxana"] = station, ["Santimami/San...

Click to read more »
Module:Adjacent stations/Munich U-Bahn
Sabtu, 2024-06-01 07:08:24

["system icon"] = "[[File:U-Bahn.svg|16px|link=Munich U-Bahn]]", ["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/İzmir Metro
Kamis, 2025-08-14 16:06:37

"[[File:Metro İzmir logo.svg|16px|alt=]]", ["system color"] = "", ["name format"] = "background-color: #00008B; font-size: 200%;" .. " font-family: helvetica...

Click to read more »
Module:Adjacent stations/St. Gallen S-Bahn
Kamis, 2025-08-28 21:23:59

Gallen S-Bahn]]", ["system icon"] = "", ["system icon format"] = "croute", ["station format"] = { "%1 railway station", ["Berg"] = ch, ["Lindau-Reutin"]...

Click to read more »
Module:Adjacent stations/GO Transit
Sabtu, 2026-05-02 22:46:30

logo.svg|20px|link=GO Transit]]", ["system color"] = "4a7729", ["name format"] = "font-size: 175%; font-weight: bolder; color: #000000; background-color:...

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

'section'}, ['ChapterFormat'] = {'chapter-format', 'contribution-format', 'entry-format', 'article-format', 'section-format'}; ['ChapterURL'] = {'chapter-url'...

Click to read more »
Module:Adjacent stations/Journey Beyond
Kamis, 2025-03-06 18:28:46

"[[Journey Beyond]]", ["system color"] = "455964", ["line icon format"] = "link", ["station format"] = { "%1 railway station", ["Adelaide"] = "Adelaide...

Click to read more »
Module:Adjacent stations/Sofia Metro
Minggu, 2025-07-27 14:13:49

"0E6ABC", ["name format"] = "font-size: 150%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #0E6ABC", ["station format"] = { "%1...

Click to read more »
Module:Adjacent stations/Nagoya Municipal Subway
Selasa, 2026-04-07 13:00:18

Municipal Subway|alt=The logo of the Nagoya Municipal Subway.]]", ["station format"] = { "%1 Station", ["Hibino"] = nagoya, ["Sakae"] = nagoya, ["Kanayama"]...

Click to read more »
Module:Adjacent stations/DTRO
Jumat, 2025-07-04 17:34:38

{ ["system title"] = "[[Daegu Metro]]", ["system icon"] = "", ["name format"] = { ["1"] = "font-size:180%; font-family:sans-serif; font-weight:bolder;...

Click to read more »
Module:Random portal component
Sabtu, 2020-10-03 17:08:46

local val = args[key] if val then return val else return string.format('{{{%s}}}', key) end end local function getPages(args) local pages =...

Click to read more »
Module:Adjacent stations/São Paulo Metro
Selasa, 2026-03-31 20:52:59

["system title"] = "[[São Paulo Metro]]", ["system color"] = "", ["name format"] = "font-size: 180%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Formatted appearance/testcases
Senin, 2024-05-06 18:38:37

-- Unit tests for [[Module:Formatted appearance]]. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_01_generic() ...

Click to read more »
Module:Math/sandbox
Jumat, 2026-04-10 00:08:08

Generates wikitext error messages. return mw.ustring.format('<strong class="error">Formatting error: %s</strong>', msg) end local function unpackNumberArgs(args)...

Click to read more »
Module:Adjacent stations/Lisbon Metro
Sabtu, 2023-09-02 08:08:39

["system title"] = "[[Lisbon Metro]]", ["system icon"] = " ", ["name format"] = "font-size: large; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Nottingham Express Transit
Senin, 2022-06-13 21:41:51

"[[Nottingham Express Transit|NET]]", ["system color"] = "01796f", ["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color:...

Click to read more »
Module:Adjacent stations/Prague Metro
Selasa, 2024-02-13 08:01:21

padding.svg|15px|link=Prague Metro]]", ["system color"] = "D8261C", ["name format"] = { "background-color: #D8261C; font-size: 185%; font-family: helvetica;...

Click to read more »
Module:Adjacent stations/Nagpur Metro
Senin, 2025-03-31 06:30:01

= "[[Nagpur Metro]]", ["system icon"] = "", ["rail box format"] = "title", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold;...

Click to read more »
Module:Adjacent stations/Taiwan High Speed Rail
Minggu, 2026-03-08 01:00:33

["system color"] = "c35617", ["name format"] = "color: #FFFFFF; background-color: #C35617;", ["station format"] = { "%1 HSR station", ["Taipei"]...

Click to read more »
Module:File link
Rabu, 2020-04-01 13:31:54

-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType...

Click to read more »
Module:Adjacent stations/Tehran Metro
Selasa, 2026-01-06 00:54:40

["system title"] = "[[Tehran Metro]]", ["system icon"] = " ", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%;...

Click to read more »
Module:Adjacent stations/Canberra Metro
Jumat, 2026-05-29 19:38:04

in Canberra|alt=Canberra Metro]]", ["system color"] = "ce202f", ["name format"] = "font-size: 160%; font-weight: normal; background-color: #323e48; color:...

Click to read more »
Module:Adjacent stations/Aargau S-Bahn
Senin, 2023-12-18 09:07:16

["system icon"] = "", ["station format"] = { "%1 railway station", ["Koblenz"] = ch, }, ["system icon format"] = "croute", ["lines"] = { ["14"]...

Click to read more »
Module:Arbcom election banner/sandbox
Rabu, 2025-07-30 13:55:11

getContentLanguage() local currentUnixDate = tonumber(lang:formatDate('U')) local function err(msg) return mw.ustring.format('<span class="ace-banner-error">%s</span>'...

Click to read more »
Module:Adjacent stations/GRT
Senin, 2024-11-04 07:19:54

["lang"] = "en-US", ["system title"] = "[[Grand River Transit]]", ["name format"] = "font-size: 150%; font-weight: bolder; line-height: 150%; color: #FFFFFF;...

Click to read more »
Module:Adjacent stations/Altamont Corridor Express
Sabtu, 2025-03-29 09:24:48

Express|alt=Altamont Corridor Express]]", ["system color"] = "a2669c", ["name format"] = "background-color: #000000; font-size: 175%; font-family: helvetica;...

Click to read more »
Module:Adjacent stations/Mashhad Urban Railway
Senin, 2025-04-21 15:43:30

png|1px|link=Mashhad Urban Railway]]", ["system color"] = "", ["name format"] = "font-size: 150%; padding: 5px; background-color: #002695; color: white;...

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

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

Click to read more »
Module:Adjacent stations/BART
Senin, 2025-03-03 10:22:04

logo.svg|18px|link=Bay Area Rapid Transit]]", ["line icon format"] = "box", ["name format"] = "font-family: Helvetica; background-color: #FFFFFF; text-align:...

Click to read more »
Module:Adjacent stations/Athens Suburban Railway
Rabu, 2025-02-05 03:49:19

Suburban Railway|Athens Suburban Railway]]", ["rail box format"] = "title", ["station format"] = { "%1 railway station", ["Athens Airport"] = s,...

Click to read more »
Module:Adjacent stations/Maryland Transit Administration
Rabu, 2026-06-03 07:39:52

Transit Administration]]", ["system color"] = "A5272D", ["name format"] = { "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder;...

Click to read more »
Module:Routelist row
Jumat, 2025-01-03 10:31:57

getContentLanguage() -- Retrieve built-in locale for date formatting local format = mw.ustring.format -- String formatting function local frame = mw.getCurrentFrame()...

Click to read more »
Module:Adjacent stations/Sapporo Municipal Subway
Selasa, 2026-02-10 14:31:40

Municipal Subway|alt=The logo of the Sapporo Municipal Subway.]]", ["station format"] = { "%1 Station", ["Sapporo"] = subway, ["Nakanoshima"] = hokkaido...

Click to read more »
Module:Adjacent stations/Caracas Metro
Kamis, 2024-12-26 15:21:36

logo.svg|15px|link=Caracas Metro]]", ["system color"] = "005C97", ["name format"] = { "background-color: #000000; font-size: 185%; text-align: right;...

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

text in the middle cell of the table header row. "station format" defines the default name format for station articles and exceptions. The first variable...

Click to read more »
Module:Adjacent stations/Miami-Dade Transit
Kamis, 2026-05-07 09:04:46

"[[File:Logo Miami-Dade Metrorail.svg|18px|link=Miami-Dade Transit]]", ["name format"] = { "font-size: 160%; font-family: sans-serif; font-weight: bolder;...

Click to read more »
Module:Adjacent stations/Fukuoka City Subway
Senin, 2026-03-23 08:31:26

local x = "%1 Station (Fukuoka)" local p = { ["name format"] = { "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #000000; padding:...

Click to read more »
Module:Adjacent stations/Pune Metro
Kamis, 2026-02-19 20:17:05

title"] = "[[Pune Metro]]", ["system icon"] = " ", ["rail box format"] = "title", ["name format"] = "font-size: 125%; font-family:sans-serif; font-weight:bold;...

Click to read more »
Module:Adjacent stations/Dallas Area Rapid Transit
Selasa, 2025-11-25 14:00:09

Area Rapid Transit.svg|15px|link=Dallas Area Rapid Transit]]", ["name format"] = "font-family: ITC Avant Garde, ITC Avant Garde Gothic Std Medium, Century...

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

require('libraryUtil').checkType checkType('format', 1, dataset, 'string') checkType('format', 2, key, 'string') return formatMessage(dataset, key, {...}) end ...

Click to read more »
Module:Adjacent stations/Metrolink (California)
Rabu, 2026-04-08 07:50:48

"[[File:Metrolink icon 2022.svg|16px|link=Metrolink (California)]]", ["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Busan Metro
Sabtu, 2022-06-04 02:38:31

{ ["system title"] = "[[Busan Metro]]", ["system icon"] = "", ["name format"] = { ["1"] = "font-size:180%; font-family:sans-serif; font-weight:bolder;...

Click to read more »
Module:Currency
Sabtu, 2026-04-18 11:04:04

passthrough then formatted = lang:formatNum (amount) else formatted = amount end return string.format ('%s %s', formatted, name); -- put...

Click to read more »
Module:Track gauge
Minggu, 2024-01-14 16:27:34

--------------------------------------- -- formatMet -- Formats metric measurements into a single formatted text element. Public for autodocument...

Click to read more »
Module:Tabular data
Jumat, 2021-10-01 05:58:04

get(args[1]) local rowIdx = tonumber(args.output_row) local outputFormat = args.output_format local outputColumnNames = { args.output_column1 or args...

Click to read more »
Module:WikidataIB/sandbox
Senin, 2025-12-22 06:49:07

should be formatted. -- WikidataIB/titleformats exports a table p.formats, which is indexed by entity-id, and contains the value " or '' local formats = {}...

Click to read more »
Module:Parameters
Sabtu, 2020-07-04 17:52:26

true) local defFormat = '; %s: %s\n' local nonDefFormat = '; %s: \n' if args._para then defFormat = '; {{para|%s}}: %s\n' nonDefFormat = '; {{para|%s}}:...

Click to read more »
Module:Adjacent stations/Buenos Aires Underground
Minggu, 2025-08-31 05:20:41

= "[[File:Subte-logo.svg|20px|link=Buenos Aires Underground]]", ["name format"] = "font-size: 180%; font-family: sans; font-weight: bolder; line-height:...

Click to read more »
Module:RfD
Rabu, 2025-04-16 04:48:47

catMonth = lang:formatDate('F', args.timestamp) local catYear = lang:formatDate('Y', args.timestamp) category = string.format('[[Category:Redirects...

Click to read more »
Module:Adjacent stations/Turin Metro
Senin, 2022-05-23 20:35:36

["system title"] = "[[Turin Metro]]", ["system icon"] = " ", ["name format"] = "font-size: 150%; font-family: sans; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/JR Central
Selasa, 2025-10-28 00:05:00

Japan Railway Company|JR Central]]", ["system color"] = "EE6D00", ["name format"] = "font-family: sans-serif; background-color: transparent; font-size:...

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

['الحلقة'] = 'episode', ['التنسيق'] = 'format', ['صيغة'] = 'format', ['الصيغة'] = 'format', ['تنسيق'] = 'format', ['المعرف'] = 'id', ['مجموعة']...

Click to read more »
Module:Adjacent stations/Skyline (Honolulu)
Sabtu, 2026-02-14 04:29:03

title"] = "[[Skyline (Honolulu)|Skyline]]", ["system icon"] = "", ["name format"] = "font-size: 140%; padding:8px; background-color:#134574; color:white;...

Click to read more »
Module:Redirect template
Selasa, 2025-08-12 06:33:36

then return string.format("'''[[:Category:%s|%s]]''': ", args[k .. ' category'], args.name) end end return string.format("'''%s''': ", args.name)...

Click to read more »
Module:Toolbar
Rabu, 2019-02-27 01:14:05

yesno(args.span) == false then return string.format( '(%s)', toolbarItems ) else return string.format( '<span class="plainlinks%s"%s>(%s)</span>'...

Click to read more »
Module:Adjacent stations/YRT
Sabtu, 2019-06-29 02:43:02

["lang"] = "en-US", ["system title"] = "[[York Region Transit]]", ["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder;...

Click to read more »
Module:Adjacent stations/RTA Rapid Transit
Senin, 2025-03-31 04:18:11

"[[File:GCRTA wordmark logo.svg|22px|link=RTA Rapid Transit]]", ["name format"] = "font-family: Helvetica; background-color: #1a358a; font-size: 160%;...

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

end format = args.format; -- Format argument if not format then format = "none" else for k, v in pairs (data.format_vals) do...

Click to read more »
Module:Adjacent stations/TransMilenio
Rabu, 2022-04-06 10:05:08

["system title"] = "[[TransMilenio]]", ["system icon"] = "", ["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color:...

Click to read more »
Module:Adjacent stations/Iyotetsu
Selasa, 2022-12-27 16:41:58

["system icon"] = "[[File:IYOTETSU logo.svg|55px|link=Iyotetsu]]", ["name format"] = "font-family: sans-serif; background-color: transparent; font-size:...

Click to read more »
Module:Adjacent stations/Virginia Railway Express
Senin, 2025-04-14 08:11:19

"[[File:Virginia Railway Express.svg|15px|link=Virginia Railway Express]]", ["name format"] = "background-color: transparent; font-size: 200%; font-family: Times...

Click to read more »
Module:Adjacent stations/Rhaetian Railway
Selasa, 2025-12-23 08:53:17

Railway]]", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Tirano"] = rhb, }, ["name format"] = "font-size:160%; font-family:Helvetica;...

Click to read more »
Module:Adjacent stations/Osaka Metro
Rabu, 2026-03-11 10:04:12

icon"] = "[[File:Osaka Metro logo 2.svg|link=Osaka Metro|18px]]", ["station format"] = { "%1 Station", ["Imazato"] = "Imazato Station (Osaka Metro)", ...

Click to read more »
Module:Adjacent stations/CTrail
Jumat, 2024-10-11 06:26:49

icon"] = "[[File:Hartford Line logo.svg|18px|link=CT Rail|alt=]]", ["name format"] = { "background-color: white; text-align: left; border-bottom: 10px...

Click to read more »
Module:Adjacent stations/Caltrain
Rabu, 2026-05-20 17:33:57

["system icon"] = "[[File:Caltrain roundel.svg|16px|link=Caltrain]]", ["name format"] = "background-color: #ffffff; font-size: 175%; font-family: helvetica;...

Click to read more »
Module:Adjacent stations/METRORail
Kamis, 2025-10-02 08:45:29

svg|16px|link=METRORail]]", ["rail box format"] = "title", ["system color"] = "2b59ae", ["station format"] = { "%1 station", ["Almeda"] = houston...

Click to read more »
Module:Adjacent stations/Copenhagen Metro
Senin, 2025-03-31 05:21:00

"[[File:Copenhagen Metro Logo.svg|18px|link=Copenhagen Metro]]", ["name format"] = "font-size: 180%; font-family: Segoe UI; font-weight: bold; letter-spacing:...

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

UHEX HANDLERS & FORMATTERS ----- ----- ----- ----- ----- ----- ----- ----- ----- local function formatUhex( uHex0x, uLink ) -- formatting into normalform...

Click to read more »
Module:Adjacent stations/Chur S-Bahn
Sabtu, 2023-12-16 04:59:19

S-Bahn]]", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["system icon format"] = "croute", ["lines"] = { ["1"] = { ...

Click to read more »
Module:Adjacent stations/Edmonton LRT
Jumat, 2026-05-15 08:31:34

["system title"] = "[[Edmonton LRT]]", ["system icon"] = "", ["name format"] = "font-size: 180%; font-family: Frutiger, Myriad Pro, Helvetica Neue...

Click to read more »
Module:DYK nompage links
Senin, 2025-04-14 11:03:32

require('Module:List').horizontal local function makeWikitextError(msg) return string.format('<strong class="error">Error: %s</strong>', msg) end local function makeFullUrl(page...

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

"number" then formated_actual = highlight_difference(formated_actual, formated_expected, first_difference(formated_actual, formated_expected)) end...

Click to read more »
Module:Adjacent stations/Helsinki Metro
Minggu, 2023-12-31 23:37:06

= "[[File:Helsingin metro logo.svg|16px|link=Helsinki Metro]]", ["name format"] = "font-size:175%; font-family:sans-serif; font-weight:bold;" .. "line-height:120%;...

Click to read more »
Module:Adjacent stations/SMRT
Minggu, 2026-05-31 20:58:59

Transit (Singapore)|Mass Rapid Transit]]", ["system icon"] = "", ["name format"] = { "font-family: helvetica; background-color: transparent;", ["Branch"]...

Click to read more »
Module:Shortcut
Senin, 2024-03-11 10:26:56

...):plain() end local function makeCategoryLink(cat) return string.format('[[%s:%s]]', mw.site.namespaces[14].name, cat) end function p._main(shortcuts...

Click to read more »
Module:Adjacent stations/MRT
Senin, 2026-02-23 04:55:59

icon"] = "[[File:MRT (Bangkok) logo.svg|18px|link=MRT (Bangkok)]]", ["name format"] = { "font-size: 160%; font-family: Arial; font-weight: Regular; color:...

Click to read more »
Module:Adjacent stations/BLS
Senin, 2025-12-15 03:08:06

"[[File:BLS AG logo.svg|20px|link=BLS AG]]", ["station format"] = { "%1 railway station", }, ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/MTR
Sabtu, 2026-05-09 14:10:55

["system color"] = "ad2a42", ["line icon format"] = "link", ["rail box format"] = "title", ["name format"] = setmetatable({}, { __index = function(_...

Click to read more »
Module:Road data/strings/USA/AR
Senin, 2022-09-12 09:13:06

util.addAll(AR, require("Module:Road data/strings/USA")) local format = mw.ustring.format local suffix = " ([dab||%dab%, |]Arkansas)" local suffix2 = "...

Click to read more »
Module:Hatnote/sandbox
Kamis, 2022-08-11 23:24:18

links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua...

Click to read more »
Module:Adjacent stations/Seville Metro
Jumat, 2022-06-17 12:30:58

"[[Seville Metro]]", ["system icon"] = "", ["system color"] = "", ["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:150%;...

Click to read more »
Module:Wd/sandbox
Jumat, 2025-08-08 00:45:17

given parsedFormat, formatParams = parseFormat(formats.propertyWithQualifier) else parsedFormat, formatParams = parseFormat(formats.qualifier) ...

Click to read more »
Module:Year in various calendars
Minggu, 2026-03-22 13:44:13

lang = mw.language.getContentLanguage() local currentYear = tonumber( lang:formatDate( 'Y' ) ) --------------------------------------------------------------------...

Click to read more »
Module:Adjacent stations/Zentralbahn
Senin, 2024-04-08 02:02:46

"[[Zentralbahn]]", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Budapest Metro
Minggu, 2025-10-26 00:20:34

color"] = "", ["station format"] = { "%1 metro station", ["Opera"] = "[[Opera metro station (Budapest)|Opera]]", }, ["name format"] = "font-size: 150%;...

Click to read more »
Module:Adjacent stations/Sendai Subway
Rabu, 2026-03-04 14:58:21

title"] = "[[Sendai Subway]]", ["system color"] = "000000", ["rail box format"] = "title", ["system icon"] = "[[File:Sendai City Subway Logo.svg|16px|link=Sendai...

Click to read more »
Module:Adjacent stations/CATS
Selasa, 2026-05-12 05:57:05

Transit System icon.svg|19px|link=Charlotte Area Transit System]]", ["name format"] = "background-color: #2854b3; font-size: 175%; border: 13px solid #2854b3;...

Click to read more »
Module:Copied
Minggu, 2026-03-01 06:22:04

string.format("%s [%s this version] of", text, tostring(mw.uri.fullUrl(from, {oldid=from_oldid} ))) end if from then text = string.format("%s <span...

Click to read more »
Module:Adjacent stations/Kyoto Municipal Subway
Sabtu, 2025-08-02 21:46:50

Kyoto Municipal Transportation Bureau.]]", ["line icon format"] = "link", ["station format"] = { "%1 Station", ["Takeda"] = x, ["Rokujizō"] =...

Click to read more »
Module:Adjacent stations/Hiroshima Rapid Transit
Minggu, 2023-01-01 18:43:52

local p = { ["system title"] = "[[Hiroshima Rapid Transit]]", ["name format"] = { ["Astram"] = "font-size: 160%; font-family: sans-serif; line-height:...

Click to read more »
Module:Adjacent stations/Matterhorn Gotthard Bahn
Rabu, 2023-09-13 09:44:13

Gotthard Bahn]]", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Shenyang Metro
Jumat, 2026-01-09 19:12:38

title"] = "[[Shenyang Metro]]", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["7th Street"] = m, ["13th Street"] = m, ["Huanggutun"]...

Click to read more »
Module:Portal maintenance status
Minggu, 2018-12-23 23:46:20

1, 1) local rest = string.sub(template, 2) local pattern = mw.ustring.format('%s[%s%s]%s%s', '%{%{%s*', mw.ustring.upper(first), mw.ustring.lower(first)...

Click to read more »
Module:Adjacent stations/Kanpur Metro
Senin, 2025-03-31 06:24:50

"[[File:UPMRC.svg|18px|link=Kanpur Metro]]", ["color box format"] = "title", ["name format"] = "font-size: 125%; font-family:sans-serif; font-weight:bold;...

Click to read more »
Module:Listen
Jumat, 2022-07-08 00:12:31

lang = mw.language.new('en') local p = {} local function formatLength(length) -- Formats a duration in seconds in "(h:)mm:ss" (minutes are zero-padded...

Click to read more »
Module:PHL sports team
Rabu, 2025-11-19 23:29:42

'[[File:%s colors.svg|%s|border|%s school colors|link=]]' return string.format(icon, team, size or '11px', alt_team or team) end local function get_athlete_link(link...

Click to read more »
Module:Adjacent stations/SacRT
Rabu, 2026-05-20 15:51:24

background).svg|20px|link=Sacramento Regional Transit District]]", ["name format"] = "font-family: Arial, sans-serif; background-color:white; color:#171b64;"...

Click to read more »
Module:Adjacent stations/Ferries in NSW
Sabtu, 2024-03-09 21:01:10

"009e4d", ["system icon"] = "", ["header stop noun"] = "wharf", ["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Israel Railways
Senin, 2025-03-31 09:41:00

"[[File:IsraelTrainLogoSymbolOnly.svg|15px|link=Israel Railways]]", ["name format"] = "font-size: 150%; padding: 0.4em; background-color: #1B1E6A; color:...

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

['archive-date'] = true, ['archive-format'] = true, ['archiveurl'] = true, ['archive-url'] = true, ['article'] = true, ['article-format'] = true, ['article-number']...

Click to read more »
Module:Category pair
Jumat, 2022-10-21 13:49:24

hatnote = require('Module:Hatnote')._hatnote local formatLink = require('Module:Format link')._formatLink local p = {} local catNS = mw.site.namespaces...

Click to read more »
Module:Easter
Sabtu, 2025-05-31 01:00:39

given defaultFormat = "Y-m-d", -- default date output format noFormat = "none", -- prevent from final date formatting defaultOffset...

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

output can be formatted using the "format" argument, which works in the same way as the #time parser function. -- The default format is the standard...

Click to read more »
Module:Message box/sandbox
Rabu, 2026-01-14 07:04:32

return nil end if sort then cat = string.format('[[Category:%s|%s]]', cat, sort) else cat = string.format('[[Category:%s]]', cat) end self.hasCategories...

Click to read more »
Module:Progress box
Rabu, 2023-03-01 11:23:23

key, ...) local msg = self._cfg[key] if not msg then error(string.format("no message found with key '%s'", tostring(key)), 2) end if select('#'...

Click to read more »
Module:Adjacent stations/Mumbai Metro
Sabtu, 2026-01-17 23:16:07

title"] = "[[Mumbai Metro]]", ["line icon format"] = "link", ["rail box format"] = "title", ["name format"] = setmetatable({}, { __index = function(_...

Click to read more »
Module:Adjacent stations/Kochi Metro
Sabtu, 2024-05-11 13:14:19

of the Kochi Metro]]", ["station format"] = { "%1 metro station", ["M. G. Road"] = kochi, }, ["name format"] = "font-size: 160%; font-family:Arial...

Click to read more »
Module:Adjacent stations/RandstadRail
Minggu, 2022-07-24 11:56:18

railway station" local p = { ["system title"] = "[[RandstadRail]]", ["name format"] = "font-size: 150%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Date
Rabu, 2026-02-18 10:21:21

end local function bad_format() -- For consistency with other format processing, return given format -- (or cleaned format if original was not a string)...

Click to read more »
Module:File link/sandbox
Kamis, 2014-12-18 21:04:02

-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType...

Click to read more »
Module:Unsubst
Sabtu, 2021-10-09 01:22:16

args[BODY_PARAM] ~= nil then return frame.args[BODY_PARAM] else error(string.format( "no template content specified (use parameter '%s' from #invoke)",...

Click to read more »
Module:Adjacent stations/NFTA
Selasa, 2025-12-09 04:03:42

Authority|NFTA]]", ["system icon"] = "", ["system color"] = "054a93", ["name format"] = "font-family:Helvetica;background-color:#054a93;text-align:center;f...

Click to read more »
Module:Progress box/config
Sabtu, 2025-12-27 08:25:39

in YYYY-MM -- format. ['start-date'] = '2006-10', -- The heading for the subtotals ['subtotal-heading'] = 'Subtotals', -- The format used for maintenance...

Click to read more »
Module:Adjacent stations/Singapore LRT
Minggu, 2023-12-24 09:40:04

Transit (Singapore)|Light Rail Transit]]", ["system icon"] = "", ["station format"] = { "%1 LRT station", ["Damai"] = "%1 LRT station (Singapore)", ...

Click to read more »
Module:Adjacent stations/Panama Metro
Jumat, 2025-08-29 07:56:56

Logo.svg|15px|link=Panama Metro]]", ["system color"] = "1F4483", ["name format"] = { "background-color: #FFFFFF; font-size: 175%; font-family: sans-serif;...

Click to read more »
Module:Adjacent stations/Toei Subway
Jumat, 2026-04-24 07:23:52

"[[File:Symbol of Tokyo Metropolis.svg|18px|link=Toei Subway]]", ["station format"] = { ["Daimon"] = tokyo, ["Hakusan"] = tokyo, ["Kasuga"] = tokyo...

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

pcall(lang.formatDate, lang, 'U', dateString) if success then result = tonumber(result) if result then return result end end error(string.format( ...

Click to read more »
Module:Adjacent stations/Naples Metro
Kamis, 2025-03-13 04:39:25

Metro|Naples Metro]]", ["name format"] = "font-size: 160%; font-weight: bolder; color: black; padding: 0.4em 4px;", ["station format"] = { "%1 station", ...

Click to read more »
Module:Adjacent stations/Nanchang Metro
Minggu, 2025-12-14 00:35:24

svg|20px|link=Nanchang Metro]]", ["system icon format"] = "image", ["line icon format"] = "route", ["station format"] = { "%1 station", ["Baimashan"] =...

Click to read more »
Module:Infobox road/browselinks
Jumat, 2026-02-20 01:59:12

require("Module:Road data/parser") local parser = parserModule.parser local format = mw.ustring.format local frame = mw.getCurrentFrame() local function country(args)...

Click to read more »
Module:Adjacent stations/Los Angeles Metro Busway
Sabtu, 2026-04-04 11:05:19

"[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Busway]]", ["name format"] = "font-size: 160%; padding:8px; background-color:black; color:white;...

Click to read more »
Module:ISO 3166
Rabu, 2025-10-29 00:55:28

addWarning(string.format(notRecognized, code1, args[1], 'country', '1')) return cats('nocountry', args) end mw.addWarning(string.format(notRecognized...

Click to read more »
Module:Adjacent stations/NICTD
Rabu, 2026-04-15 09:12:49

svg|18px|link=South Shore Line]]", ["system color"] = "891b0f", ["name format"] = "font-size: 150%; font-family:Futura, Century Gothic, Helvetica, sans;...

Click to read more »
Module:Adjacent stations/SFRTA
Kamis, 2026-01-29 02:54:13

["system icon"] = "[[File:Tri-Rail.svg|18px|link=Tri-Rail]]", ["name format"] = "font-size: 150%; font-family:Gill Sans, Arial, sans; font-weight: bolder;...

Click to read more »
Module:Redirect and target
Sabtu, 2023-05-27 01:06:20

true) if target then return string.format('[[%s]] → [[%s]]', pageTitle, target) end return string.format('[[%s]] is not a redirect', pageTitle)...

Click to read more »
Module:Portal
Minggu, 2025-05-25 01:07:03

noviewer(portalImage) end local image = string.format('[[File:%s|32x28px]]', portalImage) local link = string.format('[[Portal:%s|%s%sportal]]', portal...

Click to read more »
Module:Adjacent stations/CT Transit
Senin, 2024-09-30 01:43:28

icon"] = "[[File:CTtransit logo.png|18px|link=CT Transit|alt=]]", ["name format"] = "background-color: white; text-align: left; border-top: 10px solid #98c932;...

Click to read more »
Module:Adjacent stations/Nanning Metro
Senin, 2025-09-01 01:15:13

icon"] = "[[File:BSicon SUBWAY.svg|20px|link=Nanning Metro]]", ["station format"] = { "%1 station", ["Convention and Exhibition Center"] = m, ["Yudong"]...

Click to read more »
Module:Adjacent stations/New Mexico Rail Runner Express
Sabtu, 2025-06-14 02:28:14

background color"] = "a70e13", ["header text color"] = "ffffff", ["name format"] = "text-transform: uppercase; background-color: #ffffff; font-size: 175%;...

Click to read more »
Module:Portal pictures
Jumat, 2021-11-19 07:00:17

selected pictures]]" end -- == Formatting functions == -- transclude [[Template:Portal POTD]] local function formatPortalPotd(frame, potdDate) return...

Click to read more »
Module:Adjacent stations/Minsk Metro
Sabtu, 2025-10-04 19:19:43

logo.svg|22px|link=Minsk Metro]]", ["system color"] = "993333", ["name format"] = { "font-size: 140%; font-family:Arial, sans; font-weight: bolder;...

Click to read more »
Module:Adjacent stations/Regionalverkehr Bern-Solothurn
Minggu, 2024-05-19 03:10:39

Bern-Solothurn]]", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder;...

Click to read more »
Module:Adjacent stations/Tram İzmir
Minggu, 2025-07-20 06:44:31

"[[File:Tramİzmir logo.svg|16px|alt=]]", ["system color"] = "", ["name format"] = "background-color: #00008B; font-size: 200%;" .. " font-family: helvetica...

Click to read more »
Module:Jct
Kamis, 2022-12-29 10:42:28

local concat = table.concat local insert = table.insert local format = mw.ustring.format local trim = mw.text.trim local parserModule = require(parserModuleName)...

Click to read more »
Module:Adjacent stations/CMTA
Selasa, 2025-04-08 01:38:21

svg|16px|alt=CapMetro Rail|link=CapMetro Rail]]", ["system color"] = "016aab", ["name format"] = { "font-size: 225%; font-family: Calibri, sans; font-weight: bolder;...

Click to read more »
Module:Adjacent stations/Appenzell Railways
Kamis, 2021-04-15 20:53:54

["system title"] = "[[Appenzell Railways]]", ["system icon"] = "", ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto;...

Click to read more »
Module:Age/doc
Sabtu, 2025-09-27 14:42:36

year/month/day. Alternatively, a full date can be entered in a variety of formats. For example: {{age in years and months|year1=2001|month1=1|day1=10|ye...

Click to read more »
Module:Selected current events
Rabu, 2025-01-01 09:00:51

cleaned end function formatDateString(dateString, mdyDates) if mdyDates then formattedDatePattern = "%2 %3, %1" else formattedDatePattern = "%3 %2...

Click to read more »
Module:Adjacent stations/Los Angeles Railway
Kamis, 2025-03-27 22:04:15

color"] = "eaaa00", ["header background color"] = "eaaa00", ["station format"] = { "%1 station", ["Central Station"] = "Central Station (Los Angeles)"...

Click to read more »
Module:Adjacent stations/North County Transit District
Kamis, 2025-12-25 08:27:46

Transit District|alt=Logo for North County Transit District.]]", ["name format"] = "background-color: #1c3f94; font-size: 150%; font-family: helvetica;...

Click to read more »
Module:Adjacent stations/Taiwan Railways
Senin, 2026-02-09 16:47:07

Railway|alt=Taiwan Railway]]", ["system color"] = "090980", ["station format"] = { "%1 railway station", ["Banqiao"] = x, ["Nangang"] = x, ...

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

'section'}, ['ChapterFormat'] = {'chapter-format', 'contribution-format', 'entry-format', 'article-format', 'section-format'}; ['ChapterURL'] = {'chapter-url'...

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

todays_date; good1, embargo_date = pcall (lang.formatDate, lang, 'U', embargo); todays_date = lang:formatDate ('U'); if good1 then --...

Click to read more »
Module:Category pair/sandbox
Jumat, 2022-10-21 16:58:32

hatnote = require('Module:Hatnote')._hatnote local formatLink = require('Module:Format link')._formatLink local p = {} local catNS = mw.site.namespaces...

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

This Lua module generates a HTML formatting string for the headers of {{Infobox station}} templates placed on Victorian passenger railway stations. This...

Click to read more »
Module:Adjacent stations/Manchester Metrolink
Kamis, 2024-09-05 19:15:18

color"] = "ffdb4e", ["name format"] = "font-size: large; color:#231F20; background-color: #ffdb4e; padding: 2px;", ["station format"] = { "%1 tram stop"...

Click to read more »
Module:Infobox television episode
Rabu, 2026-06-03 14:33:30

maintenance_categories = { incorrectly_formatted = "[[Category:Pages using infobox television episode with incorrectly formatted values|%s]]", unlinked_values...

Click to read more »
Module:Adjacent stations/Chemins de fer du Jura
Senin, 2025-12-15 23:40:29

du Jura]]", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder;...

Click to read more »
Module:Number table sorting
Senin, 2019-06-10 02:39:47

format = args.format or 'yes' if not Nts.formats[self.format] then error(string.format( "'%s' is not a valid format", tostring(self.format)...

Click to read more »
Module:Class
Senin, 2025-06-02 19:35:38

unboldClassSuffix = 'unbold', catRootFormat = '%s %s', catTopicFormat = '%s %s %s', catBasicFormat = '%s %s', categoryFormat = '[[:Category:%s|%s]]', templateLocation...

Click to read more »
Module:Adjacent stations/Brussels Metro
Kamis, 2024-08-01 15:17:10

Brussels Metro. A white letter 'M' on top of a pink circle.]]", ["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; line-height:...

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

type(page.getContent) == 'function' then titleObj = page else error(string.format( "bad argument #1 to 'getTarget'" .. " (string, number, or title...

Click to read more »
Module:Adjacent stations/Xuzhou Metro
Senin, 2025-09-01 01:25:30

Metro]]", ["system icon format"] = "image", ["line icon format"] = "route", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["Tianqiao"]...

Click to read more »
Module:Adjacent stations/Südostbahn
Selasa, 2025-04-22 10:44:28

icon"] = "[[File:Südostbahn icon.svg|30px|link=Südostbahn]]", ["station format"] = { "%1 railway station", ["Altdorf"] = ch, ["Zürich Hauptbahnhof"]...

Click to read more »
Module:Adjacent stations/İZBAN
Jumat, 2025-02-07 15:50:56

"[[File:İZBAN_logo.svg|16px|link=İZBAN]]", ["system color"] = "", ["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; color:...

Click to read more »
Module:RFX report
Minggu, 2025-10-05 04:35:50

] end colour = colour or '' local percentStr = mw.ustring.format( '%d', percent ) if percent == 0 and supports == 0 and opposes == 0...

Click to read more »
Module:Adjacent stations/Link Train
Kamis, 2023-10-12 03:09:46

Link]]", ["system color"] = "336699", ["system icon"] = "", ["station format"] = { "Toronto Pearson %1 station", }, ["lines"] = { ["Terminal Link"]...

Click to read more »
Module:Routemap
Kamis, 2026-03-26 07:59:00

param) local result = string.format(i18n.html['colspan-fmt'], '', '', '', '', '<span class="error">' .. string.format(i18n.errors[key] or (tostring(key)...

Click to read more »
Module:TwitterSnowflake
Rabu, 2023-01-25 06:20:20

require('Module:Date')._Date function p.snowflakeToDate(frame) local format = frame.args.format or "%B %e, %Y" local epoch = tonumber(frame.args.epoch) or 1288834974...

Click to read more »
Module:Adjacent stations/Washington Metro
Senin, 2026-03-16 20:31:22

"[[File:WMATA Metro Logo small.svg|18px|link=Washington Metro]]", ["name format"] = "font-family: Helvetica, Liberation Sans, Arimo, Microsoft Sans Serif...

Click to read more »
Module:Adjacent stations/Sydney Light Rail
Rabu, 2025-07-02 20:43:33

svg|17px|link=Light rail in Sydney]]", ["system color"] = "e4022d", ["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/SunRail
Senin, 2025-03-31 12:10:49

"[[File:SunRail logo.png|18px|link=SunRail]]", ["system color"] = "00788A", ["name format"] = "font-family: Helvetica; font-size: 160%; background-color: #00788A;...

Click to read more »
Module:Adjacent stations/Bordeaux tramway
Sabtu, 2020-08-22 11:08:48

["system title"] = "[[Bordeaux tramway]]", ["system icon"] = "", ["station format"] = { "%1 tram stop", }, ["lines"] = { ["A"] = { ["title"] = "[[Bordeaux...

Click to read more »
Module:Graph
Sabtu, 2025-07-12 23:57:01

X-Axis label format bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=) -- linewidths...

Click to read more »
Module:ScribuntoUnit
Rabu, 2026-05-27 01:46:51

actual then DebugHelper.raise({ScribuntoUnit = true, text = string.format("Failed to assert that %s is true", tostring(actual)), message = message}...

Click to read more »
Module:Adjacent stations/CTrain
Jumat, 2026-04-03 06:57:41

["system title"] = "[[Calgary Transit]]", ["system icon"] = "", ["name format"] = "font-size: 170%; font-family: Myriad Pro, Open Sans, Lucida Grande...

Click to read more »
Module:Adjacent stations/Mumbai Monorail
Rabu, 2025-06-25 14:31:26

["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; background-color:transparent;", ["station format"] = {...

Click to read more »
Module:Date table sorting
Rabu, 2019-07-10 22:00:29

the format string if args.format then self.format = args.format else self.format = self.format or 'mdy' end if not Dts.formats[self.format] then...

Click to read more »
Module:Template test case
Kamis, 2025-08-07 00:01:43

function TestCase:__tostring() local format = self.options.format local method = format and TestCase.renderMethods[format] or 'renderDefault' local ret =...

Click to read more »
Module:Adjacent stations/ARL
Jumat, 2023-04-21 17:29:00

"[[File:ARLbangkok.svg|18px|link=Airport Rail Link (Bangkok)]]", ["station format"] = { "%1 station", ["Krung Thep Aphiwat"] = "Krung Thep Aphiwat Central...

Click to read more »
Module:AfC
Jumat, 2025-05-30 07:25:29

color(status, false) local cols = { string.format('<td>[[:%s|%s]]</td>', title, short), string.format('<td data-sort-type="number" data-sort-value="%d">%...

Click to read more »
Module:Adjacent stations/JR Kyushu
Kamis, 2026-01-01 04:23:26

"[[Kyushu Railway Company|JR Kyushu]]", ["system color"] = "E50012", ["name format"] = "font-family: sans-serif; background-color: transparent; font-size:...

Click to read more »
Module:Adjacent stations/Ontario Northland Railway
Jumat, 2026-05-29 01:53:10

svg|20px|link=Ontario Northland Railway]]", ["system color"] = "FFB100", ["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Rochester Subway
Selasa, 2025-04-01 02:54:39

"[[Rochester subway|Rochester Subway]]", ["system icon"] = "", ["name format"] = "background-color: white; font-size: 175%; font-family: helvetica; color:...

Click to read more »
Module:Adjacent stations/Exo
Kamis, 2026-02-12 08:17:40

public transit icons - Train.svg|16px|link=Exo commuter rail]]", ["name format"] = "font-size: 180%; font-weight: bolder; line-height: 180%; color: #FFFFFF;...

Click to read more »
Module:Month translator
Sabtu, 2022-10-22 11:19:11

table.concat ({pattern[2], pattern[3], pattern[4]}, ''); -- extract date format from pattern table (pattern[2], pattern[3], pattern[4]) if 'dmy' ==...

Click to read more »
Module:Adjacent stations/Isfahan Metro
Rabu, 2022-06-15 04:35:03

"[[Isfahan Metro]]", ["system icon"] = "", ["system color"] = "", ["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; line-height:100%;...

Click to read more »
Module:Hatnote list
Selasa, 2023-11-14 04:00:31

-- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see...

Click to read more »
Module:NewDYKnomination
Senin, 2024-10-21 15:14:24

-- Creates a formatted error message that can be used with substitution. local function formatError(msg) return string.format('{{DYK error|1=%s}}'...

Click to read more »
Module:Adjacent stations/Los Angeles Metro Rail
Jumat, 2026-05-29 17:02:42

= "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]", ["name format"] = "font-size: 160%; padding:8px; background-color:black; color:white;...

Click to read more »
Module:Old moves
Kamis, 2026-02-26 07:12:27

ustring.format("On %s, it was proposed that this %s be [[Wikipedia:Requested moves|moved]]", date, pageType) else text = mw.ustring.format("It has...

Click to read more »
Module:Adjacent stations/Zürich S-Bahn
Jumat, 2025-09-05 12:27:35

Verkehrsverbund.svg|30px|link=Zurich S-Bahn]]", ["system icon format"] = "route", ["station format"] = { "%1 railway station", ["Zürich Hauptbahnhof"]...

Click to read more »
Module:Adjacent stations/Brescia Metro
Senin, 2025-03-31 06:33:54

["station format"] = { "%1 (Brescia Metro)", ["Sant'Eufemia"] = "[[Sant'Eufemia Buffalora (Brescia Metro)|Sant'Eufemia]]", }, ["name format"] = { ...

Click to read more »
Module:Road data
Selasa, 2023-05-30 18:19:55

local concat = table.concat local insert = table.insert local format = mw.ustring.format local trim = mw.text.trim local parserModule = require(parserModuleName)...

Click to read more »
Module:Spoken Wikipedia
Sabtu, 2025-10-18 07:13:29

formatHeader(filenames, page), formatFiles(filenames, nocat), formatIcon(), formatDisclaimer(frame, filenames, page, dateArg, nocat), formatFooter()...

Click to read more »
Module:Adjacent stations/TransLink (BC)
Minggu, 2026-05-03 21:52:43

Columbia)|TransLink]]", ["system color"] = "1266a4", ["system icon"] = "", ["name format"] = { "font-size: 180%; font-family: FF Meta, Fira Sans, sans-serif; font-weight:...

Click to read more »
Module:Adjacent stations/RER Vaud
Jumat, 2026-01-09 12:38:08

"[[File:RER Vaudois.png|15px|link=RER Vaud]]", ["system icon format"] = "croute", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"]...

Click to read more »
Module:Calendar date/events
Senin, 2026-01-19 10:02:16

- Number of days (string) df = '' - Default date format (mdy,dmy,iso) - can be overridden by "|df=" in the template datatype...

Click to read more »
Module:MLB standings
Sabtu, 2024-09-07 07:29:08

defaultOutputForInput: table mapping from input format to default output format -- (if the output format is not specified in the template arguments) --...

Click to read more »
Module:Adjacent stations/Tren Urbano
Selasa, 2026-05-12 04:51:27

"[[File:Logo of Tren Urbano de San Juan.svg|16px|link=Tren Urbano]]", ["name format"] = { -- Using Helvetica Neue instead of DB WLS "background-color: #7C3F98;...

Click to read more »
Module:Infobox/dates/sandbox
Selasa, 2025-04-08 21:45:18

-- This module provides functions to format date ranges according to [[MOS:DATERANGE]]. local p = {} local getArgs = require('Module:Arguments').getArgs...

Click to read more »
Module:Escape
Selasa, 2021-08-17 08:23:46

tostring(chr or '\\') self[1] = ('%s0%%s%s'):format( ('%x%s%s'):format(chr:byte(), safe, safe), ('%s%x'):format(safe, chr:byte()) ) if not self[self[1]]...

Click to read more »
Module:Adjacent stations/LEB
Sabtu, 2024-08-31 16:58:52

["station format"] = { "%1 railway station", ["Assens"] = "%1 railway station (Switzerland)", ["Lausanne-Flon"] = "%1 station", }, ["name format"] =...

Click to read more »
Module:Wikipedia ads
Senin, 2019-02-25 05:34:26

return string.format('[[%s|%s]]', page, display) end local function makeUrlLink(url, display) url = tostring(url) return string.format('[%s %s]', url...

Click to read more »
Module:Adjacent stations/Dongguan Rail Transit
Rabu, 2026-04-08 16:02:16

svg|28px|link=Dongguan Rail Transit|alt=Logo of Dongguan Rail Transit]]", ["station format"] = { "%1 station", ["Exhibition Center"] = x, ["Tianbao"] = x, ...

Click to read more »
Module:Adjacent stations/Jaipur Metro
Senin, 2023-10-09 11:22:24

Metro Logo.svg|18px|link=Jaipur Metro]]", ["color box format"] = "title", ["station format"] = { "%1 metro station", ["Civil Lines"] = "%1 metro...

Click to read more »
Module:Sandbox/isaacl/ColourSpace
Selasa, 2013-03-12 02:57:31

local Formats = require('Module:Sandbox/isaacl/ColourSpace/Formats') local infoFor = { sRGB = { colourSpace = 'sRGB', formatType =...

Click to read more »
Module:Adjacent stations/Elizabeth Line
Minggu, 2022-11-06 19:26:56

"[[File:Elizabeth line roundel (no text).svg|15px|link=Elizabeth line]]", ["station format"] = { "%1 railway station", ["Bond Street"] = x, ["Custom House"]...

Click to read more »
Module:Adjacent stations/Glasgow Subway
Jumat, 2023-02-17 00:11:41

svg|13px|link=Glasgow Subway|alt=Glasgow Subway]]", ["system color"] = "F57C14", ["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; color:#FFFFFF;...

Click to read more »
Module:Weather box/colors
Sabtu, 2024-04-20 01:24:20

require('Module:Math') local function hex( value ) return string.format("%02X", value) end local function format_line( background, text_color ) return "background:...

Click to read more »
Module:Adjacent stations/TILO
Kamis, 2025-04-24 21:27:47

logo RDT.svg|16px|link=Treni Regionali Ticino Lombardia]]", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["title"]...

Click to read more »
Module:Convert
Kamis, 2026-01-15 09:19:56

(UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen =...

Click to read more »
Module:Adjacent stations/Madrid Metro
Rabu, 2025-04-23 17:45:28

local p = { ["system title"] = "[[Madrid Metro]]", ["station format"] = { "%1 (Madrid Metro)", ["Acacias"] = "Acacias-Embajadores (Madrid Metro)"...

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

todays_date; good1, embargo_date = pcall (lang.formatDate, lang, 'U', embargo); todays_date = lang:formatDate ('U'); if good1 then --...

Click to read more »
Module:Adjacent stations/Transports de Martigny et Régions
Senin, 2021-01-25 00:23:28

{ ["system title"] = "[[Transports de Martigny et Régions]]", ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto;...

Click to read more »
Module:Jctint
Kamis, 2024-09-19 07:57:41

Package to be exported -- Local version of string formatting function local format = mw.ustring.format -- Local version of string trimming function local...

Click to read more »
Module:GHS phrases
Rabu, 2026-01-28 22:40:13

-------------------------------------------------- -- wlHelpPage -- -- Formats page as [[Helppage#Section|Label]] -- by default, sLabel == sSection...

Click to read more »
Module:Commons link
Kamis, 2024-10-24 17:43:16

formatting.nowrap = set nowrapping -- Returns: -- formatted string local function _formatResult(s, formatting) local resultVal = formatting.linktext...

Click to read more »
Module:Copied/sandbox
Sabtu, 2026-02-28 21:35:43

string.format("%s [%s this version] of", text, tostring(mw.uri.fullUrl(from, {oldid=from_oldid} ))) end if from then text = string.format("%s <span...

Click to read more »
Module:Road data/strings/USA/WA
Kamis, 2023-07-20 10:39:44

data/strings/USA") local util = require("Module:Road data/util") local format = mw.ustring.format local suffix = " ([dab||%dab%, |]Washington)" WA.I.link = {...

Click to read more »
Module:Find sources/sandbox
Rabu, 2024-10-16 05:26:50

0 then local formatString = '<strong class="error">%s</strong>' if cfg['namespace-error-category'] then formatString = formatString .. '[[%s:%s]]'...

Click to read more »
Module:Adjacent stations/Changzhou Metro
Jumat, 2025-12-12 19:06:46

title"] = "[[Changzhou Metro]]", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["Chashan"] = m, ["Cuizhu"] = m, ["Cultural...

Click to read more »
Module:Adjacent stations/Trinity Metro
Sabtu, 2025-10-25 12:59:26

{ ["lang"] = "en-US", ["system title"] = "[[Trinity Metro]]", ["name format"] = "color: #FFFFFF; background-color: #00208A; border-top: 6px solid #E91C2C;...

Click to read more »
Module:Adjacent stations/Metro-North Railroad
Jumat, 2026-01-16 15:10:54

icon"] = "[[File:MTA NYC logo.svg|16px|link=Metro-North Railroad]]", ["name format"] = { "background-color: white; border-top: 10px solid #000000; font-size:...

Click to read more »
Module:Weather/sandbox
Jumat, 2022-10-21 17:06:22

cellFormat[variable] = value else cellFormat[variable] = not value end end if cellFormat[1] then cellFormat.first = cellFormat[1] ...

Click to read more »
Module:Adjacent stations/Saint Petersburg Metro
Sabtu, 2024-12-28 00:33:11

"[[File:Spb metro logo.svg|15px|link=Saint Petersburg Metro]]", ["station format"] = { "%1 (Saint Petersburg Metro)", ["Dachnoye"] = "[[Dachnoye metro...

Click to read more »
Module:Adjacent stations/Trinity Railway Express
Rabu, 2024-01-24 01:54:33

"[[File:TRE logo no label.svg|20px|link=Trinity Railway Express]]", ["station format"] = { "%1 station", ["Bell"] = tre, ["Dallas Union Station"] = "%1"...

Click to read more »
Module:Track listing
Senin, 2025-05-12 11:35:39

'0' then -- Disallow times like "0:12:34" self:addWarning( string.format(cfg.leading_0_in_hours, mw.text.nowiki(length)), cfg.input_error_category...

Click to read more »
Module:IPAc-en
Senin, 2024-07-08 15:19:47

'|' return string.format( '<span title="%s">%s</span>', mw.text.encode(tooltip, '|'), label ) end local function formatPhonemeGroup(phonemes)...

Click to read more »
Module:Adjacent stations/Metrorrey
Sabtu, 2026-04-04 10:23:09

"[[File:Metrorrey.svg|15px|link=Metrorrey]]", ["system color"] = "#005391", ["name format"] = { "background-color: #FFFFFF; font-size: 185%; font-family: sans-serif;...

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

"[[Category:Pages using infobox television with incorrectly formatted values|%s]]", dates_incorrectly_formatted = "[[Category:Pages using infobox television with...

Click to read more »
Module:Adjacent stations/Shiraz Metro
Rabu, 2022-06-08 06:00:09

"[[Shiraz Metro]]", ["system icon"] = "", ["system color"] = "", ["name format"] = "background-color:white; font-size:160%; font-family:helvetica, Arial...

Click to read more »
Module:No ping
Jumat, 2025-12-12 06:09:31

_main(args) local ret = {} local fullUrl = mw.uri.fullUrl local format = string.format for i, username in ipairs(args) do local label = args['label'...

Click to read more »
Module:Adjacent stations/Hampton Roads Transit
Senin, 2025-11-17 03:39:23

Roads Transit]]", ["system icon"] = "", ["station format"] = { "%1 station", }, ["name format"] = "font-size: 150%; font-family: Helvetica, sans;...

Click to read more »
Module:Adjacent stations/NJ Transit
Selasa, 2026-01-06 07:13:42

["system icon"] = "[[File:NJT logo.svg|18px|link=NJ Transit]]", ["name format"] = { "font-size: 200%; font-family:Helvetica, 'Liberation Sans', Arial...

Click to read more »
Module:Routelist row/sandbox
Jumat, 2024-08-23 11:38:56

getContentLanguage() -- Retrieve built-in locale for date formatting local format = mw.ustring.format -- String formatting function local frame = mw.getCurrentFrame()...

Click to read more »
Module:Adjacent stations/Metro (Minnesota)
Rabu, 2026-04-15 12:56:35

"[[File:Metro Minnesota icon.svg|16px|link=Metro (Minnesota)]]", ["name format"] = "font-size: 150%; font-family:Helvetica; font-weight: bolder; color:...

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

-- generic format string for tool tip if language_name:match ('languages') then fmt_str = '$1$2 ($3) $5'; -- format string for collective...

Click to read more »
Module:Collapsible list
Rabu, 2026-05-20 07:05:09

if not type( data ) == 'string' then return '' end return mw.ustring.format( '<li style="line-height: inherit; margin: 0">%s</li>', data ) end -- Returns...

Click to read more »
Module:Current events calendar
Selasa, 2021-11-02 23:07:23

display) if display then return string.format('[[%s|%s]]', link, display) else return string.format('[[%s]]', link) end end local function...

Click to read more »
Module:Category main article
Selasa, 2025-12-09 01:37:11

article}}. local mHatnote = require('Module:Hatnote') local mFormatLink = require('Module:Format link') local yesno = require('Module:Yesno') local mTableTools...

Click to read more »
Module:Location map
Selasa, 2026-05-26 13:47:54

new('Module:Location map/data/' .. map) if not moduletitle then error(string.format('%q is not a valid name for a location map definition', map), 2) elseif...

Click to read more »
Module:Adjacent stations/Brisbane Ferries
Kamis, 2023-09-14 12:59:36

"", ["system icon"] = "", ["header stop noun"] = "wharf", ["station format"] = { "%1 ferry wharf", }, ["lines"] = { ["CityCat"] = { ["title"]...

Click to read more »
Module:Adjacent stations/Pakistan Railways
Selasa, 2024-07-23 03:49:12

local p = { ["system title"] = "[[Pakistan Railways]]", ["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height:...

Click to read more »
Module:Template test case/testcases
Selasa, 2026-02-03 20:55:48

self:preprocess_equals_preprocess( '{{#invoke:Template test case/sandbox |main |_format=columns |_caption=_caption |_rowheader=_rowheader |_heading0=_heading0...

Click to read more »
Module:Category see also
Kamis, 2025-04-24 21:18:15

local p = {} local function makeWikitextError(msg) return string.format( '<strong class="error">Error: %s ([[Template:Category see also]])</strong>'...

Click to read more »
Module:Progression rainbow
Sabtu, 2025-02-22 08:20:50

category_count(category, project) return mw.site.stats.pagesInCategory( string.format('%s %s articles', category, project), 'pages' ) end -- This is only...

Click to read more »
Module:Adjacent stations/Nuremberg S-Bahn
Selasa, 2025-04-15 02:24:02

= "[[File:S-Bahn-Logo.svg|16px|alt=]]", ["system icon format"] = "route", ["station format"] = { "%1 station", ["Dürrenhof"] = nur, ["Dutzendteich"]...

Click to read more »
Module:Adjacent stations/Dnipro Metro
Minggu, 2024-08-11 22:50:33

icon"] = "", ["system color"] = "", ["station format"] = { "%1 (Dnipro Metro)" }, ["name format"] = { ["Tsentralno-Zavodska"] = nf, }, ["header...

Click to read more »
Module:Easter/doc
Jumat, 2024-08-30 04:11:54

{{#invoke:Easter|Calculate|{{CURRENTYEAR}}|format=[[j xg]]}} 5 April {{#invoke:Easter|Calculate|{{CURRENTYEAR}}|method=Eastern|format=[[j xg]]}} 12 April...

Click to read more »
Module:Submit an edit request
Senin, 2024-12-16 22:29:26

'preload-title-text', getLevelInfo(level, 'levelText'), lang:formatDate(message('preload-title-date-format')) ) local content = mw.title.new(talkPageName):getContent()...

Click to read more »
Module:Adjacent stations/Ahmedabad Metro
Rabu, 2026-04-08 07:18:16

Metro|alt=Logo of GMRC]]", ["color box format"] = "title", ["system color"] = "000080", ["name format"] = "font-size: 150%; font-family:Arial, sans;...

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

local p = {} function p.format( frame ) local args = frame.args -- expects a sequence of strings local lines = require("Module:Adjacent stations/Metro...

Click to read more »
Module:Adjacent stations/Brightline
Jumat, 2025-03-28 08:32:40

"[[File:Brightlineicon.png|14px|link=Brightline]]", ["system color"] = "FFDC00", ["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height:...

Click to read more »
Module:Television infoboxes disambiguation check
Senin, 2025-12-22 19:01:57

DEBUG_VALID_FORMAT = "Debug: Using a valid format.", DEBUG_NOT_VALID_FORMAT = "Debug: Not a valid format.", DEBUG_YEAR_COUNTRY = "Debug: Using a valid format with...

Click to read more »
Module:Adjacent stations/Suzhou Metro
Selasa, 2025-10-28 10:16:49

title"] = "[[Suzhou Metro]]", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["Central Park"] = m, ["Children's Hospital"]...

Click to read more »
Module:GAN link
Jumat, 2016-12-16 10:47:35

display and display ~= page then return string.format('[[%s|%s]]', page, display) else return string.format('[[%s]]', page) end end local function...

Click to read more »
Module:Infobox road/map
Jumat, 2025-10-03 03:59:07

local p = {} local format = mw.ustring.format local mapsizes = { DEU = "200", } function p._map(args) local map = args.map or '' if args.map_custom...

Click to read more »
Module:Labelled list hatnote
Kamis, 2025-05-29 01:18:35

display then break end end sparsePages[k] = display and string.format('%s|%s', string.gsub(v, '|.*$', ''), display) or v end end table.sort(indices)...

Click to read more »
Module:COVID-19 data
Rabu, 2025-06-11 18:33:20

data_title:getContent() local data = mw.text.jsonDecode(data_content) local function format_num(number) if not number then return '' end local _, _, minus, int...

Click to read more »
Module:Track gauge/sandbox
Selasa, 2023-04-11 08:20:28

--------------------------------------- -- formatMet -- Formats metric measurements into a single formatted text element. Public for autodocument...

Click to read more »
Module:Adjacent stations/Erie Railroad
Sabtu, 2025-07-26 10:22:46

["system title"] = "[[Erie Railroad]]", ["system icon"] = "", ["name format"] = "font-weight: bolder; text-transform:uppercase; background-color:#FFFFFF;...

Click to read more »
Module:Adjacent stations/Baku Metro
Jumat, 2025-09-12 15:37:10

"[[File:Baku metro logo.svg|16px|alt=]]", ["system color"] = "009900", ["station format"] = { "%1 (Baku Metro)", }, ["lines"] = { ["_default"] = { ["title"]...

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

-- generic format string for tool tip if language_name:match ('languages') then fmt_str = '$1$2 ($3) $5'; -- format string for collective...

Click to read more »
Module:Protected edit request/active
Rabu, 2026-04-15 08:14:15

display) if display then return mw.ustring.format('[[%s|%s]]', page, display) else return mw.ustring.format('[[%s]]', page) end end ...

Click to read more »
Module:Adjacent stations/Basel tramway network
Minggu, 2024-01-14 03:25:56

tramway network]]", ["system icon"] = "", ["station format"] = { "%1 station", }, ["system icon format"] = "route", ["lines"] = { ["_default"] = { ...

Click to read more »
Module:Adjacent stations/San Diego Trolley
Jumat, 2026-04-24 09:06:37

Metropolitan Transit System.svg|18px|link=San Diego Trolley]]", ["name format"] = "font-family: Helvetica, Arial, sans-serif; font-size: 150%; padding:...

Click to read more »
Module:Infobox road/map/sandbox
Jumat, 2025-10-03 04:00:14

local p = {} local format = mw.ustring.format local mapsizes = { DEU = "200", } function p._map(args) local map = args.map or '' if args.map_custom...

Click to read more »
Module:Weather box/colors/sandbox
Senin, 2025-03-03 16:32:42

require('Module:Math') local function hex( value ) return string.format("%02X", value) end local function format_line( background, text_color ) return "background:...

Click to read more »
Module:AfC/sandbox
Kamis, 2023-02-09 04:33:47

color(status, false) local cols = { string.format('<td>[[:%s|%s]]</td>', title, short), string.format('<td data-sort-type="number" data-sort-value="%d">%...

Click to read more »
Module:Adjacent stations/Detroit People Mover
Rabu, 2026-04-01 07:24:57

"[[File:Logo Detroit People Mover.svg|16px|link=Detroit People Mover]]", ["name format"] = "font-size: 150%; font-family: sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Adjacent stations/Kyiv Light Rail
Sabtu, 2024-03-09 18:47:09

svg|15px|link=Kyiv Light Rail]]", ["station format"] = { "%1 (Kyiv Light Rail)", }, ["name format"] = { "font-size: 140%; font-family:Arial, sans;...

Click to read more »
Module:Adjacent stations/Tabriz Metro
Senin, 2025-04-14 08:49:31

Tabriz Metro.svg|25px|link=Tabriz Metro]]", ["system color"] = "", ["name format"] = "background-color:white; font-size:160%; font-family:helvetica, Arial...

Click to read more »
Module:Adjacent stations/Taoyuan Metro
Senin, 2026-02-09 10:33:01

"[[File:Taoyuan Metro logo plain.svg|18px|link=Taoyuan Metro]]", ["station format"] = { "%1 metro station", ["Taipei Main Station"] = "%1 (Taoyuan Metro)"...

Click to read more »
Module:Adjacent stations/DC Streetcar
Selasa, 2024-05-28 03:02:55

["system title"] = "[[DC Streetcar]]", ["system icon"] = "", ["name format"] = "font-family: Arial; background-color: #ffff00; font-weight: bolder;...

Click to read more »
Module:PHL sports team/sandbox
Sabtu, 2025-10-18 20:12:25

'[[File:%s colors.svg|%s|border|%s school colors|link=]]' return string.format(icon, team, size or '11px', alt_team or team) end local function get_athlete_link(link...

Click to read more »
Module:Commons link/sandbox
Kamis, 2024-10-24 17:40:20

formatting.nowrap = set nowrapping -- Returns: -- formatted string local function _formatResult(s, formatting) local resultVal = formatting.linktext...

Click to read more »
Module:IPAc-en/sandbox
Sabtu, 2025-09-06 21:24:47

'|' return string.format( '<span title="%s">%s</span>', mw.text.encode(tooltip, '|'), label ) end local function formatPhonemeGroup(phonemes)...

Click to read more »
Module:Date table sorting/sandbox
Rabu, 2019-07-10 21:25:21

the format string if args.format then self.format = args.format else self.format = self.format or 'mdy' end if not Dts.formats[self.format] then...

Click to read more »
Module:Adjacent stations/Queensland Rail
Rabu, 2026-06-03 12:36:51

Rail logo.svg|x14px|link=Queensland Rail|alt=Queensland Rail]]", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: normal; font-style:...

Click to read more »
Module:Formatnum
Sabtu, 2021-02-20 22:49:21

(restriction inexistant in BCP47), -- but they may violate the standard format of BCP47 language tags for specific needs in MediaWiki. -- Empty/unspecified...

Click to read more »
Module:Number table sorting/sandbox
Senin, 2019-06-10 02:39:48

format = args.format or 'yes' if not Nts.formats[self.format] then error(string.format( "'%s' is not a valid format", tostring(self.format)...

Click to read more »
Module:Adjacent stations/Tbilisi Metro
Sabtu, 2024-10-05 05:20:38

= "[[File:Metro Tbilisi logo.svg|20px|alt=Tbilisi Metro]]", ["station format"] = { "%1 (Tbilisi Metro)", }, ["lines"] = { ["1"] = { ["title"]...

Click to read more »
Module:UserLinks/shared
Jumat, 2016-12-30 22:21:53

format('[[%s|%s]]', formattedPage, display) else return string.format('[[%s]]', formattedPage) end end local function formatUrlLink(url, display) -- Formats a URL...

Click to read more »
Module:TemplateDataGenerator
Jumat, 2025-11-28 00:56:12

sort( r, nil ); end return r; end -- factory() local function format( analyze, alphabetical ) -- Make JSON code from template source text...

Click to read more »
Module:Adjacent stations/Shenzhen Metro
Kamis, 2026-05-07 12:29:19

svg|x14px|link=Shenzhen Metro|alt=SZM]]", ["line icon format"] = "route", ["station format"] = { "%1 station", ["Airport"] = x, ["Airport North"]...

Click to read more »
Module:Shortcut/sandbox
Jumat, 2025-06-06 00:20:28

...):plain() end local function makeCategoryLink(cat) return string.format('[[%s:%s]]', mw.site.namespaces[14].name, cat) end function p._main(shortcuts...

Click to read more »
Module:Adjacent stations/Via Rail
Senin, 2026-03-02 04:42:16

= "[[File:VIA Rail Canada simplified.svg|23px|link=Via Rail]]", ["name format"] = "font-size: 130%; font-weight: bold; color: #ffffff; background-color:...

Click to read more »
Module:Road data/util
Rabu, 2023-05-31 03:52:14

local insert = table.insert local concat = table.concat local format = mw.ustring.format --- -- Add all entries in `arr` into `target`. -- An error is...

Click to read more »
Module:Adjacent stations/Brampton Transit
Jumat, 2024-08-16 07:09:50

title"] = "[[Brampton Transit]]", ["system color"] = "3366CC", ["name format"] = "font-size: 180%; font-family: sans; font-weight: bolder; line-height:...

Click to read more »
Module:Jcttop/core
Kamis, 2022-09-22 06:43:34

local p = {} local format = string.format -- Local version of string formatting function local function hatnote(args) local insert = table.insert local...

Click to read more »
Module:Infobox television disambiguation check/testcases
Kamis, 2024-06-06 16:55:15

"Debug: Not a valid format."}, {'Lost (soap opera)', "Debug: Not a valid format."}, {'Lost (anime)', "Debug: Not a valid format."} }) end function...

Click to read more »
Module:Clickable button
Sabtu, 2024-07-27 05:19:50

string.format('%s', display) end else if data.isUrl then link = string.format('[%s %s]', data.link, display) else link = string.format('[[%s...

Click to read more »
Module:Adjacent stations/Wuxi Metro
Sabtu, 2026-01-10 23:25:34

["system title"] = "[[Wuxi Metro]]", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["Civic Center"] = m, ["Dongfeng"] = m, ["Dongting"]...

Click to read more »
Module:Sandbox/Erutuon/Temperature arrays
Rabu, 2016-10-05 09:35:23

set_format(key, formatVariable, formatValue1, formatValue2) if string.find(output_parameter, key) then cell_format[formatVariable] = formatValue1...

Click to read more »
Module:Calendar date
Selasa, 2023-08-22 22:32:35

createTracking() end --- Determine format type format = trimArg(args.format) if not format or format ~= "infobox" then format = "none" end -- Load configuration...

Click to read more »
Module:Road data/strings/USA/NJ
Minggu, 2022-09-25 10:26:42

data/strings/USA") local util = require("Module:Road data/util") local format = mw.ustring.format local suffix = " ([dab||%dab%, |]New Jersey)" local suffix2 =...

Click to read more »
Module:Adjacent stations/Moscow Metro
Jumat, 2026-01-09 03:10:30

Metro]]", ["name format"] = "font-size: 120%; font-family: Arial, sans; font-weight: bolder; line-height: 100%; color: black;", ["station format"] = { "%1...

Click to read more »
Module:Old moves/sandbox
Kamis, 2026-02-26 07:17:08

ustring.format("On %s, it was proposed that this %s be [[Wikipedia:Requested moves|moved]]", date, pageType) else text = mw.ustring.format("It has...

Click to read more »
Module:Adjacent stations/RTD
Selasa, 2025-12-02 09:56:18

District logo.svg|23px|link=Regional Transportation District]]", ["name format"] = "text-transform: uppercase; font-family: Helvetica, Liberation Sans...

Click to read more »
Module:Uses TemplateStyles
Senin, 2026-02-16 08:11:16

TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function...

Click to read more »
Module:Infobox television season disambiguation check/testcases
Selasa, 2026-01-06 18:15:58

Invalid formats (no valid season disambiguation) ----------------------------------------------------------------------- function p:test_3_invalid_formats()...

Click to read more »
Module:Television infoboxes disambiguation check/sandbox
Selasa, 2025-12-30 10:41:40

DEBUG_VALID_FORMAT = "Debug: Using a valid format.", DEBUG_NOT_VALID_FORMAT = "Debug: Not a valid format.", DEBUG_YEAR_COUNTRY = "Debug: Using a valid format with...

Click to read more »
Module:Old XfD multi
Kamis, 2025-11-27 11:47:08

display) display = display or 'discussion' if page then return string.format('[[%s|%s]]', page, display) else return display --probably a bad title...

Click to read more »
Module:GHS phrases/sandbox
Rabu, 2026-01-28 23:17:51

-------------------------------------------------- -- wlHelpPage -- -- Formats page as [[Helppage#Section|Label]] -- by default, sLabel == sSection...

Click to read more »
Module:Adjacent stations/Réseau Express Régional
Selasa, 2025-06-10 12:39:01

local p = { ["system title"] = "[[Réseau Express Régional|RER]]", ["name format"] = "font-family:Arial; background-color:#02207A; text-align:center;...

Click to read more »
Module:Adjacent stations/Genoa Metro
Selasa, 2022-05-24 12:32:59

["system title"] = "[[Genoa Metro]]", ["system icon"] = " ", ["name format"] = "font-size:200%; font-family:sans-serif; font-weight:bolder; line-height:100%;...

Click to read more »
Module:Adjacent stations/Lower Silesian Railways
Kamis, 2026-05-14 22:59:22

Railways|KD]]", ["system icon"] = " ", ["system color"] = "2A2A28", ["station format"] = { "%1 railway station", ["Dresden"] = "[[Dresden Hauptbahnhof]]"...

Click to read more »
Module:Interval
Kamis, 2018-11-29 08:11:27

_main(args) end function p._main(args) local n, rule, format = args.n, args.rule, args.format local numbers = getArgNums(args) local low, high...

Click to read more »
Module:Adjacent stations/Ferrovie Luganesi
Sabtu, 2022-01-22 19:26:32

["system title"] = "[[Ferrovie Luganesi]]", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["S60"] = { ["title"]...

Click to read more »
Module:IPA symbol/sandbox
Kamis, 2026-04-02 20:53:18

then if ret[dataType] then ret = ret[dataType] else error(string.format('Invalid data type "%s"', dataType)) end end return ret end local function...

Click to read more »
Module:Currency/sandbox
Senin, 2024-05-20 00:17:36

passthrough then formatted = lang:formatNum (amount) else formatted = amount end return string.format ('%s %s', formatted, name); -- put...

Click to read more »
Module:Track gauge/autodocument
Senin, 2024-08-12 19:10:45

----------------------------------------------------------------------------------- -- formatUnitPlaintext -- Pattern '00016.5 mm' for table.sort and catsort....

Click to read more »
Module:Adjacent stations/Wenzhou Rail Transit
Jumat, 2026-05-08 12:12:30

Transit|alt=Logo of Wenzhou Rail Transit]]", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["Airport"] = m, ["Chashan"] = m, ["Central...

Click to read more »
Module:Parameters/sandbox
Sabtu, 2020-07-04 17:56:03

true) local defFormat = '; %s: %s\n' local nonDefFormat = '; %s: \n' if args._para then defFormat = '; {{para|%s}}: %s\n' nonDefFormat = '; {{para|%s}}:...

Click to read more »
Module:Authority control
Sabtu, 2026-02-07 04:46:53

local tooltip = string.format( config.i18n.idnotvalid, name, val.id ) local cat = id.category and string.format( config.i18n.cat, ...

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

end format = args.format; -- Format argument if not format then format = "none" else for k, v in pairs (data.format_vals) do...

Click to read more »
Module:Adjacent stations/Vorarlberg S-Bahn
Minggu, 2024-06-09 01:00:37

"[[Vorarlberg S-Bahn]]", ["system icon"] = "", ["system icon format"] = "croute", ["station format"] = { "%1 railway station", ["Lindau-Insel"] = "Lindau-Insel...

Click to read more »
Module:Road data/strings
Sabtu, 2021-02-13 11:11:00

local p = {} local format = mw.ustring.format -- Countries with separate state modules -- local countriesWithStates = {} --- Canada --- local CAN = {'AB'...

Click to read more »
Module:Toolbar/sandbox
Selasa, 2020-05-19 21:04:53

yesno(args.span) == false then return string.format( '(%s)', toolbarItems ) else return string.format( '<span class="plainlinks%s"%s>(%s)</span>'...

Click to read more »
Module:Adjacent stations/Long Island Rail Road
Senin, 2025-05-05 06:05:22

= "[[File:MTA NYC logo.svg|16px|link=Long Island Rail Road]]", ["name format"] = { "background-color: white; border-top: 10px solid #0060A9; font-size:...

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

count = mw.ustring.gsub(args[1], '+$', '') count = lang_obj:parseFormattedNumber(args[1]) end -- in case someone writes a non-positive number...

Click to read more »
Module:Article history/config
Jumat, 2024-11-22 11:26:36

language:formatDate, going through pcall to catch -- invalid input errors. local function getDate(format, date) local success, result = pcall(lang.formatDate...

Click to read more »
Module:Adjacent stations/SRT Red Lines
Selasa, 2025-02-04 04:40:29

["system title"] = "[[SRT Red Lines]]", ["system icon"] = "", ["station format"] = { "%1 station", ["Bang Son"] = x, ["Taling Chan"] = x, ["Bang...

Click to read more »
Module:Class/sandbox
Senin, 2025-06-02 19:32:24

unboldClassSuffix = 'unbold', catRootFormat = '%s %s', catTopicFormat = '%s %s %s', catBasicFormat = '%s %s', categoryFormat = '[[:Category:%s|%s]]', templateLocation...

Click to read more »
Module:Adjacent stations/Aargau Verkehr
Minggu, 2024-01-14 09:39:59

["system title"] = "[[Aargau Verkehr]]", ["system icon"] = "", ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto;...

Click to read more »
Module:Adjacent stations/NI Railways
Minggu, 2024-10-13 06:54:35

</span>" local p = { ["system title"] = "[[NI Railways]]", ["station format"] = { "%1 railway station" }, ["lines"] = { ["_default"] = { ["title"]...

Click to read more »
Module:TwitterSnowflake/doc
Jumat, 2025-11-21 10:03:05

2021. To specify the date format, use |format=. {{#invoke:TwitterSnowflake|snowflakeToDate|id_str=1345021162959503360|format=%e %B %Y}} returns 1 January...

Click to read more »
Module:Adjacent stations/Cairo Metro
Sabtu, 2025-07-26 22:59:48

["station format"] = { "%1 station", ["Aldy Mansour"] = "Adly Mansour Transportation Hub#Services", ["Stadium"] = cm, }, ["name format"] = { "font-size:...

Click to read more »
Module:Time
Kamis, 2025-11-27 22:12:59

custom am format else dformat = DF_cust_p; -- use custom pm format end else dformat = cfg.format[DF]; -- use format from tables...

Click to read more »
Module:Signpost/index
Kamis, 2024-01-04 15:37:55

insert = table.insert local format = string.format local function makePageName(date, subpage) return format(PAGE_FORMAT, date, subpage) end local function...

Click to read more »
Module:Submit an edit request/config
Minggu, 2026-01-11 07:43:40

in the format specified by the -- "preload-title-date-format" message. ['preload-title-text'] = '$1 edit request on $2', -- The date format for the...

Click to read more »
Module:Listen/sandbox
Senin, 2025-05-12 07:30:31

lang = mw.language.new('en') local p = {} local function formatLength(length) -- Formats a duration in seconds in "(h:)mm:ss" (minutes are zero-padded...

Click to read more »
Module:Routemap/sandbox
Kamis, 2026-03-26 07:43:54

param) local result = string.format(i18n.html['colspan-fmt'], '', '', '', '', '<span class="error">' .. string.format(i18n.errors[key] or (tostring(key)...

Click to read more »
Module:Adjacent stations/Shin-Keisei
Senin, 2022-12-12 08:06:48

Electric Railway|Shin-Keisei]]", ["system color"] = "ff4eb3", ["station format"] = { "%1 Station", ["Motoyama"] = x, ["Misaki"] = x, }, ["lines"]...

Click to read more »
Module:Adjacent stations/Music City Star
Kamis, 2023-10-19 06:57:32

"en-US", ["system title"] = "[[WeGo Star]]", ["system icon"] = "", ["name format"] = "background-color: transparent; font-size: 200%; font-family: Times...

Click to read more »
Module:Adjacent stations/Shijiazhuang Metro
Jumat, 2025-11-14 19:07:32

svg|16px|link=Shijiazhuang Metro|alt=Logo of the Shijiazhuang Metro]]", ["station format"] = { "%1 station", ["Huitonglu"] = m, ["Huizhanzhongxin"] = m, ...

Click to read more »
Module:Adjacent stations/Zug Stadtbahn
Jumat, 2021-03-05 08:13:20

["system title"] = "[[Zug Stadtbahn]]", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Altdorf"] = ch, ["Cham"] = ch, ["Steinen"]...

Click to read more »
Module:TwitterSnowflake/sandbox
Minggu, 2025-08-17 23:56:37

require('Module:Date')._Date function p.snowflakeToDate(frame) local format = frame.args.format or "%B %e, %Y" local epoch = tonumber(frame.args.epoch) or 1288834974...

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

commented = commented .. string.format('|current%i=%s', i, (numargs[i]['current'] or '')) commented = commented .. string.format('|new%i=%s', i, (numargs[i]['new']...

Click to read more »
Module:Bot task
Senin, 2023-07-17 04:36:46

str = str .. string.format("'''Pages''': matching <code>%s</code> %s", args.title_regex, args.namespace and string.format("in namespace: %s.", get_namespaces(args...

Click to read more »
Module:Adjacent stations/Ankara Metro
Rabu, 2024-08-14 06:35:12

icon"] = "[[File:Ankara Metro logo.svg|20px|link=Ankara Metro]]", ["name format"] = { ["Ankaray"] = "background-color: #0A6C1B; font-size: 175%; font-family:...

Click to read more »
Module:Hatnote list/sandbox
Sabtu, 2023-11-11 06:01:37

-- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see...

Click to read more »
Module:Adjacent stations/Warsaw Metro
Selasa, 2024-05-28 04:13:20

svg|15px|link=Warsaw Metro|alt=The logo of Warsaw Metro.]]", ["station format"] = { "%1 metro station", ["Stadion"] = "[[Stadion Narodowy metro station|Stadion]]"...

Click to read more »
Module:Progress box/sandbox
Kamis, 2023-04-13 08:21:23

_date = data.date self._dateFormat = data.dateFormat or self:message('date-format') self._formattedDate = self:formatDate(self._date) do local category...

Click to read more »
Module:Infobox television episode/sandbox
Rabu, 2026-06-03 19:49:08

@module local p = {} local maintenance_categories = { dates_incorrectly_formatted = "[[Category:Pages using infobox television episode with nonstandard...

Click to read more »
Module:Road data/strings/CAN/ON
Kamis, 2025-06-05 19:26:18

"Ontario To QEW crown.svg", ["407ETR"] = "407 ETR svg format.svg", ["407 ETR"] = "407 ETR svg format.svg", default = { hook = "split", split = 500...

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

key"):format(key, tostring(value)), 2) elseif key:find('[^_%w]') or key:find('^%d') then error(("AttributeError: invalid attribute name '%s'"):format(key)...

Click to read more »
Module:Attached KML
Jumat, 2026-04-17 01:32:34

"demo", }, -- Other configuration settings config = { -- controls the format used for inline display, can be set to "box" (default) or "line" -- "box"...

Click to read more »
Module:Adjacent stations/Trams in Oslo
Senin, 2025-02-10 18:21:51

"[[File:Oslo_Tramway_Piktogram.svg|15px|link=Trams in Oslo]]", ["name format"] = "font-size: 160%; font-family:sans-serif; font-weight:lighter; text-align:left;...

Click to read more »
Module:Adjacent stations/M-1 Rail
Minggu, 2025-08-17 12:53:12

["system icon"] = "[[File:QLINE Logo.svg|16px|link=QLine]]", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height:...

Click to read more »
Module:Spoken Wikipedia/sandbox
Senin, 2025-05-19 21:16:28

formatHeader(filenames, page), formatFiles(filenames, nocat), formatIcon(), formatDisclaimer(frame, filenames, page, dateArg, nocat), formatFooter()...

Click to read more »
Module:Adjacent stations/SEPTA
Senin, 2026-03-30 02:15:34

"[[SEPTA]]", ["system icon"] = "[[File:SEPTA.svg|15px|link=SEPTA]]", ["name format"] = { "font-size: 120%;", ["SEPTA Bus"] = "font-family:Helvetica;ba...

Click to read more »
Module:Protect
Rabu, 2019-03-13 19:54:02

return string.format(options.errFormat, message) end return ... end local function protect(func, errFormat, options) if type(errFormat) == 'table' then...

Click to read more »
Module:COVID-19 data/sandbox
Minggu, 2024-08-04 11:35:41

data_title:getContent() local data = mw.text.jsonDecode(data_content) local function format_num(number) if not number then return '' end local _, _, minus, int...

Click to read more »
Module:Adjacent stations/OC Transpo
Senin, 2026-03-16 02:20:57

icon.svg|16px|link=OC Transpo]]", ["system color"] = "ee1a2c", ["name format"] = "font-size: 150%; font-family: Frutiger, Myriad Pro, Helvetica Neue...

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

['fechaarchivo'] = 'archive-date', -- Spanish ['filetype'] = 'format', ['foramt'] = 'format', -- misspelling ['fore-name'] = 'given', ...

Click to read more »
Module:Adjacent stations/London North Eastern Railway
Selasa, 2022-05-17 01:44:10

"[[London North Eastern Railway]]", ["system color"] = "ce0e2d", ["station format"] = { "%1 station", }, ["lines"] = { ["_default"] = { ["color"]...

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

then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end ...

Click to read more »
Module:Official website
Jumat, 2025-11-28 13:13:53

Wikidata]]' end return result end local ret = {} ret[#ret + 1] = string.format( '<span class="official-website">%s</span>', makeUrl(options.url or...

Click to read more »
Module:Redirect template/sandbox
Kamis, 2024-08-22 22:37:45

then return string.format("'''[[:Category:%s|%s]]''': ", args[k .. ' category'], args.name) end end return string.format("'''%s''': ", args.name)...

Click to read more »
Module:Adjacent stations/Changsha Metro
Kamis, 2025-09-25 19:26:53

title"] = "[[Changsha Metro]]", ["system color"] = "bbbbbb", ["station format"] = { "%1 station", ["Datang"] = m, ["Donghu"] = m, ["Hongqiao"]...

Click to read more »
Module:Adjacent stations/Utah Transit Authority
Selasa, 2026-04-28 06:16:38

icon"] = "[[File:UTA icon.svg|20px|link=Utah Transit Authority]]", ["name format"] = { "background-color: white; font-size: 160%; font-family: Whitney...

Click to read more »
Module:Jctint/sandbox
Minggu, 2025-12-14 20:28:01

Package to be exported -- Local version of string formatting function local format = mw.ustring.format -- Local version of string trimming function local...

Click to read more »
Module:Sandbox/Angr pukhlya/2
Kamis, 2018-12-27 09:04:23

p.date_formatting = function( frame ) -- Unpacking date local date = frame.args.date or "Invalid entry" local format = frame.args.format or "" months...

Click to read more »
Module:Adjacent stations/Polregio
Minggu, 2025-10-05 01:00:30

["system title"] = "[[Polregio]]", ["system color"] = "C52121", ["station format"] = { "%1 railway station", ["Warsaw"] = "[[Warszawa Centralna railway...

Click to read more »
Module:Adjacent stations/Swiss Federal Railways
Selasa, 2025-12-16 19:43:47

svg|20px|link=Swiss Federal Railways]]", ["system color"] = "ff0000", ["station format"] = { "%1 railway station", ["Altdorf"] = ch, ["Biel/Bienne Bözingenfeld/Champ"]...

Click to read more »
Module:Date period
Senin, 2023-06-05 23:05:23

args['format'] or "mdy" ) end function p._main(_dateA, _dateB, _forceYear, _format) -- mdy by default local dateFormat = dateFormats[_format] or "%B...

Click to read more »
Module:Adjacent stations/Catania Metro
Rabu, 2022-04-27 03:20:38

"[[Catania Metro]]", ["system icon"] = "", ["system color"] = "", ["station format"] = { "%1 metro station", ["Centrale"] = "[[Catania Centrale railway...

Click to read more »
Module:Change
Selasa, 2023-04-11 10:52:07

prec_format = require('Module:Math')._precision_format local lang = mw.getContentLanguage() local function formatnum(num) return lang:parseFormattedNumber(num)...

Click to read more »
Module:Unichar
Kamis, 2018-08-30 07:29:15

then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end ...

Click to read more »
Module:Adjacent stations/Pyongyang Metro
Minggu, 2022-06-19 16:02:52

"[[File:Logo of the Pyongyang Metro.svg|23px|link=Pyongyang Metro]]", ["station format"] = { "%1 station", ["Ragwon"] = H, }, ["lines"] = { ["Chollima"]...

Click to read more »