Mediawiki: how do I create a list of wanted articles in the Main namespace? -


mediawiki provides special page view "wanted pages" (pages linked don't have existing articles yet) visiting /special:wantedpages on wiki. check out wikipedia's wanted pages see i'm talking about.

my issue wanted pages list fill pages special namespaces. @ moment wiki chock full of wanted pages in template, talk, , category namespaces, name few.

with many links special namespace pages, articles in main namespace (the ones users care about) getting lost. there way (through extension or have you) create list of wanted pages in main namespace?

see wantedpagesfromns extension. however, have make minor edit extension source files work latest versions of mediawiki (1.20+).

  • rename downloaded .zip file .7z can expand it.
  • copy wantedpagesfromns folder extensions folder of mediawiki installation.
  • open wantedpagesfromns.php file , comment out line reads wfloadextensionmessages( 'wantedpagesfromns' );. (that function deprecated in mediawiki , unecessary. see here more details.)
  • finally, add include_once("$ip/extensions/wantedpagesfromns/wantedpagesfromns.php"); localsettings.php.

to view wanted pages main namespace in wiki, put on page want list appear:

<wantedpagens>     namespace = main </wantedpagens> 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -