Content deleted Content added
im angry that i fat fingered a wikilink and lost progress so frequent commiting here we come, man I just lost so many regexs |
Rewrite the comments now that im less stressed |
||
Line 1:
--[=[
A module designed to provide an overall summary and some statistics on a discussion board
Inspired by, and partially borrowed from, [[Module:Sandbox/Smalljim/DiscussionIndexTest]]
--]=]▼
▲--]]
local Transcluder = require("Module:Transcluder")
local p = {}
--Specialised version of Transcluder.getSections, using a similar design
local function getSectionData(text)
local sections = {}
Line 19:
end
return sections
end
local function getUserSigs(text)
return {}
end
|