Main public logs

From DSRPG

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

Logs
  • 13:21, 4 May 2025 Dubhghlas talk contribs created page Module:Structure (Created page with "-- Module:Structure -- Provides enhanced functionality for structure infoboxes local p = {} -- Main entry point for the module function p.infobox(frame) local args = frame.args -- If called via #invoke, get the args from the parent frame if not args or not args[1] then args = frame:getParent().args end -- Initialize HTML output local html = mw.html.create() -- Create the main infobox container local infobox = html:...")