mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
a59dee8ec2
The text of this message looks like a description for a 'summary' parameter for the API (which doesn't exist, and if it did, we'd reuse the message from core anyway). It's supposed to contain an overall summary/description of the whole module. Change-Id: I110d0ac6cd6fa9c2dc171615cbf1cd9629452d5a
13 lines
570 B
JSON
13 lines
570 B
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"apierror-discussiontools-commentid-notfound": "Comment ID not found: $1",
|
|
"apihelp-discussiontools-param-oldid": "The revision number to use (defaults to latest revision).",
|
|
"apihelp-discussiontools-summary": "Returns metadata required to initialize the discussion tools.",
|
|
"apihelp-discussiontoolsedit-summary": "Post a message on a discussion page.",
|
|
"apihelp-discussiontoolsedit-param-commentid": "Comment ID.",
|
|
"apihelp-discussiontoolsedit-param-html": "HTML",
|
|
"apihelp-discussiontoolsedit-param-wikitext": "Wikitext"
|
|
}
|