Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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

Logs
  • 22:10, 26 December 2025 Joe Beaudoin Jr. talk contribs created page Module:SourceMode (Created page with "local p = {} function p.get(frame) -- Safely call the parser function with error handling local success, mode = pcall(function() return frame:preprocess('{{sourcemode}}') end) -- If it fails or returns empty, default to inline if success and mode and mode ~= '' then return mode else return 'inline' end end return p")