Jump to content

Main public logs

Combined display of all available logs of Nikowiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:43, 26 November 2025 Defautluser0 talk contribs created page Module:Control de autoridades (Created page with "require('Module:No globals') local function cleanLink ( link, style ) -- similar to mw.uri.encode local wikiLink = link if style == 'PATH' then wikiLink = mw.ustring.gsub( wikiLink, ' ', '%%%%20' ) elseif style == 'WIKI' then wikiLink = mw.ustring.gsub( wikiLink, ' ', '_' ) wikiLink = mw.ustring.gsub( wikiLink, '?', '%%%%3F') else -- if style == 'QUERY' then -- default wikiLink = mw.ustring.gsub( wikiLink, ' ', '+' ) end wikiLink = mw.ustring.gsub( wikiLi...")