Difference between revisions of "PKC Guide"
Jump to navigation
Jump to search
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Personal Knowledge Container PKC]] is a collection of tools centered around [[MW:MediaWiki|MediaWiki]]. | [[PKC|Personal Knowledge Container(PKC)]] is a collection of tools centered around [[MW:MediaWiki|MediaWiki]]. | ||
To learn how to use PKC, the first place to look should be this website, [[Working with MediaWiki]]<ref>Yaron Koren, Working with MediaWiki, https://workingwithmediawiki.com/book/introduction.html, last accessed: June 16, 2021</ref>. | |||
=Extensions= | =Extensions= | ||
Line 5: | Line 7: | ||
==Loaded with Submodules== | ==Loaded with Submodules== | ||
# [https://github.com/FantasticoFox/ExtensionDataAccounting ExtensionDataAccounting] | # [https://github.com/FantasticoFox/ExtensionDataAccounting FantasticoFox/ExtensionDataAccounting] | ||
# [[MW:MW-OAuth2Client| | # [[MW:Extension:OAuth2 Client|MW-OAuth2Client]] | ||
# [[MW:Extension:3D|3d2png]] | |||
==Loaded as Raw files== | ==Loaded as Raw files== | ||
Line 56: | Line 59: | ||
# * wfLoadExtension( 'OATHAuth' ); | # * wfLoadExtension( 'OATHAuth' ); | ||
# * wfLoadExtension( 'OAuth' ); | # * wfLoadExtension( 'OAuth' ); | ||
=References= |
Latest revision as of 10:21, 27 June 2021
Personal Knowledge Container(PKC) is a collection of tools centered around MediaWiki.
To learn how to use PKC, the first place to look should be this website, Working with MediaWiki[1].
Extensions
PKC is loaded with many MediaWiki extensions, they are listed below:
Loaded with Submodules
Loaded as Raw files
- * wfLoadExtension( 'CategoryTree' );
- * wfLoadExtension( 'Cite' );
- * wfLoadExtension( 'CiteThisPage' );
- * wfLoadExtension( 'CodeEditor' );
- * wfLoadExtension( 'ConfirmEdit' );
- * wfLoadExtension( 'Gadgets' );
- * wfLoadExtension( 'ImageMap' );
- * wfLoadExtension( 'InputBox' );
- * wfLoadExtension( 'Interwiki' );
- * wfLoadExtension( 'LocalisationUpdate' );
- * wfLoadExtension( 'MultimediaViewer' );
- * wfLoadExtension( 'Nuke' );
- * wfLoadExtension( 'PageImages' );
- * wfLoadExtension( 'ParserFunctions' );
- * wfLoadExtension( 'PdfHandler' );
- * wfLoadExtension( 'Poem' );
- * wfLoadExtension( 'Renameuser' );
- * wfLoadExtension( 'ReplaceText' );
- * wfLoadExtension( 'Scribunto' );
- * wfLoadExtension( 'SecureLinkFixer' );
- * wfLoadExtension( 'SpamBlacklist' );
- * wfLoadExtension( 'SyntaxHighlight_GeSHi' );
- * wfLoadExtension( 'TemplateData' );
- * wfLoadExtension( 'TextExtracts' );
- * wfLoadExtension( 'TitleBlacklist' );
- * wfLoadExtension( 'WikiEditor' );
- * wfLoadExtension( 'DrawioEditor' );
- * wfLoadExtension( 'intersection' );
- * wfLoadExtension( 'PdfHandler' );
- * wfLoadExtension( 'PDFEmbed' );
- * wfLoadExtension( 'EmbedVideo');
- * wfLoadExtension( 'MultimediaViewer' );
- * wfLoadExtension( '3D' );
- * wfLoadExtension( '3DAlloy' );
- * wfLoadExtension( 'Math' );
- * wfLoadExtension( 'GeoData' );
- * wfLoadExtension( 'JsonConfig' );
- * wfLoadExtension( 'Kartographer' );
- * wfLoadExtension( 'EmbedSpotify' );
- * wfLoadExtension( 'PageForms' );
- * wfLoadExtension( 'Maps' );
- * wfLoadExtension( 'Cargo' );
- * wfLoadExtension( 'Widgets' );
- * wfLoadExtension( 'GoogleDocs4MW' );
- * wfLoadExtension( 'TemplateWizard' );
- * wfLoadExtension( 'OATHAuth' );
- * wfLoadExtension( 'OAuth' );
References
- ↑ Yaron Koren, Working with MediaWiki, https://workingwithmediawiki.com/book/introduction.html, last accessed: June 16, 2021