Jump to content

Help talk:Citation Style 1/Archive 97

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Archive 90Archive 95Archive 96Archive 97

Usage of the quote parameter

I'm adding/updating {{cite web}} entries on articles of towns and cities in Poland. The citation is to an official Polish website. Unfortunately, but not surprisingly, the website is almost entirely in Polish. I wish to add instructions to the citation that show how to perform the relevant search. At the moment, it seems as if the only way I can do this is to use the "quote" parameter. See, for example, this edit. I realise that this is not the intended use of this parameter, but it seems the best fit for what I'm trying to achieve. Is there another more appropriate way of doing what I'm trying here? Does there need to be a new parameter, for example? Regards, Kiwipete (talk) 03:36, 24 November 2024 (UTC)

Don't abuse cs1|2 template parameters. Put that extra stuff inside the <ref>...</ref> tags after the template's closing }}.
Trappist the monk (talk) 03:49, 24 November 2024 (UTC)
@Trappist the monk - like this? [1]. Kiwipete (talk) 07:20, 25 November 2024 (UTC)

As with my previous edit request to the Configuration subpage, I have amended the local variable script_lang_codes to support an additional language being tagged in citation titles and chapter titles (this time Cherokee chr). As with last time, I have also amended the whole variable definition to balance the line-wrapping better, so please take the whole variable definition (lines 1177–1183).

Again, this is in no way urgent; the existing code correctly adds the IETF language tag to the text, this edit will merely suppress the error message reading Invalid |script-title=: unknown language code that appears when an unrecognised ISO 639 code is used and the resulting categorisation into Category:CS1 errors: script parameters. — OwenBlacker (he/him; Talk) 19:43, 25 November 2024 (UTC)

And as before, there is no need for hurry.
Trappist the monk (talk) 20:02, 25 November 2024 (UTC)
I agree, but I don't see why you've set |answered=yes on {{Requested edit}}; won't that mean that it is more likely to get overlooked? OwenBlacker (he/him; Talk) 20:38, 25 November 2024 (UTC)
The live module suite is updated from the sandboxen. Your change is in Module:Citation/CS1/Configuration/sandbox so won't be overlooked when next we do an update.
Trappist the monk (talk) 21:04, 25 November 2024 (UTC)
Oh, do those happen regularly? — OwenBlacker (he/him; Talk) 23:33, 25 November 2024 (UTC)
No. Headbomb {t · c · p · b} 00:34, 26 November 2024 (UTC)
Then surely {{Requested edit}} should keep |answered=no until the change is rolled out? — OwenBlacker (he/him; Talk) 16:43, 26 November 2024 (UTC)
No, that just clutters Category:Wikipedia fully protected edit requests. The change is noted and queued for the next cs1|2 Module-suite update.
Trappist the monk (talk) 19:30, 26 November 2024 (UTC)

Semi-protected edit request on 26 November 2024

Additional Reference with my permission as author: https://la84.s3.amazonaws.com/assets/LA84WaterPolo_2021.pdfCite error: There are <ref> tags on this page without content in them (see the help page). 2600:8802:5700:5ED:E90D:5669:A932:53C (talk) 17:33, 26 November 2024 (UTC)

Peter L. Snyder, Ph.D. permission for submitting book to wikkipedia 2600:8802:5700:5ED:E90D:5669:A932:53C (talk) 17:35, 26 November 2024 (UTC)

 Not done: This is definitely not the right page to make whatever request this is you are making. PianoDan (talk) 18:00, 26 November 2024 (UTC)

This page (Help talk:Citation Style 1) is for discussion on how CS1 templates format citations, not about which books can be used to cite what. Discussion about citing this book would belong at Talk:Water polo. Discussion about the book's reliability in general would be at Wikipedia:Reliable sources/Noticeboard. Good luck, Rjjiii (talk) 23:34, 26 November 2024 (UTC)

Semi-protected edit request on 26 November 2024 (2)

Author permission to publish book: https://la84.s3.amazonaws.com/assets/LA84WaterPolo_2021.pdf through the website LA84Foundation.com 2600:8802:5700:5ED:E90D:5669:A932:53C (talk) 17:52, 26 November 2024 (UTC)

 Not done: Duplicate invalid request. PianoDan (talk) 18:00, 26 November 2024 (UTC)

'Reformat dates' function

Hi! I'm trying to figure out the date reformatting function: Module:Citation/CS1/Date validation#L-841. I see that the module can convert dates to {{#time:n F Y|2024-10-10}} -> 10 October 2024, is it possible to convert in {{#time:n xg Y|2024-10-10}} (month in genitive form) -> 10 October 2024?

