IpbWiki:Using the newarticle tag
From IpbWiki
Purpose
the <newarticle> tag creates a create article box
Syntax
- <newarticle /> : creates an article input box without passing configuration values to the new page created
- <newarticle namespace='namespace_name'></newarticle> : all articles created with this inputbox will be placed in the namespace namespace_name
- <newarticle>category_name</newarticle> : all articles created with this inputbox will be placed in the category category_name
- <newarticle namespace='namespace_name'>category_name</newarticle> : all articles created with this inputbox will be placed in the namespace namespace_name and category category_name
