Jump to content

Search results

  • ustring.gsub(s, '(</[Tt][Rr]%s*>%s*)(\127[^\127]*UNIQ%-%-templatestyles%-%x+%-QINU[^\127]*\127)', '%2%1') end -- end moving templatestyles and categories...
    20 KB (2,651 words) - 21:29, 27 December 2022
  • has_poem_tag (text) return text:find ('\127[^\127]*UNIQ%-%-poem%-[%a%d]+%-QINU[^\127]*\127') and true or false; end --[[--------------------------< H...
    75 KB (10,950 words) - 22:25, 25 June 2024
  • -- sequence of prefix patterns '^\127[^\127]*UNIQ%-%-%a+%-%x+%-QINU[^\127]*\127', -- stripmarker '^([%*;:#]+)', -- various...
    16 KB (2,384 words) - 18:46, 10 March 2024
  • class="geo%-inline[^"]*">(.+)</span>)\127[^\127]*UNIQ%-%-indicator%-%x+%-%-?QINU[^\127]*\127', function (inline, coord) return inline .. displaytitle(coord)...
    24 KB (3,499 words) - 00:22, 31 May 2024
  • '\127[^\127]*UNIQ%-%-(%a+)%-[%a%d]+%-QINU[^\127]*\127', -- capture returns name of stripmarker ['math'] = '\127[^\127]*UNIQ%-%-math%-[%a%d]+%-QINU[^\127]*\127' -- math...
    109 KB (14,330 words) - 15:32, 23 March 2024
  • local strip_marker_pattern = '(\127[^\127]*UNIQ%-%-templatestyles%-%x+%-QINU[^\127]*\127)' for k, arg in pairs(args) do for marker in gfind(arg,...
    17 KB (2,576 words) - 21:07, 17 May 2024
  • from strip markers. out = out:gsub('(\127[^\127]*UNIQ%-%-%l+%-)%x+(%-%-?QINU[^\127]*\127)', '%1%2') return out end local firstOutput = normaliseOutput(self...
    25 KB (3,235 words) - 18:51, 4 July 2024
  • local strip_marker_pattern = '(\127[^\127]*UNIQ%-%-templatestyles%-%x+%-QINU[^\127]*\127)' for k, arg in pairs(args) do for marker in gfind(arg,...
    13 KB (1,692 words) - 04:48, 31 May 2024
  • templatestyles then local pattern = '(\127[^\127]*UNIQ%-%-templatestyles%-)(%x+)(%-QINU[^\127]*\127)' local _, expected_stripmarker_id = compared_expected:match(pattern)...
    12 KB (1,665 words) - 17:03, 25 May 2023
  • what you are doing! text = mw.ustring.gsub(text, "UNIQ%w*%-ref%-%d*%-QINU", "") end if args.comments ~= "no" then text = text:gsub("<!%-%-.-%-%->"...
    7 KB (1,035 words) - 04:47, 17 February 2024
  • (args[v]) then args[v] = args[v]:gsub("\127[^\127]*UNIQ%-%-(%a+)%-%x+%-QINU[^\127]*\127", "") -- Remove all strip-markers. args[v] = args[v]:gsub("</...
    22 KB (2,705 words) - 21:18, 13 August 2023
  • will -- mangle the nowiki strip marker and result in literal UNIQ...QINU showing up val = nw(mw.text.unstripNoWiki(val)) end local k, v...
    4 KB (600 words) - 08:30, 8 March 2022
  • replace spaces with non-breaking space if not nowrapString:find("UNIQ.-QINU") and not nowrapString:find("%[%[.-%]%]") then -- unless...
    39 KB (4,718 words) - 16:33, 28 March 2024
  • comparisons work. return text:gsub('(\127[^\127]*UNIQ[^\127]*%-)(%x+)(-QINU[^\127]*\127)', '%100000000%3') end local function status_box(stats, expected...
    13 KB (1,926 words) - 23:44, 30 April 2023
  • clean_list_syntax(str) str = string.gsub(str, "\127[^\127]*UNIQ%-%-(%a+)%-%x+%-QINU[^\127]*\127", "") -- Remove all strip-markers. str = string.gsub(string...
    27 KB (3,880 words) - 16:54, 16 July 2024
  • title=tt else tt = mw.ustring.match(title,"UNIQ.-QINU.(.+)") if tt then title=tt end...
    6 KB (748 words) - 05:30, 1 June 2013
  • tags if args[1]:match ('^%s*\127[^\127]*UNIQ%-%-nowiki%-%x%x%x%x%x%x%x%x%-QINU[^\127]*\127%s*$') then -- BUG. The <nowiki> trick does not work in VisualEditor...
    3 KB (446 words) - 18:00, 18 March 2023
  • unique placeholder sequences for references score = score:gsub('"`UNIQ.-QINU`"', '') -- Remove superscript tags and their contents score = score:gsub('<sup...
    19 KB (2,353 words) - 03:39, 9 June 2024