BiDi workgroup/bugzilla/02248/calls

bugzilla:02248 – "Wrong treating of the first line of a long template parameter"
bugzilla:03983 – "BiDi: please assure a high degree of fexibility / maintainability of the template syntax with respect to RTL"
BiDi workgroup/bugzilla/02248 e
BiDi workgroup/bugzilla/02248/template e
BiDi workgroup/bugzilla/02248/calls e

content edit

{|
|File: {{{1}}}
|-
|
{{{2}}}
|}

your call edit

{{:BiDi workgroup/bugzilla/02248/template|1=filename|2=
#--------------------------------------
# Settings:
#--------------------------------------
PARAMETER='value'
}}

generates:

File: filename
  1. --------------------------------------
  2. Settings:
  3. --------------------------------------

PARAMETER='value'

my call edit

{{:BiDi workgroup/bugzilla/02248/template|1=filename|2=
<nowiki>#</nowiki>--------------------------------------<br />
<nowiki>#</nowiki> Settings:<br />
<nowiki>#</nowiki>--------------------------------------<br />
PARAMETER='value'
}}

generates:

File: filename

#--------------------------------------
# Settings:
#--------------------------------------
PARAMETER='value'