[go: up one dir, main page]

Jump to content

Search results

Results 1 – 20 of 46
Advanced search

Search in namespaces:

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • tostring(key):match(cfg.pattern.style) then if styleratio{mw.text.unstripNoWiki(style)} < 4.5 then return true end end end return false...
    19 KB (2,690 words) - 16:04, 30 August 2024
  • '^%s*(.-)[%s;]*$' ) -- unstrip nowiki strip markers c = mw.text.unstripNoWiki(c) -- lowercase c = c:lower() -- first try to look it up local...
    7 KB (1,274 words) - 22:38, 6 January 2019
  • abandon this test return false, value; end rendering = mw.text.unstripNoWiki (rendering); -- convert stripmarker into rendered value (or nil...
    16 KB (2,260 words) - 19:19, 12 August 2023
  • tostring(key):match(cfg.pattern.style) then if styleratio{mw.text.unstripNoWiki(style)} < 4.5 then return true end end end return false...
    28 KB (4,035 words) - 23:35, 21 September 2024
  • '^%s*(.-)[%s;]*$' ) -- unstrip nowiki strip markers c = mw.text.unstripNoWiki(c) -- lowercase c = c:lower() -- first try to look it up local...
    7 KB (1,274 words) - 15:50, 6 January 2019
  • '' then tmp_sep = '; ' end local icontip = mw.text.nowiki(mw.text.unstripNoWiki(icon..tmp_sep..table.concat(overlapIcons, '; '))) local textspl = string...
    64 KB (9,731 words) - 05:29, 5 July 2024
  • abandon this test return false, value; end rendering = mw.text.unstripNoWiki (rendering); -- convert stripmarker into rendered value (or nil...
    16 KB (2,269 words) - 22:17, 12 August 2023
  • '' then tmp_sep = '; ' end local icontip = mw.text.nowiki(mw.text.unstripNoWiki(icon..tmp_sep..table.concat(overlapIcons, '; '))) local textspl = string...
    64 KB (9,741 words) - 16:42, 28 August 2024
  • unstripNoWiki and killMarkers functions local p = {} function p.unstrip(frame) return mw.text.unstrip(frame.args[1]) end function p.unstripNoWiki(frame)...
    351 bytes (54 words) - 01:12, 8 October 2021
  • marker and result in literal UNIQ...QINU showing up val = nw(mw.text.unstripNoWiki(val)) end local k, v = string.match(val, "(.*)=(.*)") if not...
    4 KB (600 words) - 08:30, 8 March 2022
  • marker and result in literal UNIQ...QINU showing up val = nw(mw.text.unstripNoWiki(val)) end local k, v = string.match(val, "(.*)=(.*)") if not...
    4 KB (621 words) - 12:38, 17 February 2023
  • content in nowiki tags") listString = mw.text.trim( mw.text.unstripNoWiki( listString ) ) end if string.match( listString, "^*", 1 ) then...
    39 KB (4,718 words) - 16:33, 28 March 2024
  • args[arg or 1] or '' if code:match'UNIQ%-%-nowiki' then code = mw.text.unstripNoWiki(code) :gsub('&lt;', '<') :gsub('&gt;', '>') :gsub('&quot;'...
    5 KB (672 words) - 02:31, 14 August 2024
  • "]="",["%_"]=" ",["%-"]=" ", ["%d%d?%d?PX"]="", } text = mw.text.unstripNoWiki(text) -- Remove <nowiki> tags text = mw.ustring.upper(text)...
    9 KB (1,314 words) - 17:56, 16 August 2024
  • args, code, sep, offset, argstosub) local result = {} code = mw.text.unstripNoWiki(code) code = code:gsub('&lt;', '<'):gsub('&gt;', '>') for i, value...
    1 KB (194 words) - 18:02, 1 September 2024
  • addWarning("Stripping content in nowiki tags") listString = mw.text.trim( mw.text.unstripNoWiki( listString ) ) end if string.match( listString, "^*", 1 ) then ...
    37 KB (4,614 words) - 20:48, 8 April 2023
  • text.unstripNoWiki(args['template']):format(unpack(data)) elseif args['preprocess'] then return frame:preprocess(mw.text.unstripNoWiki...
    2 KB (244 words) - 22:57, 30 September 2021
  • table from the nowiki tags passed as arguments tbl_str = mw.text.unstripNoWiki (args[1]); -- undo <nowiki>'s escaping of the wikitext (mw.text.decode...
    3 KB (446 words) - 18:00, 18 March 2023
  • text.killMarkers(code)) == "" or yesno(frame.args.unstrip) then code = mw.text.unstripNoWiki(code); end return pframe:preprocess(code) end return p...
    308 bytes (47 words) - 21:58, 12 March 2019
  • . "|~~~~}}" end function p.SpeedTest(frame) local text = mw.text.unstripNoWiki(frame.args[1]) local out = "" for i = 1, tonumber(frame.args[2]) or...
    6 KB (839 words) - 07:56, 23 August 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)