Content deleted Content added
Can fix sorting like this, that works ig |
bold doesnt work with !, woops |
||
Line 133:
local sections = getSectionData(text)
local tableContent = '{| class="wikitable sortable"\n! style="text-align:center" colspan=6 |
.. ']]
for _,section in next,sections do
local sanitisedName = string.gsub(string.gsub(section.name,"%[%[:?[^|]-|([^%]]-)]]","%1"),"%[%[:?([^%]]-)]]","%1")
|