User:Mutante: Difference between revisions
Line 26: | Line 26: | ||
count=50 | count=50 | ||
</DPL> | </DPL> | ||
<!-- | |||
18:11 <mutante> is there a way for a user to see "newest pages in category:X"? | |||
18:11 <mutante> sorted by creation date of the page | |||
18:11 <pfctdayelise> mutante: best bet would be dpl | |||
18:11 <pfctdayelise> DynamicPageList | |||
18:12 <pfctdayelise> well unless they have installed some cool extn, all you can really do is 'related changes' | |||
18:13 <mutante> i want to see the newest pages in Category:MediaWiki | |||
18:13 <pfctdayelise> on the category page, look in the toolbox for a link 'related changes' | |||
18:13 <mutante> to get updated on the new ones they add | |||
18:13 <pfctdayelise> it's not exactly what you want but it's the closest thing without installing extensions | |||
18:13 <mutante> ok,thanks | |||
18:14 <mutante> ok, manually parsing the list for capital N now | |||
18:17 <pfctdayelise> mutante: they have DPL installed!! | |||
18:17 <pfctdayelise> you can totally do something cool with it | |||
18:19 <pfctdayelise> ordermethod=firstedit | |||
18:19 <pfctdayelise> but if you want to watch everything in the category, probably more useful to do order=categoryadd | |||
18:19 * pfctdayelise loves DPLs | |||
18:20 <mutante> pfctdayelise: to which URL are you adding those | |||
18:20 <mutante> the category page? | |||
18:20 <pfctdayelise> no | |||
18:20 <pfctdayelise> where's your userpage? let me make one for you :) | |||
!--> |
Revision as of 16:29, 20 April 2007
Hi. My wiki is the S23-Wiki.
I am working on Wiki Statistics for Wikimedia projects.
You can see my current lists in different formats (html, wikisyntax, csv) here:
Currently i am going through Category:MediaWiki to add other Non-Wikimedia Mediawikis for this new list.
You can help me out by using this form to add more wikis from Category:MediaWiki. There is also an alphabetic list of the Wikis that are already added.
Only Mediawikis can be added which provide raw, text-only stats on a page like Special:Statistics?action=raw or title=Special:Statstics&action=raw. Example: [1]
This is the case for Mediawikis up from a certain version (i think from 1.5) on. Mediawikis that cannot be added because they dont know "action=raw" yet are definately old versions that should badly be updated for unrelated security reasons anyways.
You can add requests for changes / updates to S23-Wiki on the page Wikistats/ToDo
On 23C3 stayed at Mattis place. Was nice.
50 newest pages added to Category:MediaWiki
<DPL> category=MediaWiki ordermethod=categoryadd count=50 </DPL>