1Dokuwiki Plugin: Add New Page 2============================= 3 4The add new page plugin for Dokuwiki: https://www.dokuwiki.org/plugin:addnewpage 5 6This is free software, released under the [GPL version 2](https://www.gnu.org/licenses/gpl-2.0-standalone.html). 7 8## Syntax 9 10 {{NEWPAGE[>namespace]}} 11 12Where namespace is optional, and indicates the destination namespace for the new page. 13If you give @NS@ or @PAGE@ as namespace, the namespace of the current page or the current page ID will be used. 14 15## Authors 16 17- Originally written by [Benjamin Santalucia](https://github.com/ben8p) (aka iDo), 2006. 18- Moved to Github by hamstar <hamstar@telescum.co.nz>, 2012. 19- Updated by Sam Wilson <sam@samwilson.id.au>, 2013. 20- Updated by Michael Braun <michael-dev@fami-braun.de>, 2013. 21- Improved by Róbert Toth (FurloSK), 2013. 22- Support for newpagetemplate added by Gerrit Uitslag <klapinklapin@gmail.com>, 2014. 23- Disabling of restricted parent namespaces by Albert Chern, 2015. 24