Ticket #1020 (closed Bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by wwalc

  • component changed from General to Project : MediaWiki+FCKeditor

Changed 3 years ago by ycombarnous

The requestor initial example must have been:

{{TemplateName 
|Parameter1=Test text test text 
* bullet point 1 
* bullet point 2 
|Parameter2=testing value 2 
}}

Changed 3 years ago by wwalc

  • status changed from new to closed
  • resolution set to worksforme

Thanx for the report. It seems that it works as it should in current version (SVN).

Note: See TracTickets for help on using tickets.