m (1 revision imported) |
imported>Unknown user No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
|extensions = {{AutoDocVersion | |extensions = {{AutoDocVersion | ||
|name = OOJSPlus | |name = OOJSPlus | ||
|version = | |version = 2.0.0 | ||
}} | }} | ||
}} | }} | ||
Line 25: | Line 24: | ||
|into = {{AutoDocListItem | |into = {{AutoDocListItem | ||
|item = EnhancedStandardUIs | |item = EnhancedStandardUIs | ||
}} | |||
}} | |||
==SpecialPages== | |||
{{AutoDocSpecialPages | |||
|SpecialPages = {{AutoDocCallback | |||
|name = EnhancedAllPages | |||
|callback = MediaWiki\Extension\EnhancedStandardUIs\Special\EnhancedAllPages | |||
}} | |||
{{AutoDocCallback | |||
|name = EnhancedFilelist | |||
|callback = MediaWiki\Extension\EnhancedStandardUIs\Special\EnhancedFilelist | |||
}} | |||
{{AutoDocCallback | |||
|name = EnhancedSpecialPages | |||
|callback = MediaWiki\Extension\EnhancedStandardUIs\Special\EnhancedSpecialPages | |||
}} | |||
}} | |||
==Permissions== | |||
{{AutoDocPermissions | |||
|permissions = {{AutoDocPermission | |||
|name = enhancedstandarduis-viewuncustomizedspecialpageslist | |||
|type = global | |||
|roles = accountselfcreate, commenter, author, editor, reviewer, structuremanager, accountmanager, admin, bot, maintenanceadmin | |||
|desc = {{int:right-enhancedstandarduis-viewuncustomizedspecialpageslist | |||
}} | |||
}} | |||
}} | |||
==DefaultUserOptions== | |||
{{AutoDocDefaultUserOptions | |||
|options = {{AutoDocOption | |||
|name = allpages-show-non-content | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = allpages-show-redirect | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = allpages-show-talk | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-author | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-categories | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-comment | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-file_extension | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-file_size | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-formatted_ts | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-preview | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = filelist-show-title | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = history-show-author | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = history-show-diff | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = history-show-revision | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = history-show-size | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = history-show-summary | |||
|value = <nowiki>1</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = history-show-tags | |||
|value = <nowiki>0</nowiki> | |||
}} | }} | ||
}} | }} | ||
Line 30: | Line 125: | ||
{{AutoDocConfig | {{AutoDocConfig | ||
|config = {{AutoDocOption | |config = {{AutoDocOption | ||
|name = EnhancedUIsAllPagesOverride | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = EnhancedUIsAllPagesPaginatorOffset | |||
|value = <nowiki>0</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = EnhancedUIsExtendedFilelistOverride | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = EnhancedUIsFilelistOverride | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = EnhancedUIsSpecialSpecialPagesOverride | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = EnhancedUIsVersionHistoryToolbarOffset | |name = EnhancedUIsVersionHistoryToolbarOffset | ||
|value = <nowiki>0</nowiki> | |value = <nowiki>0</nowiki> | ||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetPreferences GetPreferences] | |||
|callback = userpreference | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonUIRegisterSkinSlotComponents MWStakeCommonUIRegisterSkinSlotComponents] | |||
|callback = registerGlobalActions | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonWebAPIsQueryStoreResult MWStakeCommonWebAPIsQueryStoreResult] | |||
|callback = addTitleWatchInfo, addFilePath | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SpecialPage_initList SpecialPage_initList] | |||
|callback = special-pages | |||
}} | }} | ||
}} | }} | ||
Latest revision as of 16:57, 19 March 2025
DescriptionMsg
Provides user interfaces for MediaWiki standard user interfaces
License
GPL-3.0-only
Requirements
- MediaWiki: 1.39.0
- OOJSPlus: 2.0.0
IntegratesInto
- EnhancedStandardUIs
SpecialPages
- EnhancedAllPages
- EnhancedFilelist
- EnhancedSpecialPages
Permissions
Permissions
Name | Description | Role |
---|---|---|
enhancedstandarduis-viewuncustomizedspecialpageslist | View certain special pages on the list Special:SpecialPages, that are hidden for users of pure reader role | accountselfcreate, commenter, author, editor, reviewer, structuremanager, accountmanager, admin, bot, maintenanceadmin |
DefaultUserOptions
User options
Name | Value |
---|---|
allpages-show-non-content | 0 |
allpages-show-redirect | 1 |
allpages-show-talk | 0 |
filelist-show-author | 1 |
filelist-show-categories | 1 |
filelist-show-comment | 0 |
filelist-show-file_extension | 0 |
filelist-show-file_size | 0 |
filelist-show-formatted_ts | 1 |
filelist-show-preview | 1 |
filelist-show-title | 1 |
history-show-author | 1 |
history-show-diff | 1 |
history-show-revision | 1 |
history-show-size | 0 |
history-show-summary | 1 |
history-show-tags | 0 |
Config
Configuration
Name | Value |
---|---|
EnhancedUIsAllPagesOverride | false |
EnhancedUIsAllPagesPaginatorOffset | 0 |
EnhancedUIsExtendedFilelistOverride | false |
EnhancedUIsFilelistOverride | false |
EnhancedUIsSpecialSpecialPagesOverride | false |
EnhancedUIsVersionHistoryToolbarOffset | 0 |