10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 91: | Line 91: | ||
section.pre = mw.ustring.sub(content, index.h2 + 1, math.min(index.pron1, index.e1, index.m1) - 1) | section.pre = mw.ustring.sub(content, index.h2 + 1, math.min(index.pron1 or math.huge, index.e1 or math.huge, index.m1 or math.huge) - 1) | ||
if mw.ustring.find(section.pre, "%S") == nil then section.pre = nil end | if mw.ustring.find(section.pre, "%S") == nil then section.pre = nil end | ||
-- strips of any other headings | -- strips of any other headings |