diff options
author | jdlrobson <jdlrobson@gmail.com> | 2020-09-04 12:00:21 -0700 |
---|---|---|
committer | jdlrobson <jdlrobson@gmail.com> | 2020-09-22 14:06:29 -0700 |
commit | 7f0412e64425583aa7b06c1732117bef9f9719d3 (patch) | |
tree | 7bbd2fa85327d3677cf749e143e50232289b6b6b /languages/i18n/qqq.json | |
parent | 2cf7e664579f2fbe329d2d070a11cc3f260b7680 (diff) | |
download | mediawikicore-7f0412e64425583aa7b06c1732117bef9f9719d3.tar.gz mediawikicore-7f0412e64425583aa7b06c1732117bef9f9719d3.zip |
Expose portlet data in SkinMustache
This data structure is sufficient to generate menus in
all Wikimedia deployed skins.
This new method will be used immediately in Example skin:
Ifb30a2c1314692c2869bd99c523e19c821be1f08
and Vector skin:
I5f7adc1840441b508ffee40139b85b64021789e6
Bug: T262098
Bug: T255924
Change-Id: I1a163cac0bff7620dcac50350cb6b93445a0cfbc
Diffstat (limited to 'languages/i18n/qqq.json')
-rw-r--r-- | languages/i18n/qqq.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 0aa3f0405bce..dbdb33a424bc 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -413,6 +413,7 @@ "talk": "Used as display name for the tab to all {{msg-mw|Talk}} pages. These pages accompany all content pages and can be used for discussing the content page. Example: [[Talk:Example]].\n\nSee also:\n* {{msg-mw|Talk}}\n* {{msg-mw|Accesskey-ca-talk}}\n* {{msg-mw|Tooltip-ca-talk}}\n{{Identical|Discussion}}", "views": "Subtitle for the list of available views, for the current page. In \"monobook\" skin the list of views are shown as tabs, so this sub-title is not shown. For an example, see [{{canonicalurl:Main_Page|useskin=simple}} Main Page using simple skin].\n\n'''Note:''' This is \"views\" as in \"appearances\"/\"representations\", '''not''' as in \"visits\"/\"accesses\".\n{{Identical|View}}", "toolbox": "The title of the toolbox below the search menu.\n{{Identical|Tool}}", + "cactions": "Alternative actions label to {{msg-mw|action}} where menu items are collapsed as in Vector and Monobook.", "tool-link-userrights": "Link to [[Special:UserRights]] (user rights management) in the sidebar toolbox, shown if the current user is allowed to change given user's groups.\n\nParameters:\n* $1 - Name of user for the user group management (usable for GENDER)", "tool-link-userrights-readonly": "Link to [[Special:UserRights]] (user rights management) in the sidebar toolbox, shown if the current user is '''not''' allowed to change given user's groups.\n\nParameters:\n* $1 - Name of user for the user group management (usable for GENDER)", "tool-link-emailuser": "Link to [[Special:EmailUser]] (email user tool) in the sidebar toolbox.\n\nParameters:\n* $1 - Name of user who would receive the email\n\nSee also:\n* {{msg-mw|Emailuser-title-target}}", |