Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Heavenly Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:48, 3 May 2025 Medici talk contribs created page Module:Infobox Activity (Created page with "-------------------------- -- Module for Template:Infobox Activity ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local tb = require('Module:Trailblazer Region') function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'image' }, { name = 'aka', func = 'has_content'...")