Content deleted Content added
possibly parser bug T18700 →Where is this line break coming from? |
|||
Line 107:
And yes, I know that the text contains no wikilinks; I am trying to strip wikilinks from all text in a template parameter (see {{tl|YouTube/sandbox}} and [[:Template:YouTube/testcases#Playlist]]) and need to ensure that delinking does not affect unlinked text that was working fine before my changes.– [[User:Jonesey95|Jonesey95]] ([[User talk:Jonesey95|talk]]) 06:39, 5 January 2020 (UTC)
:The module returns the correct text ''without'' a newline. However, something outside our control inserts a newline when a module returns text begining with certain characters, and one of the characters is <code>#</code>. See [[Template talk:Weather box#Spacing]]. [[User:Johnuniq|Johnuniq]] ([[User talk:Johnuniq|talk]]) 09:05, 5 January 2020 (UTC)
:: Additional unexpected lines are often related to parser bug {{phab|T18700}}. A <code><nowiki><nowiki/></nowiki></code> before a template call can help for templates returning an HTML table. <span style="font-family:Arial;background:#d6ffe6;border:solid 1px;border-radius:5px;box-shadow:darkcyan 0px 1px 1px;"> [[User:Jts1882|Jts1882]] |[[User talk:Jts1882| talk]] </span> 09:28, 5 January 2020 (UTC)
|