Main public logs
Jump to navigation
Jump to search
This is a combined display of all logs except the patrol, review, tag and thanks logs: :Who performed the action – enter their name without prefix under "Performer". :The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 03:18, 20 January 2022 Tachyony talk contribs created page Module:Search (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...")