Main public logs

From Eli's Software Encyclopedia

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

Logs
  • 16:48, August 22, 2025 WikiVisor talk contribs created page Module:Person (Created page with "local utils = require('Module:Utils') local p = {} function p.semanticStore(frame) local titleObj = mw.title.getCurrentTitle() local args = frame:getParent().args or {} -- Get and normalize parameter values local title = args['name'] or args['Name'] or args['title'] or titleObj.text local image = args['image'] or args['photo'] or args['Photo'] or '' local imageFilename, imageAlt, imageCaption = '', '', '' if image ~= '' then local fn, alt = util...")