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).
- 15:22, August 19, 2025 WikiVisor talk contribs created page Module:Publisher (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 logo = args['logo'] or args['Logo'] or '' local logoFilename = '' if logo ~= '' then logoFilename = frame:preprocess('{{PAGENAME:' .. logo .. '}}') end local...")
