I don't know of any existing magic word for view counts on a page-by-page
basis, but you could create one, or just query the database for the
specific number you want:

SELECT SUM(page_counter) FROM page WHERE page_title LIKE "VTK/Examples/Cxx%"
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to