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

       Web browser: ---
             Bug #: 29537
           Summary: format=table in inline queries merges paragraphs in
                    string type properties, if they contain exactly two
                    paragraphs.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


A string type property containing two paragraphs of text, e.g:

[[prop::first paragraph

second paragraph]]

will be displayed as:

"""first paragraph second paragraph"""

in a table format inline query, i.e. the paragraphs are merged into one. If
there were three paragraphs of text, e.g:

[[prop::first paragraph

second paragraph

third paragraph]]

then it would be displayed as:

"""first paragraph

second paragraph

third paragraph"""

I expect consistent handling of paragraphs, and I expect the latter behaviour,
with no merging of paragraphs under any conditions.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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