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

            Bug ID: 67268
           Summary: VisualEditor:  Advanced transclusions should have line
                    breaks between them
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Editing Tools
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Some tables built from complex templates assume that there will be line breaks
between the templates, so that this works:

{{tabletop}}
{{tablerow}}
{{tablerow}}
{{tablerow}}
{{tableend}}

but this does not:

{{tabletop}}{{tablerow}}{{tablerow}}{{tablerow}}{{tableend}}


There's another problem with transclusions containing content, which can be
seen by opening the transclusion at https://en.wikipedia.org/wiki/Kilt#See_also
in VisualEditor.  The template lines are fine, but the "Content" sections must
always start with a blank line, to make up for the absence of line breaks at
the end of the templates.  

The solution for both of these is probably the same:  Complex transclusions
should always have line breaks after the templates.  I haven't been able to
find any (in my quick search) that would break if this were implemented.

-- 
You are receiving this mail because:
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