From 0c0e4425b61b8ac1d43cf74e8180f70da4c091f3 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Thu, 31 Dec 2015 22:00:27 -0500 Subject: [PATCH] Update MessagePoster topic title docs This limitation was for Flow, which now has slightly expanded support. As far as I know, there are no MessagePoster implementations other than wikitext and Flow. Change-Id: Ia0eaeade693f632aa6b9fb9e9f73c41360d5cadf --- .../mediawiki.messagePoster.MessagePoster.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js b/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js index 113fb00cd5..c51a07a10c 100644 --- a/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js +++ b/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js @@ -17,7 +17,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 * ~~~. -- 2.20.1