Revision history of "Module:Search"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 03:18, 20 January 2022Tachyony talk contribs 2,320 bytes +2,320 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..."