Content deleted Content added
Anomalocaris (talk | contribs) m fixed lint errors: Tidy bug affecting font tags wrapping links (6) Obsolete HTML tags (6) |
Added threads from Module_talk:Citation/CS1/Feature_requests |
||
Line 424:
::::{{small|The HTML classes discussion does not include a class for the included work title, so I made up an illustrative class.}} --'''''— [[User:Gadget850|<span style="color:gray">Gadget850 (Ed)</span>]]'''''<sup>[[User talk:Gadget850| ''talk'']]</sup> 14:58, 30 March 2013 (UTC)
:::::This allows the style to be customized per Wikipedia language version. In the CSS above, \22 is the hex code for the standard quote mark. This can be replaced with other marks: see [[Non-English usage of quotation marks]]. --''''' [[User:Gadget850|<span style="color:gray">Gadget850 (Ed)</span>]]'''''<sup>[[User talk:Gadget850| ''talk'']]</sup> 00:17, 12 April 2013 (UTC)
== Fix bug causing spurious "Check |url= value" warnings on single-letter subdomains of 4-or-more-letter gTLDs (e.g. "z.cash") ==
The is_domain_name function incorrectly considers <single letter>.<4-or-more-letter gTLD> not to be a valid ___domain.
See https://en.wikipedia.org/wiki/Zcash#References for an example; "z.cash" is incorrectly considered not to be a valid ___domain. (See https://www.iana.org/domains/root/db/cash.html for the delegation record of ".cash".) The fix is straightforward.
[[User:Daira Hopwood|Daira Hopwood ⚥]] ([[User talk:Daira Hopwood|talk]]) 02:36, 8 August 2017 (UTC)
:Fixed in the sandbox.
::<code><nowiki>{{Cite web/new|url=https://z.cash/about.html|title=Zcash - About}}</nowiki></code>
:::{{Cite web/new|url=https://z.cash/about.html|title=Zcash - About}}
:—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 11:00, 8 August 2017 (UTC)
:Thanks :-) [[User:Daira Hopwood|Daira Hopwood ⚥]] ([[User talk:Daira Hopwood|talk]]) 12:44, 8 August 2017 (UTC)
|