m (1 revision imported) |
forge>Unknown user No edit summary |
||
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 | |||
}} | |||
}} | |||
==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 111: | ||
{{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 = 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 | |||
}} | }} | ||
}} | }} | ||
Revision as of 14:50, 10 July 2024
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
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 |
EnhancedUIsVersionHistoryToolbarOffset | 0 |