Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • frontend to the mw.text.unstrip, unstripNoWiki and killMarkers functions local p = {} function p.unstrip(frame) return mw.text.unstrip(frame.args[1]) end...
    351 bytes (54 words) - 02:12, 8 October 2021
  • trim(mw.text.killMarkers(code)) == "" or yesno(frame.args.unstrip) then code = mw.text.unstripNoWiki(code); end return pframe:preprocess(code) end return...
    308 bytes (47 words) - 15:15, 14 December 2020
  • arguments for a, v in pairs( pargs ) do if unstrip then v = mw.text.unstrip( v ) pargs[a] = v end if...
    22 KB (2,282 words) - 20:34, 27 December 2022
  • or '') .. '|' .. (w or '') .. '|alt=' .. (a or '') .. '|' .. mw.text.unstrip(c or '') .. ']]' end local function getcontainers(noborder, float, width...
    3 KB (535 words) - 18:32, 2 January 2022
  • local val = args[i] if val ~= "" then if _ne(args.nowiki) then -- Unstrip nowiki tags first because calling nw on something that already contains...
    4 KB (600 words) - 18:22, 4 December 2022
  • ["Module:Unicode_data"] = 1370000, ["Module:Unicode_data/scripts"] = 460000, ["Module:Unstrip"] = 44000, ["Module:Unsubst"] = 11400000, ["Module:Unsubst-infobox"] =...
    6 KB (758 words) - 06:11, 9 April 2023
  • performing their expansion by running the extension code. Only MediaWiki can unstrip these tags in texts after they have been returned by Lua. For this...
    18 KB (2,159 words) - 13:11, 23 November 2021
  • whitespace c = c:match( '^%s*(.-)[%s;]*$' ) -- unstrip nowiki strip markers c = mw.text.unstripNoWiki(c) -- lowercase c = c:lower() -- first...
    7 KB (1,274 words) - 18:52, 10 December 2020
  • mw.text.unstripNoWiki(args['template']):format(unpack(data)) elseif args['preprocess'] then return frame:preprocess(mw.text.unstrip...
    2 KB (244 words) - 18:23, 4 December 2022
  • then local placeholder, preserve = ('6'):char(), {} code = mw.text.unstripNoWiki(code) noWiki = code:gsub('%%', placeholder):gsub('&lt;', '<'):gsub('&gt;'...
    4 KB (615 words) - 15:50, 1 September 2021
  • args, code, sep, offset, argstosub) local result = {} code = mw.text.unstripNoWiki(code) for i, value in ipairs(args) do if i > offset then argstosub["i"]...
    1 KB (188 words) - 01:24, 17 August 2021
  • abandon this test return false, value; end rendering = mw.text.unstripNoWiki (rendering); -- convert stripmarker into rendered value (or...
    16 KB (2,256 words) - 15:43, 14 January 2023
  • abandon this test return false, value; end rendering = mw.text.unstripNoWiki (rendering); -- convert stripmarker into rendered value (or...
    16 KB (2,265 words) - 15:49, 14 January 2023
  • setmetatable({}, NowikiInvocation) obj.cfg = cfg invocation = mw.text.unstrip(invocation) -- Decode HTML entities for <, >, and ". This means that HTML...
    25 KB (3,189 words) - 05:07, 1 March 2023
  • if tostring(key):match(cfg.pattern.style) then if styleratio{mw.text.unstripNoWiki(style)} < 4.5 then return true end end end return false...
    17 KB (2,526 words) - 10:01, 8 August 2023
  • If the entire input is in a nowiki tag, or if the optional parameter |unstrip=yes is specified, first extracts the contents of nowiki tags before preprocessing...
    2 KB (148 words) - 04:20, 30 January 2023
  • / dtag {{Plain text}} / Module:Plain text {{Unstrip}}, {{UnstripNoWiki}}, {{KillMarkers}} / Module:Unstrip {{Strip tags}} CFUP, clean check for unk parameters|clean...
    1 KB (124 words) - 21:25, 11 October 2021
  • If the entire input is in a nowiki tag, or if the optional parameter |unstrip=yes is specified, first extracts the contents of nowiki tags before preprocessing...
    105 bytes (190 words) - 15:14, 14 December 2020
  • / dtag {{Plain text}} / Module:Plain text {{Unstrip}}, {{UnstripNoWiki}}, {{KillMarkers}} / Module:Unstrip {{Strip tags}} CFUP, clean check for unk parameters|clean...
    88 bytes (165 words) - 18:59, 10 November 2021
  • / dtag {{Plain text}} / Module:Plain text {{Unstrip}}, {{UnstripNoWiki}}, {{KillMarkers}} / Module:Unstrip {{Strip tags}} CFUP, clean check for unk parameters|clean...
    710 bytes (27 words) - 09:29, 9 March 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)