Search Results: Module:Convert/text/sandbox

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


Module:Convert/doc
Sabtu, 2023-11-25 12:23:44

Module:Convert • Module:Convert/sandbox • does not exist Module:Convert/data • Module:Convert/data/sandbox • does not exist Module:Convert/text •...

Click to read more »
Module:Val/sandbox
Minggu, 2017-04-23 20:02:34

options) result.sortkey = convert_unit.sortspan if use_convert then result.text = convert_unit.text result.scaled_top = convert_unit.scaled_value else...

Click to read more »
Module:Convert/tester
Senin, 2021-08-02 17:38:13

'Countries/United Kingdom', }, convert = { 'Convert', 'Convert/data', 'Convert/text', 'Convert/extra', 'Convert/wikidata', 'Convert/wikidata/data', }...

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

return convert_dec2dms_d( math.abs( coord ) ) .. postfix; end end --[[ Convert DMS format into a N or E decimal coordinate ]] local function convert_dms2dec(direction...

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

= "Module:Convert/text" .. sandbox extra_module = "Module:Convert/extra" .. sandbox wikidata_module = "Module:Convert/wikidata" .. sandbox wikidata_data_module...

Click to read more »
Module:Val
Selasa, 2025-10-07 08:57:51

text, need_parens end local function _main(values, unit_spec, options) if options.sandbox then data_module = data_module .. '/sandbox' convert_module...

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

templates_t.langxx == template then text = args_t.text or args_t[1]; -- for {{lang-xx}} else text = args_t.text or args_t[2]; -- for {{lang}}...

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

return convert_dec2dms_d( math.abs( coord ) ) .. postfix; end end --[[ Convert DMS format into a N or E decimal coordinate ]] local function convert_dms2dec(direction...

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

localized -- definitions from Module:Convert/text, if given. -- Ask for assistance at [[:en:Module talk:Convert]]. -- LATER: It would be better if this...

Click to read more »
Module:Lua banner
Rabu, 2026-02-25 10:49:45

moduleLinks[i] = moduleLinks[i] .. string.format(' ([[:%s|sandbox]])', maybeSandbox.fullText) end end local moduleList = mList.makeList('bulleted'...

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

portion of the interwikilink as plain text for use in COinS. This COinS thing is done because here we convert an interwiki link to and external link...

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

templates_t.langxx == template then text = args_t.text or args_t[1]; -- for {{lang-xx}} else text = args_t.text or args_t[2]; -- for {{lang}}...

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

format ('[%s%s%s %s]', options.prefix, url_string, options.suffix or "", mw.text.nowiki(options.id)); if is_set(options.access) then ext_link = substitute...

Click to read more »
Module:ConvertNumeric
Rabu, 2020-12-16 20:23:29

[[Module:ConvertNumeric/testcases]] -- When editing, preview with: [[Module_talk:ConvertNumeric/testcases]] -- First, edit [[Module:ConvertNumeric/sandbox]]...

Click to read more »
Module:Banner shell
Selasa, 2025-03-04 16:50:55

index = title.subjectPageTitle.text index = tostring(tonumber(index))==index and tonumber(index) or index --convert to number if page is numerical...

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

test return false, value; end rendering = mw.text.unstripNoWiki (rendering); -- convert stripmarker into rendered value (or nil? ''? when...

Click to read more »
Module:Age
Sabtu, 2026-04-18 01:40:23

and other date-related templates. local mtext = { -- Message and other text that should be localized. ['mt-bad-param1'] = 'Invalid parameter...

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

portion of the interwiki-link as plain text for use in COinS. This COinS thing is done because here we convert an interwiki-link to an external link and...

Click to read more »
Module:Cs1 documentation support
Rabu, 2026-02-25 10:03:50

-- ... so don't convert the '2' to '#' else param_i = param:gsub ('%d+', '#'); -- for enumerated parameters, convert the enumerator digits...

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

Given a dataset name, convert it to a title with the 'commons:data:' prefix link = function(dataset) return 'c:Data:' .. mw.text.trim(dataset or '') end...

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

----------------------- Translation table The following contains fixed text that may be output as part of a citation. This is separated from the main...

Click to read more »
Module:Citation/CS1/Date validation/sandbox
Senin, 2019-11-11 23:16:42

good1, access_ts = pcall( lang.formatDate, lang, 'U', accessdate ); -- convert accessdate value to unix timesatmp good2, tomorrow_ts = pcall( lang.formatDate...

Click to read more »
Module:Hms
Senin, 2019-05-27 17:53:20

for k, v in ipairs(duration) do duration[k] = tonumber(v) or 0 end -- convert values to numbers end if duration[3] then if (duration[1] + duration[2]...

Click to read more »
Module:Citation/CS1/Identifiers
Rabu, 2026-02-11 21:09:20

rxiv_ts = pcall (lang_object.formatDate, lang_object, 'U', rxiv_date); -- convert rxiv_date value to Unix timestamp good2, tomorrow_ts = pcall (lang_object...

Click to read more »
Module:Citation/CS1/COinS
Rabu, 2026-02-11 21:13:17

test return false, value; end rendering = mw.text.unstripNoWiki (rendering); -- convert stripmarker into rendered value (or nil? ''? when...

Click to read more »
Module:Multiple image
Kamis, 2025-01-09 14:07:04

pr = mw.text.split(pstr or '', '[^%d][^%d]*') -- if split failed, assume a single row if (#pr < 1) then pr = {tostring(ic)} end -- convert the array...

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

or harvc template's name; convert to lower case and trim leading and trailing whitespace; when the template is a sandbox the subpage portion of the...

Click to read more »
Module:Clade
Rabu, 2025-06-25 16:22:47

============================= --[[Function of convert Newick strings to clade format Usage: {{#invoke:Module:Sandbox/Jts1882/CladeN|newickConverter|newicks...

Click to read more »
Module:Parameter validation
Rabu, 2022-04-27 14:13:20

*)</templatedata%s*>' ) -- templatedata as text -- capture = capture and mw.ustring.gsub( capture, '"(%d+)"', tonumber ) -- convert "1": {} to 1: {}. frame.args uses...

Click to read more »
Module:Adjacent stations
Rabu, 2026-01-07 09:56:59

return p._style(args, frame) end function p.convert(frame) local args = frame.args local code = mw.text.split(mw.ustring.gsub(args[1], '^%s*{{(.*)}}%s*$'...

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

'ninety-ninth' only) local eng2ord = require('Module:ConvertNumeric').tagalog_to_ordinal local split = mw.text.split(pagename, ' ') for i=1, #split do ...

Click to read more »
Module:Citation/CS1/Utilities
Rabu, 2026-02-11 21:10:27

add to table table.insert (z.prop_keys_t, 'cs1-prop-' .. key); -- convert key to class for use in the citation's <cite> tag end end ...

Click to read more »
Module:Time
Rabu, 2026-01-07 09:54:09

start string and convert to digits else ord, weekday_num, month = decode_dst_event (tz.dst_ends); -- get end string and convert to digits end ...

Click to read more »
Module:WikidataIB
Selasa, 2023-11-07 17:57:12

conversions - only for en-wiki local conv = parseParam(args.conv or args.convert, false) -- if we have conversions, we won't have formatted numbers or...

Click to read more »
Module:Complex date
Selasa, 2023-11-07 17:23:28

'' elseif operation == 'julian' then if not date2 and date1 then -- Convert from Julian to Gregorian calendar date if Calendar == nil then Calendar...

Click to read more »
Module:Citation/CS1/Date validation
Rabu, 2026-02-11 21:07:51

= pcall (lang_object.formatDate, lang_object, 'U', accessdate ); -- convert accessdate value to Unix timestamp good2, tomorrow_ts = pcall (lang_object...

Click to read more »