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." ,
"apierror-discussiontools-commentname-ambiguous" : "Multiple comments with the name '$1' found, use ID instead." ,
"apierror-discussiontools-commentname-notfound" : "Comment with the name '$1' not found." ,
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-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." ,
"apihelp-discussiontoolsedit-summary" : "Post a message on a discussion page."
2020-06-29 13:30:47 +00:00
}