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
Component: | General → Project : MediaWiki+FCKeditor |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Thanx for the report. It seems that it works as it should in current version (SVN).
The requestor initial example must have been: