Hello, welcome to Wiktionary, and thank you for your contributions so far.
If you are unfamiliar with wiki-editing, take a look at Help:How to edit a page. It is a concise list of technical guidelines to the wiki format we use here: how to, for example, make text boldfaced or create hyperlinks. Feel free to practice in the sandbox. If you would like a slower introduction we have a short tutorial.
These links may help you familiarize yourself with Wiktionary:
~~~~
) which automatically produces your username and timestamp.Enjoy your stay at Wiktionary! Ultimateria (talk) 19:18, 11 May 2020 (UTC)
There are apparently 2 different paradigms for this verb, and your bot switched at least 39 of the inflected forms to the wrong one: e.g. lloviznéis used to have {{|tl|es-verb form of|lloviznar}} which generated "only used in os lloviznéis, second-person plural present subjunctive of lloviznarse", so switching it to {{es-verb form of|lloviznar<only3s>}}
was definitely a mistake. The "39" is the number in CAT:E, but I have a hunch that there are others that aren't calling attention to themselves by throwing an error- but are still wrong. Chuck Entz (talk) 04:10, 4 January 2024 (UTC)
Hi. by Autodooz introduced a bolding glitch (2004 quotation in the verb section). It turned out to be 'caused' by an apostrophe in a parameter of a "sic" template usage in the text that Autodooz embedded in a "quote-text". I 'fixed' it by changing the straight quote <'> to a curly quote <’>. I imagine this is well towards the rare end of the scale and hardly worth the bother of fixing. (Were one to do so, one might find oneself changing the "sic" template—perhaps simply to add a note in the documentation.)— Pingkudimmi 04:32, 2 February 2024 (UTC)
{{sic}}
should not be interpreted as formatting. I added a workaround to the documentation on {{sic}}
and opened a discussion on Grease pit that might lead to a better solution. JeffDoozan (talk) 17:11, 2 February 2024 (UTC)Hi, I'm not familiar with Lua. What are the effects of your bot's recent edits to quotation templates by adding |propagateparams=
in some cases and modifying |allowparams=
in others? Thanks. — Sgconlaw (talk) 22:04, 4 February 2024 (UTC)
|propagateparams=
is passed along to the module for handling, so |propagateparams = url
has the same effect as writing url = {{{url|}}}
.|allowparams=
lists the named and numbered params that are handled by the template, which allows for parameter checking (the template will throw an error if the user makes a typo like |txt=
instead of |text=
or tries to included a parameter that won't be used) JeffDoozan (talk) 22:18, 4 February 2024 (UTC)
|allowparams=
, and |propagateparams=
is just a shortcut. JeffDoozan (talk) 22:36, 4 February 2024 (UTC) Hi, Jeff. Could you explain to me what should be put into |allowparams=
and |propagateparams=
? Your bot removed |section=
from a quotation in cough as an unused parameter. I realized this was an error in {{RQ:Wodehouse Summer Lightning}}
so I reverted the change and added |section=
to the quotation template. Your bot then added "section" to |allowparams=
when it invoked Module:quote. However, the bot removed |section=
from the quotation a second time and I'm not sure why. Thanks. — Sgconlaw (talk) 19:49, 8 February 2024 (UTC)
|propagateparams=
is a list of the parameters that, if passed to the RQ template, will be used directly by {{quote-book}}
, minus a few parameters it always handles: "brackets", "footer", "passage", "text", anything listed in |textparams=
(and, if |pageparam=
is set, also minus "page", "pages", and all variables listed in |pageparam=
)|allowparams=
is a list of parameters the template should "allow" users to specify even though they won't be used directly by {{quote-book}}
. It's pretty must just a list be a list of every variable used in triple braces inside the template. JeffDoozan (talk) 20:12, 8 February 2024 (UTC)
Identify and correct pages where a reference comes before a punctuation mark. For example:
Incorrect: According to Jones (2020), the term is
Correct: According to Jones (2020), the term is
Ioaxxere (talk) 22:59, 14 February 2024 (UTC)
I recently noticed that because of changes in language data, Korean terms are no longer transliterated if the script code is given as Hang
(or Hani
or Cyrl
or Armn
, but I fixed those cases). There are some cases in link templates that I put into a list: User:Erutuon/lists/ko not with Kore. The solution is just to remove the script parameter when most of the characters in the text are Hangul. Then automatic script detection will assign an implicit |sc=Kore
, which will enable transliteration.
Could you remove the script parameters in these cases? I've done some bot tasks like this in the past, but I'm reluctant because I'm slow at writing the code for a new task.
I'm not sure what should be done when the term is in Latin script and |sc=Latn
(for instance, {{t+|ko|DVD|sc=Latn}}
). Latn
is not one of the scripts assigned to Korean, so I guess this is a matter for Korean editors to decide.
There are some other cases in my list of best script not matching |sc=
parameter where the |sc=
parameter could be removed, like when it's just a difference between various different Arab
script codes. It won't have as noticeable an effect because many of the Arabic-script languages don't have automatic transliteration like Korean does, but I could print out the parameters that need to be changed if you want. — Eru·tuon 18:06, 20 February 2024 (UTC)
|sc=Hang
from templates matching {{t|ko}}
, {{t-check|ko}}
, and {{t+check|ko}}
on the pages you listed because it was easy to manually verify that the bot's proposed fixes matched what was listed on your page (I can't read Hang or Hangul). The remaining handful of mismatches are probably faster to fix by hand than by bot since the bot is dumb and might propose removing a valid |sc=Hang
if there are multiple matches on the page. User:Erutuon/lists/best_script_not_matching_sc_parameter looks interesting, if you can make me a machine readable list with ,
for only the items that need to be fixed, I can have the bot apply your changes. JeffDoozan (talk) 18:56, 20 February 2024 (UTC){{m|en|term}}
isn't distinct from {{m|en|2=term}}
for instance.) — Eru·tuon 22:46, 20 February 2024 (UTC)
|id=
or |tr=
) after the dump was released, you can still remove the |sc=
parameter. — Eru·tuon 18:22, 21 February 2024 (UTC)|3=
, |4=
, |alt=
, |alt1=
, etc., depending on the template). So, the bot still has to identify the template by all its parameters and bail out if something has changed. Unfortunate, but it's probably fairly rare. I also realized that there could be multiple changes per template (like if {{affix}}
has multiple unnecessary script parameters; though apparently there are no cases right now), so I've changed the format to account for that. Also added edit summaries. Going to regenerate from latest dump (up till now, it has been from the 2024-02-01 dump). — Eru·tuon 20:04, 21 February 2024 (UTC)
(or
) if you're using Python. I like JSONL because it can be written in a loop (letting the program be interrupted) and be read bit-by-bit if the file is very large. — Eru·tuon 23:17, 21 February 2024 (UTC)
{{bor-lite}}
for instance) have "action":
. I think you haven't hit that yet in your test edits, so you might want to run a few of those or do them in a second pass after the "remove"
ones. — Eru·tuon 18:02, 22 February 2024 (UTC)
|sc1=Arab
and |sc2=Arab
into {{affix}}
. — Eru·tuon 21:24, 22 February 2024 (UTC)
I've filled up the list with a bunch more changes that you can run whenever you have the time. I'm pretty confident with the list now because I've looked it over by filtering with a script and eliminated a bunch of dubious changes. I added language information to the edit summary to make it easier to search for edits if necessary. (Though now edit summaries might run up against the character limit when there are multiple changes per page. Maybe less likely if you can eliminate duplicates with something like "; ".join(set(summaries))
.) — Eru·tuon 21:36, 27 February 2024 (UTC)
The list of template parameter errors has already been helpful to me in correcting those errors and others in organism name entries.
See User talk:JeffDoozan/lists/template params/errors for some specific comments. DCDuring (talk) 18:19, 20 February 2024 (UTC)
Hello, Jeff Doozan. Thank you for your recent work on {{taxlink}}
. (See User talk:0DF#Gomphocarpus filiformis for my interest in the matter.) 0DF (talk) 00:35, 2 March 2024 (UTC)
Hello there. Would you mind fixing whatever the problem is that prevents Gomphocarpus filiformis from being properly italicised in Asclepias filiformis var. buchenaviana and Gomphocarpus filiformis var. buchenavianus, please? 0DF (talk) 12:45, 9 March 2024 (UTC)
{{synonym of}}
is ignoring italics in in that parameter. I think the italicized version would need to go in a separate |head=
or |3=
parameter. Chuck Entz (talk) 18:59, 9 March 2024 (UTC){{taxfmt}}
not on the pages themselves. Chuck's right, it looks like {{synonym of}}
is adding italics to italics and resulting in bold text. JeffDoozan (talk) 19:09, 9 March 2024 (UTC){{synonym of}}
. 0DF (talk) 19:11, 9 March 2024 (UTC)
{{synonym of}}
deals with that, since it probably would have to be applied to {{m}}
and most if not all of the etymology templates. For many uses, plain text to contrast with surrounding italics is proper formatting. By the way, pinging someone on their own talk page does nothing and just makes you look clueless. Chuck Entz (talk) 19:28, 9 March 2024 (UTC)@Jeff Doozan:
to show clearly at a glance to whom I was writing without the link to User:JeffDoozan
that would've elsewhere generated a ping; I do know how that works, you know. 0DF (talk) 22:22, 16 March 2024 (UTC)
{{syn of}}
, {{alt of}}
, etc. can do what they will AFAIAC. DCDuring (talk) 03:52, 17 March 2024 (UTC)I see you've already generated a list of these problematic entries. Is there anything stopping you from fixing them? It would be pretty trivial, for example, to replace {{clipping of}}
with {{clipping}}
. Ioaxxere (talk) 19:12, 2 March 2024 (UTC)
{{clipping of}}
-> {{clipping}}
{{initialism of}}
-> {{initialism}}
{{contraction of}}
-> {{contraction}}
{{acronym of}}
-> {{acronym}}
{{ellipsis of}}
-> {{ellipsis}}
{{syncopic form of}}
-> {{syncopic form}}
{{apocopic form of}}
-> {{apocopic form}}
{{causative of}}
-> {{causative}}
{{aphetic form of}}
-> {{aphetic form}}
Category:Entries with redundant template: taxlink is full of cases of {{taxlink}}
being applied when {{taxfmt}}
is what is wanted. DCDuring (talk) 23:31, 7 March 2024 (UTC)
|mul=1
in the {{taxlink}}
s when building a database of existing, valid taxlinks. I fixed that and added a secondary check to avoid creating taxlinks for any bluelinks. Don't worry about the number of pages in the category, it's easy and fast to roll back the bot edits. JeffDoozan (talk) 03:01, 8 March 2024 (UTC){{taxfmt}}
and I am seeing lots of items that have {{taxfmt}}
. I will tell you about any items that I find with redlinks, blue links, or unlinked items.{{taxlink}}
has been converted. Almost everything the bot can mark as {{taxfmt}}
has been converted, except for text that occurs inside of "ja-r/multi", "ja-r/args", "gl", "gloss", "coi", "syn", "ngd", "cog", "syn of", "synonym of", "obs form", "obsolete form of", "suffix" templates, which I'll convert in a few days.{{taxlink}}
is used with an unhandled parameters.
{{taxlink}}
with invalid params, you should see an alter in the page. Also, in the edit preview, there will be a red warning on taxlinks using bad params.|ver=
and |nover=
still used, or can I have the bot delete those paramaters from the existing templates? If they're still used, I'll add an exception for them in the template so they don't fill up the bad params categegory.
{{taxon}}
{{taxon}}
or {{taxlink}}
{{taxlink}}
and {{taxfmt}}
to any new text that has been added.|ver=
and |nover=
. I hope the above lists are useful for cleanup tasks, but there's no urgency in any of that. Is there anything else you need from me to help with any remaining cleanup? JeffDoozan (talk) 20:26, 10 March 2024 (UTC)
{{taxlink}}
on linked taxonomic name in a Chinese data module. The other linked taxa should, perhaps in principle, get {{taxfmt}}
ed. We may not ever have to do anything about them. I'm going to work through the "error" categories. If I see any straightforward patterns of frequent errors, I will let you know. DCDuring (talk) 01:34, 11 March 2024 (UTC)I've extracted some fixes where there are Cyrillic characters in otherwise Latin-script transliterations from the somewhat complete list of instances of non-Latin characters in transliteration. The JSON format is similar to the script code one, except I put the edit summary at the page level in the JSON to reduce the repetitiveness. It'd be hard to add the template names to the edit summary this time, but I can try to do that if you'd prefer. — Eru·tuon 23:32, 8 March 2024 (UTC)
Hi. Your edit in Template:commons produces an error. “tabletable” now appears on all pages that use the template. Vivaelcelta (talk) 18:28, 10 March 2024 (UTC)
Hey Jeff, AutoDooz running {{cite-book}}: removed trailing empty positional param
is removing intentional line breaks from templates, like seen in this edit, instead of removing the duplicated ||
, as I assume you intended. -- Sokkjō 00:36, 31 March 2024 (UTC)
|
can be removed without affecting other parameters. In the diff you mentioned, removing just the |
would have the unintended consequence of adding <!-- -->
to the value of the previous parameter. In the case of {{cite-book}}
, it doesn't matter if |publisher=
or |page=
suddenly have <!-- -->
appended to their values, but that's not true of all parameters across all templates so the bot removes everything from the erroneous |
until the next |
to be sure it's not introducing any errors into the template's output, even if that affects the visual aestetic of the template source. It does check that any HTML comments removed contain only whitespace before removing the parameter, to ensure that it's not removing important information while doing the cleanup. JeffDoozan (talk) 17:48, 31 March 2024 (UTC)
Hello. The R AutoDooz adds this
{{#invoke:checkparams|warn}}<!-- Validate template parameters -->
in many Greek templates: Category:Pages_using_bad_params_when_calling_Greek_templates
In one case, I found the mistake. But I cannot find anything at others.
What must we do? What is wrong? Which ones are bad parameters? Could someone help? Thank you. ‑‑Sarri.greek ♫ I 00:41, 7 April 2024 (UTC)
|author=Homer
to {{el-phrase}}
won't have any effect, it just gets ignored by the template. If you want to clean them up, you can go to preferences, and then scroll down to "Gadgets" and enable the "Catch My Attention – display {{attention}} templates when reading entries" gadget to see a message on the page telling you which template has invalid parameters. You'll also see a warning when previewing your edit if there are any templates with unused parameters. In most cases, the source of the error is pretty obvious like typos or parameters that were once used but are no longer needed, but there are some complex cases where templates are called by other templates where the cleanup is not obvious. If you find any warnings that seem wrong or that you don't know how to fix, just give me a ping and I'll help as much as I can. JeffDoozan (talk) 01:10, 7 April 2024 (UTC){{el-adj-form}}
and {{el-noun-form}}
have a lot of uses where |1=
or |2=
is a transliteration, probably from a time before the templates could do the transliteration automatically, so I filtered out all of those to just focus on the real errors. If you think it's okay to automatically remove all of the transliterations, I can have the bot remove them. You don't need to mark anything as "done" unless it's helpful for you, the page will be refreshed every 2-3 weeks and anything that has been fixed during that time will automatically be removed from the lists. JeffDoozan (talk) 14:58, 7 April 2024 (UTC)incategory:"Greek lemmas" incategory:"Ancient Greek lemmas"
to find pages with both Greek and Ancient Greek. I added parameter checking to {{el-adj-form}}
and {{el-noun-form}}
so those categories should start slowly filling up on Category:Pages_using_bad_params_when_calling_Greek_templates if you really want to manually fix all of the transliterations. JeffDoozan (talk) 15:44, 7 April 2024 (UTC)I strongly disagree with the "merged pages= into page=" change. Was this discussed anywhere? I can't find a discussion about this.
If you look at the help text for cite-book, you see that these parameters are clearly distinct (the help text of cite-journal isn't so clear, it seems): "The page number or range of page numbers referred to. The parameters page and pages can be used together to indicate that the citation refers to, for example, “page 3 of 10”.
IMHO having "page" (specific page reference) and "pages" (range of pages for the whole text) as distinct parameters makes a lot of sense. I don't see any justification for merging them into one, as your bot did. tbm (talk) 04:39, 9 April 2024 (UTC)
cite-
templates share the same parameters and programming as the quote-
templates because the quote-
templates are better documented and support more advanced features. Unfortunately the use of |pages=
is one of the few places where the two template families act differently: in the quote-
templates |pages=
is used when a quoted passage spans multiple pages and is used in place of |page=
, while in cite-
templates it is sometimes used the same way, and sometimes used in combination with |page=
to indicate a larger range. It's only this last case, which is very useful but not widely used, where the bot made any changes, where it merged "of PAGES" into the existing |page=
value to achieve the same output without using both values simultaneously. If you think it's important to maintain this as a separate parameter, I can add support for a new parameter that could be used by both the cite-
and quote-
templates (and re-do the bot edits to use the new parameter). What do you think? Do you have any suggestions for names for the new parameter, maybe page_range
? JeffDoozan (talk) 13:53, 9 April 2024 (UTC)
We now have a module error at 肋巴骨 because Module:quote is looking in your userspace instead of the template namespace. Please fix. Chuck Entz (talk) 17:37, 12 April 2024 (UTC)
|1=
to |lang=
Where was it decided to changing T:cite-* |1=
to |lang=
? I have to say I disagree with this change thoroughly. -- Sokkjō 02:59, 13 April 2024 (UTC)
I know not what motivated you or @Erutuon’s bot to work upon this (I only see a revert of an automated change to {{R:ALGloss}}
in my watchlist), but you two broke your own sleek template code in {{R:CAL}}
linking the entries in the Comprehensive Aramaic Lexicon, employed in virtually every Ancient Aramaic page. Fay Freak (talk) 22:42, 13 April 2024 (UTC)
{{R:ALGloss}}
that I reverted were an attempt to fix links that are getting double encoded. Right now there's a temporary workaround in place while I work on a better fix, see here for that discussion. If you're currently seeing broken links on a specific page, please pass me a link and I'll check it out. JeffDoozan (talk) 23:07, 13 April 2024 (UTC)
{{R:fa:Steingass}}
linking the headword. Fay Freak (talk) 23:17, 13 April 2024 (UTC)
{{attn|escaped URL found in param: entryurl}}
now in the documentation, as on {{R:ALGloss}}
, but I guess you will get rid of it over the days. Small issue since it is not transcluded. Fay Freak (talk) 23:54, 13 April 2024 (UTC)About this: so what do I do if I want to refer to a headword in a chapter in a book? Vahag (talk) 17:06, 16 April 2024 (UTC)
|chapter_plain=
to include both chapter and headword, maybe something like |chapter_plain="{{lang|tr|{{{1|{{PAGENAME}}}}}}}" in "Kuruçam Köyü Sözlüğü"
. This isn't a change in the behavior of {{cite-book}}
, it has never displayed both chapter and entry, but soon it will show warnings when using parameters that conflict with each other and my edit was part of a preemptive clean-up before turning on the warnings. JeffDoozan (talk) 17:22, 16 April 2024 (UTC)
{{Template:R:lzz:BLS}}
, one can't tell which author ends where. Vahag (talk) 18:32, 1 July 2024 (UTC){{cite-web}}
broke the entry links in {{R:GDoS}}
(and possibly other templates). Einstein2 (talk) 23:35, 2 July 2024 (UTC)
{{R:GDoS}}
directly and I'll check later to see if there are other templates affected. It should be pretty uncommon, since mixing |entry=
with |titleurl=
didn't work on the old, pre-module {{cite-web}}
template so it should only affect templates that took advantage of that feature mix during the last couple of months. JeffDoozan (talk) 00:40, 3 July 2024 (UTC)Is this synonymous with lowdown? PUC – 19:12, 17 April 2024 (UTC)
Hi. I am in the process of changing Module:quote so the aliases and other settings currently handled in the template call to Module:quote are instead handled inside the module itself. The reason for this is so that |type2=
works correctly for all types; currently it only works for book
and journal
. Do the cite-* equivalents also have support for |newversion=
? If so we should move the cite-* settings into the module as well. How different are these settings for cite-* templates vs. the equivalent quote-*? If they are similar enough, maybe we can merge the support instead of duplicating it. Benwing2 (talk) 02:51, 19 April 2024 (UTC)
|newversion=
just like quote templates, see nine-day_wonder#References and Template:R:sdc:Muzzo for example uses. My goal with Module:quote was to make quote and cite as similar as possible by using the same code to generate as much of the text as possible and plus some cite- specific code to maintain the established citation formatting (credit before date, "last, first" name display, and inline passages) so unless you're introducing a new function that will be called directly by cite_t, I would expect any changes made to |newversion=
to carry over automatically to the cite formatting.{{cite-web}}
where I added "entryurl" and "trans-entry" to the aliases (which I've been meaning to copy over to quote-web, just to maintain 1:1 compatibility between the templates){{quote-av}}
, {{quote-song}}
, {{quote-newsgroup}}
, {{quote-mailing list}}
, {{quote-hansard}}
, {{quote-us-patent}}
, {{quote-wikipedia}}
. These will move inside the module so that |type2=
works. There won't be any change the the RQ: templates calling call_quote_template
, which should still work. I don't think the overhead of calling between template and module is such a big deal; at least, I wouldn't worry about it until and unless we start seeing memory or time issues. Benwing2 (talk) 20:45, 19 April 2024 (UTC)I reverted your bot's last edit there. It turns out that the "Requests for transliteration of quotations by language" subcategories have an illustration of the template with a |quote=
parameter, so they all started throwing errors. See Module:category tree/poscatboiler/data/entry maintenance line 727 for the source. I don't know if we need to add that parameter or remove the example, but there's no reason to have dozens of category pages in CAT:E in the meanwhile. You should probably check for links to templates in all namespaces before you change that parameter in the future. Chuck Entz (talk) 17:57, 19 April 2024 (UTC)
Since you're the expert with the quote and cite templates, maybe you can help me with something. If you look at the references for Swahili abee, you'll see that the two quotes use different formats (one is a block quote and the other one is embedded in the text).
I guess this is because the reference template for the first ({{R:sw:Eastman:1983}}
) just uses cite-journal whereas the other template ({{R:sw:Almasi:2014}}
) has logic that chooses between quote-book and and cite-book.
My question: should all Swahili reference templates have that logic? or what is the proper way to handle this? (Bonus question: is that something you want to clean up for all references templates ;) tbm (talk) 10:28, 22 April 2024 (UTC)
"<br>"
or 3) the quote is > 120 characters and also contains a translation. In the case of abee, the first quote has >300 characters and is displayed as a block while the second doesn't and is displayed inline. I just added support for an |inline=
parameter for both cite and quote templates so you could add |inline=1
to {{R:sw:Eastman:1983}}
to force inline mode, or add |inline=0
to {{R:sw:Almasi:2014}}
to force block mode. If there's consensus within the Swahili community for forcing block mode or inline mode for all of the templates, I can help with adding that by bot to all of the R:sw:
templates. JeffDoozan (talk) 22:00, 22 April 2024 (UTC)
{{R:sw:Almasi:2014}}
so it's not a requirement and it sort of breaks the "R: is for cites, RQ: is for quotes" rule by letting you add |instead=1
to a R:
template to turn it into a RQ:
template. Now that the quotes and cites share the same codebase, it should be possible find an easier, more standardized way of making "dual" templates, ideally while still respecting the R/RQ prefix convention. I'm not sure what that would look like, or how it would best be implemented, but I am interested in pursuing it. One way could be to have some sort of a "stub" that could be added to the R/RQ partner so you could make a simple R template and then the corresponding RQ template would just contain {{#invoke:call_r}}
to tell it to invoke the R template with an extra flag telling it to display as a quote instead of a cite. JeffDoozan (talk) 13:53, 23 April 2024 (UTC)
Can you lower the threshold to, say, 3500-times used? P. Sovjunk (talk) 21:45, 26 April 2024 (UTC)
Could you revert all edits of this type? The Wikipedia link was removed even though the article Andrew Feinberg exists. Ioaxxere (talk) 05:20, 3 May 2024 (UTC)
Just noticed that the bot converted instances of ] (social media) to {{taxfmt|Mastodon|genus}} (evidently, a taxonomic genus). If the edits were reverted and changed to {{l|en|Mastodon}} etc. would this solve the bot from making these edits? Thanks, LunaEatsTuna (talk) 19:28, 21 May 2024 (UTC)
I've just referred to this at GP. The undifferentiated list was never very useful for me, but I would really like a list of Translingual L2s that are not linked to from principal namespace. There are various problems that might become thereby identifiable: headword misspellings/alternative spellings, poor prioritization, missing {{taxfmt}}
, etc..
Would it be possible for you to generate such a list? Would it be easy? When might you be able to get to it? DCDuring (talk) 14:17, 6 June 2024 (UTC)
&sort=incoming_links_asc
to the end of a search url to order the pages with fewest incoming links first, but the resulting search for incategory:"Translingual lemmas" doesn't find anything with zero incoming links. @This, that and the other is good at generating lists from the live data and might have a clever way of getting this information. JeffDoozan (talk) 16:07, 8 June 2024 (UTC)
Could you check for any cases of {{R:csb:ISKJ|{{PAGENAME}}|some number}} and change PAGENAME to a +, so {{R:csb:ISKJ|+|some number}}, and also if it's above {{R:csb:SPK}}
, could it be moved below? Vininn126 (talk) 17:55, 11 June 2024 (UTC)
Hi, FYI: in you mixed up publisher and location. --2003:DE:3717:718E:65C8:BEBB:58D6:1D36 09:31, 24 June 2024 (UTC)
Hi - just FYI, as I know you run a bot for this kind of thing, but I've updated the L2 sorting algorithm in Module:headword/page in a couple of ways:
I don't know if the second one will make much of a difference, but ignoring apostrophes does change things on a few large pages, due to languages like K'iche' and 'Are'are. Theknightwho (talk) 05:15, 14 July 2024 (UTC)
You need to undo all of these changes. See تلفون for just one of many. {{ar-verb form}}
generates its own definitions. Benwing2 (talk) 04:56, 23 August 2024 (UTC)
These two-part Etymology numbers are intentional, per discussion with Fenakhay and other Arabic editors. You need to undo all changes like this: تسمين that are adding extra spaces in the Etymology lines. Benwing2 (talk) 05:00, 23 August 2024 (UTC)
{{ar-verb form}}
as a "templates that generate a headline and defs" along with {{ru-alt-*}}
, {{ar-inf-*}}
, {{ar-coll-*}}
, {{ar-root}}
, {{ja-see}}
and {{zh-see}}
. Likewise the parser has been fixed to handle section titles with multiple digits, which will fixes the Etymology 2.1
-> Etymology 2. 1
bug. The bot generates reports autonomously after each new wikimedia dump (usually the 1st and 20th) but I start the fix runner manually and there's a built in safety limit to the number of fixes it will apply without requiring manual review. If {{ar-verb form}}
had been used on all Arabic pages, it wouldn't have run amok across all Arabic entries. JeffDoozan (talk) 21:23, 24 August 2024 (UTC)Hi Jeff. See أحمل. Please add {{ar-verb-form}}
to the list of templates that should not trigger {{rfdef}}
addition; this was a mistake for {{ar-verb form}}
but will be easy to make until I get rid of all instances of {{ar-verb-form}}
. Benwing2 (talk) 01:30, 7 September 2024 (UTC)
I just moved the entry q'eelo to q'eeLo to correct a spelling error in this Klamath word. I notice that there's a link to this entry at User:JeffDoozan/stats/sections/latest/K#Klamath-Modoc. I wanted to let you know, in case you'd want to correct the link. — Äþelwulf (talk) 00:03, 17 September 2024 (UTC)
Hi, A heads-up. The other day I found myself reverting this change, in which AutoDooz inserted a "taxfmt" template around Empusa (a mythological monster) in the definition line of Ἔμπουσα. To be fair, there was no way (that I can see) that the bot could have known better. At the time, Empusa had only the Translingual genus name sense defined, and the monster sense was at empusa. I have since edited the definition to point to empusa and for good measure added an English sense to Empusa, so presumably the bot won't come visiting again. :)
(On the other hand, please let me know if my presumptions about the bot's reasoning are incorrect.)
I thought you might like to know this had occurred. It could potentially happen for other terms with not-yet-created senses.— Pingkudimmi 08:14, 17 September 2024 (UTC)
I'd ask you to reconsider this bot-rendered change. I'm a (very) amateur astronomer, and seeing this inviolable trinity of derived terms split into columns is utterly jarring! — HelpMyUnbelief (talk) 05:36, 22 October 2024 (UTC)