https://bugzilla.wikimedia.org/show_bug.cgi?id=30959

Bawolff (Brian Wolff) <bawolff...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bawolff...@gmail.com

--- Comment #2 from Bawolff (Brian Wolff) <bawolff...@gmail.com> ---
To clarify bug report:
When you use the editintro url parameter to add some template to the top of the
edit page (for example:
https://en.wikipedia.org/wiki/Project:Sandbox?editintro=:Main_Page&action=edit
. People often do this to have custom help text), the included template should
be contained within a <div> tag, which has some class (say mw-editintro). So
you would have <div class="mw-editintro">TEMPLATE HERE</div> instead of current
system where template is just plopped in without a containing <div> tag.

See also EditPage::showCustomIntro in includes/EditPage.php for where its
implemented.

>Best would be if the content was passed to [[MediaWiki:Editintro]] for full
>customization options.

That seems overkill. Lets stick with the css class, unless you have a
compelling use case for using the message.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to