mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-14 11:17:15 +00:00
Add namespace description for Special:NamespaceInfo
Bug: T373070 Change-Id: Iaa1389fff9235960e91a68cc6728eabd77da1e13
This commit is contained in:
parent
273670ff92
commit
28f0a05717
|
@ -2,7 +2,8 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Victor Vasiliev",
|
||||
"Base"
|
||||
"Base",
|
||||
"Msz2001"
|
||||
]
|
||||
},
|
||||
"content-model-scribunto": "Scribunto module",
|
||||
|
@ -65,5 +66,7 @@
|
|||
"scribunto-limitreport-profile-percent": "$1%",
|
||||
"scribunto-limitreport-logs": "Lua logs",
|
||||
"nstab-module": "Module",
|
||||
"tooltip-ca-nstab-module": "View the module page"
|
||||
"tooltip-ca-nstab-module": "View the module page",
|
||||
"namespaceinfo-description-ns828": "Namespace for Lua code modules, which can be invoked from wiki pages, and their documentation pages",
|
||||
"namespaceinfo-description-ns829": "Talk pages for the modules and documentation"
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"Jon Harald Søby",
|
||||
"Liuxinyu970226",
|
||||
"Mormegil",
|
||||
"Msz2001",
|
||||
"Nemo bis",
|
||||
"Raymond",
|
||||
"Shirayuki",
|
||||
|
@ -76,5 +77,7 @@
|
|||
"scribunto-limitreport-profile-percent": "{{optional}}\nText to format the time percentage in the \"Lua Profile\" table.\n\nPreceded by {{msg-mw|Scribunto-limitreport-profile}} and {{msg-mw|Scribunto-limitreport-profile-ms}}.\n\nParameters:\n* $1 - the percentage",
|
||||
"scribunto-limitreport-logs": "Label for the \"Lua logs\" row in the limit report table",
|
||||
"nstab-module": "The name for the tab of the Module namespace.\n\nSee also:\n* {{msg-mw|Nstab-module}}\n* {{msg-mw|Tooltip-ca-nstab-module}}\n{{Identical|Module}}",
|
||||
"tooltip-ca-nstab-module": "Tooltip shown when hovering over the {{msg-mw|Nstab-module}} tab.\n\nSee also:\n* {{msg-mw|Nstab-module}}\n* {{msg-mw|Tooltip-ca-nstab-module}}"
|
||||
"tooltip-ca-nstab-module": "Tooltip shown when hovering over the {{msg-mw|Nstab-module}} tab.\n\nSee also:\n* {{msg-mw|Nstab-module}}\n* {{msg-mw|Tooltip-ca-nstab-module}}",
|
||||
"namespaceinfo-description-ns828": "Namespace description for the Module namespace",
|
||||
"namespaceinfo-description-ns829": "Namespace description for the Module talk namespace"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue