You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "AutoDoc:BlueSpiceAuthors"
m (1 revision imported) |
hw>Unknown user |
Contents
DescriptionMsg[edit source]
Displays the profile picture for authors of a page
License[edit source]
GPL-3.0-only
Requirements[edit source]
- MediaWiki: ~11.31
- BlueSpiceFoundation: ~33.2
IntegratesInto[edit source]
- BlueSpiceFoundation
- BlueSpiceArticleInfo
Config[edit source]
Configuration[edit source]
Name | Value |
---|---|
AuthorsBlacklist | array ( 0 => 'MediaWiki default', ) |
AuthorsShow | true |
AuthorsNamespaceBlacklist | array ( 0 => 6, 1 => 7, 2 => 8, 3 => 9, 4 => 14, 5 => 15, ) |
AuthorsShow | true |
ApiModules[edit source]
API Modules[edit source]
- bs-pageauthors-store
Hooks[edit source]
Hooks[edit source]
==DescriptionMsg== {{AutoDocDescriptionMsg |name = BlueSpiceAuthors |desc = {{int:bs-authors-desc }} }} ==License== {{AutoDocLicense |name = GPL-3.0-only }} ==Requirements== {{AutoDocRequirements |mediawiki = {{AutoDocVersion |name = MediaWiki |version = ~11.31 }} |extensions = {{AutoDocVersion |name = BlueSpiceFoundation |version = ~33.2 }} }} ==IntegratesInto== {{AutoDocIntegratesInto |into = {{AutoDocListItem |item = BlueSpiceFoundation }} {{AutoDocListItem |item = BlueSpiceArticleInfo }} }} ==Config== {{AutoDocConfig |config = {{AutoDocOption |name = AuthorsBlacklist |value = <nowiki>array ( 0 => 'MediaWiki default', )</nowiki> }} {{AutoDocOption |name = AuthorsShow |value = <nowiki>true</nowiki> }} {{AutoDocOption |name = AuthorsNamespaceBlacklist |value = <nowiki>array ( 0 => 6, 1 => 7, 2 => 8, 3 => 9, 4 => 14, 5 => 15, )</nowiki> }} }} {{AutoDocOption |name = AuthorsShow |value = <nowiki>true</nowiki> }} }} ==ApiModules== {{AutoDocApiModules |APIModules = {{AutoDocCallback |name = bs-pageauthors-store |callback = BlueSpice\Authors\Api\Store\PageAuthors }} }} ==Hooks== {{AutoDocHooks |Hooks = {{AutoDocCallback |name = BSInsertMagicAjaxGetData [https://www.mediawiki.org/wiki/Manual:Hooks/BSInsertMagicAjaxGetData BSInsertMagicAjaxGetData] |callback = \BlueSpice\Authors\Hook\BSInsertMagicAjaxGetData\Authors::callback }} {{AutoDocCallback |name = GetDoubleUnderscoreIDs [https://www.mediawiki.org/wiki/Manual:Hooks/GetDoubleUnderscoreIDs GetDoubleUnderscoreIDs] |callback = \BlueSpice\Authors\Hook\GetDoubleUnderscoreIDs\AddNoAuthors::callback }} }}
Line 4: | Line 4: | ||
|desc = {{int:bs-authors-desc | |desc = {{int:bs-authors-desc | ||
}} | }} | ||
+ | }} | ||
+ | ==License== | ||
+ | {{AutoDocLicense | ||
+ | |name = GPL-3.0-only | ||
}} | }} | ||
==Requirements== | ==Requirements== | ||
Line 9: | Line 13: | ||
|mediawiki = {{AutoDocVersion | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |name = MediaWiki | ||
− | |version = | + | |version = 1.31 |
}} | }} | ||
|extensions = {{AutoDocVersion | |extensions = {{AutoDocVersion | ||
|name = BlueSpiceFoundation | |name = BlueSpiceFoundation | ||
− | |version = | + | |version = 3.2 |
}} | }} | ||
}} | }} | ||
Line 19: | Line 23: | ||
{{AutoDocIntegratesInto | {{AutoDocIntegratesInto | ||
|into = {{AutoDocListItem | |into = {{AutoDocListItem | ||
− | |||
− | |||
− | |||
|item = BlueSpiceArticleInfo | |item = BlueSpiceArticleInfo | ||
}} | }} | ||
Line 32: | Line 33: | ||
0 => 'MediaWiki default', | 0 => 'MediaWiki default', | ||
)</nowiki> | )</nowiki> | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{AutoDocOption | {{AutoDocOption | ||
Line 47: | Line 44: | ||
5 => 15, | 5 => 15, | ||
)</nowiki> | )</nowiki> | ||
+ | }} | ||
+ | {{AutoDocOption | ||
+ | |name = AuthorsShow | ||
+ | |value = <nowiki>true</nowiki> | ||
}} | }} | ||
}} | }} | ||
Line 59: | Line 60: | ||
{{AutoDocHooks | {{AutoDocHooks | ||
|Hooks = {{AutoDocCallback | |Hooks = {{AutoDocCallback | ||
− | |name = BSInsertMagicAjaxGetData | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSInsertMagicAjaxGetData BSInsertMagicAjaxGetData] |
|callback = \BlueSpice\Authors\Hook\BSInsertMagicAjaxGetData\Authors::callback | |callback = \BlueSpice\Authors\Hook\BSInsertMagicAjaxGetData\Authors::callback | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
− | |name = GetDoubleUnderscoreIDs | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetDoubleUnderscoreIDs GetDoubleUnderscoreIDs] |
|callback = \BlueSpice\Authors\Hook\GetDoubleUnderscoreIDs\AddNoAuthors::callback | |callback = \BlueSpice\Authors\Hook\GetDoubleUnderscoreIDs\AddNoAuthors::callback | ||
}} | }} | ||
}} | }} |