Lua v2 Sections some additions

Started by Darkknight900

Darkknight900 Lv 1

I would like to add some functionality to the Section functions
SectionStart() should just return the name of the Section not print a whole <SectionName="Name">
Same with SectionEnd() where there shouldn't be the garbage printed on the screen.
So in conclusion:
*no printed things for these functions please
*return Section as a string instead for SectionStart()

Thats what i would like to see for these functions :)

Any more additions to these?

Darkknight900 Lv 1

i also would like to close a specific section by name for example so we can add a parameter the SectionEnd(string SectionName) and it would be also great if we can check if there is alerady a Section with a specific name