Jump to content

Special:Badtitle/NS90:Talk:Translation Workflow/Problems with redirected pages/reply (5): Difference between revisions

From KDE UserBase Wiki
Claus chr (talk | contribs)
No edit summary
Claus chr (talk | contribs)
No edit summary
 
Line 2: Line 2:
If you write
If you write


<nowiki>{{Input|1=1. line</nowiki><p />
<nowiki>{{Input|1=1. line</nowiki>
<nowiki>2. line}}</nowiki>
<nowiki>2. line}}</nowiki>


you get
you get
Line 10: Line 10:
but precede it with a single colon like this
but precede it with a single colon like this


<nowiki>:{{Input|1=1. line</nowiki><p />
<nowiki>:{{Input|1=1. line</nowiki>
<nowiki>2. line}}</nowiki>
<nowiki>2. line}}</nowiki>


and you get
and you get
:{{Input|1=1. line
:{{Input|1=1. line
2. line}}
2. line}}

Latest revision as of 08:31, 15 January 2011

The problem I was talking about is related but distinct. It concerns the Input and Output templates. With those there can't even be a single colon, since then lines other than the first end up outside of the box. If you write

{{Input|1=1. line
2. line}}

you get

1. line
2. line

but precede it with a single colon like this

:{{Input|1=1. line
2. line}}

and you get

1. line
2. line