Extension:SharedHelpPages
Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:The Unlicense licensed extensionsCategory:All extensions
The SharedHelpPages extension automatically fetches help pages from ShoutWiki Hub and "pretends" that these pages exist locally on the wiki (when in reality they don't).
The extension was written for ShoutWiki by Jack Phoenix and it is based on an older version of Extension:HelpPages by Kunal Mehta.
Installation
- Download and move the extracted
SharedHelpPages
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SharedHelpPages - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SharedHelpPages' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
$wgSharedHelpPagesDevelopmentMode
— boolean, defaults tofalse
. Set totrue
to skip the page existence check. That check can be a bit of a problem when your local copy of the Hub DB is not 100% up to date (e.g. a page exists on Hub but not on your local copy of Hub's DB).$wgSharedHelpPagesCacheExpiry
— cache expiration time. The default is604800
which is a week (60 * 60 * 24 * 7
).$wgSharedHelpPagesAPIUrl
— fallback API URL for when the requested language code is non-English and it is not found in the$wgSharedHelpLanguages
array, i.e. there is no shared help for that language (yet). Defaults tohttp://www.shoutwiki.com/w/api.php
$wgSharedHelpPagesTimeout
— timeout in seconds for the API request to fetch remote help content. Defaults to10
$wgSharedHelpLanguages
— array of ISO 639 language codes in which the help pages are available. Defaults to[ "en", "fi", "fr", "nl" ]
(English, Finnish, French, Dutch)
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Category:All extensions
Category:ArticleDeleteComplete extensions
Category:ArticleFromTitle extensions
Category:BeforePageDisplay extensions
Category:EditPage::showEditForm:initial extensions
Category:Extensions by ShoutWiki
Category:Extensions in Wikimedia version control
Category:Extensions included in ShoutWiki
Category:Extensions with invalid or missing type
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:LinksUpdateComplete extensions
Category:PageSaveComplete extensions
Category:SkinTemplateNavigation::Universal extensions
Category:Stable extensions
Category:The Unlicense licensed extensions
Category:TitleIsAlwaysKnown extensions
Category:WantedPages::getQueryInfo extensions
Category:WikiPageFactory extensions