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).
- 16:25, 26 December 2025 Joe Beaudoin Jr. talk contribs protected Module:ReadingTime [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 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:.-%]%]",...")