Content deleted Content added
m Archiving 2 discussion(s) to Module talk:Find sources/Archive 1) (bot |
request reuters and AP newswires as search link code options |
||
Line 44:
:[[File:Red information icon with gradient background.svg|20px|link=|alt=]] '''Not done:'''<!-- Template:ETp --> 1. We will not be linking to Sci Hub. 2. We already have one Google search. I don't see a reason to use a second. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 22:19, 12 May 2023 (UTC)
::but google and bing dont work in my country only brave [[User:Baratiiman|Baratiiman]] ([[User talk:Baratiiman|talk]]) 17:07, 13 May 2023 (UTC)
== Template-protected edit request on 3 August 2023 ==
{{edit template-protected|Module:Find sources/links|answered=no}}
Add Reuters and AP search as link codes to the Find sources module. There is some discussion on this change at [[Wikipedia:Village pump (proposals)#Replace nyt with reuters]]; while the proposal to ''replace'' NYT with Reuters is clearly controversial, there seems to be less controversy with adding it (and/or the Associated Press) as an option, and in either case having them available as a link codes would be a prerequisite.
I believe adding the following to the code in [[Module:Find sources/links]] should work (though I'd appreciate a double check; also as far as I know news wires are not italicized as titles the way newspapers are, but again, a double check on language and formatting would be appreciated):
<syntaxhighlight lang="lua">
["ap"] = {
url = 'https://apnews.com/search?q=$1',
display = "Associated Press",
description = "The [[Associated Press]], an American news agency",
},
</syntaxhighlight>
<syntaxhighlight lang="lua">
["reuters"] = {
url = 'https://www.reuters.com/site-search/?query=$1',
display = "Reuters",
description = "[[Reuters]], an international news agency",
},
</syntaxhighlight>
In addition, the link codes table in [[Module:Find sources/doc]] needs to be updated if this change is made, though the documentation does not appear to be template protected so I am happy to make said change myself. Thanks! [[User:Dylnuge|<span style="color: #1e79a1;font-weight:700;">Dylnuge</span>]] <sup>([[User talk:Dylnuge|''Talk'']] • [[Special:Contributions/Dylnuge|''Edits'']])</sup> 00:25, 3 August 2023 (UTC)
|