Module talk:Citation/CS1/Feature requests: Difference between revisions

Content deleted Content added
Line 293:
—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 15:12, 6 August 2015 (UTC)
::The more general case: The Suggestion list would be better if it accepted regular expressions or something similar. There are myriad misspelled forms of "access-date" that I catch and fix with a regex in [[User:Jonesey95/AutoEd/unnamed.js]]. It would be great if we could feed something like "ac+e+s-*d+a+t+e" (only one "s") or "ac+e+sss+-*d+at+e" (triple "s") into the Suggestions list and have it suggest "access-date". – [[User:Jonesey95|Jonesey95]] ([[User talk:Jonesey95|talk]]) 20:53, 6 August 2015 (UTC)
 
== Partial links in title ==
 
According to the docs, ''title'' accepts wikitext is ''title-link'' is not set. However, the code <nowiki>{{cite journal | author =Tiffeneau Marc| year=1921 | title = L'oeuvre commune de [[Charles Frederic Gerhardt|Gerhardt]] et de Wurtz | journal=Revue scientifique }}</nowiki> is mistakenly rendered with the title ''[[Charles Frederic Gerhardt|Gerhardt]]''. This is because ''is_wikilink'', which is called from ''kern_quotes'' ignores text before and after the wikilink. I was wondering if this is intentional or a bug?--[[User:Strainu|Strainu]] ([[User talk:Strainu|talk]]) 18:12, 30 July 2019 (UTC)