Add two new parameters for editing new pages:
authorErik Moeller <erik@users.mediawiki.org>
Sat, 2 Jul 2005 14:38:15 +0000 (14:38 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Sat, 2 Jul 2005 14:38:15 +0000 (14:38 +0000)
commitfedceb4bcdae9a67b692eabfe259d78d39ffcab0
tree425785a037338c80cf6fa8a7203f89e748d46577
parentd81ad1041f409ad3ae082ef2d5e19efff109cb2b
Add two new parameters for editing new pages:

&preload=Page_name => Content of [[Page name]] will be loaded into the
textarea.

&&editintro=Page_name => Content of [[Page name]] will be used instead of
[[MediaWiki:Newarticletext]].

Respects read permissions.

Primary purpose: Customizing of edit pages for newbies, use of custom page
templates.

Possible future changes: Make preload work with &section=new, make editintro
work with any edit.
includes/Article.php
includes/EditPage.php