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

           Summary: A newline after piper implicates a paragraph
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://de.wikipedia.org/wiki/Benutzer:Revolus/table_newl
                    ine
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Recently you can't write
> {|
> |
> {{{1}}}
> |}
anymore, because it renders to
> <table> <tr> <td> <p>{{{1}}}</p> </td> </tr> </table>
and no more to
> <table> <tr> <td> {{{1}}} </td> </tr> </table>
as it would without a newline.

The newline is helpful in conjunction with infoboxes, where it makes using
lists (* and #) as a parameter easier. Not a long time ago (the change was one
recently discovert) both rendered the same. Also I'm quite sure, that a table
may not contain a paragraph, as it needs to descend from a <p> or <div> itself
in HTML >4.0 (if I am not all wrong).


-- 
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