Module:Sandbox/Aidan9382/DiscussionOverview: Difference between revisions

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
Ill rewrite this soon
Inspired by, and partially borrowed from, [[Module:Sandbox/Smalljim/DiscussionIndexTest]]
 
--]=]
just lost like a lot of progress cause i fat fingered a wikilink so im gonna be pushing changes much more now
--]]
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