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
  • 16:25, 26 December 2025 Joe Beaudoin Jr. talk contribs created page Module:ReadingTime (Created page with "local p = {} function p.getReadingTime(frame) -- Get the content of the current page local title = mw.title.getCurrentTitle() local content = title:getContent() if not content then return "1 min" end -- Strip out some wiki-markup to get a cleaner word count -- This removes HTML comments, category links, and some formatting local cleanContent = content:gsub("<!%-%-.-%-%->", "") :gsub("%[%[Category:.-%]%]",...")