[Bug 20369] Cannot add a YouTube link inside a note

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20369

--- Comment #1 from David Kirstein (Frozenice) <frozenice@frozenice.de> ---
The problem is the equals sign inside the URL, as this is a special character
for template calls (separating parameter name and value).

You'd either have to replace every = with {{=}} like this:
{{Note|[http://www.youtube.com/watch?v{{=}}me3BviH3nZc Watch Erik's entire
WebGL video tutorial] for free on YouTube. Over 2 and a half hours of WebGL
tuition! }}

or (easier for editors) prefix the note-text with 1= like this:
{{Note|1=[http://www.youtube.com/watch?v=me3BviH3nZc Watch Erik's entire WebGL
video tutorial] for free on YouTube. Over 2 and a half hours of WebGL tuition!
}}

This should probably be mentioned in the style guide or some other place.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 12 December 2012 23:06:57 UTC