Template:Size: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(clarify (I hope).)
(move "How to get size information" from WikiProject:By Size)
Line 2: Line 2:
[{{{statistics URL|{{{wiki statistics URL|{{{wiki_statistics_URL}}}}}}}}} Statistics]<br />[[:Category:Wiki Size|Wiki Size]]: {{#if: {{{pages|{{{wiki pages|{{{wiki_pages|}}}}}}}}}|[[:Category:{{SizeCat|{{{pages|{{{wiki pages|{{{wiki_pages}}}}}}}}}}}|{{{pages|{{{wiki pages|{{{wiki_pages}}}}}}}}} pages]]|[[:Category:{{{size|{{{wiki size|{{{wiki_size|UnknownSize}}}}}}}}}|{{{size|{{{wiki size|{{{wiki_size|UnknownSize}}}}}}}}}]]}}
[{{{statistics URL|{{{wiki statistics URL|{{{wiki_statistics_URL}}}}}}}}} Statistics]<br />[[:Category:Wiki Size|Wiki Size]]: {{#if: {{{pages|{{{wiki pages|{{{wiki_pages|}}}}}}}}}|[[:Category:{{SizeCat|{{{pages|{{{wiki pages|{{{wiki_pages}}}}}}}}}}}|{{{pages|{{{wiki pages|{{{wiki_pages}}}}}}}}} pages]]|[[:Category:{{{size|{{{wiki size|{{{wiki_size|UnknownSize}}}}}}}}}|{{{size|{{{wiki size|{{{wiki_size|UnknownSize}}}}}}}}}]]}}
</td></tr></table><includeonly>{{#if: {{{pages|{{{wiki pages|{{{wiki_pages|}}}}}}}}}|[[Category:{{SizeCat|{{{pages|{{{wiki pages|{{{wiki_pages}}}}}}}}}}}]]|[[Category:{{{size|{{{wiki size|{{{wiki_size|UnknownSize}}}}}}}}}]]}}{{#if: {{{size|{{{wiki size|{{{wiki_size|}}}}}}}}}|[[Category:old style size cats]]}}</includeonly><noinclude>
</td></tr></table><includeonly>{{#if: {{{pages|{{{wiki pages|{{{wiki_pages|}}}}}}}}}|[[Category:{{SizeCat|{{{pages|{{{wiki pages|{{{wiki_pages}}}}}}}}}}}]]|[[Category:{{{size|{{{wiki size|{{{wiki_size|UnknownSize}}}}}}}}}]]}}{{#if: {{{size|{{{wiki size|{{{wiki_size|}}}}}}}}}|[[Category:old style size cats]]}}</includeonly><noinclude>
==How to get size information==
Most wiki engines provide statistics somewhere including a page count. Here's how to find them for various wiki engines (although it can also depend on version)
#[[:Category:MediaWiki|MediaWiki]]: Replace <i>Special:Recentchanges</i> with <i>Special:Statistics</i>
:: We can also [http://s23.org/wikistats/addwiki/ add] MediaWiki listings to the http://s23.org/wikistats/mediawikis_html.php system which tracks various wiki stats
#[[:Category:MoinMoin|MoinMoin]]: Replace <i>RecentChanges</i> with <i>SystemInfo</i> or <i>System_Info</i>
#[[:Category:UseModWiki|UseModWiki]]: Replace <i>?RecentChanges</i> with <i>?action=index</i>
#[[:Category:Pbwiki|Pbwiki]]: Replace any page name with <tt>AllPages</tt>
#[[:Category:PhpWiki|PhpWiki]]: an option: Search for letter "e" in all Titles
#[[:Category:ProWiki|ProWiki]]: Replace <i>?RecentChanges</i> with <i>?action=spx</i>
#[[:Category:PmWiki|PmWiki]]: Search for / and scroll to the bottom (maybe searching for <tt>main/</tt> would be better)
#[[:Category:Tikiwiki|Tikiwiki]]: Replace ending <i>/tiki-lastchanges.php</i> with <i>/tiki-stats.php</i>
#[[:Category:Twiki|Twiki]]: Replace <i>/WebChanges</i> with <i>/WebIndex</i>
#[[:Category:Oddmuse|Oddmuse]]: In <i>RecentChanges</i> click on <i>1 day</i> and replace <i>?action=rc;days=1;all=0;showedit=0</i> with <i>?action=index</i>
#[[:Category:Wikispaces|Wikispaces]]: replace <i>/changes</i> ending the recent changes url with <i>/pagelist</i>


== boilerplate (new style) ==
== boilerplate (new style) ==

Revision as of 14:04, 2 February 2009

[{{{wiki_statistics_URL}}} Statistics]
Wiki Size: UnknownSize

How to get size information

Most wiki engines provide statistics somewhere including a page count. Here's how to find them for various wiki engines (although it can also depend on version)

  1. MediaWiki: Replace Special:Recentchanges with Special:Statistics
We can also add MediaWiki listings to the http://s23.org/wikistats/mediawikis_html.php system which tracks various wiki stats
  1. MoinMoin: Replace RecentChanges with SystemInfo or System_Info
  2. UseModWiki: Replace ?RecentChanges with ?action=index
  3. Pbwiki: Replace any page name with AllPages
  4. PhpWiki: an option: Search for letter "e" in all Titles
  5. ProWiki: Replace ?RecentChanges with ?action=spx
  6. PmWiki: Search for / and scroll to the bottom (maybe searching for main/ would be better)
  7. Tikiwiki: Replace ending /tiki-lastchanges.php with /tiki-stats.php
  8. Twiki: Replace /WebChanges with /WebIndex
  9. Oddmuse: In RecentChanges click on 1 day and replace ?action=rc;days=1;all=0;showedit=0 with ?action=index
  10. Wikispaces: replace /changes ending the recent changes url with /pagelist

boilerplate (new style)

When anyone goes to Community Portal and hits the "Create a New Wiki Page" button, the default boilerplate includes this:

{{Size
| statistics URL =  No 
| pages = <!-- number of pages, leave blank if unknown -->
}}

(I think this comes from Template:NewWiki boilerplate).

boilerplate (old style)

don't use this style any more, use the new style instead

{{Size
| statistics URL =  No 
| size = Size category
}}