Content deleted Content added
Ignore # for getUserMentions |
Add header text to the wikitable |
||
Line 133:
local sections = getSectionData(text)
local tableContent = '{| class="wikitable sortable"\n
.. ']]</b>\n|-\n! Section !! Initiator !! Last Comment !! Size !! Participants !! Mentions'
for _,section in next,sections do
local sanitisedName = string.gsub(string.gsub(section.name,"%[%[:?[^|]-|([^%]]-)]]","%1"),"%[%[:?([^%]]-)]]","%1")
|