Index: trunk/extensions/MultilingualLiquidThreads/MultilangLqt.php |
— | — | @@ -34,3 +34,6 @@ |
35 | 35 | $wgHooks['LiquidThreadsEndOfShowNewThreadForm'][] = 'MultilangLqtHooks::showLanguageSelector'; |
36 | 36 | $wgHooks['LiquidThreadsShowReplyForm'][] = 'MultilangLqtHooks::showLanguageSelector'; |
37 | 37 | |
| 38 | +$wgPageProps['use-liquid-threads'] = 'Whether or not the page uses LiquidThreads'; |
| 39 | + |
| 40 | + |
Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -99,3 +99,8 @@ |
100 | 100 | # speed |
101 | 101 | # ## |
102 | 102 | $sfgCacheFormDefinitions = false; |
| 103 | + |
| 104 | +# ## |
| 105 | +# Page properties, used for the API |
| 106 | +# ## |
| 107 | +$wgPageProps['formdefinition'] = 'Definition of the semantic form used on the page'; |
Index: trunk/extensions/TemplateInfo/TemplateInfo.php |
— | — | @@ -48,3 +48,6 @@ |
49 | 49 | |
50 | 50 | // Register API action |
51 | 51 | $wgAPIPropModules['templateinfo'] = 'ApiQueryTemplateInfo'; |
| 52 | + |
| 53 | +// Register page_props usage |
| 54 | +$wgPageProps['templateinfo'] = 'Content of <templateinfo> tag'; |
Index: trunk/extensions/ApprovedRevs/ApprovedRevs.php |
— | — | @@ -65,3 +65,5 @@ |
66 | 66 | $wgGroupPermissions['sysop']['approverevisions'] = true; |
67 | 67 | $wgAvailableRights[] = 'viewlinktolatest'; |
68 | 68 | $wgGroupPermissions['*']['viewlinktolatest'] = true; |
| 69 | + |
| 70 | +$wgPageProps['approvedrevs'] = 'Whether or not the page is approvable'; |
Index: trunk/extensions/SemanticDrilldown/includes/SD_Settings.php |
— | — | @@ -55,4 +55,7 @@ |
56 | 56 | $sdgFiltersSmallestFontSize = - 1; |
57 | 57 | $sdgFiltersLargestFontSize = - 1; |
58 | 58 | // print categories list as tabs |
59 | | -$sdgShowCategoriesAsTabs = false; |
\ No newline at end of file |
| 59 | +$sdgShowCategoriesAsTabs = false; |
| 60 | + |
| 61 | +$wgPageProps['hidefromdrilldown'] = 'Whether or not the page is set as HIDEFROMDRILLDOWN'; |
| 62 | +$wgPageProps['showindrilldown'] = 'Whether or not the page is set as SHOWINDRILLDOWN'; |
\ No newline at end of file |