But I need to save {{#time:F Y|2024-10-10}} -> October 2024 option. Iniquity (talk) 20:35, 20 November 2024 (UTC)

It is not really clear to me what it is that you are asking. cs1|2 doesn't use the #time parser function to do date conversions.
The #time parser is not used because we can't write something like:
{{#time:Y-m-d|10 octobre 2024}}
on the French Wikipedia; doing so results in Erreur : durée invalide. This despite the #time parser's ability to render this at en.wiki:
{{#time:n F Y|2024-10-10|fr}} → 10 octobre 2024
You would think that, for an 'international' project, accepting dates with local-language month names as input would go hand-in-hand with rendering local-language month names.
Trappist the monk (talk) 22:47, 20 November 2024 (UTC)
Thanks for the answer! I mean that now the 'long' array from 'date_names' in Module:Citation/CS1/Configuration is used to form the date. There the months are in the nominative case, but for the Russian language the genitive case is needed for 'dmy' form and nominative case for 'my' form. Is it possible to add an additional array with genitive case? Iniquity (talk) 05:09, 21 November 2024 (UTC)
Just for clarity, you want:
10 октября 2024 ← {{#time:n xg Y|2024-10-10|ru}} – genitive for all 'dmy' dates; including ranges? what about mdy?
октябрь 2024 ← {{#time:F Y|2024-10-10|ru}} – nominative for 'my' dates only; including ranges?
#time parser function alludes to other languages that have nominative/genitive date forms. Do they follow the same rules as the Russian dates?
I have some ideas for resolution of this issue. I'll think more on it. My time is occupied elsewhere so I won't be able to get to this until later this week or next week. In the meantime, here is your assignment:
  1. MediaWiki supports about 350 editions of Wikipedia. Assemble a list of those Wikipedia-edition languages that have nominative/genitive date forms.
  2. determine which date formats from the above assembled list need nominative month names and which formats need genitive names.
Trappist the monk (talk) 15:36, 21 November 2024 (UTC)
10 октября 2024 ← {{#time:n xg Y|2024-10-10|ru}}
My mistake, must be j not n - {{#time:j xg Y|2024-10-10|ru}}
genitive for all 'dmy' dates; including ranges?
Yes.
what about mdy?
We dont use this format, we can leave the nominative case, but I found something, I'll write it below.
октябрь 2024 ← {{#time:F Y|2024-10-10|ru}} – nominative for 'my' dates only; including ranges?
Yes, but the first letter of the first month must be capitalized.
#time parser function alludes to other languages that have nominative/genitive date forms. Do they follow the same rules as the Russian dates?
This is a relatively complex issue, I found such a list of formats for each language. And now it seems to me that the genitive case is not the only problem of internalization:
https://codesearch.wmcloud.org/core/?q=dmy+date&files=languages%2Fmessages&excludeFiles=&repos= Iniquity (talk) 18:42, 21 November 2024 (UTC)
That can't be the whole list can it? Why is ru.wiki not on that list?
Trappist the monk (talk) 22:41, 21 November 2024 (UTC)
This is a complete list, you just need to load the remaining lines, messageRU.php there.
Iniquity (talk) 06:38, 22 November 2024 (UTC)
I think it is possible to use lang:formatDate for catch necessary formats. Iniquity (talk) 18:55, 21 November 2024 (UTC)
lang:formatDate() is the Scributo version of the #time parser function. Try this in a module debug console at ru.wiki:
=mw.language.getContentLanguage():formatDate ('j F Y') → 21 ноябрь 2024
I used that to get the month name. Then, I turned it round and attempted to get a YYYY-MM-DD date from the Russian DMY:
=mw.language.getContentLanguage():formatDate ('Y-m-d', '21 ноябрь 2024') → Ошибка Lua: bad argument #2 to 'formatDate': invalid timestamp '21 ноябрь 2024' ... and some other error message stuff
To prove that the call was structured correctly, I changed 'ноябрь' to 'November':
=mw.language.getContentLanguage():formatDate ('Y-m-d', '21 November 2024') → 2024-11-21
mw.language:formatDate() will not work for date format conversion in Module:Citation/CS1/Date validation.
Trappist the monk (talk) 22:41, 21 November 2024 (UTC)
Yes, I know :( It doesn't work well with anything that isn't ISO. But it converts ISO to the required format well. Iniquity (talk) 06:39, 22 November 2024 (UTC)
I would like to separately tell you that we have adopted a local rule that all service dates must be machine-readable (to simplify the transfer of information from wiki to wiki) and we convert them into ISO using a bot.
I tried to globalize it (meta:Requests for comment/Technical agreement on dates and times) somehow, but I didn't succeed very well. Iniquity (talk) 10:39, 24 November 2024 (UTC)
I was curious to see how your list of 70 matches direct testing of the time parser returns for each of the language names taken from Module:Citation/CS1/Configuration (the inter_wiki_map table). So I wrote Module:Sandbox/trappist the monk/genitive. You can see the results by adding one of these to a sandbox page:
{{#invoke:Sandbox/trappist the monk/genitive|main|a-m}}
{{#invoke:Sandbox/trappist the monk/genitive|main|n-z}}
where a-m and n-z match the first letter of a language tag. These are lua set patterns: lang:match ('^[a-m]') etc.
Alas, you can't do a-z, nor can you have a-m and n-z on the same page at the same time, because the time parser chokes and emits the confusing error message: Error: Total length of format strings for #time exceeds 6000 bytes. For an explanation, see Phab:T299909 and the linked discussion.
When the test is run for each range, they find 143 languages where at least one month name returned by {{#time:F|2024-mm-01}} (mm is month number 1–12) differs from the month name returned by {{#time:xg|2024-mm-01}}.
Do all of these languages use nominative/genitive dating? I don't know.
Trappist the monk (talk) 18:34, 25 November 2024 (UTC)
Wow! Thanks for this research. I think there are more differences because the time functions use the standard language fallback scheme from MediaWiki: https://codesearch.wmcloud.org/core/?q=fallback&files=languages%2Fmessages&excludeFiles=&repos= Iniquity (talk) 18:52, 25 November 2024 (UTC)
mw.language:formatDate() won't work for this application because it does not accept (so far as I can tell from
the documentation) a language parameter;

You can use mw.language.new( code ):formatDate( format, timestamp, local ) Iniquity (talk) 19:25, 25 November 2024 (UTC)
Nope. From the documentation: "There is a limit of 200 on the number of distinct language codes that may be used on a page. Exceeding this limit will result in errors."
Trappist the monk (talk) 19:38, 25 November 2024 (UTC)
I'm talking about the language parameter :) Iniquity (talk) 05:13, 26 November 2024 (UTC)
diff
{{#invoke:Sandbox/Iniquity|main|a-l}}{{#invoke:Sandbox/Iniquity|main|m-z}} Iniquity (talk) 16:58, 26 November 2024 (UTC)
As idea: make a setting that will allow you to switch on the formatDate conversion function. Only ISO dates are passed to this function, and CS1 module only converts incoming dates to ISO format. Iniquity (talk) 17:35, 2 December 2024 (UTC)

Protected edit request on 1 December 2024

Can someone please add the parameters {{{quote-p}}} and {{{quote-pp}}} as aliases of {{{quote-page}}} and {{{quote-pages}}} respectively to all citation templates, excluding {{cite episode}}, {{cite podcast}}, {{cite AV media}}, {{cite mailing list}}, {{cite newsgroup}}, {{cite serial}}, {{cite sign}} and {{cite speech}}, because they're shorter forms of those parameters, and because the parameters {{{p}}} and {{{pp}}} are already aliases of {{{page}}} and {{{pages}}} respectively on all citation templates excluding those aformentioned ones? PK2 (talk; contributions) 06:42, 1 December 2024 (UTC)

This is something that needs further discussion and later will get synced through the periodic release process if wanted, not something an admin watching the edit requests queue should do immoderately, so deactivating the edit request template. * Pppery * it has begun... 17:31, 1 December 2024 (UTC)

Another generic title

Hello, another generic title that we should be tracking is |title=x.com. There are about 600 of these at the moment. Keith D (talk) 21:23, 1 December 2024 (UTC)

Update s2cid max limit

I'm getting the "Check |s2cid= value" error when I tried to add reference for the paper https://api.semanticscholar.org/CorpusID:274306220, which has ID of 274306220, larger than the currently configured limit of 274000000. Slovborg (talk) 02:17, 2 December 2024 (UTC)

spurious errors when fetching identifier limit data from commons

cs1|2 stores identifier limit values in tabular data on commons: c:Data:CS1/Identifier limits.tab. This little file allows us to keep identifier limits for all wikis using a recent version of the cs1|2 module suite up to date. Alas, there is some sort of spurious 'something' that sometimes causes the data fetch to fail. Currently, when a failure occurs, all cs1|2 templates on a page render a shrieking-red error message: Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value and complaints at various help and village pump pages. The fix is a null edit.

I have tweaked the sandbox so that it traps the boolean return, sets the identifier limits to 99,999,999,999 which will cause all limit checks to pass, and adds the page to Category:CS1 maint: ID limit load fail. Articles collected in the category can be null edited to clear the category. Unlike all other maintenance categories, this category does not have an accompanying maintenance message because it would be repeated by every cs1|2 template.

I tested this new code by disabling the category namespace limit so that a cs1|2 template in my sandbox would emit the error category when I forced a boolean false return from the data fetch.

Trappist the monk (talk) 01:15, 2 December 2024 (UTC)

This seems like a functional workaround. Is it worth reporting a bug to Phabricator to get at the root cause, which may be affecting other processes on MediaWiki sites? A developer may be able to poke through logs to find out why this failure is occurring. – Jonesey95 (talk) 21:38, 2 December 2024 (UTC)
There is Phab:T229742 which may be related.
Trappist the monk (talk) 22:32, 2 December 2024 (UTC)

Cite chapter in book with no editor

I read part of Help talk:Citation Style 1/Archive 61#Time to fix "In: <title>"? (and somewhat related Help talk:Citation Style 1/Archive 10#Foreword|) and I am not exactly clear on the result of that discussion.

I would like to discuss a related use case to those above discussions which is old books where you have a collection of works in a single book with no editor. This was apparently somewhat common in miscellanies and anthologies compiled in the middle ages. Here is a pretty good example of a miscellany with no editor but with named contributors and chapters: https://mvm.dhil.lib.sfu.ca/manuscript/109. The issue with the current implementation is that the citation will look like the author of the chapter is the author of the entire book because there is no "in."

I don't have many examples but I have seen the form "chapter" in "book name," without an attribution to any editor, in history journals, so I think this may be common practice.

So I guess my post has multiple aspects:

1. Do journals use the "chapter" in "book name" form even with no editor? How commonplace is this? My assumption right now is that it is somewhat common.

2. Should we support such a feature? My thought here is that we should.

3. How should this be supported? We can support this feature without necessarily implementing "in" for all book chapters. We could do so by using a new parameter "chapter author," which would then always use "in," without having to use it in all cases, for example. There could be multiple ways to achieve this result. I would not like a solution that leaves the

Any thoughts or questions on the above would be appreciated. I apologize if this is already a settled point. I did my best to search for previous discussions by searching "no editor" and '"editor" "is unknown"' in the archive. Lastly, if this is already supported, I suggest it be made more clear in the documentation as I could not find it.

(edit: Reading 'Time to fix "In: <title>"?' again, it is actually the exact same issue. I'm not sure what I thought it meant when I first read it. Somehow I thought it was about citing a chapter of a book where the entire book was written by one author.) J2UDY7r00CRjH (talk) 22:43, 12 December 2024 (UTC)

J2UDY7r00CRjH, it sounds here like the problem statement is a citation like Author, Chapter. "Chapter title". Edited Volume gives the impression that the chapter author contributed all the chapters, but the theory of change is that Author, Chapter. "Chapter title". In Edited Volume will convey the correct impression?
I don't have an alternative solution to propose, but I do note that the opposite problem – volume or even series editors being attributed authorship of chapters – is more common by at least an order of magnitude. Folly Mox (talk) 13:45, 13 December 2024 (UTC)
>the theory of change is that Author, Chapter. "Chapter title". In Edited Volume will convey the correct impression?
Yes, additionally, it seems that some styles already use this format. I first saw it in this journal article: https://www.tandfonline.com/doi/full/10.1080/09596410.2017.1401797 (paywalled) (Screenshot of the relevant citation) (link to the cited book).
Looking further, I found that the APA Publication Manual (7th Edition) seems to follow this rule:

Example 47. Entry in a dictionary, thesaurus, or encyclopedia, with group author
American Psychological Association. (n.d.). Positive transference. In APA dictionary of psychology. Retrieved August 31, 2019, from https://dictionary.apa.org/positive-transference
Merriam-Webster. (n.d.). Self-report. In Merriam-Webster.com dictionary. Retrieved July 12, 2019, from https://www.merriam-webster.com/dictionary/self-report

This is made more explicit in other guides:
1.
>Chapter in a book
>If there is no editor, include the word "In" before the book title. (link)
2.
>Chapters, Short Stories, Essays, or Articles From a Book (Anthology or Collection)
>[..] Note: If there is no editor given you may leave out that part of the citation.(link). This one is a bit ambiguous about what "that part of the citation" refers to. I don't think it includes "in."
3.
This academia.stackexchange post
So the second reason is to be in line with other citation styles. However, I'm not an expert on citation style and I may be missing something. I found these links above by searching 'how to cite volume with "no editor"' on Google. J2UDY7r00CRjH (talk) 18:52, 13 December 2024 (UTC)
I think I agree that In Edited Volume is clearer. I wonder if instead of a whole new set of |chapter-authorn= parameters and their attendant -link=s, -masks etc, an easier implementation might be a specific override value for |editor=, so if it has that value then In will appear before the book title (kinda like how |author-mask= will display text exactly as formatted, except numeric values which it displays as a string of dashes). Folly Mox (talk) 21:45, 13 December 2024 (UTC)
An override value for the editor field would also work. Is there a standard value used for such cases? I think "editor=unknown" would work here. J2UDY7r00CRjH (talk) 23:21, 14 December 2024 (UTC)

Omitting location parameter when implied by the publisher

Presently, H:CS1 says The location parameter should be omitted when it is implied by the name of the work, e.g. The Sydney Morning Herald. Does this also apply to the name of the publisher, e.g. Cambridge University Press? I've only just realized I've been conflating the two. Remsense ‥  19:29, 14 December 2024 (UTC)

I don't think this advice is valid for publishers like CUP, OUP; they often publish in various locations. OTOH, it's probably trivial and doesn't matter. -- Michael Bednarek (talk) 08:54, 15 December 2024 (UTC)
In my mind, omitting location would imply publication in the eponymous location. But yes, I'm thinking of how necessary the parameter even is in many situations. Remsense ‥  08:59, 15 December 2024 (UTC)

It is usefull to have the link to arXiv with its own identification numbers in the citation template, but

Petr Karel (talk) 10:47, 10 December 2024 (UTC)

Proposal: Replace "biorxiv=" by "preprint DOI=" to include other preprint archives. The link to preprint is usefull when the final version is not free to access. --Petr Karel (talk) 11:19, 10 December 2024 (UTC)

Simply put, there's almost nothing on vixra we should want to cite. It is not a reliable source, worse than your usual repository of preprints. It's a nutjob farm. Headbomb {t · c · p · b} 12:13, 10 December 2024 (UTC)
If you want to include a courtesy link to the free preprint, along with a citation to the print version, you can do so after the template but before the closing ref tag. As an example:
<ref>{{cite journal |author=Author |title=Title |journal=Journal |url=https://journal.org}} [https://eartharxiv.org/ Free to access preprint]</ref>
Gives you the following:
Author. "Title". Journal. Free to access preprint
-- LCU ActivelyDisinterested «@» °∆t° 14:36, 10 December 2024 (UTC)
I realize this is not the right place to bring this up, but the Visual Editor should really offer better support for this. Rjjiii (talk) 22:34, 10 December 2024 (UTC)
That workaround feels like a kludge. I would prefer to see preprint URL support integrated into the template as a preprint-url parameter, which for some reason, has not yet been proposed in any of the 96 archive pages of this talk page. The WP:PREPRINT guideline states, "links to such repositories can be used as open-access links for papers which have been subsequently published in acceptable literature", and it would be useful for the template to link to both the paywalled published version and the unpaywalled preprint without any extra workaround. Using a template parameter would also make the preprint URL more machine-readable, compared to using a separate link.
For example, I recently cited the following source:
Crowston, Kevin; Wei, Kangning; Howison, James; Wiggins, Andrea (5 March 2008). "Free/Libre open-source software development: What we know and what we do not know". ACM Computing Surveys. 44 (2). Association for Computing Machinery: 7:1–7:35. doi:10.1145/2089125.2089127. ISSN 0360-0300. Retrieved 15 December 2024.
I wanted to also include a link to this preprint of the article hosted by the Internet Archive. It would have been nice to have a preprint-url parameter that would have allowed me to do this in the {{Cite journal}} template. — Newslinger talk 22:30, 15 December 2024 (UTC)
I've been just putting the preprint URL in |url=, because the publisher's version is already linked from |doi=. I realize this creates some confusion about which version the person creating the reference is actually looking at. I don't usually verify that the versions are identical, but if I have significant doubt, I include citations for both the preprint and the final published version in the same <ref>...</ref> with "Republished as/from" between them, with the first citation being the one I was actually looking at. The word "republished" to me leaves open the possibility of more substantial changes than "reprinted". I am surprised that neither Wikipedia:Citing sources § Say where you read it nor Wikipedia:Citing sources § Dates and reprints discuss the issue specifically. I welcome feedback from other editors on my practices.
The issue of multiple versions of a work is bigger than just preprints, and |preprint-url= feels to me like a partial solution to a bigger problem. In some fields (eg. economics, public policy) working papers with multiple drafts distributed over many years are normal prior to publication. Daask (talk) 16:42, 16 December 2024 (UTC)
I've also done that before, and I agree that it can be confusing for the reader, which is why I'm hesitant to include preprints in the url parameter now. Since the sole purpose of the preprint-url parameter would be to present the reader with an open-access link, I don't think it would be necessary to link multiple drafts in the citation template. — Newslinger talk 08:53, 17 December 2024 (UTC)

Using 'First' and 'last' over 'author' parameter

Template:Citation states that |first= and |last= are preferred over |author=. I recently edited some citations accordingly and was reverted. Is there a reason |first= and |last= are preferred, or is this indeed a non-issue? Random86 (talk) 00:42, 16 December 2024 (UTC)

Names are not universally consistent either in publishing or the world at large—given authors are generally identified primarily by surname, one can make a clear case for explicit specification. Remsense ‥  00:47, 16 December 2024 (UTC)
Also, separating them out is necessary if you want short footnotes ({{sfn}}) to link to the reference without a lot of extra hassle working around the lack of surnames. —David Eppstein (talk) 06:01, 16 December 2024 (UTC)
Separate first/last names are generally better. As said above, {{sfn}} and the like work much better with last names. It also allows better web searching for a reference when the source website changes between using between "Dee Lightful", "D. Lightful" or "Lightful". However, sometimes it is hard for us English speakers to know which part of a non-English name is the family name and which is the personal name - eg, in Foo Ling Yu many Westerners don't realise that Foo is the family name (ie the last name in western terms, even though it is at the start of the name) and Ling-Yu is the personal part of her name (ie, the first name in western terms). There are also a few Western names that are hard (eg Douglas, Michael vs Michael, Douglas). Which is why the author field is allowed and does not produce errors - it is the ultimate fallback when you do not know the correct order. Which means that the reverter was quite wrong to revert you based on faulty logic.  Stepho  talk  08:01, 16 December 2024 (UTC)
The parameters are perhaps misnamed as they really mean "given name" and "family name" regardless of name order, rather than first and last. But of course there are cultures (like say Iceland) where names don't work like that. —David Eppstein (talk) 08:25, 16 December 2024 (UTC)
Well, what they really mean is "surname" and "not surname". Remsense ‥  08:27, 16 December 2024 (UTC)
Difficult to generalise: Saddam Hussein al Tikriti: 2nd name father's "forename", no family name, normal (not informal) single-word name Saddam. Federico del Sagrado Corazón de Jesús García Lorca; normal Spanish surname García, but known, unusually, by mother's surname Lorca. María-José Pérez de Gómez, known sometimes as M-J Pérez, others as Sra [de] Gómez. Pol098 (talk) 11:58, 16 December 2024 (UTC)
True. But if you look at the revert there were only 2 names changed (although multiple times each): "Benjamin, Jeff" and "Caulfield, Keith". Both English. Both already separated into surname, comma, given name. No complications. No non-English names. Also, they are displayed to the reader exactly the same but as separate fields they are much more suitable for computer processing. There was no reason whatsoever for the revert apart from WP:JUSTDONTLIKEIT.  Stepho  talk  04:45, 17 December 2024 (UTC)
One can also use the aliases |given= and |surname= for these parameters. Kanguole 12:11, 16 December 2024 (UTC)
Thank you. That's new to me and I will probably start using it.  Stepho  talk  04:45, 17 December 2024 (UTC)
Unfortunately, Wikipedia:ProveIt presently undoes this. I should probably write a script that switches an article the other way, since the solution for automated RETAIN-vio is more automation, of course. Remsense ‥  22:18, 17 December 2024 (UTC)
ProveIt makes several changes to parameters, which it really shouldn't. One of the worst occurs when a reference has multiple authors – ProveIt renames the first one as |first= and |last= and moves the others later in the reference. (If Citation bot encounters these, it will change them to |first1= and |last1=, ready for ProveIt to "fix" them again.) It really should not be used on articles that already have consistent citations. Kanguole 22:28, 17 December 2024 (UTC)
I mostly used it before for its consistent ordering and spacing, but now I mostly avoid it, and make sure to manually tweak where it violates RETAIN. Remsense ‥  22:30, 17 December 2024 (UTC)

Request to edit note at top of Category:CS1 maint: unflagged free DOI

Hi there! Could someone please update the note at the top of Category:CS1 maint: unflagged free DOI? It mentions an issue affecting 17 Wikipedia articles, but there are now less than 10 articles in the category. Thanks! GoingBatty (talk) 17:45, 8 December 2024 (UTC)

See WP:BOLD. Also, I wonder why it dropped from 17. There hasn't been a template update in ages... I suspect someone performed bad fixes just to avoid the categorization. Headbomb {t · c · p · b} 12:15, 10 December 2024 (UTC)
@Headbomb: See WP:BOLD#Be careful. I don't know what the correct change should be, so it's better to get consensus here. GoingBatty (talk) 19:38, 19 December 2024 (UTC)

Generic title

Registered & Protected by MarkMonitor is a generic title string. -- GreenC 00:59, 19 December 2024 (UTC)

cite episode id parameter silently ignored

{{cite episode}} currently silently ignores |id=. I have been using it to add IMDb identifiers to some items, eg. Special:Diff/1261220079 using {{IMDb ID}}. I propose that we display the |id= parameter just like most other CS1 templates. A more elaborate discussion of IMDb in particular as an identifier is at Wikipedia talk:IMDb link templates § IMDB as an identifier in citations. Daask (talk) 22:44, 4 December 2024 (UTC)

|id= was:
Because it was the goal of the wikitext-to-module conversion to be transparent, it was necessary to overwrite whatever might be assigned to |id=. I do not recall any discussion here suggesting that we should change that.
I am not enthusiastic about making a change just to support an identifier for a source that editors at WP:RS/P have determined to be generally unreliable.
Trappist the monk (talk) 00:20, 5 December 2024 (UTC)
I've commented at the other discussion, there's general agreement that IMDb should not appear in references. I don't see how a courtesy link to an unreliable source can help with verification. -- LCU ActivelyDisinterested «@» °∆t° 01:16, 5 December 2024 (UTC)
I apologize for the delay in responding. Gonnym removed all transclusions of Template:IMDb ID two days after I raised the question here, making it difficult for me to determine how the template had been used. I strongly disagree with Gonnym's claim that these uses of Template:IMDb ID were "not what the ID= is for". It's exactly what |id= is for. Our current guideline is strong on this topic: Wikipedia:Citing sources § Links and ID numbers says "A citation ideally includes a link or ID number to help editors locate the source." Thus, according to this content guideline, for these audiovisual materials where no link is suitable, some identifier should be included. I don't make a point of adding identifiers of this kind to citations generally, and I'm not sure I would advocate for the strength of that guideline's wording, but I believe that identifiers are beneficial to include for obscure content, such as old episodes of broadcast news. Contra ActivelyDisinterested, an identifier is not a convenience link.
This leads to the question of which identifier to use. Contra Trappist the monk, I don't think it matters whether IMDb is a reliable source. It matters whether its identifiers are ambiguous by being either underspecified or conflations. IMDb's primary benefit isn't the quality of its data or it's market share as Folly Mox suggests, but the breadth of its coverage. Other websites besides IMDb itself use its identifiers. If other identifiers were available, I would prefer to use them, but for items with no other identifier, we must use what we have.
For example, I think this citation (featuring a permanently dead link with no archives available) would be greatly benefited from the addition of an identifier from IMDb or anywhere else:
I can't find anything about this episode on the internet except https://www.cbc.ca/news/canada/zaccardelli-faults-u-s-government-for-arar-s-deportation-1.757351 .
Perhaps a better solution than linking to IMDb would be to link to Wikidata using {{QID}}. Wikidata's primary web interface isn't very navigable for readers, so perhaps a link target of Reasonator (eg.) or SQID (eg.)? Forcing editors who want to add identifiers to create a Wikidata item linked to IMDb instead of using IMDb directly is more work for editors, which you may or may not find desirable. Searching revealed no existing policy or RFCs on using Wikidata an identifier in citations. Daask (talk) 02:04, 24 December 2024 (UTC)
The us of Wikidata on Wikipedia still has to comply with the consensus on Wikipedia. So using Wikidata to obfuscate a link to IMDb in a reference when there is a consensus against using IMDb in references sounds like a bad idea. -- LCU ActivelyDisinterested «@» °∆t° 10:52, 24 December 2024 (UTC)
@ActivelyDisinterested: I wouldn't call this obfuscating a link to IMDb. As far as consensus on Wikipedia, we have a content guideline that requires the use of an identifier. That's as strong a consensus as it gets on Wikipedia. If this local consensus wants to argue against the use of IMDb as a identifier, I may be willing to accept that if Wikidata is preferred instead. At this local venue, we don't have the option of overruling a content guideline, and so may not forbid both IMDb and Wikidata. Daask (talk) 15:11, 24 December 2024 (UTC)
The guideline doesn't require the use of an identifier, and certainly not these proposed identifiers. Nikkimaria (talk) 15:14, 24 December 2024 (UTC)
No there is a strong general consensus across multiple discussions to not link IMDb in references, working out ways to circumvent that consensus is unadvisable.
Also the guideline also doesn't agree with your interpretation. It doesn't say that an ID is required, it says ideally an ID can be included if it helps locate the source - IMDb doesn't help in locating the source. Even if it did require such a link that still wouldn't support your point, as it doesn't say that link must be to IMDb. -- LCU ActivelyDisinterested «@» °∆t° 15:29, 24 December 2024 (UTC)
I think it does matter that IMdB is not a reliable source, and expect most editors would agree. Out of curiosity, is the IMDb page on the episode given as example here (which I could not find) any more informative than the CBC archive summary, which also includes a "shotlist" element allowing for verification of certain quotes? Does the IMDb page truly help editors locate the source, or is it a user-generated summary of the source? (Incidentally, there is an archive, but Internet Archive are unable to display it, possibly as a result of their recent lawsuit.) Folly Mox (talk) 13:25, 24 December 2024 (UTC)
@Folly Mox: Thank you for finding those archives! I was unable to do so despite significant effort, and obviously could learn a thing or two about finding them. I would regard the CBC archive summary as essentially the official website for the source, though not a manifestation of the source, and would certainly link to it.
I don't expect identifiers to be informative. Is an ISBN informative? An ISBN is a number, not a resolver, a database, or a source. Daask (talk) 15:39, 24 December 2024 (UTC)

Cite case causes CS1 errors

{{Cite case}} maps |court= to |agency=, which is no longer supported by {{cite book}} -- see MKUltra#cite_note-107. This was brought up at Template talk:Cite case a few months ago by @DocWatson42 and @Isaidnoway, but I'm bringing it here since this is a better-watched talk page. Jay8g [VTE] 04:24, 20 December 2024 (UTC)

I remapped it to |series=, which renders in the same position in the citation. Hopefully no court cases are part of a series. Haven't checked all 52 transclusions, but none of the dozen or so I checked are in Category:Pages using duplicate arguments in template calls, so it seems fine. No documentation at this template. Folly Mox (talk) 17:04, 21 December 2024 (UTC)

Another generic title: "Conference Paper"

See Special:Diff/1264743625David Eppstein (talk) 05:32, 24 December 2024 (UTC)

Citeref: if no year, use year from date

Citeref is an html ID that is used to connect template:harv and template:sfn to cs1.

Problem to be solved:

An SQL search over linter errors of citerefs with the same id gives that around 280k do not have any number, so no year. It does make sense to look if the year can be fetched from elsewhere. CS1 alone makes 1.7 million out of 3.8 million duplicate IDs, so something has to be done, the status quo is not an feasible outcome.

Expected breakages:

https://en.wikipedia.org/w/index.php?search=hastemplate%3A%22Cite+journal%22+hastemplate%3A%22Harvard+citation%22+insource%3A%2F%5C%7B%5C%7Bharvard+citation%5C%7C%5Ba-zA-Z%5C%7C%5D%2B%5C%7D%5C%7D%2F&title=Special:Search&profile=advanced&fulltext=1&ns0=1 shows that among the usages of cite journal and harv there is only one that does not have a number, Gordon Pask with its reference to Green, but that reference does not have an date, so it will not be affected by the change. Among the usages of cite journal and harv there are none with only page and not date, so nothing expected to break there. Overall, I do expect breakages, but that that they fix more duplicate ID's than they cause issues with harv. One could do an interim solution with both IDs showing up, causing no breakages for harv and sfn in the meantime.

Solution:

It does make sense to look for an year in date, when year is not given. An editor is not likely to duplicate the year when the date has already been given.

Add the following to line 4115 of Module:Citation/CS1, keeping the line break that is there.

		if Year == nil or "" then
			Year = string.match(Date, "%d%d%d%d")
		end

Snævar (talk) 15:00, 15 December 2024 (UTC)

Having the same CITEREF in articles that do not use short form references is not an error that needs solving.
The year in |date= is already used if it is part of the cite. However the example in Gordon Peak (CITEREFGreen) has no |date= parameter only |access-date= and |archive-date= neither of which would be appropriate to include in a short form reference. -- LCU ActivelyDisinterested «@» °∆t° 16:35, 15 December 2024 (UTC)
(edit conflict)
No. At Module:Citation/CS1 line 4114 is this:
local year = first_set ({Year, anchor_year}, 2); -- Year first for legacy citations and for YMD dates that require disambiguation
Normally, Year has been set to nil before this point in the code. anchor_year comes from Module:Citation/CS1/Date validation.
This example has |date= but does not have |year=:
{{cite book |title=Title |last=Greene |first=EB |date=15 December 2024}}Greene, EB (15 December 2024). Title.
'"`UNIQ--templatestyles-0000003F-QINU`"'<cite id="CITEREFGreene2024" class="citation book cs1">Greene, EB (15 December 2024). ''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Title&rft.date=2024-12-15&rft.aulast=Greene&rft.aufirst=EB&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+97" class="Z3988"></span>
Note the value assigned to the id= attribute in the <cite> tag; it has the year portion from |date=.
If you know of cs1|2 templates that do not include the year portion from a publication-date parameter (|date=, |publication-date=, |year=) in the CITEREF anchor id, I'd like to see it.
Editors do duplicate the year when the date has already been given; Category:CS1 maint: date and year wouldn't be needed else.
It used to be that cs1 templates did not automagically create CITEREF anchor ids. Some time back, there was discussion:
Editors in those discussions decided that all cs1|2 templates would create CITEREF anchor ids, needed or not; the automagic CITEREF anchor id can be suppressed with |ref=none. This linter thing is an artefact of that decision.
Trappist the monk (talk) 17:01, 15 December 2024 (UTC)
Sounds like the problem is the linter. We already have Category:Harv and Sfn multiple-target errors (19) for where this is an actual issue. Folly Mox (talk) 12:37, 23 December 2024 (UTC)
I have worked on Linter errors daily for over six years, and I am unconvinced that the new "Duplicate ID" tracking is identifying many actual errors that cause problems for readers or editors. I haven't had the energy to push back against it though. I just ignore it. – Jonesey95 (talk) 17:49, 25 December 2024 (UTC)

certain parameters not displaying on 'Template:cite map'

For some reason, {{cite map}} seems to have the following issues below:

Cite map comparison (with 'title' parameter, without 'map' or 'website' parameters)
Wikitext {{cite map|author-link=Joe Bloggs|date=21 February 2025|edition=57|editor-first=John|editor-last=Doe|editor-link=John Doe|first=Joe|format=format|issue=38|last=Bloggs|others=others|title=title|type=type|url=https://www.example.com/|volume=52}}
Live Bloggs, Joe (21 February 2025). Doe, John (ed.). title (format) (type) (57 ed.). others.
Sandbox Bloggs, Joe (21 February 2025). Doe, John (ed.). title (format) (type) (57 ed.). others.
In this first instance, the parameter {{{volume}}} isn't being shown after {{{others}}}, unlike in the other instances, and neither is {{{issue}}}, while {{{title}}} is displayed in italics, the latter two issues, like in the third instance.
Cite map comparison (with 'title' and 'website' parameters, without 'map' parameter)
Wikitext {{cite map|author-link=Joe Bloggs|date=21 February 2025|edition=57|editor-first=John|editor-last=Doe|editor-link=John Doe|first=Joe|format=format|issue=38|last=Bloggs|others=others|title=title|type=type|url=https://www.example.com/|volume=52|website=website}}
Live Bloggs, Joe (21 February 2025). Doe, John (ed.). "title" (format) (type). website. others. Vol. 52, no. 38.
Sandbox Bloggs, Joe (21 February 2025). Doe, John (ed.). "title" (format) (type). website. others. Vol. 52, no. 38.
In this second instance, the parameter {{{edition}}} isn't being shown at all, either after {{{type}}}, unlike in the first instance, or after {{{format}}}, unlike in the third or fourth instances, while the parameter {{{title}}} is displayed in "quotation marks", like in the fourth instance.
Cite map comparison (with 'map' and 'title' parameters, without 'website' parameter)
Wikitext {{cite map|author-link=Joe Bloggs|date=21 February 2025|edition=57|editor-first=John|editor-last=Doe|editor-link=John Doe|first=Joe|format=format|issue=38|last=Bloggs|map-url=https://www.example.com/map/|map=map|others=others|title=title|type=type|url=https://www.example.com/|volume=52}}
Live Bloggs, Joe (21 February 2025). "map" (type). In Doe, John (ed.). title (format) (57 ed.). others. Vol. 52.
Sandbox Bloggs, Joe (21 February 2025). "map" (type). In Doe, John (ed.). title (format) (57 ed.). others. Vol. 52.
In this third instance, the parameter {{{issue}}} isn't being shown, while {{{title}}} is displayed in italics, both like in the first instance.
Cite map comparison (with 'map', 'title' and 'website' parameters)
Wikitext {{cite map|author-link=Joe Bloggs|date=21 February 2025|edition=57|editor-first=John|editor-last=Doe|editor-link=John Doe|first=Joe|format=format|issue=38|last=Bloggs|map-url=https://www.example.com/map/|map=map|others=others|title=title|type=type|url=https://www.example.com/|volume=52|website=website}}
Live Bloggs, Joe (21 February 2025). "map" (type). In Doe, John (ed.). "title" (format) (57 ed.). others. Vol. 52, no. 38.
Sandbox Bloggs, Joe (21 February 2025). "map" (type). In Doe, John (ed.). "title" (format) (57 ed.). others. Vol. 52, no. 38.
In this fourth instance, the parameter {{{website}}} isn't being shown, unlike in the second instance, while {{{title}}} is displayed in "quotation marks", like in the second instance.

PK2 (talk; contributions) 08:46, 26 December 2024 (UTC)

Not really 'issues'. All of your examples are correct except for the fourth example:
  1. cites a standalone or sheet map; |volume= and |issue= are inappropriate
  2. cites a map in a periodical; the periodical parameters are: |journal=, |magazine=, |newspaper=, |periodical=, |website=, |work=; |edition= is ignored in the final assembly process
  3. cites a map in a book or encyclopedia; cs1|2 book and encyclopedia citations do not support |issue= (a periodical parameter)
  4. doesn't know what you're citing because you included |map=, |title=, and |website= which is an attempt to cite a map in a book and simultaneously in a periodical; don't do that.
Cast about in the archives of this talk page for the discussions we had when developing the current version of {{cite map}}.
Trappist the monk (talk) 15:02, 26 December 2024 (UTC)
I accidentally said the word 'italics' instead of '"quotation marks"' for the fourth instance above in {{cite map}} when I started this discussion; I just replaced that instance of the word 'italics' with 'quotation marks' now. -- PK2 (talk; contributions) 05:32, 27 December 2024 (UTC)

DOI prefix limits should be bumped.

We have DOI prefixes in the 10.70000s now. The limit should be bumped to 10.80000s Headbomb {t · c · p · b} 04:05, 1 December 2024 (UTC)

Seconding this! —⁠Collint c 22:10, 17 December 2024 (UTC)
If that is true, why (as I write this) is Category:CS1 errors: DOI empty?
{{PAGESINCATEGORY:CS1 errors: DOI}} → 0
Trappist the monk (talk) 22:47, 17 December 2024 (UTC)
@Trappist the monk: The article Kiwai Island has a DOI of 10.70460/jpa.v7i1.183 in reference #1 that is incorrectly giving a "Check |doi= value" error. Could you please help fix this? GoingBatty (talk) 19:41, 19 December 2024 (UTC)
Fixed in sandbox:
Cite journal comparison
Wikitext {{cite journal|date=2016|doi=10.70460/jpa.v7i1.183|first=Ian J|issue=1|journal=Journal of Pacific Archaeology|last=McNiven|pages=74–83|title=Stone Axes as Grave Markers on Kiwai Island Fly River Delta Papua New Guinea|volume=7}}
Live McNiven, Ian J (2016). "Stone Axes as Grave Markers on Kiwai Island Fly River Delta Papua New Guinea". Journal of Pacific Archaeology. 7 (1): 74–83. doi:10.70460/jpa.v7i1.183.
Sandbox McNiven, Ian J (2016). "Stone Axes as Grave Markers on Kiwai Island Fly River Delta Papua New Guinea". Journal of Pacific Archaeology. 7 (1): 74–83. doi:10.70460/jpa.v7i1.183.
Trappist the monk (talk) 20:06, 19 December 2024 (UTC)
Thank you! After this goes live, we could update the articles in Category:CS1 maint: ignored DOI errors. GoingBatty (talk) 17:31, 26 December 2024 (UTC)
I reviewed each article in Category:CS1 maint: ignored DOI errors and removed the temporary error hiding for the 10.7#### DOIs that were kindly added by users such as Metamd, AManWithNoPlan and Snowman304. GoingBatty (talk) 20:55, 2 January 2025 (UTC)

module suite update 28–29 December 2024

I propose to update the cs1|2 module suite over the weekend 28–29 December 2024. Here are the changes:

Module:Citation/CS1:

Module:Citation/CS1/Configuration:

  • update emoji zwj table to Unicode v16.0; nothing changed except version and date;
  • add script lang codes 'az', 'chr', 'zgh';
  • add free DOI registrants 10.18637 – Foundation for Open Access Statistic, 10.1016/j.proche – Procedia Chemistry
  • convert Category:CS1 maint: unfit URL to properties cat Category:CS1: unfit URL
  • relax 'HugeDomains' generic title search; discussion

Module:Citation/CS1/Identifiers:

Module:Citation/CS1/Utilities:

Trappist the monk (talk) 01:57, 21 December 2024 (UTC)

I don't have an opinion on most of these but am very happy to see the hyphen-to-dash fix. Thanks! —David Eppstein (talk) 06:01, 21 December 2024 (UTC)
Instead of Category:CS1: unfit URL could it be Category:CS1: usurped URL - it is the majority by about 3:1: unfit 11,000, usurped 46,000. The usurped will grow indef due to WP:JUDI. -- GreenC 06:21, 21 December 2024 (UTC)
Makes sense just to reparent the existing cat: usurped is a subtype of unfit. Thanks for all your work, Trappist. Folly Mox (talk) 16:46, 21 December 2024 (UTC)
Just so I understand what you are saying: You think that |url-status=unfit should categorize to Category:CS1: unfit URL and |url-status=usurped should categorize to Category:CS1: usurped URL where the latter is a sub-category of the former? Do we really need two categories?
Trappist the monk (talk) 19:10, 21 December 2024 (UTC)
"Is a sub-type of unfit" .. ? Unfit are individual URLs that are a problem in an otherwise legitimate website/domain. Usurped are URLs for an entire websites/domains. They are tracking similar problem URLs but of different scope. I agree it works to have one category, but thought the category placeholder name could be the larger more common set. Usurped is now up to 55,000 and I forecast this number will be 100s k if not millions, dwarfing unfit. -- GreenC 20:06, 1 January 2025 (UTC)
I forgot to mention that some time ago I implemented a prospective work-around for the Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value messages. These messages occur when the attempt to fetch ID limits from Commons (c:Data:CS1/Identifier limits.tab) fails. When the fetch fails, Module:Citation/CS1/Configuration will use default limit values of 99999999999 so that individual limit tests will not fail. Articles where this happens will be added to Category:CS1 maint: ID limit load fail. Unlike all other maintenance categories, this category will not emit the maintenance message because it would appear in every cs1|2 template rendered in the article. A null edit should remove an article from the category. It is nearly impossible to test this code because the load failure is rare and random but, famous last words, I believe that I haven't done anything too stupid.
Trappist the monk (talk) 15:32, 27 December 2024 (UTC)
I've added the cat to list of things to watch. -- LCU ActivelyDisinterested «@» °∆t° 15:43, 27 December 2024 (UTC)

OCLC parameter now needs to allow 11 digits.

During a preview on Polyamory I ran into this:

This gave this error: {{cite journal}}: Check |oclc= value (help)

Click through on that 11-digit OCLC # to see that it links to a WorldCat record. Peaceray (talk) 22:10, 29 December 2024 (UTC)

language parameter is not recognising languages

The language parameter is not recognising languages includes Nagpuri language and Kharia language by their iso code.––kemel49(connect)(contri) 11:18, 4 January 2025 (UTC)

None of the language tags are supported by MediaWiki:
  • Nagpuri (Sadri) sck: {{#language:sck|en}} → sck
  • Nagpuri (Oraon Sadri) sdr: {{#language:sdr|en}} → sdr
  • Kharia khr: {{#language:khr|en}} → khr
See the documentation for |language= and, in particular, the list of supported codes and names.
Trappist the monk (talk) 12:38, 4 January 2025 (UTC)
Is there any way to get such languages included.––kemel49(connect)(contri) 12:48, 4 January 2025 (UTC)

There are a number of links to books which have since lost their accessibility to the general public on Internet Archive (e.g., [2] and [3] of the same book). These are now "[books] available [only] to patrons with print disabilities."

Should the links like these which are not accessible to users without print disabilities be removed, or would it be possible to add another |url-access parameter to signify this? Tule-hog (talk) 20:48, 28 November 2024 (UTC)

Alternatively (as with {{Hopcroft and Ullman 1979}}) should the link be appended to a reference a note? Tule-hog (talk) 01:33, 29 November 2024 (UTC)
@Tule-hog: I don't think any of the values in the current current scheme accurately represent the access status you have described. I'd be inclined to leave |url-access= blank and create a new template to indicate this information after the citation template, similar to many of the templates in Category:External link note templates. Daask (talk) 17:06, 16 December 2024 (UTC)
I went with {{Internet Archive patrons}} as a temporary solution, which allows for tracking pages (and ref-templates) that use it (which should make future modifications more streamline-able). Tule-hog (talk) 17:14, 16 December 2024 (UTC)
User:Tule-hog, the book is fully searchable (click the magnifying glass). And, you can open it to any page like page 42. This is the same as many books at Google Books. I would be careful about tagging books as "inaccessible" because there are many levels and types of access, beyond complete full access. We certainly don't tag Google Books. Also, access levels can change on a whim of the library based on publisher requirements, it's not set in stone, trying to maintain those tags over the years will be impossible. It's really beyond our scope or need. Readers are expected to be able to navigate and understand external websites. -- GreenC 00:24, 17 December 2024 (UTC)
That particular book is not fully browsable, click 'next page'.
To clarify: are you in favor of deprecating url-access entirely, or are you making a point about Internet Archive's collections? Tule-hog (talk) 00:39, 17 December 2024 (UTC)
"Fully browsable" is a rare condition for (copyright) books, at any website. At Internet Archive, for example, permissions can include:
  • Full access for everyone
  • Full access if you login
  • Full access if you are disabled
  • Some book pages browsable for everyone
  • Some book pages browsable if you login
  • Search access for everyone but not browsable
  • Search access if you login but not browsable
  • There are other permissions controlling access to files
Also, these permissions can, and frequently do, change at the whim of Internet Archive and the publishers, at any time. Including new types of permissions.
So my question is how you plan on communicating AND maintaining this information on Wikipedia for the next 20 years for millions of books.
Also, this is only one website. Google Books has similar gradations, is even more complex, and more opaque how it works. For these reasons we don't track the precise levels of access. It's generally understood that any copyright material is by default probably going to have some restrictions. It's a matter of practicality. -- GreenC 02:50, 17 December 2024 (UTC)
Thank you for the clarification. Given that the current possibilities are:
  • registration = 'Free registration required'
  • limited = 'Free access subject to limited trial, subscription normally required'
  • subscription = 'Paid subscription required'
do you think it would be unreasonable to collapse the tertiary possibilities discussed (e.g., search access only, some pages browsable, special permissions) into a fourth parameter:
  • partial = 'Partial access, not fully readable' (or something)
The motivation for the parameter is the same as the other 3, with no more or less difficulty in implementation. In particular, it is to emphasize that the URL supplied is not "full access", in one way or another. Tule-hog (talk) 00:21, 5 January 2025 (UTC)
If the proposed fourth parameter is not reasonable, I will collapse the use of {{IAp}} to a simple |url= with no indicator. As a reader, I would find an indicator an appreciated convenience, but I don't see another solution. Tule-hog (talk) 00:22, 5 January 2025 (UTC)

Placement of "translator"/"page" fields

Greetings and felicitations. When "translator" and "page" fields are used together in "Cite journal", it results in this:

ISTM that the "translator" field should be followed by a period, or be placed before the volume/issue number fields, or after the pages field. —DocWatson42 (talk) 05:48, 20 December 2024 (UTC)

Yeah, a known flaw but a pain to fix. If we really need to fix it, we should revisit the placement of all rendered parameters. As it is now, the code that orders the cs1|2 template parameters is ugly and confusing.
For this particular case, if one follows the doi link to the publisher's website, Oxford Academic identifies "Takahashi Macoto: The Origin of Shōjo Manga Style" as a chapter in the book Mechademia 7: Lines of Sight. It would seem then that {{cite book}} would be the appropriate template. I don't have access to the source, but Oxford Academic's recommended citation does not include Rachel Thorn (with an 'N'). The recommended citation lists a co-author(?) 'Matt Thorm' (with an 'M'). So, perhaps the correct template looks like this (without |translator=):
{{Cite book |last=Fujimoto |first=Yukari |author-link=Yukari Fujimoto |last2=Thorm |first2=Matt |date=2012 |chapter=Takahashi Macoto: The Origin of Shōjo Manga Style |editor-last=Lunning |editor-first=Frenchy |title=Mechademia 7: Lines of Sight |pages=24–55 |doi=10.5749/minnesota/9780816680498.003.0002 |isbn=978-0-8166-8049-8}}
Fujimoto, Yukari; Thorm, Matt (2012). "Takahashi Macoto: The Origin of Shōjo Manga Style". In Lunning, Frenchy (ed.). Mechademia 7: Lines of Sight. pp. 24–55. doi:10.5749/minnesota/9780816680498.003.0002. ISBN 978-0-8166-8049-8.
or with |translator=:
{{Cite book |last=Fujimoto |first=Yukari |author-link=Yukari Fujimoto |last2=Thorm |first2=Matt |date=2012 |chapter=Takahashi Macoto: The Origin of Shōjo Manga Style |editor-last=Lunning |editor-first=Frenchy |title=Mechademia 7: Lines of Sight |translator=[[Rachel Thorn|Thorn, Rachel]] |pages=24–55 |doi=10.5749/minnesota/9780816680498.003.0002 |isbn=978-0-8166-8049-8}}
Fujimoto, Yukari; Thorm, Matt (2012). "Takahashi Macoto: The Origin of Shōjo Manga Style". In Lunning, Frenchy (ed.). Mechademia 7: Lines of Sight. Translated by Thorn, Rachel. pp. 24–55. doi:10.5749/minnesota/9780816680498.003.0002. ISBN 978-0-8166-8049-8.
Trappist the monk (talk) 16:44, 20 December 2024 (UTC)
I don't have time right now to reply in full, but Mechademia is a journal in the form of a book, and the correct spelling of the particular author's name is Matt Thorn. —DocWatson42 (talk) 20:14, 20 December 2024 (UTC)
I know this is pretty stale (and evidently a pain to fix), but I'd support the eventual, non-urgent relocation of the |translator-n*= parameters to render immediately following |chapter= / |entry= if available, or immediately following |title= otherwise.
As someone who has previously worked in translation, I can affirm that there is a reason why publishers may recommend the translator be attributed as coauthor. Unless machine translation is used as a jumping off point, translation is a significant and very personal contribution; it makes sense to credit close to the title. No rush though. Folly Mox (talk) 17:15, 5 January 2025 (UTC)
That sounds good (logical) to me. And I hope the overhaul of parameters happens sooner rather than later. —DocWatson42 (talk) 22:21, 6 January 2025 (UTC)

Is there a full list of all names that are considered 'generic'?

I'm working on a script that searches through CS1 templates with generic names and provides a list of the most common first and last names that throw an error in the template. I couldn't find it on the category page, but is there a copy of the test that templates run through so I can do it locally on my machine?

Thanks EatingCarBatteries (contributions, talk) 07:41, 8 January 2025 (UTC)

@EatingCarBatteries: The full list is a mixture of exact titles such as contact us and LUA string-matching patterns such as [Nn]ews[ %-]?[Rr]oom; search for generic_titles in Module:Citation/CS1/Configuration. -- John of Reading (talk) 07:48, 8 January 2025 (UTC)
Thank you John! EatingCarBatteries (contributions, talk) 07:50, 8 January 2025 (UTC)

Lack of orthogonality

There are some CS1 parameters that are not allowed in templates where they make sense and would be useful. An example is {{cite journal}}. Journal articles are often available on the WWW and often have numbered sections, but |section= and |section-link= are not available, although there is a hack (|at=link). -- Shmuel (Seymour J.) Metz Username:Chatul (talk) 15:02, 8 January 2025 (UTC)

@Chatul Do the sections have different authors? I thought that was the purpose of section/chapter, to cite different pieces by different people within the same book, Rjjiii (talk) 15:23, 8 January 2025 (UTC)
I'm not aware of anything that ties author with in-source locations in general, and with |section= in particular. -- Shmuel (Seymour J.) Metz Username:Chatul (talk) 19:17, 8 January 2025 (UTC)
|title= should be used for the article in the journal, so is this about a section of the article without page numbers? Do you have an example? If you're referencing part of an article without page numbers but numbered sections then |at= seems appropriate. -- LCU ActivelyDisinterested «@» °∆t° 19:54, 8 January 2025 (UTC)
In this case there are no page numbers, but it wouldn't help if the were, since |at=, |page= and |pages= are mutually exclusive. In this case I am using

{{cite journal | journal = Communications of the ACM | volume = 6 | issue = 1 | date = January 1963 | title = Revised Report on the Algorithmic Language Algol 60 | editor = Peter Naur | editor-link = Peter Naur | author1 = J.W. Backus | author-link1 = John Backus | author2 = F.L. Bauer | author-link2 = Friedrich L. Bauer | author3 = J.Green | author4 = C. Katz | author5 = J. McCarthy | author-link5 = John McCarthy (computer scientist) | author6 = P. Naur | author-link6 = Peter Naur | author7 = A.J. Perlis | author-link7 = Alan Perlis | author8 = H. Rutishauser | author-link8 = Heinz Rutishauser | author9 = K. Samuelson | author10 = B. Vauquois | author-link10 = Bernard Vauquois | author11 = J.H. Wegstein | author-link11 = Joseph Henry Wegstein | author12 = A. van Wijngaarden | author-link12 = Adriaan van Wijngaarden | author13 = M. Woodger | author-link13 = Mike Woodger | at = 3.2.4. Standard functions | url = https://doi.org/10.1145/366193.366201 | publisher = Association for Computing Machinery | doi = 10.1145/366193.366201 | s2cid = 7853511 }}

which renders as J.W. Backus; F.L. Bauer; J.Green; C. Katz; J. McCarthy; P. Naur; A.J. Perlis; H. Rutishauser; K. Samuelson; B. Vauquois; J.H. Wegstein; A. van Wijngaarden; M. Woodger (January 1963). Peter Naur (ed.). "Revised Report on the Algorithmic Language Algol 60". Communications of the ACM. 6 (1). Association for Computing Machinery. 3.2.4. Standard functions. doi:10.1145/366193.366201. S2CID 7853511.. -- Shmuel (Seymour J.) Metz Username:Chatul (talk) 20:58, 8 January 2025 (UTC)
That article has page numbers though? |pages=1–17 (section 3.2.4 is on p. 6). Also remember |doi-access=free. I could see wanting a |section= for online-only journals where there is no true pagination, but |at= does seem to be doing an adequate job. Folly Mox (talk) 21:44, 8 January 2025 (UTC)
Isn't this the purpose of |at=, for when a page number is inappropriate or insufficient? Section is even listed as an example usage in the documentation. -- LCU ActivelyDisinterested «@» °∆t° 00:56, 9 January 2025 (UTC)

Strange placement of others in journal citation

"Others", in a journal citation, is placed between the issue number and the page numbers. Example (from Garden of Eden (cellular automaton)):

  • {{citation | last = Bartholdi | first = Laurent | others = with an appendix by Dawid Kielak | arxiv = 1605.09133 | doi = 10.4171/JEMS/900 | issue = 10 | journal = Journal of the European Mathematical Society (JEMS) | mr = 3994103 | pages = 3191–3197 | title = Amenability of groups is characterized by Myhill's theorem | volume = 21 | year = 2019}}
  • Bartholdi, Laurent (2019), "Amenability of groups is characterized by Myhill's theorem", Journal of the European Mathematical Society (JEMS), 21 (10), with an appendix by Dawid Kielak: 3191–3197, arXiv:1605.09133, doi:10.4171/JEMS/900, MR 3994103
  • Manually substed: Bartholdi, Laurent (2019), "Amenability of groups is characterized by Myhill's theorem", Journal of the European Mathematical Society (JEMS), 21 (10), with an appendix by Dawid Kielak: 3191–3197, arXiv:1605.09133 Free access icon, doi:10.4171/JEMS/900, MR3994103
  • Sandbox: Bartholdi, Laurent (2019), "Amenability of groups is characterized by Myhill's theorem", Journal of the European Mathematical Society (JEMS), 21 (10), with an appendix by Dawid Kielak: 3191–3197, arXiv:1605.09133, doi:10.4171/JEMS/900, MR 3994103

This strikes me as unlikely to be the best place to put it. In this example, the arXiv version lists both authors. The journal article landing page puts the "with an appendix by..." text into a subtitle of the article title, as does the BibTeX that I get from doi.org. The MathSciNet BibTeX data which I used to generate this citation instead separates it out into a note= field of the BibTeX. zbMATH just omits Kielak from the metadata altogether. I think others= should be the correct way of handling this, if only it produced reasonable formatting. —David Eppstein (talk) 04:48, 9 January 2025 (UTC)

Why not just put the "With an appendix ..." text in the title, as recommended at the source? – Jonesey95 (talk) 05:30, 9 January 2025 (UTC)
Putting aside how to get this specific citation formatted in a way that doesn't look stupid, maybe we could make the others= parameter useful instead of having to use hacks to work around its bad behavior? My strong suspicion is that using hacks to work around bad alternatives was also the motivation for putting the additional contributor in the subtitle rather than somewhere more principled. —David Eppstein (talk) 06:09, 9 January 2025 (UTC)
This is more-or-less the same issue as § Placement of "translator"/"page" fields above.
Trappist the monk (talk) 15:44, 9 January 2025 (UTC)

Requested move 4 January 2025

The following is a closed discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. Editors desiring to contest the closing decision should consider a move review after discussing it on the closer's talk page. No further edits should be made to this discussion.

The result of the move request was: not moved. (closed by non-admin page mover) Frost 00:13, 12 January 2025 (UTC)


– The reason I'm requesting for these templates to be moved to their respective new titles is per WP:TG; because template function should be clear from the template name, but redirects can be created to assist everyday use of very popular templates, because redirects are cheap. PK2 (talk; contributions) 23:50, 4 January 2025 (UTC)

References are used often and inline, which makes them noisy. These are some of the longer names. I would not support a move of any of the above. Izno (talk) 01:35, 5 January 2025 (UTC)
The problem with the "redirects are cheap" argument is that redirected templates often lead to gnomes or bots replacing the templates with the redirect target (despite WP:COSMETICBOT) and this leads to a lot of clutter on everyone's watchlists, and the resulting waste of human editors' attention is not so cheap. —David Eppstein (talk) 01:39, 5 January 2025 (UTC)
I'm unconvinced by the argument for this. I've never seen a confused misuse of {{Cite AV media}}. I don't see that it's purpose is unclear. On the other hand I've seen {{Cite journal}} used several times for people's diaries, but even that is an extremely rare issue. As other have said this will just result in the longer title being used, creating clutter for no practical effect. -- LCU ActivelyDisinterested «@» °∆t° 13:42, 5 January 2025 (UTC)
  • Oppose for AV, don't care on tech. Headbomb {t · c · p · b} 16:00, 5 January 2025 (UTC)
  • Oppose per David Eppstein and ActivelyDisinterested. Redirects are cheap until someone decides they all need to be bypassed, which people often choose to do en masse for some reason. And it's not clear how "AV media" could be confused for anything but "audio-visual media". I legitimately checked for possible confounders and came up empty.
    As an aside, I have also seen {{Cite journal}} to cite a diary, but the more common cases of confusion – in steeply ascending order – are people trying to use {{Cite document}} inappropriately to cite an online source, because it's a "document" (as if any written material isn't), and User:Citation bot swapping in an incorrect template because it sees an isbn or something.
    {{Cite tech report}}{{Cite technical report}} is less objectionable, but still seems undesirable. Again, what do people think "tech report" might mean apart from "technical report"? (I suppose "technology report" or "technique report" might be theoretically possible.) Good faith request, but unconvincing, and neglects drawbacks. Folly Mox (talk) 17:00, 5 January 2025 (UTC)
  • Oppose for the AV templates, I think there is a good argument that AV is more obvious than audiovisual. Meh on tech to technical. Skynxnex (talk) 02:46, 6 January 2025 (UTC)
  • Oppose for the same reasons. The clarity benefit is marginal, outweighed by the (much) longer name, and the change is likely to cause unwanted churn. Looking at the AV disambiguation page, I don't see anything potentially confusing. Do we cite to Adult Video a lot? 97.102.205.224 (talk) 21:51, 7 January 2025 (UTC)
The discussion above is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.

How to cite one of them

I have three articles all published in the same publication (The Daily Telegraph), in year (1923) and the same month (January), but on different days. The question is how to cite one of them using sfn.

--TheDiaboloBoy (talk) 10:06, 10 January 2025 (UTC)

Text to be proven,[1] and more,[2] and even more.[3]

References

Sources
  • Smith, Graftoon Elliot (19 January 1923a). "The Tomb of Tutankhamen". The Daily Telegraph. pp. 9–10.
  • Smith, Graftoon Elliot (19 January 1923b). "The Tomb of Tutankhamen". The Daily Telegraph. p. 9.
  • Smith, Graftoon Elliot (19 January 1923c). "The Tomb of Tutankhamen". The Daily Telegraph. p. 9.
HTH -- Michael Bednarek (talk) 12:25, 10 January 2025 (UTC)

How to cite an unsigned article

For example

  • "Towards Balkan Peace". The Times. 1925-09-22. p. 15.

--TheDiaboloBoy (talk) 11:17, 10 January 2025 (UTC)

Lets see:

[1]

--TheDiaboloBoy (talk) 11:29, 10 January 2025 (UTC)

[2]

--TheDiaboloBoy (talk) 11:30, 10 January 2025 (UTC)

References

  1. ^ The Times & 1925-09-22.
  2. ^ The Times 1925.
Text to be proven.[1]

References

Sources
  • Anon. (1925-09-22). "Towards Balkan Peace". The Times. p. 15.
HTH -- Michael Bednarek (talk) 12:28, 10 January 2025 (UTC)

Michael Bednarek -- So, I need to write Anon, or something (anonymous) just to fill that parameter field with something.--TheDiaboloBoy (talk) 20:46, 10 January 2025 (UTC)

Can I bind multiple references into a single one?--TheDiaboloBoy (talk) 20:48, 10 January 2025 (UTC)

If you want to use {{sfn}} as you did, simply add |ref={{sfnref|The Times|1925}} to your references, e.g.
  • {{cite news |title=Towards Balkan Peace|newspaper=[[The Times]] |date=1925-09-22|pp=15|ref={{sfnref|The Times|1925}}}}
to give
  • "Towards Balkan Peace". The Times. 1925-09-22. p. 15.

Headbomb {t · c · p · b} 21:40, 10 January 2025 (UTC)

@Trappist the monk:: It's probably worth considering to extend the current CS1 functionality to fallback on CITEREFWORK+YEAR when authors aren't specified. Headbomb {t · c · p · b} 23:45, 10 January 2025 (UTC)

Add "ERROR" to the "generic_titles" list in "Module:Citation/CS1/Configuration"

Hi, I noticed that a website has issues in their metadata and if you use VE Cite generator tool for that website, it gives you something just like this one. It should report the error for the |title=. Also, the link itself is not good for the references list; I don't know if there is something interesting like title to catch it's generated link too. Thanks! ⇒ AramTalk 12:49, 11 January 2025 (UTC)

Module support edit req

I would like to have the following code added to Module:Citation/CS1 - DIFF. This was previously discussed at Help talk:Citation Style 1/Archive 94#Module access without any convincing arguments against it. This adds support for modules to call the module directly, instead of using metatables or templates. Module:CS1 translator is one of the usecases. The "citation" function was renamed to "_citation", and a new "citation" function made. The "_citation" function would be the entry point for any module, and that module calling it would have to provide the same information as the "citation" function provides. This _x and x naming scheme is consistent with other modules providing access from other modules. Any frame dependant functionality was moved to the "citation" function. Only 4 tests failed at Module talk:Citation/CS1/testcases. Snævar (talk) 13:03, 4 January 2025 (UTC)

That previous discussion did not, it seems, generate enthusiastic support either. From that discussion, are we to infer that you mean to replace Module:Cite book (and the others) with a single module that then calls the Module:Citation/CS1 function _citation() with the appropriate arguments? Have you written that replacement module? Where can we see it working?
Not clear to me that Module:CS1 translator would benefit from this change. What am I missing?
Trappist the monk (talk) 14:35, 4 January 2025 (UTC)
The modules and what parameters they support are distinct on purpose. This is a feature, not a bug. Headbomb {t · c · p · b} 16:42, 4 January 2025 (UTC)
I unequivocally support adding module access to this module. I have looked at it many times and have not been able to figure it out, so kudos to someone for taking a hack at it. Izno (talk) 21:32, 4 January 2025 (UTC)
I have a criticism though. The templatestyles should be in _citation. If you need to get another frame inside there that's fine. Izno (talk) 21:37, 4 January 2025 (UTC)
And actually, I think all the lookups should be in _citation. Izno (talk) 21:37, 4 January 2025 (UTC)
Concur. I've moved all that stuff into _citation(). Not yet tested calls from another module.
Trappist the monk (talk) 01:03, 5 January 2025 (UTC)
I have hacked a proof of concept module in my sandbox that appears to demonstrate that Module:Citation/CS1/sandbox can be called from another module. The first three examples were scraped from elsewhere on this page, live template rendering above the sandbox rendering:
{{cite journal|date=2016|doi=10.70460/jpa.v7i1.183|first=Ian J|issue=1|journal=Journal of Pacific Archaeology|last=McNiven|pages=74–83|title=Stone Axes as Grave Markers on Kiwai Island Fly River Delta Papua New Guinea|volume=7}}
  • McNiven, Ian J (2016). "Stone Axes as Grave Markers on Kiwai Island Fly River Delta Papua New Guinea". Journal of Pacific Archaeology. 7 (1): 74–83. doi:10.70460/jpa.v7i1.183.
  • McNiven, Ian J (2016). "Stone Axes as Grave Markers on Kiwai Island Fly River Delta Papua New Guinea". Journal of Pacific Archaeology. 7 (1): 74–83. doi:10.70460/jpa.v7i1.183.
{{cite book |last=Fujimoto |first=Yukari |author-link=Yukari Fujimoto |last2=Thorm |first2=Matt |date=2012 |chapter=Takahashi Macoto: The Origin of Shōjo Manga Style |editor-last=Lunning |editor-first=Frenchy |title=Mechademia 7: Lines of Sight |translator=[[Rachel Thorn|Thorn, Rachel]] |pages=24–55 |doi=10.5749/minnesota/9780816680498.003.0002 |isbn=978-0-8166-8049-8}}
{{cite map|author-link=Joe Bloggs|date=5 January 2025|edition=57|editor-first=John|editor-last=Doe|editor-link=John Doe|first=Joe|format=format|issue=38|last=Bloggs|others=others|title=title|type=type|url=https://www.example.com/|volume=52|website=website}}
For most cs1|2 templates, the |CitationClass= parameter is set to the lowercase version of the canonical template name. There are six for which that is not true; {{cite encyclopedia}} sets |CitationClass=encyclopaedia:
{{cite encyclopedia |last=Seberg |first=Ole |editor1-last=Heywood |editor1-first=Vernon H. |editor2-last=Brummitt |editor2-first=Richard K. |editor3-last=Culham |editor3-first=Alastair |title=Alliaceae |encyclopedia=Flowering Plant Families of the World |url={{google books |plainurl=y |id=Jy1FAQAAIAAJ|page=340}}|date=2007 |publisher=Firefly Books |location=Richmond Hill, Ontario |isbn=978-1-55407-206-4 |pages=340–341}}
  • Seberg, Ole (2007). "Alliaceae". In Heywood, Vernon H.; Brummitt, Richard K.; Culham, Alastair (eds.). Flowering Plant Families of the World. Richmond Hill, Ontario: Firefly Books. pp. 340–341. ISBN 978-1-55407-206-4.
  • Seberg, Ole (2007). "Alliaceae". In Heywood, Vernon H.; Brummitt, Richard K.; Culham, Alastair (eds.). Flowering Plant Families of the World. Richmond Hill, Ontario: Firefly Books. pp. 340–341. ISBN 978-1-55407-206-4.
Conveniently, should we decide to implement this as a replacement for Module:Cite book and the others, Module:Cite is currently available.
Trappist the monk (talk) 19:49, 5 January 2025 (UTC)
Are we keeping this or should I discard these changes?
Trappist the monk (talk) 15:17, 15 January 2025 (UTC)

Double slash (but not URL) in title causes cite web to think title contains URL

A title with a URL in it is an error. A title with a double slash in it that is not a URL should not be an error, but is flagged as one. I found this in https://en.wikipedia.org/w/index.php?title=D%C3%A9sir%C3%A9_Andr%C3%A9&oldid=1266756491 in a template that expands to cite web:

It cannot be worked around by (()) because the argument to the template is only a part of the title from which the template constructs the rest of the title. I changed it to L0033073, matching numero de notice in the top left of the link, but the double-slash form is not a typo; it comes from a line "Cote(s) : LH//33/73" in the main text of the link. I think this should not be flagged as an error. This template is transcluded some 50 times and at least some others of its transclusions are raising the same error message. —David Eppstein (talk) 06:40, 15 January 2025 (UTC)

Simpler case:

  • {{cite web |url=https://www.leonore.archives-nationales.culture.gouv.fr/ui/notice/5166 |title=Notice no. LH//33/73}}
  • "Notice no. LH//33/73". {{cite web}}: External link in |title= (help)

Headbomb {t · c · p · b} 08:12, 15 January 2025 (UTC)

I have tightened the protocol-relative test a bit so that the authority indicator (//) must be preceded by nothing or by whitespace to be recognized as a url:
Cite web comparison
Wikitext {{cite web|title=Notice no. LH//33/73|url=https://www.leonore.archives-nationales.culture.gouv.fr/ui/notice/5166}}
Live "Notice no. LH//33/73". {{cite web}}: External link in |title= (help)
Sandbox "Notice no. LH//33/73".
Cite web comparison
Wikitext {{cite web|title=Notice no. LH //33/73|url=https://www.leonore.archives-nationales.culture.gouv.fr/ui/notice/5166}}
Live "Notice no. LH //33/73". {{cite web}}: External link in |title= (help)
Sandbox "Notice no. LH //33/73". {{cite web}}: External link in |title= (help)
Cite web comparison
Wikitext {{cite web|title=//33/73|url=https://www.leonore.archives-nationales.culture.gouv.fr/ui/notice/5166}}
Live "//33/73". {{cite web}}: External link in |title= (help)
Sandbox "//33/73". {{cite web}}: External link in |title= (help)
Trappist the monk (talk) 15:14, 15 January 2025 (UTC)
I tried wrapping the whole title in double parens at {{Base Léonore}} and on the template's testcases page, but the URL error still appears. I may have done it wrong. Do double parens work for this purpose in |title=? – Jonesey95 (talk) 17:47, 16 January 2025 (UTC)
No. This particular test occurs very early in the basic validation of all template parameters; before we recognize the accept-as-written markup. Without someone has a better idea, fixing the error detector as I have done is the better solution to the apparent-authority-indicator-in-title problem.
Trappist the monk (talk) 18:03, 16 January 2025 (UTC)
Thanks. I've made a note in the help doc. – Jonesey95 (talk) 18:30, 16 January 2025 (UTC)

Generic author

Hello, a generic author starting like |author=Custom byline text. There are 18 cases at the moment, but I will tidy them up. Keith D (talk) 16:40, 16 January 2025 (UTC)

Reformat dates v2

Previous: Help talk:Citation Style 1/Archive 97#'Reformat dates' function
Hi! I'm trying to find a variable that would allow me to display all dates (we use a bot to convert them into ISO format) using formatDate: https://ru.wikipedia.org/w/index.php?diff=142375001&oldid=141847966. Can you tell me what I'm doing wrong and where it needs to be corrected? Iniquity (talk) 17:42, 29 December 2024 (UTC)

What you mean by variable that would allow me to display all dates.
You use a bot to convert them into ISO format. Does that mean that your bot converts all wikitext dates to ISO format so that cs1|2 never sees anything but ISO format dates? Even date ranges? (YYYY-MM-DD/YYYY-MM-DD) Seasons? Named dates (Christmas, Easter, etc)? What about dates outside of the Gregorian calendar?
At line 1002 you use formatDate() to format the value returned from reformatter() (called from either line 1060 or line 1062). At line 1066 you use formatDate() to format the date that was just formatted at line 1002. Why?
Do you have an example sandbox somewhere that shows what you want and what you're getting?
Trappist the monk (talk) 18:37, 29 December 2024 (UTC)
What you mean by variable that would allow me to display all dates.
I mean the variable that is returned in AccessDate, ArchiveDate and Date in Module:Citation/CS1.
Does that mean that your bot converts all wikitext dates to ISO format so that cs1|2 never sees anything but ISO format dates?
So far only English and Russian dates supported by Citoid. Perhaps in the future we will try to convert all Russian and English dates, and another languages.
I thought to use additionally your date converter to convert maximum number of dates to iso (by using global_df = 'ymd-all',), and then pass what is obtained through the formatDate(). And if the formatDate() displays an error, then display your output without formatDate().
At line 1002 you use formatDate() to format the value returned from reformatter() (called from either line 1060 or line 1062). At line 1066 you use formatDate() to format the date that was just formatted at line 1002. Why?
I was trying to figure out how it works.
Do you have an example sandbox somewhere that shows what you want and what you're getting?
ru:Обсуждение модуля:Citation/CS1/testcases/dates - first table.
I am currently using a local module to convert dates, but I don't like the location where I am using it.
https://ru.wikipedia.org/w/index.php?title=Module:Citation/CS1&action=edit (line 436) Iniquity (talk) 19:00, 29 December 2024 (UTC)
The first three testcases (|access-date=2001-01-14, |access-date=January 14, 2001, |access-date=14 January 2001) are not modified because those dates are invalid – there cannot be an access date that precedes the creation of Wikipedia. The last testcase is also invalid because that date exists in the future (day after tomorrow).
When reformatter() returns mw.language.new( 'ru' ):formatDate( 'j xg Y', new_date );, two testcases, |access-date=January 15, 2001 and |access-date=15 January 2001, both return 15 января 2001.
The remaining testcases (|access-date=2001-01-15, |access-date=2024-12-30 – today's date, |access-date=2024-12-30 – tomorrow's date) return their inputs because you specify global_df = 'ymd-all',. The code at lines 933–935 terminates the conversion because converting ymd to ymd is a pointless waste of processor cycles. I added a test at line 932:
	if 'ymd' == format_param and 'ymd' == pattern_idx then						-- special case for ru.wiki
		return mw.language.new( 'ru' ):formatDate( 'j xg Y', date );			-- convert ymd to dMy
	end
With that code in place, the remaining tests return 15 января 2001, 30 декабря 2024, and 31 декабря 2024.
Trappist the monk (talk) 16:35, 30 December 2024 (UTC)
Yeah! Thanks, it works, but I have some problems with dates without day.
ru:User:Iniquity/dates.
If the date parameter is specified without a day, the conversion through formatDate does not occur. However, if it is specified in the archival date or access date, all dates break. Iniquity (talk) 19:46, 30 December 2024 (UTC)
|access-date= and |archive-date= must include day, month, and year – the dates are meaningless else.
It is pointless to convert ym dates to ymd dates. Add this:
	if 'ymd' == format_param and 'ym' == pattern_idx then						-- special case for ru.wiki
		return mw.language.new( 'ru' ):formatDate( 'xg Y', date );			-- convert ym to My
	end
change the sequence in the first if in reformatter() to include 'ym', .
You still need to add the call to formatDate() at the end of reformatter(). Without you do that, the 5th and 6th test_access_dates tests at ru:Обсуждение модуля:Citation/CS1/testcases/dates do not convert.
Trappist the monk (talk) 15:02, 31 December 2024 (UTC)
It works! Thanks! :) Iniquity (talk) 15:58, 31 December 2024 (UTC)
Consider the testcase
{{cite journal/песочница |title=Title |journal=Journal |date=23–29 February 1700}}
Leaving aside whether all the functions used can handle the date 29 February 1700. The correct result needs careful inspection because no real journal is specified, therefore it's unknown whether the journal used the Gregorian or Julian calendar until we examine the date. But the date 29 February 1700 tells us it must be a Julian date because 1700 was not a leap year in the Gregorian calendar. Since it is a Julian calendar, the choices are to keep the date in the original format, or change it to the corresponding Gregorian ISO 8601-1-2019 date range:
1700-03-05/03-11
Jc3s5h (talk) 17:11, 31 December 2024 (UTC)
I agree with you, but as long as the core MediaWiki functions do not support date ranges and other mechanisms, I prefer not to use them in templates :)
phab:T381313
meta:Community Wishlist/Wishes/Support for ISO, EDTF or IETF Date Standards in MediaWiki Parser Functions Iniquity (talk) 17:23, 31 December 2024 (UTC)

err_archive_date_url_ts_mismatch and unactive month

Hi! After updating the module, it turned out that it now sends all articles to the penalty category because the reformater broke: ru:Участник:Iniquity/reformat. And something happened to the definition of the month: ru:Module:Citation/CS1/Identifiers#L-575. Can you help me how to fix it? Iniquity (talk) 08:57, 18 January 2025 (UTC)

I begin to wonder why you haven't written an ru-wiki-specific ~/Date validation module.
archive_date_check() compares |archive-date= in YYYY-MM-DD format to the timestamp date from |archive-url=, also in YYYY-MM-DD format. To do that it reformats whatever the current |archive-date= value is after reformatting. In your example, the template parameter is |archive-date=2009-02-22. The module then converts that to 22 февраля 2009 because that is your preferred format. If all dates in the template have valid formats, cs1|2 will check the archive date (22 февраля 2009) matches the archive url timestamp (20090222235636).
reformatter() correctly converts 22 февраля 2009 to 2009-02-22 but then, at line 1025 you force a conversion of 2009-02-22 back to 22 февраля 2009. The test at line 1244 then fails because 22 февраля 2009 ≠ 2009-02-22.
I don't know what you mean by something happened to the definition of the month.
Trappist the monk (talk) 16:28, 18 January 2025 (UTC)
I begin to wonder why you haven't written an ru-wiki-specific ~/Date validation module.
1. I don't have enough knowledge of Lua for this
2. I'm afraid writing a new module may become a critical problem when updating
reformatter() correctly converts 22 февраля 2009 to 2009-02-22 but then, at line 1025 you force a conversion of 2009-02-22 back to 22 февраля 2009. The test at line 1244 then fails because 22 февраля 2009 ≠ 2009-02-22.
Thank you! I'll go check if I can fix it.
I don't know what you mean by something happened to the definition of the month.
The month is always considered invalid: ru:Категория:Википедия:Обслуживание CS1 (DOI_неактивен). Iniquity (talk) 19:55, 18 January 2025 (UTC)
reformatter() correctly converts 22 февраля 2009 to 2009-02-22 but then, at line 1025 you force a conversion of 2009-02-22 back to 22 февраля 2009.
Yes, you are right, the error disappeared when I removed the convertation in 1025 line. But tests 5-6 (ru:Обсуждение_модуля:Citation/CS1/testcases/dates) are not converted again: Help talk:Citation Style 1#c-Trappist_the_monk-20241231150200-Iniquity-20241230194600. If it's hard to fix, I can ignore it since the bot will replace all dates with ISO in the future. Iniquity (talk) 19:58, 19 January 2025 (UTC)
Umm, what? ru:Обсуждение_модуля:Citation/CS1/testcases/dates381 тестов из 381 провалено; none of those tests use |archive-date= (or |archivedate=).
Trappist the monk (talk) 00:59, 20 January 2025 (UTC)

Generic title

Hello, another candidate for generic title would be those starting |title=You are being redirected. Currently 416 instances of this. Keith D (talk) 22:19, 19 January 2025 (UTC)

Syntax highlighting inconsistency

There's an inconsistency in the Lua modules. Most are syntax highlighted with line numbers:

But some are displayed in unhighlighted monospace, without line numbers:

How should we get the second list to behave like the first list? --Redrose64 🌹 (talk) 23:45, 19 January 2025 (UTC)

There is a size boundary beyond which syntax highlight dare not go. The boundary is set by the $wgSyntaxHighlightMaxLines and $wgSyntaxHighlightMaxBytes configuration settings which, according to Category:Pages with syntax highlighting errors, are currently specified as 1000 lines and 102,400 bytes. As of the 2024-12-28 update, Module:Citation/CS1 is 226,000+ bytes and 4500+ lines; Module:Citation/CS1/Configuration is 114,000+ bytes and 2500+ lines. All of the others have fewer than 80,000 bytes.
So the answer to your question is: refactor Module:Citation/CS1 and Module:Citation/CS1/Configuration into several smaller modules.
Trappist the monk (talk) 00:55, 20 January 2025 (UTC)

Wiktionary

How to use it in Wiktionary (template / alternatives - templates- / alternative tools for conversion ??). 147.84.197.175 (talk) 14:02, 23 January 2025 (UTC)

I don't know what you're asking. According to Wikidata, some version of Module:Citation/CS1 exists on a mere handful of Wiktionaries. Which Wiktionary are you thinking about?
Trappist the monk (talk) 15:32, 23 January 2025 (UTC)

Double // in title of refs

I've ran across several articles that actually have a double slash // in the title of the source, and for some reason it is being interpreted as a CS1 error: external link (This error occurs when a URL is found in any parameter that is not one of these URL-holding parameters), but they are not URLs; the double slashes are really in the title of the sources:

Is it okay to just remove them, or reduce them to just one slash/. In one instance, I removed them, and in another I reduced it to just one slash, which resolved the cite error. But it seems like a problem when I started to run across multiple instances. Isaidnoway (talk) 07:23, 24 January 2025 (UTC)

Addressed (mostly) by Help talk:Citation Style 1 § Double slash (but not URL) in title causes cite web to think title contains URL. Does not work for:
|title=ON THE RECORD: //Civil Society in Kosovo// – Volume 9, Issue 1 – August 30, 1999 – THE BIRTH AND REBIRTH OF CIVIL SOCIETY IN KOSOVO – PART ONE: REPRESSION AND RESISTANCE
because a whitespace character precedes the first 'authority' indicator (//). A fix might be:
|title=ON THE RECORD: &#x2F;/Civil Society in Kosovo// – Volume 9, Issue 1 – August 30, 1999 – THE BIRTH AND REBIRTH OF CIVIL SOCIETY IN KOSOVO – PART ONE: REPRESSION AND RESISTANCE
Trappist the monk (talk) 13:12, 24 January 2025 (UTC)
Thank you. Isaidnoway (talk) 13:23, 24 January 2025 (UTC)

cite report vs cite tech report?

Any reason why there's a distinction here? Headbomb {t · c · p · b} 13:51, 24 January 2025 (UTC)

Category:CS1 errors: generic title

CS1|2 maintains a short list of 'titles' that are typically not the title of the cited source. If you are aware of other common place-holder titles, please report them at Help talk:Citation Style 1, so that they can be added to the list. Please add- Private Site, You are being redirected, Loading..., Privacy error, Domain for sale, Diese Website steht zum Verkauf!, Expired website. Some of these I have been working on for the last month so might not be many instances left Lyndaship (talk) 18:39, 21 January 2025 (UTC)

I wish Citoid would capture this garbage itself, or VE would support a per-project translation layer to filter out the nonsense before it gets published. (Or people using scripts to generate citations would review them visually and notice the problems, but this last is clearly impossible.) Folly Mox (talk) 15:20, 26 January 2025 (UTC)

Book review

I was editing Åland and I found three books in the Further reading section with links to book reviews. I think the links should be deleted, but I ask anyway: is it legit to link a book to a review? Is there a template to use?-- Carnby (talk) 20:33, 25 January 2025 (UTC)

Yes, of course. Book reviews are one of the most important sources, because they demonstrate independent third party notability, see WP:NBOOK criteria #1. On Wikipedia, we report on what other people said about something. And that's what book reviews are. They are very important citations. No need for a special template for book reviews. -- GreenC 20:41, 25 January 2025 (UTC)
Book reviews are appropriate references for an article on a book or an article on an author. And sometimes a book review can be a convenient reference for a claim that is described more clearly in the review than in the book that it reviews. But that is not what these ones are. Instead, they are reviews of books about a place, placed as footnotes on the listings of those books in the further reading section of the article about that place. Because the further reading section comes after the references section (as it should), these footnotes end up getting expanded at the bottom of the article after all the navboxes. I do not think they are needed in this context and agree with Carnby that they should be deleted.
As for a template to use: in contexts where they are used appropriately as references, book reviews published in academic journals (as these ones are) can be formatted using {{cite journal}}, book reviews published in newspapers can be formatted using {{cite news}}, etc. We don't have separate review templates. If we really wanted to keep these ones they could be more appropriately placed within the article by adding another "Reviews of further reading" section with another {{reflist}} but why would you want to do that? —David Eppstein (talk) 20:51, 25 January 2025 (UTC)
Book reviews can be lengthy and informative works of literature in their own right (The Times Literary Supplement and New York Review of Books). Some are middling pieces (New York Times Book Review). Others are potted summaries (Kirkus Reviews). Depends on the quality of the review. -- GreenC 20:58, 25 January 2025 (UTC)
Yes, but again, that's not what these ones are. They are footnotes on a further reading section. Why would you want to do that? —David Eppstein (talk) 21:01, 25 January 2025 (UTC)
In this case it looks like the original editor was further reading the book about the place, not the review of the book, then included a citation to a review as a courtesy to learn more about the book and verify its existence, which is probably better than linking to a publisher or Google Books, which are often devoid of much contextual and contain commercial links for buying the book. -- GreenC 21:21, 25 January 2025 (UTC)
There is also the problem of footnotes in the further reading section, per MOS:LAYOUT it goes after the reference section. Probably the best solution is delete the reviews and convert the books into {{cite book}} (not footnoted) with an |isbn=. -- GreenC 21:30, 25 January 2025 (UTC)

Need help with a "CS1 errors: generic name" reference

The article Gain-of-function research has one reference that is triggering a CS1 error. It is reference 45, the one used as the source for the section Gain-of-function research#Gain-of-Function Research: A Second Symposium. The issue is the author list includes organizations, which is triggering the error. How do I fix this reference? Velayinosu (talk) 02:00, 27 January 2025 (UTC)

@Velayinosu: The issue is the word "policy" in the third and sixth authors. One work around would be to use accept-this-as-written markup, in other words:
|author3=((Board on Health Sciences Policy)) |author6=((Policy and Global Affairs))
Another approach would be to follow the citation suggested on the copyright page of the book, which shows only one author: National Academies of Sciences, Engineering, and Medicine. --Worldbruce (talk) 04:32, 27 January 2025 (UTC)

HTML ampersand-coded letters cause CS1 maint errors

HTML ampersand-coded letters (such as &ouml;, &ntilde;, &eacute;, &ugrave;) cause CS1 maint errors in human parameters such as |author=, |editor=, |interviewer=, |translator=, and their variants. If the parameter ends with an encoded letter, it generates a bogus CS1 maint: extra punctuation error. If the parameter includes an encoded letter, it generates a bogus CS1 maint: multiple names: ... list error. I haven't tested HTML ampersand-coded letters in any other parameters. For examples, see this version of my Lint Test sandbox. —Anomalocaris (talk) 06:51, 26 January 2025 (UTC)

These letters really ought to be replaced with their plain jane characters. Headbomb {t · c · p · b} 08:07, 26 January 2025 (UTC)
Headbomb: I agree with you, but they also shouldn't be generating these errors. —Anomalocaris (talk) 08:17, 26 January 2025 (UTC)
I do not agree that they should be replaced. It is much easier to tell that &minus; and &ndash; are properly distinguished from each other and used correctly than to look at "−" and "–" and tell which one of those is which. Spelling it out with ampersand-coding plays a valuable role here in making our orthography correct and maintainably correct. —David Eppstein (talk) 08:29, 26 January 2025 (UTC)
@David Eppstein: specifically talking about letters with diacritics here, e.g. [4]. Headbomb {t · c · p · b} 08:32, 26 January 2025 (UTC)
Which shows, incidentally, that these character codes don't cause spurious maintenance errors in |title=, viz: {{cite journal |journal=Journal |title=&Uuml;ber}}: "Über". Journal.Anomalocaris (talk) 08:50, 26 January 2025 (UTC)
They do when at the very end of a parameter, or in the middle of a author/editor parameter, see Anomalocaris' sandbox, because a ; is considered stray punctuation when in that position (end), or a seperator (middle). Headbomb {t · c · p · b} 08:52, 26 January 2025 (UTC)
I'm rather surprised these are being added in the first place (I thought everyone has copypaste). They must be unhealthy for the metadata. I agree that – in human parameters, which seem to be the scope here – they should be replaced with their equivalent plaintext glyphs.
To that end, perhaps a better solution than baking into the module a translator for these or other complicated regex, would be to allow the errors to persist, but add a bot to patrol the maint cats periodically and fix them as they arise.
I think it was established recently that edits which don't change the rendered page apart from removal of maintenance categorisation are not violations of COSMETICBOT. Can't remember where I read that though. Folly Mox (talk) 14:21, 26 January 2025 (UTC)
Is it really that hard to fix the module to remove these bogus CS1 Maint flags? —Anomalocaris (talk) 22:34, 28 January 2025 (UTC)
No, but I'm not sure that we need to. In general, I think that named html entities should be replaced with their glyphs so the maintenance message (not an error message) is appropriate. A few, like &minus; (−), &ndash; (–), &mdash; (—), etc should be replaced with {{minus}}, {{en dash}}, {{em dash}} so, again maintenance message is appropriate.
Trappist the monk (talk) 23:34, 28 January 2025 (UTC)

Tracking URL errors

Do we track? They can also be "%257C" (Example). -- GreenC 17:15, 26 January 2025 (UTC)

We don't. If one is to believe this search, there are some 17000 articles that have %7C or %7c in |url= values. This search times out but for me showed only about 35 articles with %257C or %257c in |url= values. These results suggest that %7C, %7c, %257C or %257c commonly occur in valid urls
So, if we are to look for bogus urls, we will need to test the text that follows each occurance of %7C, %7c, %257C or %257c against our various parameter whitelists. This would be much like the tests we do for parameter names missing the leading pipe.
Trappist the monk (talk) 18:48, 26 January 2025 (UTC)
It would be good to track. 35 %257C looks in the ballpark. The hardest part is distinguishing errors from legitimate. Maybe try and see, filter out arguments that generate false positives. -- GreenC 19:32, 26 January 2025 (UTC)
Some years ago one of you two posted this search (probably at this page). It didn't seem to time out and yields 735 mainspace hits. Not sure what the difference is. Folly Mox (talk) 12:37, 29 January 2025 (UTC)

Protected edit request on 29 January 2025

Hello. Can you please add EuDML and Numdam identifiers to the citation module?

Module:Citation/CS1/Configuration

In Module:Citation/CS1/Configuration, between "err_bad_doi" and "err_bad_hdl":

	err_bad_eudml = {
		message = 'Check <code class="cs1-code">&#124;eudml=</code> value',
		anchor = 'bad_eudml',
		category = 'CS1 errors: EuDML',
		hidden = false
		},

between "err_bad_mr" and "err_bad_oclc":

	err_bad_numdam = {
		message = 'Check <code class="cs1-code">&#124;numdam=</code> value',
		anchor = 'bad_numdam',
		category = 'CS1 errors: Numdam',
		hidden = false
		},

within "local id_handlers", between "['EISSN']" and "['HDL']":

	['EUDML'] = {
		parameters = {'eudml', 'EUDML' },
		link = 'European Digital Mathematics Library',
		redirect = 'EuDML (identifier)',
		q = 'Q30897186',
		label = 'EuDML',
		prefix = 'https://eudml.org/doc/',
		COinS = 'pre',															-- use prefix value
		encode = true,
		separator = '&nbsp;',
        },

between "['MR']" and "['OCLC']":

	['NUMDAM'] = {
		parameters = {'numdam', 'NUMDAM' },
		link = 'Numdam',
		redirect = 'Numdam (identifier)',
		q = 'Q3346322',
		label = 'EuDML',
		prefix = 'https://eudml.org/doc/',
		COinS = 'pre',															-- use prefix value
		encode = true,
		separator = '&nbsp;',
        },

Module:Citation/CS1/Identifiers

In Module:Citation/CS1/Identifiers, between "local function doi" and "local function hdl":

--[[--------------------------< E U D M L >-----------------------------------------------------------------------

A numerical identifier of five or more digits.

]]

local function eudml (options)
	local id = options.id;
	local handler = options.handler;

	if not id:match('^%d%d%d%d%d+$') then										-- is it normal format?
		set_message ('err_bad_eudml');											-- no, set an error message
		options.coins_list_t['EUDML'] = nil;									-- when error, unset so not included in COinS
	end
	
	return external_link_id ({link = handler.link, label = handler.label, q = handler.q, redirect = handler.redirect,
			prefix = handler.prefix, id = id, separator = handler.separator, encode = handler.encode});
end

between "local function mr" and "local function oclc":

--[[--------------------------< N U M D A M >-----------------------------------------------------------------------

A Numdam identifier consists of a string of upper case letters and five possibly empty strings of digits and possibly hyphen, separated by underscores, e.g. CM_1975__31_2_219_0 or SB_1987-1988__30__187_0.

]]

local function numdam (options)
	local id = options.id;
	local handler = options.handler;

	if not id:match('^%u+_[%d-]*_[^_]*_[%d-]*_[%d-]*_[%d-]*_0$') then										-- is it normal format?
		set_message ('err_bad_numdam');											-- no, set an error message
		options.coins_list_t['NUMDAM'] = nil;									-- when error, unset so not included in COinS
	end
	
	return external_link_id ({link = handler.link, label = handler.label, q = handler.q, redirect = handler.redirect,
			prefix = handler.prefix, id = id, separator = handler.separator, encode = handler.encode});
end

Module:Citation/CS1/Whitelist

In Module:Citation/CS1/Whitelist, within "local basic_arguments_t":

	['eudml'] = true,
	['EUDML'] = true,

and

	['numdam'] = true,
	['NUMDAM'] = true,

within "local document_arguments_t":

	['eudml'] = true,
	['EUDML'] = true,

and

	['numdam'] = true,
	['NUMDAM'] = true,

Thank you in advance. 慈居 (talk) 17:50, 28 January 2025 (UTC)

Have you established somewhere a consensus that demonstrates a need to add these identifiers to cs1|2? Neither of your suggested links, European Digital Mathematics Library and Numdam, link to articles at en.wiki which, to me, suggests that they are not sufficiently used to warrant addition to the module. There is a template {{EuDML}} which is used in only two articles. Apparently no {{Numdam}} template.
Trappist the monk (talk) 18:11, 28 January 2025 (UTC)
慈居, the usual practice before adding a new identifier parameter is to use it in |id= along with an appropriate linking template. When the utility of a new identifier has been identified through its use in many pages, we can discuss converting it to a standalone identifier parameter. – Jonesey95 (talk) 19:33, 28 January 2025 (UTC)
My bad I haven't. I had linked EuDML in |id= without knowing there is a template for it [5]. I haven't linked Numdam so far. 慈居 (talk) 19:54, 28 January 2025 (UTC)
Another thing to keep an eye on may be CiNii (499 inlinks here) to support transwikification for ja:Template:CRID (6900 transclusions there). Folly Mox (talk) 12:52, 29 January 2025 (UTC)