Merge "Add ILocalizedException interface"
[lhc/web/wiklou.git] / resources / src / mediawiki.messagePoster / mediawiki.messagePoster.MessagePoster.js
index 113fb00..64642b2 100644 (file)
@@ -1,4 +1,3 @@
-/*global OO*/
 ( function ( mw ) {
        /**
         * This is the abstract base class for MessagePoster implementations.
@@ -17,7 +16,9 @@
         * Post a message (with subject and body) to a talk page.
         *
         * @abstract
-        * @param {string} subject Subject/topic title; plaintext only (no wikitext or HTML)
+        * @param {string} subject Subject/topic title.  The amount of wikitext supported is
+        *   implementation-specific. It is recommended to only use basic wikilink syntax for
+        *   maximum compatibility.
         * @param {string} body Body, as wikitext.  Signature code will automatically be added
         *   by MessagePosters that require one, unless the message already contains the string
         *   ~~~.