Note: The following refers to a previous, unrelated template that used the same name as this one.
The following information has failed Wiktionary's deletion process.
It should not be re-entered without careful consideration.
It's unused. The template uses CSS try swap one type of content for another. This causes problems for some views (browsers, gateways, and applications). See related BP discussion. We should be able to use links or hover-text to get our message across. Note there's a related declaration in Mediawiki:Common.css. --Bequw → τ 17:50, 25 July 2010 (UTC)
Deleted. --Bequw → τ 22:19, 26 July 2010 (UTC)
We could easily fill Category:Reflexive verbs by language by adding this category through the existing templates (eg: parlarsi). JackPotte (talk) 20:23, 29 July 2013 (UTC)
{{context}}
and add some categories according to the languages. JackPotte (talk) 22:38, 29 July 2013 (UTC)
Are they possible, or we are supposed to have language-specific context labels (like uds. for Spanish)? I'd like to have e.g. reflexive or Croatia with lang=sh
link to Serbo-Croatian appendix (which there isn't one yet, but if this is possible I'd create it) where such terms are explained in more details. Also it would be useful to have support for this (links and categorization) in Module:headword, because often such labels are not meaning-specific (e.g. Ijekavian/Ekavian), but form-specific. --Ivan Štambuk (talk) 10:45, 3 September 2013 (UTC)
I'd like to request new labels - "honorific" and "humble" for languages such as Japanese and Korean, which have these linguistic feature. --Anatoli (обсудить/вклад) 22:23, 21 January 2014 (UTC)
I didn't notice that the list was segregated into "qualifier labels", etc, so I have just been adding labels without regard to that segregation. It may be necessary to check that each label is in the right "section" of the module, or just abandon the segregation and sort all the labels alphabetically. - -sche (discuss) 00:37, 27 January 2014 (UTC)
Hello. Could someone change the text for Old Latin in Module:labels/data from:
labels = { display = "]", plain_categories = {"Latin archaic terms"} }
to:
labels = { display = "]", plain_categories = {"Old Latin"} } aliases = "Old Latin" aliases = "Old Latin" aliases = "Old Latin"
please? — I.S.M.E.T.A. 15:44, 3 February 2014 (UTC)
I think it would be best if we split the currently listed categorisation into two. pos_categories
would become sense_pos_categories
and term_pos_categories
. That way we can categorise differently depending on what template is being used. We'd then also be able to decide that one of the two should not categorise at all, if we wanted to. —CodeCat 19:03, 28 March 2014 (UTC)
pos_categories = {};
or pos_categories_head = {};
for that. — Keφr 19:06, 28 March 2014 (UTC)
1. Please add "Northeastern Mandarin":
labels = { display = "]", regional_categories = {"Northeastern Mandarin"} } aliases = "Northeastern Mandarin"
2. Please add display for labels:
display = "]",
Thanks. Wyang (talk) 06:35, 1 May 2014 (UTC)
regional_categories
for the former? — Keφr 07:56, 1 May 2014 (UTC)
They should categorise to "Beginning Mandarin", not "Beginning Chinese", even though the code used is 'zh'. Wyang (talk) 03:47, 8 May 2014 (UTC)
labels = { plain_categories = {"Beginning Mandarin"} }
What's the best way to label e.g. "Min Dong, dialectal Wu" (context|Min Dong|dialectal Wu), so that terms get categorised as both Min Dong Chinese and Wu Chinese (both are plain categories? --Anatoli (обсудить/вклад) 04:24, 22 May 2014 (UTC)
{{label|zh|Min Dong|dialectal|_|Wu}}
? — Keφr 04:54, 22 May 2014 (UTC)
Please add:
Thanks!
– Minh Nguyễn 💬 09:40, 13 December 2014 (UTC)
@-sche, could you add these labels to Module:labels/data/regional? Thanks! – Minh Nguyễn 💬 22:44, 30 August 2015 (UTC)
A while back I created Category:English adjectives commonly used as postmodifiers. But would it make more sense to add those words to categories using Template:label? If I understand the code, we would need Module:labels/data to include:
labels = { display = "postpositive", pos_categories = {"postpositive modifiers"} }
--Arctic.gnome (talk) 23:13, 8 July 2015 (UTC)
The final noinclude doesn't have a closing tag @CodeCat. I don't think that's an issue, but the entire site is bugging out for me, especially at pitar - I see Template:documentation being transcluded everywhere. —Aryamanarora (मुझसे बात करो) 00:27, 4 February 2016 (UTC)
What is the purpose of the language code?
So it should be the language code of the entry, right? If so, please update the documentation to clarify this.
Would it be possible or desirable to make labels like "animal" or "color" automatically include words in a language's Colors or Animals category (for instance, grc:Colors or grc:Animals)? There would be one benefit: you wouldn't have to specify the category in the headword template or at the bottom of the page. — Eru·tuon 21:19, 10 March 2016 (UTC)
{{grc-proper noun| ... |cat1=Greek mythology|cat2=Greek deities}}
; in ἐρυθρός (eruthrós), ]
. — Eru·tuon 22:20, 10 March 2016 (UTC)
{{C}}
: {{C|grc|Colors|Animals}}
would put the page in both Category:grc:Colors and Category:grc:Animals. --WikiTiki89 22:25, 10 March 2016 (UTC)
I've been using {{label}}
for tagging Ancient Greek words that are used in formulaic poetic descriptions (epithets) in the Iliad and Odyssey: for instance, the fairly famous οἶνοψ (oînops) in the phrase "wine-dark sea". For these cases, the following labels would be useful:
labels = { display = "] ]", omit_postComma = true }
The commas before and after would be omitted because "epithet" should only occur in phrases such as "Homeric epithet of the sea and cattle".
This request assumes that the label "epithet" will only be used in Ancient Greek entries. If that's not correct, then I can offer a different version of the labels. — Eru·tuon 23:18, 10 March 2016 (UTC)
It seems that {{label}}
and {{term-label}}
don't recognize the labels in Module:labels/data/subvarieties. This is a problem for me, since I'm labeling Ancient Greek words by what dialect they belong to. For instance, I'd like {{term-label|grc|Epic}}
to reference the label Epic in the subvarieties module. Could the code be modified to do this, or is there a reason why it doesn't allow it? — Eru·tuon 00:14, 23 March 2016 (UTC)
Actually, now the parameter |from=
in {{alt form of}}
doesn't work either. It used to generate a link and categorize. Maybe the result of this edit by @kc_kennylau? — Eru·tuon 00:23, 23 March 2016 (UTC)
The 3 April 2014 the labels list had been protected for the autoconfirmed users only. However, today a cascading protection blocks any non-admin account.
So, in order to work efficiently, that is to say without any redundancy into the articles and uncategorizing labels hazardous researches, I had to ask for some consensual and obvious modifications (because the categories already existed and were far from empty):
But no admin took care of it.
As a result, this maintenance inertia has slowed and prevented my projects here, and unfortunately might have provoked discouragement or frictions between contributors. That's why I propose to avoid {{lb}}
into the main page, once for all. JackPotte (talk) 22:55, 19 April 2016 (UTC)
{{label}}
and {{context}}
are supposed to be and historically were converted to (''text'') before being plugged into the Word-of-the-Day templates, precisely to avoid cascading protection falling onto the labels. Wiktionary:Beer parlour/2016/April#Cascading_protection_of_the_main_page. - -sche (discuss) 00:52, 20 April 2016 (UTC){{label}}
, but should use plain formatting like (''this'') or something equivalent instead, to avoid this issue. - -sche (discuss) 21:04, 23 May 2016 (UTC)@Ungoliant MMDCCLXIV I think you accidentally messed up the true
for "and". Could you fix it? — justin(r)leung { (t...) | c=› } 07:26, 30 June 2016 (UTC)
Excuse me. In polite section, I would like to add
pos_categories = {"polite terms"} }
and delete
display = "]"}
.
I'm working on the Javanese language and I find a category of polite terms (Javanese: tembung krama) is necessary for any lemma with the polite label. This is similar to categories of honorific terms (Javanese: tembung krama inggil) and humble terms (Javanese: tembung krama madya) that Javanese can have here. In every Javanese dictionary, those three categories always follow every lemma and knowing which category a lemma belongs is important.
I don't think the link to Glossary is needed since the term polite is not found there.
Please ping me for any reply to this particular discussion. Thank you in advance. Cahyo Ramadhani (talk) 09:46, 6 August 2016 (UTC)
I'm currently extracting categories from the dump files. I've noticed that some categories have two spaces in them:
I just checked the code and in line 24 there's indeed an extra space getting inserted:
for i, cat in ipairs(data.sense_categories or {}) do
cat = (term_mode and (cat .. " terms") or (" terms with " .. cat .. " senses"))
table.insert(categories, lang:getCanonicalName() .. " " .. cat)
...
Can this be fixed please? Also, why is it showing up correctly on the interface? – Jberkel (talk) 21:10, 15 August 2016 (UTC)
I'm going to add a label for Category:Units of measure, if nobody objects, maybe just shortened to "unit", or is this to ambiguous? – Jberkel (talk) 11:22, 24 August 2016 (UTC)
{{C}}
. - -sche (discuss) 22:36, 24 August 2016 (UTC)
@CodeCat, TheDaveRoss Can anyone help?
Is this correct behaviour? — Saltmarshσυζήτηση-talk 11:27, 22 October 2016 (UTC)
@JohnC5 Can you unprotect this module? I need to make some changes. —CodeCat 19:07, 1 December 2016 (UTC)
Is it possible to remove the space before a semicolon, like at 魚蛋 / 鱼蛋 (yúdàn)? — justin(r)leung { (t...) | c=› } 16:39, 20 December 2016 (UTC)
The semicolon only shows up once, e.g. 家婆 (jiāpó), 魚蛋 / 鱼蛋 (yúdàn). — justin(r)leung { (t...) | c=› } 06:50, 13 December 2017 (UTC)
<span class="ib-brac">(</span><span class="ib-brac">)</span> can be seen here: на первый взгляд. d1g (talk) 17:36, 26 February 2017 (UTC)
display
field is empty. It should either have content or not be given at all. However, I can make it so the module ignores an empty display
field. — Eru·tuon 19:58, 26 February 2017 (UTC)
display = ''
that you added to Module:labels/data. The stuff between the quotes is the display. It should not be empty. Between the quotes, add a link to a page that explains what a "hedge" is. — Eru·tuon 20:35, 26 February 2017 (UTC)before: {{senseid|ru|grammar}}{{lb|ru|grammar}}; after: {{lb|ru|grammar}}
other options are possible, but this one is the most useful d1g (talk) 07:29, 17 April 2017 (UTC)
This seems to be sorely lacking to me.. I don't understand this at all. I can link to Australia, slangs and transitive. Some pages seem to indicate I could link or have the category for things like accounting or acting, but that doesn't seem to work at all. It seems like this would be useful if you could just put any word in somehow, like {{lb|en|WP:money|slang}} (WP:money, slang) to have it link to the Wikipedia page for money but that doesn't work either. Am I missing something? W3ird N3rd (talk) 11:00, 4 August 2017 (UTC)
Then what do I do with Greenlandic verbs that do not take singular subject, and affixes producing such verbs?__Gamren (talk) 16:38, 5 October 2017 (UTC)
Currently, this template includes the entry in the regional category for every region mentioned, regardless of a preceding outside label. So, for example, the following code:
# {{lb|pt|except in|Brazil}} ]
…would include câmara in the Category:Brazilian Portuguese. I think such behavior is correct and, I assume, deliberate. Why should we restrict the regionalism category to additional senses, excluding absent senses ?? @Ungoliant MMDCCLXIV: thinks it "doesn’t make sense," though. So, how should this template behave?
Thanks, --Usien6 (talk) 17:15, 15 December 2017 (UTC)
As alias to sailing?--So9q (talk) 13:32, 26 October 2019 (UTC)
@Erutuon, could we allow {{term-label}}
to also query Module:etymology_languages/data like so, {{tlb|xme-ker|xme-kaf|xme-sed|xme-von}}
=> (Kafroni, Sedehi, Vonishuni)
? Even better if we could omit the prefix based on the parent language code, ex. {{tlb|ira-ker|kaf|sed|von}}
. Perhaps a new {{lectlabel}}
template is warranted. --Victar (talk) 21:34, 27 June 2018 (UTC)
{{scriptlabel}}
template might also be helpful, ex. {{sclb|pal|Phlv}}
=> (Book Pahlavi)
--Victar (talk) 23:22, 27 June 2018 (UTC)
{{label}}
and {{term-label}}
and translate them to their canonical names and add a Wikipedia link if possible? I suppose that would save the work required to add labels to the appropriate label data module. — Eru·tuon 02:25, 28 June 2018 (UTC)
I noticed some terms when input like "offensive" automatically link to that word, while others do not. Is this a list of options for what can be input there? Ranze (talk) 19:46, 18 October 2018 (UTC)
The entry play is using this template called with the 3rd unnamed parameter set to "heading". For example:
{{lb|en|heading|transitive|intransitive}} ''To produce music or theatre.''
which results in:
(This is followed by multiple "subsenses" all related to this overarching sense.)
I find this confusing. The word "heading" is presumably intended to signal that a collection of related senses is being introduced (see play#Verb for this example in context), but readers may be mislead into thinking that "heading" is trying to indicate some grammatical property of the word "play" itself (as are "transitive" and "intransitive"). I didn't find any other entries that did this, but cat#Noun contains such "collections of senses" without using this template. Is the usage I cite above nonstandard? Should it be changed? Could "heading" be replaced by, say, "multiple senses"? Has this issue been discussed before? <time passes> I see that this was introduced to the entry by User:ReidAA (contribs) on 21 January 2015. - dcljr (talk) 13:10, 26 November 2019 (UTC)
The following discussion has been moved from Wiktionary:Requests for cleanup (permalink).
This discussion is no longer live and is left here as an archive. Please do not modify this conversation, but feel free to discuss its conclusions.
"{{lb|de|obsolete|outside|dialects}}" produces "(obsolete outside dialectal)". --B-Fahrer (talk) 11:52, 5 January 2020 (UTC)
{{lb|de|obsolete|_|other than|_|dialects}}
? --Lambiam 13:51, 11 January 2020 (UTC)
I think we should have a "social media" label. "Internet" seems to get used as catch-all for all sorts of things happening on the internet. Or maybe the internet has become so dominated by social media that it's now treated synonymously? – Jberkel 07:57, 25 June 2020 (UTC)
{{lb|en|South Korea}}
didn't work for the entry retort food. Am I doing something wrong? @Erutuon —Suzukaze-c (talk) 08:21, 14 December 2020 (UTC)
{{lb|en|South Korea}}
to behave differently from {{lb|ko|South Korea}}
, but at the moment the structure doesn't allow that; one or the other of the two labels would need a different key (South Korean something or other versus just plain South Korean). In a past discussion User:Rua suggested what I think was something like labels = { en = { ... }, ko = { ... } }
. I've come to agree that's the best way to solve this sort of problem properly, but it'd require changing Module:labels to accept a new label data structure in addition to the current one. — Eru·tuon 21:45, 14 December 2020 (UTC)At present, adding {{lb|en|obsolete}}
categorizes an entry into "Category:English terms with obsolete senses". Is there a code that would categorize it into "Category:English obsolete forms" instead, for example, for an obsolete spelling? (I'm aware of {{obsolete form of}}
and {{obsolete spelling of}}
, but see ischæmiæ where {{en-irregular plural of}}
is already being used.)— SGconlaw (talk) 14:55, 16 April 2021 (UTC)
|refN=
There's currently no way of applying a reference to a single label, eg: on caciu, I would like to be able to do
{{lb|chiefly|Palermo|countable|and|uncountable|ref2={{R:roa:AIS|...}}}}
since if I add the reference raw as <ref>...</ref>
then MOD:labels/data/lang/scn wont recognize the label. Catonif (talk) 11:16, 13 November 2022 (UTC)
@Benwing2: mmmm, is this a good idea? What is the difference between “figurative” and “figuratively” that justifies two separate labels? — Sgconlaw (talk) 10:49, 20 February 2023 (UTC)
{{lb|it|transitive|often|figurative|or|jocular}}
and it comes out 'figuratively', which reads wrong. Originally 'figuratively' mapped to 'figurative' which would have made this read correctly, but then people who put 'literally' by the first sense of a term complained that they wrote 'figuratively' by the second sense and it came out 'figurative', which looked wrong, so they reversed the mapping. Although 'figurative' and 'figuratively' mean the same thing (and link to the same glossary entry), sometimes you want the adverbial form to display and sometimes the adjectival form, and we shouldn't force it one way or the other. It's similar to labels 'Tuscan' vs. 'Tuscany'; they mean the same thing but sometimes you want one to display, sometimes the other. Benwing2 (talk) 20:27, 20 February 2023 (UTC)
@Theknightwho I noticed you changed the label to figurative in all entries. Perhaps it would've been good to have a BP discussion about the display of these labels as they are used in thousands of entries. I don't have a strong opinion, but slightly prefer the adverbs over the adjectives as the default labels. In case we stick with the adjectival form, certain entries need to be corrected: "used figurative" (and perhaps others). (@Benwing2, Sgconlaw) Einstein2 (talk) 00:44, 1 September 2023 (UTC)
I changed "figurative" back to "figuratively" in order to bring it into line with "literally". If you would like to make further modifications with the display of the labels, please start a BP discussion. Einstein2 (talk) 18:43, 23 October 2023 (UTC)
Could 'stenoscript' be added as a context label, with corresponding category? (All instances are tagged as lang=en, but that's redundant.) kwami (talk) 03:34, 4 March 2023 (UTC)
Please add Fijian English to the list of dialects. 149.167.173.216 00:42, 5 July 2023 (UTC)
{{lb|en||slang}}
→ (example, slang)
This is weird and confusing, and shouldn't show up on mainspace entries. We should be showing an error instead for empty parameters. For example display on Template:label, can't we just manually pass "example"? (@Benwing2)
—Fish bowl (talk) 01:14, 15 March 2024 (UTC)
required = true, list = true
it needs to check to make sure there are no list values at all but it appears to be just checking the first value. Benwing2 (talk) 01:28, 15 March 2024 (UTC)
may anyone add in lombard? That Northern Irish Historian (talk) 15:52, 1 May 2024 (UTC)
For whatever reason, the Teesside English (also aliased Hartlepool) links to the Wikipedia page of w:Smoggie, “a colloquial term used to refer to people from the Teesside area”. It's also mentioned there that “Originally, this was a term of abuse”. It does contain one section about the language (including some phonology changes and vocabulary), but wouldn't this dialect better fit redirecting to w:Teesside or some separate entry for the dialect? TheChilliPL (talk) 21:37, 12 July 2024 (UTC)
Proposing an entry for buzzwords:
labels = {
display = "]",
pos_categories = "buzzwords"
}
Examples of terms that would fit under this label include big data, AI, artificial intelligence, cloud computing, metaverse, internet of things, extended reality, XR (in the extended reality sense), and spatial computing. (see Buzzword compliant § Examples on Wikipedia) 67.209.128.172 21:12, 26 October 2024 (UTC)
The label "by extension" is used quite often (more than 12,000 times). It always annoys me that it doesn't generate a link around the word "extension", and I think we should add one. And maybe even a category called "terms with senses derived by extension". What do you think? Tc14Hd (aka Marc) (talk) 18:46, 22 November 2024 (UTC)