Opened 17 years ago

Closed 17 years ago

#1020 closed Bug (worksforme)

MediaWiki+FCKeditor - Template codes bug

Reported by: samuel 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 (3)

comment:1 Changed 17 years ago by Wiktor Walc

Component: GeneralProject : MediaWiki+FCKeditor

comment:2 Changed 17 years ago by barns

The requestor initial example must have been:

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

comment:3 Changed 17 years ago by Wiktor Walc

Resolution: worksforme
Status: newclosed

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy