Content deleted Content added
→website for cite web: done |
→Check for uri scheme in url parameters: new section |
||
Line 160:
Check for 'postscript' with more than one character. I'm seeing some odd stuff inserted. --''''' [[User:Gadget850|<span style="color:gray">Gadget850 (Ed)</span>]]'''''<sup>[[User talk:Gadget850| ''talk'']]</sup> 19:30, 6 April 2013 (UTC)
== Check for uri scheme in url parameters ==
One of the more common url errors is the omission of the uri scheme in {{para|url}}-type parameters.
<code><nowiki>{{cite web |url=www.example.com |title=Missing scheme |accessdate=2013-04-10}}</nowiki></code> → {{cite web |url=www.example.com |title=Missing scheme |accessdate=2013-04-10}}
CS1 can check for this and report an error <span class="error"><code>|url=</code> requires <code>http://</code></span> and categorize into [[:Category:CS1 url missing scheme errors]] or some such.
—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 11:29, 10 April 2013 (UTC)
|