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