Welcome to the PHCC Wiki.

Please create an user account and then help us to make this the one-stop for information on PHCC.

 Actions

Special

System messages

This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.

Filter
Filter by customization state:    
First page
Last page
Name Default message text
Current message text
checkuser-log-ipusers (Talk) (Translate) $1 got users for $2
checkuser-log-ipusers-xff (Talk) (Translate) $1 got users for XFF $2
checkuser-log-return (Talk) (Translate) Switch to CheckUser main form
checkuser-log-useredits (Talk) (Translate) $1 got edits for $2
checkuser-log-userips (Talk) (Translate) $1 got IP addresses for $2
checkuser-logcase (Talk) (Translate) The log search is case sensitive.
checkuser-massblock (Talk) (Translate) Block selected users
checkuser-massblock-commit (Talk) (Translate) Block selected users
checkuser-massblock-text (Talk) (Translate) Selected accounts will be blocked indefinitely, with autoblocking of IP addresses enabled and account creation disabled. IP addresses will be blocked for one week for anonymous users only and account creation will be disabled.
checkuser-month (Talk) (Translate) last 30 days
checkuser-nolog (Talk) (Translate) No log file found.
checkuser-nomatch (Talk) (Translate) No matches found.
checkuser-nomatch-edits (Talk) (Translate) No matches found. Last edit was on $1 at $2.
checkuser-noreason (Talk) (Translate) You must give a reason for this query.
checkuser-period (Talk) (Translate) Duration:
checkuser-query (Talk) (Translate) Query recent changes
checkuser-reason (Talk) (Translate) Reason:
checkuser-reason-api (Talk) (Translate) API: $1
checkuser-reset-action (Talk) (Translate) reset password for user "$1"
checkuser-search-form (Talk) (Translate) Find log entries where the $1 is $2
checkuser-search-initiator (Talk) (Translate) initiator
checkuser-search-submit (Talk) (Translate) Search
checkuser-search-target (Talk) (Translate) target
checkuser-showlog (Talk) (Translate) Show log
checkuser-summary (Talk) (Translate) This tool scans recent changes to retrieve the IP addresses used by a user or show the edit/user data for an IP address. Users and edits by a client IP address can be retrieved via XFF headers by appending the IP address with "/xff". IPv4 (CIDR $1-32) and IPv6 (CIDR $2-128) are supported. No more than 5,000 edits will be returned for performance reasons. Use this in accordance with policy.
checkuser-target (Talk) (Translate) IP address or username:
checkuser-token-fail (Talk) (Translate) Session failure. Please try again.
checkuser-too-many (Talk) (Translate) Too many results (according to query estimate), please narrow down the CIDR. Here are the IP addresses used (5000 max, sorted by address):
checkuser-user-nonexistent (Talk) (Translate) The specified user does not exist.
checkuser-users (Talk) (Translate) Get users
checkuser-wasblocked (Talk) (Translate) Previously blocked
checkuser-week-1 (Talk) (Translate) last week
checkuser-week-2 (Talk) (Translate) last two weeks
checkuserlog (Talk) (Translate) Check user log
clearyourcache (Talk) (Translate) <strong>Note:</strong> After saving, you may have to bypass your browser's cache to see the changes. * <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac) * <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac) * <strong>Internet Explorer:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Clear the cache in <em>Tools → Preferences</em>
collapsible-collapse (Talk) (Translate) Collapse
collapsible-expand (Talk) (Translate) Expand
cologneblue-desc (Talk) (Translate) A lightweight skin with minimal formatting
cologneblue.css (Talk) (Translate) /* CSS placed here will affect users of the Cologne Blue skin */
cologneblue.js (Talk) (Translate) /* Any JavaScript here will be loaded for users using the Cologne Blue skin */
colon-separator (Talk) (Translate) :
columns (Talk) (Translate) Columns:
comma-separator (Talk) (Translate) ,
common.css (Talk) (Translate) /* CSS placed here will be applied to all skins */
/* <pre><nowiki> */ /* CSS placed here will be applied to all skins */ /* MB: hide page title, subtitle, and tagline (eg: "From PHCC") on each page */ #siteSub { display:none; } #firstHeading { display:none; } #tagline { display:none; } /* MB: Make headings look more like old theme, with hrule's under h2/h3's */ h2:after { content:' '; display:block; border:2px solid black; } h3:after { content:' '; display:block; border:1px solid black; } /* MB: copied from wikipedia, for *Extension:Usage_Statistics / /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ div.Boxmerge, div.NavFrame { margin: 0; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position:relative; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } a.NavToggle { position: absolute; top: 0; right: 3px; font-weight: normal; font-size: 90%; } /* </nowiki></pre> */
common.js (Talk) (Translate) /* Any JavaScript here will be loaded for all users on every page load. */
//<source lang="javascript"> /* Any JavaScript here will be loaded for all users on every page load. */ /* MB: adapted from Wikipedias MediaWiki:Common.js page */ if (wgAction == "edit" || wgAction == "submit" || wgPageName == "Special:Upload") //scripts specific to editing pages { importScript("MediaWiki:Common.js/edit.js") } /** Dynamic Navigation Bars (experimental) ************************************* * MB: needed for Extension: Usage_Statistics * Description: See [[Wikipedia:NavFrame]]. * Maintainers: UNMAINTAINED */ // set up the words in your language var NavigationBarHide = '[' + collapseCaption + ']'; var NavigationBarShow = '[' + expandCaption + ']'; // shows and hides content and picture (if available) of navigation bars // Parameters: // indexNavigationBar: the index of navigation bar to be toggled function toggleNavigationBar(indexNavigationBar) { var NavToggle = document.getElementById("NavToggle" + indexNavigationBar); var NavFrame = document.getElementById("NavFrame" + indexNavigationBar); if (!NavFrame || !NavToggle) { return false; } // if shown now if (NavToggle.firstChild.data == NavigationBarHide) { for (var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling) { if ( hasClass( NavChild, 'NavPic' ) ) { NavChild.style.display = 'none'; } if ( hasClass( NavChild, 'NavContent') ) { NavChild.style.display = 'none'; } } NavToggle.firstChild.data = NavigationBarShow; // if hidden now } else if (NavToggle.firstChild.data == NavigationBarShow) { for (var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling) { if (hasClass(NavChild, 'NavPic')) { NavChild.style.display = 'block'; } if (hasClass(NavChild, 'NavContent')) { NavChild.style.display = 'block'; } } NavToggle.firstChild.data = NavigationBarHide; } } // adds show/hide-button to navigation bars function createNavigationBarToggleButton() { var indexNavigationBar = 0; // iterate over all < div >-elements var divs = document.getElementsByTagName("div"); for (var i = 0; NavFrame = divs[i]; i++) { // if found a navigation bar if (hasClass(NavFrame, "NavFrame")) { indexNavigationBar++; var NavToggle = document.createElement("a"); NavToggle.className = 'NavToggle'; NavToggle.setAttribute('id', 'NavToggle' + indexNavigationBar); NavToggle.setAttribute('href', 'javascript:toggleNavigationBar(' + indexNavigationBar + ');'); var isCollapsed = hasClass( NavFrame, "collapsed" ); /* * Check if any children are already hidden. This loop is here for backwards compatibility: * the old way of making NavFrames start out collapsed was to manually add style="display:none" * to all the NavPic/NavContent elements. Since this was bad for accessibility (no way to make * the content visible without JavaScript support), the new recommended way is to add the class * "collapsed" to the NavFrame itself, just like with collapsible tables. */ for (var NavChild = NavFrame.firstChild; NavChild != null && !isCollapsed; NavChild = NavChild.nextSibling) { if ( hasClass( NavChild, 'NavPic' ) || hasClass( NavChild, 'NavContent' ) ) { if ( NavChild.style.display == 'none' ) { isCollapsed = true; } } } if (isCollapsed) { for (var NavChild = NavFrame.firstChild; NavChild != null; NavChild = NavChild.nextSibling) { if ( hasClass( NavChild, 'NavPic' ) || hasClass( NavChild, 'NavContent' ) ) { NavChild.style.display = 'none'; } } } var NavToggleText = document.createTextNode(isCollapsed ? NavigationBarShow : NavigationBarHide); NavToggle.appendChild(NavToggleText); // Find the NavHead and attach the toggle link (Must be this complicated because Moz's firstChild handling is borked) for(var j=0; j < NavFrame.childNodes.length; j++) { if (hasClass(NavFrame.childNodes[j], "NavHead")) { NavFrame.childNodes[j].appendChild(NavToggle); } } NavFrame.setAttribute('id', 'NavFrame' + indexNavigationBar); } } } addOnloadHook( createNavigationBarToggleButton ); ////// //</source>
compare-invalid-title (Talk) (Translate) The title you specified is invalid.
compare-page1 (Talk) (Translate) Page 1
compare-page2 (Talk) (Translate) Page 2
First page
Last page