In this article, we will explore the fascinating world of Help talk:Citation Style 1. From its impact on society to its evolution over time, Help talk:Citation Style 1 has captured the attention and curiosity of many people. Throughout this analysis, we will examine the different facets of Help talk:Citation Style 1, from its origin to its relevance today. We will learn how Help talk:Citation Style 1 has influenced different aspects of daily life, as well as its role in popular culture. Through this tour, we will discover the importance of Help talk:Citation Style 1 and its meaning in the modern world.
This is the talk page for discussing improvements to the Help:Citation Style 1 and the CS1 templates page. |
|
Archives: Index, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96Auto-archiving period: 20 days |
To help centralize discussions and keep related topics together, the talk pages for all Citation Style 1 and Citation Style 2 templates and modules redirect here. A list of those talk pages and their historical archives can be found here. |
This help page does not require a rating on Wikipedia's content assessment scale. It is of interest to multiple WikiProjects. | ||||||||||||||||||||||||||||
|
Other talk page banners | ||||
|
|
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)
{{#time:Y-m-d|10 octobre 2024}}
{{#time:n F Y|2024-10-10|fr}}
→ 10 octobre 2024{{#time:n xg Y|2024-10-10|ru}}
– genitive for all 'dmy' dates; including ranges? what about mdy?{{#time:F Y|2024-10-10|ru}}
– nominative for 'my' dates only; including ranges?10 октября 2024 ← {{#time:n xg Y|2024-10-10|ru}}
j
not n
- {{#time:j 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?
=mw.language.getContentLanguage():formatDate ('j F Y')
→ 21 ноябрь 2024=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=mw.language.getContentLanguage():formatDate ('Y-m-d', '21 November 2024')
→ 2024-11-21inter_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}}
a-m
and n-z
match the first letter of a language tag. These are lua set patterns: lang:match ('^')
etc.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.{{#time:F|2024-mm-01}}
(mm
is month number 1–12) differs from the month name returned by {{#time:xg|2024-mm-01}}
.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;
mw.language.new( code ):formatDate( format, timestamp, local )
Iniquity (talk) 19:25, 25 November 2024 (UTC)
{{#invoke:Sandbox/Iniquity|main|a-l}}
{{#invoke:Sandbox/Iniquity|main|m-z}}
Iniquity (talk) 16:58, 26 November 2024 (UTC)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)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)
<ref>...</ref>
tags after the template's closing }}
.This edit request to Module:Citation/CS1/Configuration has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
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)
|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)
|answered=no
until the change is rolled out? — OwenBlacker (he/him; Talk) 16:43, 26 November 2024 (UTC)
This edit request to Template:Cite book/doc has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
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)
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 edit request to Template:Cite book/doc has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
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)
There are a number of links to books which have since lost their accessibility to the general public on Internet Archive (e.g., and of the same book). These are now " available 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)
{{Hopcroft and Ullman 1979}}
) should the link be appended to a reference a note? Tule-hog (talk) 01:33, 29 November 2024 (UTC)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)
This edit request to Template:Cite web has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
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)
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)
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)
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)
{{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:
|network=
and |station=
at this edit 2 April 2012|id=
. I do not recall any discussion here suggesting that we should change that.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)
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)
<ref>{{cite journal |author=Author |title=Title |journal=Journal |url=https://journal.org}} </ref>
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)
Author, Chapter. "Chapter title". Edited Volumegives the impression that the chapter author contributed all the chapters, but the theory of change is that
Author, Chapter. "Chapter title". In Edited Volumewill 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)
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
In Edited Volumeis clearer. I wonder if instead of a whole new set of
|chapter-authorn=
parameters and their attendant -link=
s, -mask
s etc, an easier implementation might be a specific override value for |editor=
, so if it has that value then Inwill 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)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)