Main public logs

From The Sextant of Worlds
Jump to navigationJump to search

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

Logs
  • 21:45, 1 May 2025 Stonedreamer talk contribs created page Module:Infobox (Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs = {} local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker)...")
  • 21:45, 1 May 2025 Stonedreamer talk contribs deleted page Module:Infobox (content was: "local p = {} function p.main() return "Infobox module is currently under maintenance." end return p")
  • 01:25, 1 May 2025 Stonedreamer talk contribs imported Module:Infobox by file upload (1 revision)
  • 22:48, 19 April 2025 Stonedreamer talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")