2020-06-29 13:30:47 +00:00
{
"@metadata" : {
"authors" : [ ]
} ,
2021-02-12 19:16:13 +00:00
"apierror-discussiontools-commentid-notfound" : "Comment with the ID '$1' not found." ,
2021-10-22 15:18:54 +00:00
"apierror-discussiontools-commentname-ambiguous" : "Multiple comments with the name '$1' found, <var>commentid</var> is required." ,
2021-02-12 19:16:13 +00:00
"apierror-discussiontools-commentname-notfound" : "Comment with the name '$1' not found." ,
2021-10-31 08:15:32 +00:00
"apierror-discussiontools-formtoken-used" : "Comment already posted. Reload the page to see it." ,
2021-04-27 20:21:50 +00:00
"apierror-discussiontools-subscription-failed-add" : "Could not subscribe to this topic." ,
"apierror-discussiontools-subscription-failed-remove" : "Could not unsubscribe from this topic." ,
2021-02-10 23:05:38 +00:00
"apihelp-discussiontools-param-oldid" : "The revision number to use (defaults to latest revision)." ,
2021-02-23 14:56:52 +00:00
"apihelp-discussiontools-paramvalue-paction-transcludedfrom" : "Return titles of pages from which each comment on the given page is transcluded." ,
"apihelp-discussiontools-summary" : "Returns metadata required to initialize the discussion tools." ,
2021-02-12 19:16:13 +00:00
"apihelp-discussiontoolsedit-param-commentid" : "ID of the comment to reply to. Only used when <var>paction</var> is <var>addcomment</var>. Overrides <var>commentname</var>." ,
"apihelp-discussiontoolsedit-param-commentname" : "Name of the comment to reply to. Only used when <var>paction</var> is <var>addcomment</var>." ,
2021-10-18 22:18:07 +00:00
"apihelp-discussiontoolsedit-param-formtoken" : "An optional unique ID generated in the client to prevent double-posting." ,
2021-02-10 23:05:38 +00:00
"apihelp-discussiontoolsedit-param-html" : "Content to post, as HTML. Cannot be used together with <var>wikitext</var>." ,
2021-02-23 14:56:52 +00:00
"apihelp-discussiontoolsedit-param-sectiontitle" : "{{int:apihelp-edit-param-sectiontitle}} Only used when <var>paction</var> is <var>addtopic</var>." ,
"apihelp-discussiontoolsedit-param-wikitext" : "Content to post, as wikitext. Cannot be used together with <var>html</var>." ,
"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." ,
2021-01-26 23:18:22 +00:00
"apihelp-discussiontoolsedit-summary" : "Post a message on a discussion page." ,
2021-08-19 20:35:32 +00:00
"apihelp-discussiontoolsgetsubscriptions-param-commentname" : "Names of the topics to check" ,
"apihelp-discussiontoolsgetsubscriptions-summary" : "Get the subscription statuses of given topics." ,
2021-08-23 18:25:32 +00:00
"apihelp-discussiontoolssubscribe-param-commentname" : "Name of the topic to subscribe to (or unsubscribe from)" ,
2021-10-07 13:18:18 +00:00
"apihelp-discussiontoolssubscribe-param-page" : "A page on which the topic appears" ,
2021-01-26 23:18:22 +00:00
"apihelp-discussiontoolssubscribe-param-subscribe" : "True to subscribe, false to unsubscribe" ,
"apihelp-discussiontoolssubscribe-summary" : "Subscribe (or unsubscribe) to receive notifications about a topic."
2020-06-29 13:30:47 +00:00
}