User:Dan Bolser/Extension:Semantic Forms/Manual/Special:AddData
Appearance
The Special:AddData special page lets users add or edit pages using one of forms in the wiki. The page is additionally used by the forminput parser function and the formlink parser function.
The behaviour of the special page is adjusted by passing parameters in the URL. For example, to create a given page with a specified form, you would use the following URL:
http://site/wiki/page/path/Special:AddData/form_name/page_name
where 'form_name' is the form that you want to use (excluding the Form: prefix) and page name is the page that you want to create or edit with the form.
The allowed parameters are identical to those used in the 'query string' (see the forminput parser function).