Module:Search: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit, ← = automatic edit summary

10 August 2022

  • curprev 11:0211:02, 10 August 2022WikiDwarf talk contribs 2,330 bytes +2,330 Created page with "-- This module implements {{search}} local p = {} local ll = '' local function urlencode(text) -- Return equivalent of {{urlencode:text}}. local function byte(char) return string.format('%%%02X', string.byte(char)) end return text:gsub('[^ %w%-._]', byte):gsub(' ', '+') end local function addlink(p, u, a, t, s) local item = ll:tag('li') item:wikitext(p .. '[' .. u .. ' ') item:tag('abbr') :attr('title', a) :wikitext(t) item:wikitext(']' .. s) end functi..."