Risultati della ricerca
Per ulteriori informazioni, vedi Aiuto:Ricerca.
Forse cercavi: Modulo:escape58 sandbox
Crea la pagina "Modulo:Escape/sandbox" su questo progetto.
- pattern = str._escapePattern( pattern ); replace = mw.ustring.gsub( replace, "%%", "%%%%" ); --Only need to escape replacement sequences...33 KB (4 324 parole) - 15:13, 22 lug 2020
- pattern = str._escapePattern( pattern ); replace = mw.ustring.gsub( replace, "%%", "%%%%" ); --Only need to escape replacement sequences...34 KB (4 482 parole) - 19:09, 24 lug 2020
- replace) limit = nil -- allow long "should be" messages end -- Escape user input so it does not break the message. -- To avoid tags (like...132 KB (20 743 parole) - 17:24, 18 mag 2019
- local ppg = '' if tonumber(matches) == nil or matches == 0 then -- Escape for zero matches win_perc = '—' ppg = '—' else --Some...22 KB (3 683 parole) - 00:12, 13 ott 2021
- create'table', { bs = require'Module:Escape',--backslash comma = {['(%([^,]*),([^%)]*%))'] = '%1|@!#|%2'},--escape commas in () } local nodeFunc = { scanPattern...27 KB (4 207 parole) - 01:17, 17 ago 2016
- '' if tonumber(matches) == nil or (matches*win_points) == 0 then -- Escape for zero matches point_perc = '—' ppg = '—' else if percentage_format...18 KB (2 963 parole) - 01:13, 13 ott 2021
- a zero byte text = text:gsub('{', '{'):gsub('|', '|') -- escape '{' and '|' text = text:gsub('%z', '|') --...13 KB (1 850 parole) - 08:40, 19 mag 2019
- replace) limit = nil -- allow long "should be" messages end -- Escape user input so it does not break the message. -- To avoid tags (like...132 KB (20 743 parole) - 21:49, 16 feb 2023
- a zero byte text = text:gsub('{', '{'):gsub('|', '|') -- escape '{' and '|' text = text:gsub('%z', '|') --
- pattern = str._escapePattern( pattern ); replace = mw.ustring.gsub( replace, "%%", "%%%%" ); --Only need to escape replacement sequences