Dokuwiki Plugin: Add New Page ============================= The add new page plugin for Dokuwiki: https://www.dokuwiki.org/plugin:addnewpage This is free software, released under the [GPL version 2](https://www.gnu.org/licenses/gpl-2.0-standalone.html). ## Syntax {{NEWPAGE[>namespace]}} Where namespace is optional, and indicates the destination namespace for the new page. If you give @NS@ or @PAGE@ as namespace, the namespace of the current page or the current page ID will be used. ## Authors - Originally written by [Benjamin Santalucia](https://github.com/ben8p) (aka iDo), 2006. - Moved to Github by hamstar , 2012. - Updated by Sam Wilson , 2013. - Updated by Michael Braun , 2013. - Improved by RĂ³bert Toth (FurloSK), 2013. - Support for newpagetemplate added by Gerrit Uitslag , 2014. - Disabling of restricted parent namespaces by Albert Chern, 2015.