https://bugzilla.wikimedia.org/show_bug.cgi?id=30384

--- Comment #4 from Brion Vibber <[email protected]> 2011-08-15 17:31:31 UTC 
---
Thanks; your users will appreciate that as well.

It looks like your template:

http://www.wecowi.de/edit/Vorlage:Infobox_Person

has a lot of bits like this:

---
{{#if:{{{Wohnort|}}}|{{!}}style="vertical-align:top"{{!}}'''Wohnort:'''
{{!}}{{#arraymap:{{{Wohnort}}}|/|x|[[Wohnort::x]]|,&nbsp;}}
{{!-}}}}
{{#if:{{{Wahlheimat|}}}|{{!}}style="vertical-align:top"{{!}}'''Wahlheimat:'''
{{!}}{{#arraymap:{{{Wahlheimat}}}|,|x|[[Wahlheimat::x]]|,&nbsp;}}
{{!-}}}}
{{#if:{{{Abstammung|}}}|{{!}}style="vertical-align:top"{{!}}'''Abstammung:'''
{{!}}{{#arraymap:{{{Abstammung}}}|,|x|[[Abstammung::x]]}}
{{!-}}}}
---

If I'm not mistaken, that's going to leave a bunch of newlines, eg if none of
those params are there:

---



---

Those newline sequences are going to end up interpreted as 'oh you want some
extra lines between your paragraphs', I believe.

You might want to try removing the extra newlines outside of the if blocks, and
see if that helps.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to