mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
b2bd79196d
* feat: rewrite search module (WIP) There are some caveats because it is a WIP - Messages are not i18n yet - Missing placeholder suggestion thumbnail - Only REST mode works - Missing greeting message when there is no search query - Code might look like a mess (I learned JS not long ago) * refactor: remove old search module * feat: clean up search suggestion styles * feat: hide overflow for suggestion text * feat: add action API and various cleanup * feat: re-add abort controller * feat: add message support and tweaks * feat: use virtual config instead of ResourceLoader hook * fix: missing comma in const definition * feat: add ARIA attributes
43 lines
2.6 KiB
JSON
43 lines
2.6 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Abijeet Patro",
|
|
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
|
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
|
]
|
|
},
|
|
"skinname-citizen": "{{name}}",
|
|
"citizen-skin-desc": "{{desc|what=skin|name=Citizen|url=https://github.com/StarCitizenTools/mediawiki-skins-Citizen}}",
|
|
"citizen.css": "{{optional}}",
|
|
"citizen.js": "{{optional}}",
|
|
"citizen-drawer-toggle": "Tooltip of drawer menu toggle",
|
|
"citizen-personalmenu-toggle": "Tooltip of personal menu toggle",
|
|
"citizen-search-toggle": "Tooltip of search box toggle",
|
|
"citizen-theme-toggle": "Tooltip of theme color toggle",
|
|
"citizen-sitestats-articles-label": "Label for the article statistics",
|
|
"citizen-sitestats-images-label": "Label for the file statistics",
|
|
"citizen-sitestats-users-label": "Label for the user statistics",
|
|
"citizen-sitestats-edits-label": "Label for the edit statistics",
|
|
"citizen-drawer-search": "Placeholder and title text for search input on main menu",
|
|
"citizen-footer-desc": "Edit this text on MediaWiki:Citizen-footer-desc",
|
|
"citizen-footer-tagline": "Edit this text on MediaWiki:Citizen-footer-tagline",
|
|
"citizen-action-addsection": "Used in the Citizen skin. See for example {{canonicalurl:Talk:Main_Page|useskin=vector}}\n{{Identical|Add topic}}. Same as vector-action-addsection in Vector skin.",
|
|
"citizen-jumptotop": "Label for link to jump to top of page",
|
|
"citizen-search-fulltext": "Fulltext search suggestion",
|
|
"citizen-search-fulltext-empty": "Helper text in the search suggestion when there are no search query",
|
|
"citizen-tagline-ns-talk": "Tagline for pages in talk namespace",
|
|
"citizen-tagline-ns-project": "Tagline for pages in project namespace",
|
|
"citizen-tagline-ns-file": "Tagline for pages in file namespace",
|
|
"citizen-tagline-ns-mediawiki": "Tagline for pages in MediaWiki namespace",
|
|
"citizen-tagline-ns-template": "Tagline for pages in template namespace",
|
|
"citizen-tagline-ns-help": "Tagline for pages in help namespace",
|
|
"citizen-tagline-ns-category": "Tagline for pages in category namespace",
|
|
"prefs-citizen-theme-label": "Tooltip for the theme dropdown in Special:Preferences",
|
|
"prefs-citizen-theme-option-auto": "Label for the auto theme option",
|
|
"prefs-citizen-theme-option-light": "Label for the light theme option",
|
|
"prefs-citizen-theme-option-dark": "Label for the dark theme option",
|
|
"prefs-citizen-fontsize-label": "Label for the font size settings",
|
|
"prefs-citizen-pagewidth-label": "Label for the page width settings",
|
|
"prefs-citizen-resetbutton-label": "Label for the reset button that restore default settings"
|
|
}
|