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

           Summary: Template using a template which is creating a
                    (wikisyntax)-table is creating a leading linebreak
           Product: MediaWiki
           Version: 1.15.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Templates
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: danwe...@web.de


When you have a template "A" which is calling another template "B" which will
return a wiki table created by wiki syntax, in the end you get a leading line
break before the table when calling template "A".

Using template "B" instead wouldn't result in a leading linebreak.

This whole thing can break the nice look of the page because it is creating
void <p></p> paragraphs when using template "A" to times in a row with a void
line inbetween like:

{{A |...}}

{{A |...}}

And It's quiet confusing when using

{{A |...}}

{{A |...}}

{{B |...}}

{{B |...}}

because there is no logical explanation why the space between A, B and B looks
pretty nice, the space between A and A on the other hand is much bigger because
of <p></p>

Another thing is, that the whole thing would work fine with HTML table syntax.
Looks like the bug lays somewhere within the wiki table syntax.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to