mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
03f22c538e
These messages are used on Special:ApiSandbox. Change-Id: I07809d3f9402d30c5d2d364e0634bd020f86f64f
17 lines
1.3 KiB
JSON
17 lines
1.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"apierror-discussiontools-commentid-notfound": "Comment ID not found: $1",
|
|
"apihelp-discussiontools-summary": "Returns metadata required to initialize the discussion tools.",
|
|
"apihelp-discussiontools-paramvalue-paction-transcludedfrom": "Return titles of pages from which each comment on the given page is transcluded.",
|
|
"apihelp-discussiontools-param-oldid": "The revision number to use (defaults to latest revision).",
|
|
"apihelp-discussiontoolsedit-summary": "Post a message on a discussion page.",
|
|
"apihelp-discussiontoolsedit-paramvalue-paction-addcomment": "Add a new comment as a reply to an existing comment.",
|
|
"apihelp-discussiontoolsedit-paramvalue-paction-addtopic": "Add a new discussion section and the first comment in it.",
|
|
"apihelp-discussiontoolsedit-param-commentid": "Comment ID to reply to. Only used when <var>paction</var> is <var>addcomment</var>.",
|
|
"apihelp-discussiontoolsedit-param-sectiontitle": "{{int:apihelp-edit-param-sectiontitle}} Only used when <var>paction</var> is <var>addtopic</var>.",
|
|
"apihelp-discussiontoolsedit-param-html": "Content to post, as HTML. Cannot be used together with <var>wikitext</var>.",
|
|
"apihelp-discussiontoolsedit-param-wikitext": "Content to post, as wikitext. Cannot be used together with <var>html</var>."
|
|
}
|