{formlabel label="Edit Page Sections" for="wiki_section_edit"}
{forminput}
{formhelp note="Using this feature, it is possible to edit only sections of your wiki pages ranging from one heading to another. specify what headings you want to use as boundaries."}
{/forminput}
{formlabel label="Tables syntax" for="wiki_tables"}
{forminput}
{formhelp note="Either use || to start a new row in a table, or start a new line (recommended)."}
{/forminput}
{/form}
{/jstab}
{jstab title="Wiki Settings"}
{form}
{legend legend="Wiki Home Page"}
{forminput label="checkbox"}
{html_checkboxes name="wiki_disable_auto_home" values="y" checked=$gBitSystem->getConfig('wiki_disable_auto_home') labels=false id="wiki_disabled_auto_home"} {tr}Disable Wiki Home Page{/tr}
{formhelp note="When checked the default wiki url will load a list of recently edited pages. This will disable the auto-fetching of the home page value below."}
{/forminput}
{formlabel label="Wiki Home Page" for="wiki_home_page"}
{forminput}
{formhelp note="When the wiki is accessed, this is the page that will be displayed as the first page."}
{/forminput}
{/legend}
{legend legend="Wiki Link Format"}
{formlabel label="Wiki Link Format" for="wiki_page_regex"}
{forminput}
{formhelp note="Controls recognition of Wiki links using the two parenthesis Wiki link syntax ((page name)).
English
allows only letters, numbers, space, underscore, dash, period and semicolon. Space, dash, period and semicolon not allowed as the first character.
Latin
adds accented characters such as äöüåñòôùçèêîâööúä.
Complete
allows any character at all but is not guaranteed to be bug-free or secure.
{/legend}
{legend legend="Wiki Watch"}
{formfeedback warning="This feature has been disabled for now since it's not functional."}
{foreach from=$formWikiWatch key=item item=output}