Network Six Wiki:About

From Network Six Wiki

Jump to: navigation, search

Network Six Wiki is a MediaWiki installation run by the administrators of Network Six for the purpose of creating an encyclopedia focused on the history and current information of the Network Six role-play game. Network Six Wiki is a wiki, meaning that editing is a simple process of clicking on the 'Edit this page' link.

Network Six Wiki began on August 16, 2006.

Article count

What does MediaWiki think an article is? The MediaWiki code is as follows:

# Would the given text make this article a "good" article (i.e.,
# suitable for including in the article count)?
function isCountable( $text )
{
	global $wgUseCommaCount, $wgMwRedir;

	if ( 0 != $this->mTitle->getNamespace() ) { return 0; }
	if ( $wgMwRedir->matchStart( $text ) ) { return 0; }
	$token = ($wgUseCommaCount ? ',' : '[[' );
	if ( false === strstr( $text, $token ) ) { return 0; }
	return 1;
}

This means that any article that is in the main namespace (i.e. not prefixed with Network Six Wiki: or Help:) that is not a redirect that has a link (or at least a [[) is considered a countable article -- since virtually every article, even the stubs, have a category link, this can be considered a very inclusive article count.

For more detailed statistics, see Special:Statistics.

Personal tools
Variants
Actions
Navigation
Toolbox