Ticket #1020 (closed Bug: worksforme)
MediaWiki+FCKeditor - Template codes bug
| Reported by: | junosque55 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | |
| Keywords: | Cc: |
Description
When entering template codes, the carriage return seems to be auto-stripped. This causes problems especially relating to specifying bullet-wikitext into a parameter value in a template.
For example: {{TemplateName |Parameter1=Test text test text * bullet point 1 * bullet point 2 |Parameter2=testing value 2 }}
will not work right when using the MediaWiki+FCKeditor as it strips away the carriage return and turns the above code into something like the following:
{{TemplateName|Parameter1=Test text test text * bullet point 1 * bullet point 2 |Parameter2=testing value 2}}
Thus the bullets will not work.
Change History
Note: See
TracTickets for help on using
tickets.