X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.messagePoster%2Fmediawiki.messagePoster.MessagePoster.js;h=64642b26bf864a947b27122bce60ed9c7b1b3b55;hb=c6a3d47c6aba653d69fcfcee7482d20dd6522afb;hp=113fb00cd5b97b5696658ec040251d5373bfa03c;hpb=0481e2e41f7992c6b7a3c15892174c9a92f20141;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js b/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js index 113fb00cd5..64642b26bf 100644 --- a/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js +++ b/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js @@ -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 * ~~~.