Wikifunctions wikifunctionswiki https://www.wikifunctions.org/wiki/Wikifunctions:Main_Page MediaWiki 1.47.0-wmf.5 first-letter Media Special Talk User User talk Wikifunctions Wikifunctions talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk TimedText TimedText talk Module Module talk Translations Translations talk Event Event talk Wikifunctions:Project chat 4 1184 280725 280148 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280725 wikitext text/x-wiki {{shortcut|[[WF:CHAT]]|[[WF:PC]]|[[WF:VP]]}} __NEWSECTIONLINK__ [[Category:Help]] <!-- please do not remove this line --> Welcome to the Project chat, a place to discuss any and all aspects of Wikifunctions: the project itself, policy and proposals, individual data items, technical issues, etc. Other places to find help: * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report a technical problem]] * [[Wikifunctions:FAQ]] {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{#tag:div|<br />{{Flatlist|{{Special:PrefixIndex/WF:Project chat/Archive/|stripprefix=1|hideredirects=1}} |class=mw-collapsible-content|style=font-size:92%;}}|class="mw-collapsible mw-collapsible-toggle mw-collapsed"}} |prefix=WF:Project chat/Archive/ }} == Z6830 for Chinese == I was trying to use {{Z|Z6830}} for implementation in the Chinese-language. And turns out most of the Lexeme on Wikidata is using [[d:Q727694]] as the language instead of [[d:Q7850]]. This makes it impossible to use the mentioned function above, since Standard Chinese is not available (or did I miss something?). Is there a way to fetch lexemes with language=[[d:Q727694]] from item? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 18:20, 30 April 2026 (UTC) :@[[User:Sun8908|Sun8908]] There is [[Z1006]] for Chinese and it has the language code zh. There is an overview of languages in [[Module:Wikifunctions label]] so you can search there for chinese versions and choose the one you need. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 20:53, 5 May 2026 (UTC) ::I know that. The problem is when using the function [[Z6830]], it cannot retrieve lexeme with language [[d:Q727694]] (but it is the "Chinese language" with the most current Wikidata lexemes, see [https://ordia.toolforge.org/language/ ordia]). I think it should be a Wikidata problem, I might fix it (possibly by creating the same lexemes with language code zh) on Wikidata. Thanks anyway. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 05:39, 6 May 2026 (UTC) :Could you provide an example of a Chinese lexeme that has a linked Wikidata item, or a Z6830 function call that fails to find such a lexeme where one exists? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 07:55, 6 May 2026 (UTC) ::Here: [[d:Lexeme:L846083]]. I think that's a primary reason of me trying to look into this problem, as the label in zh for [[d:Q6256]] (country) is not a single phrase (see its talk page on WD for more information). This makes some Abstract Wikipedia articles very weird in Chinese when {{Z|Z26570}} is used, so lexeme could potentially fix that. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:33, 6 May 2026 (UTC) :::Thank you. It looks as though {{Z|Z6830}} [https://www.wikifunctions.org/view/en/Z6830?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6830%22%2C%22Z6830K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q6256%22%7D%2C%22Z6830K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P5137%22%7D%2C%22Z6830K3%22%3A%7B%22Z1K1%22%3A%22Z60%22%2C%22Z60K1%22%3A%22cmn%22%2C%22Z60K2%22%3A%5B%22Z6%22%5D%7D%7D returns that lexeme for language tag "cmn"]. Perhaps that tag should be added into the helpers for {{Z|Z24144}}? If it is widely used for lexemes, perhaps it should have its own {{Z|Z60}}? In any event, improvements might be considered under [[:phab:T390563]] (or otherwise), including amending [[Z6830]] to also consider "cmn" (and "zho", "chi"…?) when requests are made for "zh-hans" or "zho-hant" (or others?) @[[User:Winston Sung|Winston Sung]] @[[User:DMartin (WMF)|DMartin (WMF)]] [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 17:22, 6 May 2026 (UTC) ::::If you go to [[d:Special:NewLexeme]] and put in [[d:Q727694]] as the language, it is going to tell you it has an unrecognized language code. So I believe "cmn" should not be a {{Z|Z60}} by default? I also started [[d:Wikidata:Project_chat#Lexemes_with_language_Standard_Chinese_(Q727694)|a discussion on WD]] regarding this. I guess we can still use it as a fallback language though if possible. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 03:43, 7 May 2026 (UTC) ::::We don't have a separated <code>cmn</code> BCP 47 language subtag in MediaWiki and Wikidata at the moment. <code>zho</code> and <code>chi</code> are ISO 639 language codes but not BCP 47 language subtags. ::::For Modern Standard Mandarin, please use <code>zh-*</code> language tags for now. -- [[User:Winston Sung|Winston Sung]] ([[User talk:Winston Sung|talk]]) 15:26, 8 May 2026 (UTC) == Implementation of rational number in JS doesn't match in Z19677 (Rational number) and Z28579 (RGBA colour) == In {{Z|19677}} it's <syntaxhighlight lang=js> { "K1": sign * numerator, "K2": denominator } </syntaxhighlight> but in {{Z|28579}} it's <syntaxhighlight lang=js> [ sign * numerator, denominator ] </syntaxhighlight> '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 05:15, 4 May 2026 (UTC) :I'm guessing this is why [[Z34743]] fails all the tests. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 01:00, 18 May 2026 (UTC) == Nested functions in compositions == I wish it will be easier to a add another function about a specific existing function in a function implementation based on a composition. When I write long functions in spreadsheets I usually stat with a small part and then I try to go further and after important steps I test if the output is as expected. I created [[Z34826]] to get the German gender specific occupation lexeme for a specific person based on their gender. I wanted to add a function around the existing one and it was not successful. It is not very easy to implement as it requires the possibily to move a part to another section but I think it can be helpful if it will be implemented. So far I spend more time as expected on the function. Describing it with words what the function needs to do is much easier than implementing it here in Wikifunctions. So I think there needs to be improvement to make Wikifunctions more accessible. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 21:10, 5 May 2026 (UTC) :Have you tried to use the copy-paste functionality? It is very useful to move parts of composition arounn. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 07:12, 6 May 2026 (UTC) :I've also found the composition editor to be wholly unsuitable for any expressions more than a few levels deep. (Even with the <code>localStorage</code> clipboard, because of its overzealous type checks.) Compositions naturally grow out from the "leaves", the immediate operations on the inputs, while the interface really wants you to build from the "root". I mostly use the [https://yoshirulz.gitlab.io/WikiLambdaBlockly drag-and-drop block editor] which I made to smooth over some of the site's problems, so if you want to try that out and give me some feedback I'd appreciate it. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:36, 6 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == RGBA colour, spelling... == Something that has always irked me a little bit is the spelling of [[Z28579|RGBA colour (Z28579)]]. I guess this is not unsurprising for me considering my use of US English but I think there is more to it than preference and I want to try to argue for it being changed to use American spelling. I know that this probably has a snowball's chance in hell of actually garnering any support, so I won't really be miffed if the spelling remains as it is, but I thought it wouldn't hurt to raise this regardless. The main issue I have with it is the spelling of the original proposal. When infernostars raised the [[Wikifunctions:Type proposals/RGBA color|type proposal]], the spelling was 「RGBA color」. Of the comments that mentioned the word 「colo[u]r」, two used British spelling while six used the American spelling as used in the proposal. The only thing that really pointed to the use of ''colour'' was the fact that the catalog page on color functions used that spelling already. For all intents and purposes, the spelling of the original proposal should have been maintained, but it was not; [[User:DVrandecic (WMF)|DVrandecic]], the eventual creator of the type, used a different spelling. It should be noted that there was really no reason for this to occur and while it is an undoubtedly minor issue I still believe it should be rolled back and the type should use the spelling of the original proposal and majority of editor comments. In [[abstract:Q936|OpenStreetMap]], there have been keyvalue proposals that have had the finalized spelling that gets put to use be in British English despite the original proposal being in American English; this has usually occurred with proposals relating to 「X center/centre」 tags. This makes sense on the surface, because OpenStreetMap is maintained by a UK organization, and still has close ties to Europe. The Wikimedia Foundation, however, is an ''American'' company. This is often brought up as a fallible argument when debating article spelling on the English Wikipedia, and I don't bring it up to support that 「RGBA color」 should be used for that exact reason, but rather to state that OpenStreetMap's general policy on tag names need not apply here. It appears to me that, at least initially, the majority of 「core contributors」 to Wikifunctions used British English; I can name YoshiRulz, 99of9, GrounderUK, and VIGNERON.<ref group="color">I'm avoiding linking to these folks because I don't think pinging them about this discussion is all too necessary unless they themselves want to be involved; I don't want to clutter their inboxes just to briefly mention them. I pinged Denny because, well, I'm asking him a question directly, but everyone else I would prefer to join this discussion by their own accord... not that I wish for this decision to be confused as me going 「these people use British English so they will probably oppose my idea, I won't invite them to the discussion because of that」...no, I promise you that is not the reason.</ref> I see (or saw) these people ''everywhere'', so it makes sense that British English has prevailed in some sorts on this website, but I don't think that indicates that it should be the ''preferred'' spelling across the website, at least not to the point where a proposal should have its name changed to match such a "consensus".<ref group="color">It could be argued that the front-and-center ''Function catalogue'' using 「catalogue」 is actually indicative of such a "consensus", but ''catalogue'' is in a similar position to the word ''grey'' where I live (that is, the US) in that it is used just as often as its American counterpart. Also, consider Wiktionary's ''Beer parlour'' project chat.</ref> The unnecessary modification of the original spelling is my main argument for changing it back... but of course, I must obligatorily state that on English Wikipedia, it is [[w:Color|Color]] and [[w:RGBA color model|RGBA color model]]; on Wikidata, it is [[d:Q1075|color]] and [[d:Q2325624|RGBA color space]]; in CSS (which typically uses hexadecimal triplets to specify RGBA values), the properties are <code>color</code>, <code>background-color</code>, etc.; bit of a weak jab, but on Schema.org it is [https://schema.org/color color], [https://schema.org/colorSwatch colorSwatch]; et cetera. {{Z|Z28580}} uses ''color'', so does {{Z|Z28591}} and its Python counterpart. Mr. Vrandečić, I have to ask, I'm rather confused... you created the color type using British English spelling, but you were also responsible for the creation of the equality function which uses the American English spelling. You also seem to be writing in American English for the status updates, judging by your use of -''ize'' over -''ise'' endings and use of ''program'' over ''programme'' in [[Wikifunctions:Status updates/2026-04-16]]. Is there something I'm missing or have you switched your preferred variant somewhere along the way? Anyways, do consider this if you wish... again, I don't suppose this will garner much support, it is the ''non-issuest'' of ''non-issues'', but it has irked me to the point where I want to ask about it to get some answers, if nothing else. I am not arguing for every other color function to have its name changed, just the type itself. <references group="color"></references> &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:04, 8 May 2026 (UTC) :This is a multilingual project; the <code>en</code> label is <code>RGBA colour</code> and the <code>en-us</code> label is <code>RGBA color</code>. Though I'm not able to switch to <code>en-us</code> via the language picker so that would need to be fixed.<!-- --><br>edit after reading your whole comment: The same is true of {{Q|1075}}, there are labels specified for multiple English variants. (In {{Q|2325624}} it's only an alias.) I agree that other websites' choices aren't binding on us, but from that, I conclude that the more widespread British/Commonwealth spellings should be used for the generic <code>en</code>. As for myself, I'm Aussie and I will continue to use the BrE spellings ([[w:en:Oxford_spelling#Language_tag_comparison|+ "routing"]], TIL) if only by muscle memory.<!-- --><br>[[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:42, 8 May 2026 (UTC) :: Your lattermost point would normally be fine in a perfect world. Wikipedia's <code>convert</code> function defaults to "international" English, which I don't personally take issue with because it happens that we here in America are actually outliers for saying and spelling things differently... err, or we were for a while at least, nowadays it seems like an even split (plus you have "yield" vs. "give way" which is effectively the logical opposite of US's use of "meter" over "metre"). :: However, this is not a perfect world, and I don't think <code>en</code> should correspond to any particular variant. It is too fragmented across all software at this point to impose such a requirement. The inability to switch to <code>en-us</code> on this website foregoes an easy and simple solution to this problem that makes everyone happy, because the yanks (such as myself) can't be happy because we can't see the labels in American English even if we wanted to, and the other folk can't switch either as far as I'm aware (and the en-CA and en-GB languages in the preferences page seems to be deprecated). My point being, <code>en</code> is abused to mean "en-UK" just as often as it is abused to mean <code>en-US</code>; I think a decision shouldn't be made on such an assumption of one "default". &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:48, 12 May 2026 (UTC) :Hi @[[User:Theki|rae]]! I have no opinion nor preference on this, and given my background, I am just entirely confused about my spelling preferences myself, as you can tell from my inconsistent usage. I learned British English in school and used that for maybe two decades or so, but moved to the US and lived there for more than a decade, enough to be naturalized, but now I am back in Europe and I am technically a professor at King's College London, soooo.... honestly, I do not know. I don't remember having put too much thought into it at the moment I created it. The good thing is that in Wikifunctions, just as in Wikidata, it is easy to change, without messing things up too much (unlike in Wikipedia), so my suggestion is, just make the change, see if anyone complains, and if they do, discuss it more. I don't know if there is a guideline already in Wikifunctions about the variants. I am happy either way, and honestly, I keep forgetting which variant is which most of the time. --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 18:16, 10 May 2026 (UTC) :: I can definitely understand this, although I am unfortunately rather passionate about any minutiae involving preferential minor differences in ''anything'', of which AmE vs. BrE chiefly is. So I dedicate a lot of headspace to it. More than I should. Not that I wish to imply that the comment above that I have wrote is of an irrational nature, or done out of spite or pure emotion and subjectivity; I do genuinely believe that ''RGBA color'' is beyond just a personal preference and is just logical. I may boldly go and change it, but for some reason I was expecting that changing the English label of a Type would require elevated permissions, and I also didn't want to do it only to get immediately reverted because it ''did'' strike a chord with someone, when I could instead see how apathetic, supportive, or in opposition interested people are beforehand and ''then'' act accordingly. I was not meaning to antagonize you over your spelling habits, I did actually use British English for a few years starting in 2020 before I went back to American English, so I'd be a hypocrite for me to decry you for not always sticking to some arbitrary standard of spelling words over the other. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:55, 12 May 2026 (UTC) :Although I spell it “colour”, I think it makes more sense to use “color” for the type, since that is almost always the required spelling when the string functions as a keyword. :More generally, though, Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en". This is unusual, in my experience, as "en" is widely misused in place of "en-US", where there are recorded spelling differences. :(I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere. Use of -ize rather than -ise is a matter of personal preference or house style, but regional autocorrect encourages -ise.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:00, 12 May 2026 (UTC) :: ''Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en"'' :: Definitely agreeing with you on the latter being a good choice. However, I suspect the favoring of "colour" over "color" may be because, in terms of language codes, when sorted alphabetically <code>en-us</code> actually comes ''after'' <code>en-gb</code>. Although, the frontend seems to be sorting <code>en-ca</code> after <code>en-gb</code>, so I don't actually know how correct that is. :: ''I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere'' :: The context of the spelling was "''No program for the NLG SIG meeting for next Tuesday has been proposed''". In that usage context, I think it makes sense to assume that ''program'' is not being used to refer to a computer program, but to a ''program of events'' or similar, something that you would spell as a ''programme'' in British English. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:02, 12 May 2026 (UTC) :{{s}} this. I'm obviously biased but I believe American English is preferable generally, American dominance on the internet (our Department of Defen'''s'''e invented it!) and rapidly-increasing consumption of American media by international English speakers means that more people use American English's conventions, this is clear through for example [http://trends.google.com/explore?q=color%2Ccolour&date=all&geo=Worldwide search trends] (though they aren't particularly reliable). Perhaps this is a bit of a supremacist opinion, but we should have internal consistency, and if we must choose, American English should be our first choice (then Indian and then British English) [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 12 May 2026 (UTC) :: This is rather flawed reasoning, though. I think probably any given British or Indian person would not agree on using that as the reasoning for this, not that you are necessarily ''completely wrong'', but if this is not a good enough reason for English Wikipedia's (admittedly extremely flawed) ''ENGVAR'' policy then I don't think it's likely it will pass here either. :: Although of note is that [https://books.google.com/ngrams/graph?content=color%2Ccolour&year_start=1800&year_end=2022&corpus=en&smoothing=3&case_insensitive=true Google ngrams] agree with you, but "color" vs. "colour" is an eternal holy war that will not be won by demonstrating that more books use US spelling over Commonwealth spelling. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:44, 12 May 2026 (UTC) :::You're probably right that it's not very sound. I'm biased in that other varieties of English irk me, and that's probably mutual for people who are used to other varieties of English when they read what I write! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:56, 12 May 2026 (UTC) :I've decided to boldly [[Special:Permalink/274271|make the change]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:02, 12 May 2026 (UTC) :: Thank you. Considering both you and GrounderUK seem to consider it an okay change, I think this will do for now. :: I should note that the matter of whether to move [[Wikifunctions:Catalogue/Colour functions]] in response to this (however this discussion will ultimately turn out) is a whole other can of worms, in my view. I can't say I have an opinion on that at the moment, but I'm putting it out there regardless. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:06, 12 May 2026 (UTC) :::Personally, I'm in favor of moving the page and renaming all of the items on it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:10, 12 May 2026 (UTC) ::I don't like this (exactly because of the American hegemony you cited), but again, it shouldn't matter because the software is meant to be multilingual. Clearly there's a bug preventing you from picking an English variant/dialect as your display language. But the search bar and Function/Type autocompletion do check the English variants for matches. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:15, 12 May 2026 (UTC) == Proposals on the architecture of Abstract Content rendering == Starting from a discussion born on the Telegram chat, I've explained two different proposals on how the NLG on Abstract Wikipedia should be organized in the page [[abstract:User:Dv103/Abstract articles architectures]]. Please come to contribute to the discussion, or to propose alternatives. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:31, 11 May 2026 (UTC) :Thank you for dedicating your time to writing this, it is very informative. I will try to add input once I'm not in over my head with finals. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:27, 12 May 2026 (UTC) == Display function for HTML fragment == Currently, any collapsed Z89 literal appears as<blockquote>&lt;&gt; [[Z89|HTML fragment]]</blockquote>If I were to create a new Function which returned something like<blockquote>&lt;&gt; 123-byte HTML fragment <q><nowiki><td><span lang=</nowiki>&hellip;</q></blockquote>could that be connected to replace the collapsed form, or would it require changes to the Wikilambda software? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:14, 11 May 2026 (UTC) :It might work, but I doubt it. Those angled brackets suggest that the collapsed form is not simply defaulting to the type’s label. Looking at [[:phab:T410509]], I’ve concluded that enhancements to the collapsed form were never considered, rather than being actively rejected. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:12, 12 May 2026 (UTC) ::[[:Phab:T391985]] documents the original design. Note the fifth bullet point under “Acceptance criteria”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:21, 12 May 2026 (UTC) :I'm not sure the byte-size is necessary, but the outer tag (or first outer tag, though generally I'd prefer most fragments use a wrapper tag if it needs multiple like JSX does, but that's a whole different topic) would be nice. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:51, 12 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == [[Z34510]] == This function, which determines if a Wikidata item for a {{q|5}} has an undeprecated {{p|21}} statement of {{q|6581097}}, returns false for {{q|173399}}, a transgender man. This is because his item assigns his P21 statement to {{q|2449503}}, not {{q|6581097}}. I'm not sure how to account for this discrepancy. Should {{z|34510}}: # Include {{q|2449503}} as a value that can lead to a true result, # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a man?") could return true for either "male" or "trans man", # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a trans man?") could return true for "trans man", # Not exist at all? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 16:48, 16 May 2026 (UTC) :I can't think of a single use case where you would need to determine if a person is a cisgender man and nothing else. Functions are good for generalizing across multiple possibilities when they exist, so I think it would be best if trans men were considered a part of the criteria for returning a true value. If asking for specifically {{q|6581097}}s and ''nothing'' else was desired then the function name would be a misnomer as Elliot Page is inarguably a male (at least in the view of most reasonable and intelligent people). &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:03, 16 May 2026 (UTC) :You made the function in the first place; what were you planning on using it for? AW? Maybe it should return a {{Z|25501}} which can then be passed on to other NLG functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:01, 16 May 2026 (UTC) == Lexeme from wikidata label, or "best" lexeme from wikidata item == I was looking into fixing [[Z28028]]. I found that I could add "requires grammatical feature: definite article" to "United Kingdom" (L8558). Now I'm stuck on how to get to that lexeme from {{Q|145}}. There's [[Z23471]], but that for very good reason gives you multiple lexemes with the same sense, and I just want the best one like how the label is always the best string. Is there a function that can do this? There's definitely the case of a Wikidata label that isn't a lexeme (most commonly multiple lexemes) but I'm only considering the case where it is one lexeme here. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 20:02, 16 May 2026 (UTC) :There is {{Z|Z27327}}, that tries to give the best lexeme through various heuristics. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 22:22, 16 May 2026 (UTC) :: Wonderful! I did stumble upon [[Z33818]] but this is perfect. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 00:25, 17 May 2026 (UTC) == [[Z29591]] isn't working for me == For instance, trying to manually put in the exact inputs for one of the test cases just returns an empty Monolingual text. See [https://www.wikifunctions.org/wiki/Z29591?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29591%22%2C%22Z29591K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q3257809%22%7D%2C%22Z29591K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z29591K3%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z29591K4%22%3A%22Z1002%22%7D]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 01:17, 17 May 2026 (UTC) :You used [[:d:Q22006653]] rather than [[:d:Q1075]]. It looks like the [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D explanatory error] is suppressed by the [https://www.wikifunctions.org/view/en/Z30009?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30009%22%2C%22Z30009K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D%2C%22Z30009K2%22%3A%22Z801%22%7D final transformation]. The returned result is not actually empty; if you expand it, you can see that it is an unresolved function call. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 17 May 2026 (UTC) == [[Z35298]] == Does anyone know what the problem with this implementation is? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:14, 18 May 2026 (UTC) :There is a bug that doesn't allow Python implementation to return nested lists. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:31, 19 May 2026 (UTC) ::Is there a Phabricator task for this? Searching through them is hell. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 03:22, 20 May 2026 (UTC) :::A bit of time ago I opened [[phab:T392750]], which is very similar to this issue. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:26, 20 May 2026 (UTC) == May 2026 Wikimedia Café meetups regarding the Wikimedia Foundation Annual Plan == <div class="border-box" style="background-color: var(--background-color-warning-subtle, #f8eaba); max-width: 875px; padding: 5px; border: 1px solid black; margin: 5px; color: var(--clr-dark)"> <div class="box" style="float:left; padding-top: 15px; padding-right: 15px;">[[File:Wikimedia Café logo in plain SVG format.svg|75px|alt=The logo for the Wikimedia Café]]</div> Hello! There will be two '''[https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9 Wikimedia Café]''' discussion opportunities during the last weekend of May. Both sessions will focus on the [https://meta.wikimedia.org/wiki/Wikimedia_Foundation_Annual_Plan/2026-2027 the 2026-2027 Wikimedia Foundation Annual Plan]. Participants may attend either or both sessions. #'''Saturday, 30 May 2026 at 15:00 UTC''' ([https://zonestamp.toolforge.org/1780153200 timestamp converter]), at a time friendly to the Americas, Africa, and Europe #'''Sunday, 31 May 2026 at 05:00 UTC''' ([https://zonestamp.toolforge.org/1780203600 timestamp converter]), at a time friendly to Asia and the Pacific Café participants are highly encouraged to read in advance [https://en.wikipedia.org/wiki/User:Sohom_Datta/annual_plan_guide at least this summary of the plan]. Optionally, Café participants are encouraged to read portions of the plan that interest them and [https://meta.wikimedia.org/wiki/Talk:Wikimedia_Foundation_Annual_Plan/2026-2027 ask questions or provide feedback on the Annual Plan talk page]. Please see the Café page for more information, including [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#May_2026_meetings_with_a_focus_on_Wikimedia_Foundation_Annual_Plan/2026-2027 tables of timestamp conversions for both sessions], [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#Agenda._This_will_be_an_approximately_1_hour_Caf%C3%A9_session,_and_is_extendible_for_an_additional_30_minutes_if_needed. the agenda], and [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#How_to_attend_the_session how to register]! <br /> [[File:Buntstifte Eberhard Faber crop 64h.jpg|860px|alt=cropped image of colored pencils]]</div> <span style="white-space:nowrap;">[[User:Pine|<span style="color:#01796f; text-shadow:#00BFFF 0 0 1.0em">↠Pine</span>]] [[User talk:Pine|<span style="color:DeepSkyBlue">(<b style="color:#FFDF00;text-shadow:#FFDF00 0 0 1.0em">✉</b>)</span>]]</span> 19:56, 21 May 2026 (UTC) == How to handle items without lexemes == NLG functions relay heavily on the presence of lexemes associated to items on Wikidata. But we know that not all the Wikidata items have an associated lexeme. There are multiple reasons why an item does not have an associated lexeme, like: # The lexeme has not been created yet # The item represents a place # The item represents a person # The item represents a specific concept that can only be expressed by a specific combination of words that cannot be [[Wikidata:Wikidata:Lexicographical data/Notability|notable]] (like {{Q|Q61220733}}). My doubt is: what should we do with this fourth category? For many languages, just using the Wikidata item label is not possible, since it is necessary to conjugate the words or to retrieve grammatical information like the gender. What should we do? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 16:09, 23 May 2026 (UTC) :In that particular example, I think the thing to do is read its {{P|279}}: {{Q|21191270}}, then have some kind of heuristic based on that which says to take its {{P|8345}} and attach that Item's label to a Form of the word for "episode". In general, synthesising Lexemes for proper nouns is one of the problems that [[abstract:User:Dv103/Abstract_articles_architectures|proposals in your list here]] will have to address. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:59, 23 May 2026 (UTC) [[File:Wikidata content 2024.svg|thumb|Content of Wikidata by type]] ::{{ping|Dv103}} very good point. ::For your point 2, it depends of the place but I think that quite often a lexeme can be created (most "Administrative territorial entity", most geographical entity, etc.). And with 3, your can add a lot of types (see pie chart) : Scholarly article, Human (with a very few exception), Wikimedia Category, Disambig, etc. which is (rough estimation) 2/3 of Wikidata items. ::A common rule (in dictionaries since forever and in Lexemes) is to not create an entry which is the "sum of its part". In this case, "Star Trek episode" is just episode + Star Trek, nothing more than its part. So logically, as {{U|YoshiRulz}} said, when no corresponding lexeme is found, the item should be decomposed the same way, the hard part is to know how to decompose it as the property will vary ; P31 and P279 are an obvious start but beyond that, I'm not sure we could find a general solution. ::PS: it's beyond you question but there is also the reverse problem, how to select one lexeme when multiple are linked to the same item... ::Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 10:43, 24 May 2026 (UTC) :::For the point 2, I think humans will be used way more than scholarly articles and disambiguations in NLG functions (outside references), that's why humans concern me more (still a cool pie chart, though). :::For the reverse problem, there is already {{Z|Z27327}}: it's far from perfect, but usually makes a decent choice. Obviously it is not "complete", and probably it will never be complete, but it will have to be progressively improved by the community. And probably in the future we will need to create similar functions to select the best lexeme in more specific cases. :::For my fourth point, I didn't think about the decomposition, but it is something that could be done with another never-complete community-mantained function, that progressively keeps being improved. If [[Wikifunctions:Type proposals/Semantic unit|semantic units]] will be implemented, through them it could actually be possible to do this operation in a laguage-independent way. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:10, 24 May 2026 (UTC) ::{{re|YoshiRulz}} Proper noun synthesis, along with other fallbacks for realizing the names of concepts that don't have lexemes, is merely a step within the overall abstract content rendering process and is not inherently tied to the process itself; having the ability to [https://gitlab.com/mahir256/ninai/-/blob/main/ninai/graph/client.py#L327 run any number of fallback mechanisms], instead of a raw call to (the equivalent of) Z27327, should be possible with any of the methods listed on the architectures page. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 16:41, 24 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> :The new <code>return_type</code> param to [[Special:ListObjectsByType]] will show Functions returning e.g. {{Z|27951}} and {{Z|882}} if those are typed in manually, but the dropdown menu doesn't offer them, probably because it's a copy of the dropdown above (and there are no Persistent objects of those Types). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:12, 26 May 2026 (UTC) ::@[[User:YoshiRulz|YoshiRulz]]: Correct, it's filtering for Types, which includes "real" enums like [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z20342&orderby=name Day of Roman year (Z20342)]; light-weight enums have downsides as well as upsides, of which this is one. :-( [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:39, 1 June 2026 (UTC) :::I assume you mean {{Z|17402}}, since {{Z|20342}} is not an enumeration type? But I never mentioned enums: My hypothesis is that a Type appears in the dropdown iff there is a Persistent object of that type (<code>Z2K2.Z1K1</code>). Whereas I would expect a Type to appear in the dropdown iff there are any Functions which return objects of that type (<code>Z2K2.Z8K2</code>). Or just show every Type in the return type dropdown, since [[Special:ListObjectsByType/Z39|you already have a "no results" message]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:53, 1 June 2026 (UTC) ::::@[[User:YoshiRulz|YoshiRulz]]: Yes, you are correct, the concept of a Type here means "there is a Persistent object of that type". Other things (in practice, light-weight enums like Z27951) aren't Types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:57, 1 June 2026 (UTC) == Type documentation template == Over the past couple of weeks, I've been developing and rolling out {{t|type documentation}}: a standardised layout for Type metadata, de/constructors, conversions, etc. on each Type's talk page. (The layout is loosely based on [[d:Template:Property documentation|Wikidata's]].) See [[Talk:Z16683|Integer]] for an example that uses most of its features, and [[Talk:Z99|Quote]] for one that doesn't.<br>At this point I can't think of anything more to add besides [[Help:Comparison_function_table/float64|filling out]] a couple more [[Help:Type_conversion_table/Codepoint|tables]]. But if any of you have ideas or feedback, please click through to the relevant talk page and leave me a message. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:29, 26 May 2026 (UTC) :I really like what you're doing here. Thank you. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 13:26, 26 May 2026 (UTC) :Yeah, nice work! I don’t think “Function declarations” is the best header for the collapsed table of searches by function signature, however. Now that it’s finally landed, we should probably include https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z16683 as well (outside the table). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:23, 26 May 2026 (UTC) == Apparent error in implementations of {{Z|20616}} == Please can I request help in how to understand a bug? Sorry if this is not the best place to ask. I created lexemes [[d:Lexeme:L1566135|langue morte L1566135]] in French and [[d:Lexeme:L1566139|lengua muerta L1566139]] in Spanish, with property {{P|5185}} set to {{Q|Q1775415}} in each case. {{Z|20616}} should return a list of the grammatical genders of a given lexeme. It has two implementations, {{Z|Z20641}} and {{Z|Z21127}}, each of which works perfectly in the French case, returning a list containing Q1775415. But in the Spanish case, each of the two implementations wrongly returns an empty list. I cannot understand what is going wrong. How can I find out what is happening here? I would be grateful for any help or advice. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:56, 26 May 2026 (UTC) :Both implementations return [https://www.wikifunctions.org/wiki/Z20616?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z20616%22%2C%22Z20616K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L1566139%22%7D%7D%7D the same result]. As you added the gender only yesterday, I suppose it must have still been looking at a cached version of the lexeme from before that edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:06, 26 May 2026 (UTC) ::Thank you for answering. Yes, it works now. I thought it might have been something like that, but I waited more than 12 hours before testing it again today. I think that whenever SPARQL is in use, there will be caching issues, and it is a very bad problem. Is there any way of clearing the cache, or knowing when the cache will next be cleared, or how long it is necessary to wait before the changes come through? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:59, 26 May 2026 (UTC) :::Well, it depends on the cache. “Wikidata entities in the orchestrator cache timeout after 24 hours” [https://t.me/Wikifunctions/28369 according to] @[[User:DMartin (WMF)|DMartin (WMF)]]. There is currently no way to clear that. I don’t think we have a handy guide to the different caches in operation, but the “general” function-call cache should be reset for a particular function when that function is edited. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:05, 26 May 2026 (UTC) ::::I think this is very unfortunate for anyone doing tests in Wikifunctions. So there is a 24-hour delay even applying to changes in Wikidata due to the Wikifunctions orchestrator cache, apart from any other caches such as the SPARQL one. I notice that an intermediate-level call using the [[d:Lexeme:L1566139|lengua muerta L1566139]] lexeme change, {{Z|33725}}, now works on "latín es una lengua muerta.", but the top-level call {{Z|26039}} still does not find the correct gender. If I test the function every 12 hours, does that mean that the erroneous result will be produced for ever, because it will always take the bad value less than 24 hours old from the cache? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:45, 27 May 2026 (UTC) :::::I can only sympathize. :::::It seems to me that [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D this has been correct] for a couple of days. But in the general case, no, repeated use of cached results does not re-start the clock. That would indeed be most unfortunate! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:59, 27 May 2026 (UTC) ::::::It still doesn't work for me, it says "latín es un lengua muerta." But the test on the top-level implementation page, {{Z|33725}}, does work now. By the way, really it should say "el latín es una lengua muerta.", but that is another issue. Anyway, thanks a lot for your help. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:06, 27 May 2026 (UTC) :::::::Ah, yes… my mistake, sorry. :::::::It should be [https://www.wikifunctions.org/view/en/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D consistent now]. The “couple of days” is the clue here; we were getting a result from the function-call cache and this has now been refreshed by my edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:25, 27 May 2026 (UTC) ::::::::Yes, it all works now. Thanks. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:54, 27 May 2026 (UTC) == Vote now in the 2026 U4C election == <section begin="announcement-content" /> Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC]. Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" /> [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:14, 27 May 2026 (UTC) <!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 --> == [[Z35880]] == The code of this implementation is adapted directly from [https://github.com/sutton-signwriting/core/blob/master/src/swu/swu-re.js]. I'm not sure why this function only works for "null" and "sort". Every other input causes the function to return [[Z577]]. Does anyone know what could be going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:47, 30 May 2026 (UTC) :Could you creade testcases showing this? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 21:55, 30 May 2026 (UTC) ::I determined that this problem was due to a problem with UTF encoding, and it has since been resolved. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:11, 31 May 2026 (UTC) == Continued WASI runner problems == I've continued to experience {{z|576}} on {{z|35904}}, despite [[phab:T419933|the purported fix]]. See {{z|35945}}. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:29, 31 May 2026 (UTC) :A possibly related issue while trying to add more rows in these articles : :1. https://abstract.wikipedia.org/view/en/Q16038495 :2. https://abstract.wikipedia.org/view/en/Q13581178 :So, I stopped at 2 rows. [[User:Jsamwrites|John Samuel]] 20:40, 31 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> jy5dmeezjy06knmcrj39fv86ap4xe9v 280745 280725 2026-06-05T15:02:29Z Strobilomyces 193 Questions on a simple fragment example "The Eiffel Tower is a monument" 280745 wikitext text/x-wiki {{shortcut|[[WF:CHAT]]|[[WF:PC]]|[[WF:VP]]}} __NEWSECTIONLINK__ [[Category:Help]] <!-- please do not remove this line --> Welcome to the Project chat, a place to discuss any and all aspects of Wikifunctions: the project itself, policy and proposals, individual data items, technical issues, etc. Other places to find help: * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report a technical problem]] * [[Wikifunctions:FAQ]] {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{#tag:div|<br />{{Flatlist|{{Special:PrefixIndex/WF:Project chat/Archive/|stripprefix=1|hideredirects=1}} |class=mw-collapsible-content|style=font-size:92%;}}|class="mw-collapsible mw-collapsible-toggle mw-collapsed"}} |prefix=WF:Project chat/Archive/ }} == Z6830 for Chinese == I was trying to use {{Z|Z6830}} for implementation in the Chinese-language. And turns out most of the Lexeme on Wikidata is using [[d:Q727694]] as the language instead of [[d:Q7850]]. This makes it impossible to use the mentioned function above, since Standard Chinese is not available (or did I miss something?). Is there a way to fetch lexemes with language=[[d:Q727694]] from item? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 18:20, 30 April 2026 (UTC) :@[[User:Sun8908|Sun8908]] There is [[Z1006]] for Chinese and it has the language code zh. There is an overview of languages in [[Module:Wikifunctions label]] so you can search there for chinese versions and choose the one you need. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 20:53, 5 May 2026 (UTC) ::I know that. The problem is when using the function [[Z6830]], it cannot retrieve lexeme with language [[d:Q727694]] (but it is the "Chinese language" with the most current Wikidata lexemes, see [https://ordia.toolforge.org/language/ ordia]). I think it should be a Wikidata problem, I might fix it (possibly by creating the same lexemes with language code zh) on Wikidata. Thanks anyway. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 05:39, 6 May 2026 (UTC) :Could you provide an example of a Chinese lexeme that has a linked Wikidata item, or a Z6830 function call that fails to find such a lexeme where one exists? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 07:55, 6 May 2026 (UTC) ::Here: [[d:Lexeme:L846083]]. I think that's a primary reason of me trying to look into this problem, as the label in zh for [[d:Q6256]] (country) is not a single phrase (see its talk page on WD for more information). This makes some Abstract Wikipedia articles very weird in Chinese when {{Z|Z26570}} is used, so lexeme could potentially fix that. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:33, 6 May 2026 (UTC) :::Thank you. It looks as though {{Z|Z6830}} [https://www.wikifunctions.org/view/en/Z6830?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6830%22%2C%22Z6830K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q6256%22%7D%2C%22Z6830K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P5137%22%7D%2C%22Z6830K3%22%3A%7B%22Z1K1%22%3A%22Z60%22%2C%22Z60K1%22%3A%22cmn%22%2C%22Z60K2%22%3A%5B%22Z6%22%5D%7D%7D returns that lexeme for language tag "cmn"]. Perhaps that tag should be added into the helpers for {{Z|Z24144}}? If it is widely used for lexemes, perhaps it should have its own {{Z|Z60}}? In any event, improvements might be considered under [[:phab:T390563]] (or otherwise), including amending [[Z6830]] to also consider "cmn" (and "zho", "chi"…?) when requests are made for "zh-hans" or "zho-hant" (or others?) @[[User:Winston Sung|Winston Sung]] @[[User:DMartin (WMF)|DMartin (WMF)]] [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 17:22, 6 May 2026 (UTC) ::::If you go to [[d:Special:NewLexeme]] and put in [[d:Q727694]] as the language, it is going to tell you it has an unrecognized language code. So I believe "cmn" should not be a {{Z|Z60}} by default? I also started [[d:Wikidata:Project_chat#Lexemes_with_language_Standard_Chinese_(Q727694)|a discussion on WD]] regarding this. I guess we can still use it as a fallback language though if possible. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 03:43, 7 May 2026 (UTC) ::::We don't have a separated <code>cmn</code> BCP 47 language subtag in MediaWiki and Wikidata at the moment. <code>zho</code> and <code>chi</code> are ISO 639 language codes but not BCP 47 language subtags. ::::For Modern Standard Mandarin, please use <code>zh-*</code> language tags for now. -- [[User:Winston Sung|Winston Sung]] ([[User talk:Winston Sung|talk]]) 15:26, 8 May 2026 (UTC) == Implementation of rational number in JS doesn't match in Z19677 (Rational number) and Z28579 (RGBA colour) == In {{Z|19677}} it's <syntaxhighlight lang=js> { "K1": sign * numerator, "K2": denominator } </syntaxhighlight> but in {{Z|28579}} it's <syntaxhighlight lang=js> [ sign * numerator, denominator ] </syntaxhighlight> '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 05:15, 4 May 2026 (UTC) :I'm guessing this is why [[Z34743]] fails all the tests. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 01:00, 18 May 2026 (UTC) == Nested functions in compositions == I wish it will be easier to a add another function about a specific existing function in a function implementation based on a composition. When I write long functions in spreadsheets I usually stat with a small part and then I try to go further and after important steps I test if the output is as expected. I created [[Z34826]] to get the German gender specific occupation lexeme for a specific person based on their gender. I wanted to add a function around the existing one and it was not successful. It is not very easy to implement as it requires the possibily to move a part to another section but I think it can be helpful if it will be implemented. So far I spend more time as expected on the function. Describing it with words what the function needs to do is much easier than implementing it here in Wikifunctions. So I think there needs to be improvement to make Wikifunctions more accessible. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 21:10, 5 May 2026 (UTC) :Have you tried to use the copy-paste functionality? It is very useful to move parts of composition arounn. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 07:12, 6 May 2026 (UTC) :I've also found the composition editor to be wholly unsuitable for any expressions more than a few levels deep. (Even with the <code>localStorage</code> clipboard, because of its overzealous type checks.) Compositions naturally grow out from the "leaves", the immediate operations on the inputs, while the interface really wants you to build from the "root". I mostly use the [https://yoshirulz.gitlab.io/WikiLambdaBlockly drag-and-drop block editor] which I made to smooth over some of the site's problems, so if you want to try that out and give me some feedback I'd appreciate it. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:36, 6 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == RGBA colour, spelling... == Something that has always irked me a little bit is the spelling of [[Z28579|RGBA colour (Z28579)]]. I guess this is not unsurprising for me considering my use of US English but I think there is more to it than preference and I want to try to argue for it being changed to use American spelling. I know that this probably has a snowball's chance in hell of actually garnering any support, so I won't really be miffed if the spelling remains as it is, but I thought it wouldn't hurt to raise this regardless. The main issue I have with it is the spelling of the original proposal. When infernostars raised the [[Wikifunctions:Type proposals/RGBA color|type proposal]], the spelling was 「RGBA color」. Of the comments that mentioned the word 「colo[u]r」, two used British spelling while six used the American spelling as used in the proposal. The only thing that really pointed to the use of ''colour'' was the fact that the catalog page on color functions used that spelling already. For all intents and purposes, the spelling of the original proposal should have been maintained, but it was not; [[User:DVrandecic (WMF)|DVrandecic]], the eventual creator of the type, used a different spelling. It should be noted that there was really no reason for this to occur and while it is an undoubtedly minor issue I still believe it should be rolled back and the type should use the spelling of the original proposal and majority of editor comments. In [[abstract:Q936|OpenStreetMap]], there have been keyvalue proposals that have had the finalized spelling that gets put to use be in British English despite the original proposal being in American English; this has usually occurred with proposals relating to 「X center/centre」 tags. This makes sense on the surface, because OpenStreetMap is maintained by a UK organization, and still has close ties to Europe. The Wikimedia Foundation, however, is an ''American'' company. This is often brought up as a fallible argument when debating article spelling on the English Wikipedia, and I don't bring it up to support that 「RGBA color」 should be used for that exact reason, but rather to state that OpenStreetMap's general policy on tag names need not apply here. It appears to me that, at least initially, the majority of 「core contributors」 to Wikifunctions used British English; I can name YoshiRulz, 99of9, GrounderUK, and VIGNERON.<ref group="color">I'm avoiding linking to these folks because I don't think pinging them about this discussion is all too necessary unless they themselves want to be involved; I don't want to clutter their inboxes just to briefly mention them. I pinged Denny because, well, I'm asking him a question directly, but everyone else I would prefer to join this discussion by their own accord... not that I wish for this decision to be confused as me going 「these people use British English so they will probably oppose my idea, I won't invite them to the discussion because of that」...no, I promise you that is not the reason.</ref> I see (or saw) these people ''everywhere'', so it makes sense that British English has prevailed in some sorts on this website, but I don't think that indicates that it should be the ''preferred'' spelling across the website, at least not to the point where a proposal should have its name changed to match such a "consensus".<ref group="color">It could be argued that the front-and-center ''Function catalogue'' using 「catalogue」 is actually indicative of such a "consensus", but ''catalogue'' is in a similar position to the word ''grey'' where I live (that is, the US) in that it is used just as often as its American counterpart. Also, consider Wiktionary's ''Beer parlour'' project chat.</ref> The unnecessary modification of the original spelling is my main argument for changing it back... but of course, I must obligatorily state that on English Wikipedia, it is [[w:Color|Color]] and [[w:RGBA color model|RGBA color model]]; on Wikidata, it is [[d:Q1075|color]] and [[d:Q2325624|RGBA color space]]; in CSS (which typically uses hexadecimal triplets to specify RGBA values), the properties are <code>color</code>, <code>background-color</code>, etc.; bit of a weak jab, but on Schema.org it is [https://schema.org/color color], [https://schema.org/colorSwatch colorSwatch]; et cetera. {{Z|Z28580}} uses ''color'', so does {{Z|Z28591}} and its Python counterpart. Mr. Vrandečić, I have to ask, I'm rather confused... you created the color type using British English spelling, but you were also responsible for the creation of the equality function which uses the American English spelling. You also seem to be writing in American English for the status updates, judging by your use of -''ize'' over -''ise'' endings and use of ''program'' over ''programme'' in [[Wikifunctions:Status updates/2026-04-16]]. Is there something I'm missing or have you switched your preferred variant somewhere along the way? Anyways, do consider this if you wish... again, I don't suppose this will garner much support, it is the ''non-issuest'' of ''non-issues'', but it has irked me to the point where I want to ask about it to get some answers, if nothing else. I am not arguing for every other color function to have its name changed, just the type itself. <references group="color"></references> &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:04, 8 May 2026 (UTC) :This is a multilingual project; the <code>en</code> label is <code>RGBA colour</code> and the <code>en-us</code> label is <code>RGBA color</code>. Though I'm not able to switch to <code>en-us</code> via the language picker so that would need to be fixed.<!-- --><br>edit after reading your whole comment: The same is true of {{Q|1075}}, there are labels specified for multiple English variants. (In {{Q|2325624}} it's only an alias.) I agree that other websites' choices aren't binding on us, but from that, I conclude that the more widespread British/Commonwealth spellings should be used for the generic <code>en</code>. As for myself, I'm Aussie and I will continue to use the BrE spellings ([[w:en:Oxford_spelling#Language_tag_comparison|+ "routing"]], TIL) if only by muscle memory.<!-- --><br>[[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:42, 8 May 2026 (UTC) :: Your lattermost point would normally be fine in a perfect world. Wikipedia's <code>convert</code> function defaults to "international" English, which I don't personally take issue with because it happens that we here in America are actually outliers for saying and spelling things differently... err, or we were for a while at least, nowadays it seems like an even split (plus you have "yield" vs. "give way" which is effectively the logical opposite of US's use of "meter" over "metre"). :: However, this is not a perfect world, and I don't think <code>en</code> should correspond to any particular variant. It is too fragmented across all software at this point to impose such a requirement. The inability to switch to <code>en-us</code> on this website foregoes an easy and simple solution to this problem that makes everyone happy, because the yanks (such as myself) can't be happy because we can't see the labels in American English even if we wanted to, and the other folk can't switch either as far as I'm aware (and the en-CA and en-GB languages in the preferences page seems to be deprecated). My point being, <code>en</code> is abused to mean "en-UK" just as often as it is abused to mean <code>en-US</code>; I think a decision shouldn't be made on such an assumption of one "default". &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:48, 12 May 2026 (UTC) :Hi @[[User:Theki|rae]]! I have no opinion nor preference on this, and given my background, I am just entirely confused about my spelling preferences myself, as you can tell from my inconsistent usage. I learned British English in school and used that for maybe two decades or so, but moved to the US and lived there for more than a decade, enough to be naturalized, but now I am back in Europe and I am technically a professor at King's College London, soooo.... honestly, I do not know. I don't remember having put too much thought into it at the moment I created it. The good thing is that in Wikifunctions, just as in Wikidata, it is easy to change, without messing things up too much (unlike in Wikipedia), so my suggestion is, just make the change, see if anyone complains, and if they do, discuss it more. I don't know if there is a guideline already in Wikifunctions about the variants. I am happy either way, and honestly, I keep forgetting which variant is which most of the time. --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 18:16, 10 May 2026 (UTC) :: I can definitely understand this, although I am unfortunately rather passionate about any minutiae involving preferential minor differences in ''anything'', of which AmE vs. BrE chiefly is. So I dedicate a lot of headspace to it. More than I should. Not that I wish to imply that the comment above that I have wrote is of an irrational nature, or done out of spite or pure emotion and subjectivity; I do genuinely believe that ''RGBA color'' is beyond just a personal preference and is just logical. I may boldly go and change it, but for some reason I was expecting that changing the English label of a Type would require elevated permissions, and I also didn't want to do it only to get immediately reverted because it ''did'' strike a chord with someone, when I could instead see how apathetic, supportive, or in opposition interested people are beforehand and ''then'' act accordingly. I was not meaning to antagonize you over your spelling habits, I did actually use British English for a few years starting in 2020 before I went back to American English, so I'd be a hypocrite for me to decry you for not always sticking to some arbitrary standard of spelling words over the other. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:55, 12 May 2026 (UTC) :Although I spell it “colour”, I think it makes more sense to use “color” for the type, since that is almost always the required spelling when the string functions as a keyword. :More generally, though, Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en". This is unusual, in my experience, as "en" is widely misused in place of "en-US", where there are recorded spelling differences. :(I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere. Use of -ize rather than -ise is a matter of personal preference or house style, but regional autocorrect encourages -ise.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:00, 12 May 2026 (UTC) :: ''Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en"'' :: Definitely agreeing with you on the latter being a good choice. However, I suspect the favoring of "colour" over "color" may be because, in terms of language codes, when sorted alphabetically <code>en-us</code> actually comes ''after'' <code>en-gb</code>. Although, the frontend seems to be sorting <code>en-ca</code> after <code>en-gb</code>, so I don't actually know how correct that is. :: ''I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere'' :: The context of the spelling was "''No program for the NLG SIG meeting for next Tuesday has been proposed''". In that usage context, I think it makes sense to assume that ''program'' is not being used to refer to a computer program, but to a ''program of events'' or similar, something that you would spell as a ''programme'' in British English. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:02, 12 May 2026 (UTC) :{{s}} this. I'm obviously biased but I believe American English is preferable generally, American dominance on the internet (our Department of Defen'''s'''e invented it!) and rapidly-increasing consumption of American media by international English speakers means that more people use American English's conventions, this is clear through for example [http://trends.google.com/explore?q=color%2Ccolour&date=all&geo=Worldwide search trends] (though they aren't particularly reliable). Perhaps this is a bit of a supremacist opinion, but we should have internal consistency, and if we must choose, American English should be our first choice (then Indian and then British English) [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 12 May 2026 (UTC) :: This is rather flawed reasoning, though. I think probably any given British or Indian person would not agree on using that as the reasoning for this, not that you are necessarily ''completely wrong'', but if this is not a good enough reason for English Wikipedia's (admittedly extremely flawed) ''ENGVAR'' policy then I don't think it's likely it will pass here either. :: Although of note is that [https://books.google.com/ngrams/graph?content=color%2Ccolour&year_start=1800&year_end=2022&corpus=en&smoothing=3&case_insensitive=true Google ngrams] agree with you, but "color" vs. "colour" is an eternal holy war that will not be won by demonstrating that more books use US spelling over Commonwealth spelling. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:44, 12 May 2026 (UTC) :::You're probably right that it's not very sound. I'm biased in that other varieties of English irk me, and that's probably mutual for people who are used to other varieties of English when they read what I write! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:56, 12 May 2026 (UTC) :I've decided to boldly [[Special:Permalink/274271|make the change]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:02, 12 May 2026 (UTC) :: Thank you. Considering both you and GrounderUK seem to consider it an okay change, I think this will do for now. :: I should note that the matter of whether to move [[Wikifunctions:Catalogue/Colour functions]] in response to this (however this discussion will ultimately turn out) is a whole other can of worms, in my view. I can't say I have an opinion on that at the moment, but I'm putting it out there regardless. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:06, 12 May 2026 (UTC) :::Personally, I'm in favor of moving the page and renaming all of the items on it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:10, 12 May 2026 (UTC) ::I don't like this (exactly because of the American hegemony you cited), but again, it shouldn't matter because the software is meant to be multilingual. Clearly there's a bug preventing you from picking an English variant/dialect as your display language. But the search bar and Function/Type autocompletion do check the English variants for matches. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:15, 12 May 2026 (UTC) == Proposals on the architecture of Abstract Content rendering == Starting from a discussion born on the Telegram chat, I've explained two different proposals on how the NLG on Abstract Wikipedia should be organized in the page [[abstract:User:Dv103/Abstract articles architectures]]. Please come to contribute to the discussion, or to propose alternatives. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:31, 11 May 2026 (UTC) :Thank you for dedicating your time to writing this, it is very informative. I will try to add input once I'm not in over my head with finals. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:27, 12 May 2026 (UTC) == Display function for HTML fragment == Currently, any collapsed Z89 literal appears as<blockquote>&lt;&gt; [[Z89|HTML fragment]]</blockquote>If I were to create a new Function which returned something like<blockquote>&lt;&gt; 123-byte HTML fragment <q><nowiki><td><span lang=</nowiki>&hellip;</q></blockquote>could that be connected to replace the collapsed form, or would it require changes to the Wikilambda software? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:14, 11 May 2026 (UTC) :It might work, but I doubt it. Those angled brackets suggest that the collapsed form is not simply defaulting to the type’s label. Looking at [[:phab:T410509]], I’ve concluded that enhancements to the collapsed form were never considered, rather than being actively rejected. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:12, 12 May 2026 (UTC) ::[[:Phab:T391985]] documents the original design. Note the fifth bullet point under “Acceptance criteria”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:21, 12 May 2026 (UTC) :I'm not sure the byte-size is necessary, but the outer tag (or first outer tag, though generally I'd prefer most fragments use a wrapper tag if it needs multiple like JSX does, but that's a whole different topic) would be nice. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:51, 12 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == [[Z34510]] == This function, which determines if a Wikidata item for a {{q|5}} has an undeprecated {{p|21}} statement of {{q|6581097}}, returns false for {{q|173399}}, a transgender man. This is because his item assigns his P21 statement to {{q|2449503}}, not {{q|6581097}}. I'm not sure how to account for this discrepancy. Should {{z|34510}}: # Include {{q|2449503}} as a value that can lead to a true result, # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a man?") could return true for either "male" or "trans man", # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a trans man?") could return true for "trans man", # Not exist at all? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 16:48, 16 May 2026 (UTC) :I can't think of a single use case where you would need to determine if a person is a cisgender man and nothing else. Functions are good for generalizing across multiple possibilities when they exist, so I think it would be best if trans men were considered a part of the criteria for returning a true value. If asking for specifically {{q|6581097}}s and ''nothing'' else was desired then the function name would be a misnomer as Elliot Page is inarguably a male (at least in the view of most reasonable and intelligent people). &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:03, 16 May 2026 (UTC) :You made the function in the first place; what were you planning on using it for? AW? Maybe it should return a {{Z|25501}} which can then be passed on to other NLG functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:01, 16 May 2026 (UTC) == Lexeme from wikidata label, or "best" lexeme from wikidata item == I was looking into fixing [[Z28028]]. I found that I could add "requires grammatical feature: definite article" to "United Kingdom" (L8558). Now I'm stuck on how to get to that lexeme from {{Q|145}}. There's [[Z23471]], but that for very good reason gives you multiple lexemes with the same sense, and I just want the best one like how the label is always the best string. Is there a function that can do this? There's definitely the case of a Wikidata label that isn't a lexeme (most commonly multiple lexemes) but I'm only considering the case where it is one lexeme here. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 20:02, 16 May 2026 (UTC) :There is {{Z|Z27327}}, that tries to give the best lexeme through various heuristics. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 22:22, 16 May 2026 (UTC) :: Wonderful! I did stumble upon [[Z33818]] but this is perfect. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 00:25, 17 May 2026 (UTC) == [[Z29591]] isn't working for me == For instance, trying to manually put in the exact inputs for one of the test cases just returns an empty Monolingual text. See [https://www.wikifunctions.org/wiki/Z29591?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29591%22%2C%22Z29591K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q3257809%22%7D%2C%22Z29591K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z29591K3%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z29591K4%22%3A%22Z1002%22%7D]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 01:17, 17 May 2026 (UTC) :You used [[:d:Q22006653]] rather than [[:d:Q1075]]. It looks like the [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D explanatory error] is suppressed by the [https://www.wikifunctions.org/view/en/Z30009?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30009%22%2C%22Z30009K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D%2C%22Z30009K2%22%3A%22Z801%22%7D final transformation]. The returned result is not actually empty; if you expand it, you can see that it is an unresolved function call. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 17 May 2026 (UTC) == [[Z35298]] == Does anyone know what the problem with this implementation is? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:14, 18 May 2026 (UTC) :There is a bug that doesn't allow Python implementation to return nested lists. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:31, 19 May 2026 (UTC) ::Is there a Phabricator task for this? Searching through them is hell. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 03:22, 20 May 2026 (UTC) :::A bit of time ago I opened [[phab:T392750]], which is very similar to this issue. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:26, 20 May 2026 (UTC) == May 2026 Wikimedia Café meetups regarding the Wikimedia Foundation Annual Plan == <div class="border-box" style="background-color: var(--background-color-warning-subtle, #f8eaba); max-width: 875px; padding: 5px; border: 1px solid black; margin: 5px; color: var(--clr-dark)"> <div class="box" style="float:left; padding-top: 15px; padding-right: 15px;">[[File:Wikimedia Café logo in plain SVG format.svg|75px|alt=The logo for the Wikimedia Café]]</div> Hello! There will be two '''[https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9 Wikimedia Café]''' discussion opportunities during the last weekend of May. Both sessions will focus on the [https://meta.wikimedia.org/wiki/Wikimedia_Foundation_Annual_Plan/2026-2027 the 2026-2027 Wikimedia Foundation Annual Plan]. Participants may attend either or both sessions. #'''Saturday, 30 May 2026 at 15:00 UTC''' ([https://zonestamp.toolforge.org/1780153200 timestamp converter]), at a time friendly to the Americas, Africa, and Europe #'''Sunday, 31 May 2026 at 05:00 UTC''' ([https://zonestamp.toolforge.org/1780203600 timestamp converter]), at a time friendly to Asia and the Pacific Café participants are highly encouraged to read in advance [https://en.wikipedia.org/wiki/User:Sohom_Datta/annual_plan_guide at least this summary of the plan]. Optionally, Café participants are encouraged to read portions of the plan that interest them and [https://meta.wikimedia.org/wiki/Talk:Wikimedia_Foundation_Annual_Plan/2026-2027 ask questions or provide feedback on the Annual Plan talk page]. Please see the Café page for more information, including [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#May_2026_meetings_with_a_focus_on_Wikimedia_Foundation_Annual_Plan/2026-2027 tables of timestamp conversions for both sessions], [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#Agenda._This_will_be_an_approximately_1_hour_Caf%C3%A9_session,_and_is_extendible_for_an_additional_30_minutes_if_needed. the agenda], and [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#How_to_attend_the_session how to register]! <br /> [[File:Buntstifte Eberhard Faber crop 64h.jpg|860px|alt=cropped image of colored pencils]]</div> <span style="white-space:nowrap;">[[User:Pine|<span style="color:#01796f; text-shadow:#00BFFF 0 0 1.0em">↠Pine</span>]] [[User talk:Pine|<span style="color:DeepSkyBlue">(<b style="color:#FFDF00;text-shadow:#FFDF00 0 0 1.0em">✉</b>)</span>]]</span> 19:56, 21 May 2026 (UTC) == How to handle items without lexemes == NLG functions relay heavily on the presence of lexemes associated to items on Wikidata. But we know that not all the Wikidata items have an associated lexeme. There are multiple reasons why an item does not have an associated lexeme, like: # The lexeme has not been created yet # The item represents a place # The item represents a person # The item represents a specific concept that can only be expressed by a specific combination of words that cannot be [[Wikidata:Wikidata:Lexicographical data/Notability|notable]] (like {{Q|Q61220733}}). My doubt is: what should we do with this fourth category? For many languages, just using the Wikidata item label is not possible, since it is necessary to conjugate the words or to retrieve grammatical information like the gender. What should we do? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 16:09, 23 May 2026 (UTC) :In that particular example, I think the thing to do is read its {{P|279}}: {{Q|21191270}}, then have some kind of heuristic based on that which says to take its {{P|8345}} and attach that Item's label to a Form of the word for "episode". In general, synthesising Lexemes for proper nouns is one of the problems that [[abstract:User:Dv103/Abstract_articles_architectures|proposals in your list here]] will have to address. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:59, 23 May 2026 (UTC) [[File:Wikidata content 2024.svg|thumb|Content of Wikidata by type]] ::{{ping|Dv103}} very good point. ::For your point 2, it depends of the place but I think that quite often a lexeme can be created (most "Administrative territorial entity", most geographical entity, etc.). And with 3, your can add a lot of types (see pie chart) : Scholarly article, Human (with a very few exception), Wikimedia Category, Disambig, etc. which is (rough estimation) 2/3 of Wikidata items. ::A common rule (in dictionaries since forever and in Lexemes) is to not create an entry which is the "sum of its part". In this case, "Star Trek episode" is just episode + Star Trek, nothing more than its part. So logically, as {{U|YoshiRulz}} said, when no corresponding lexeme is found, the item should be decomposed the same way, the hard part is to know how to decompose it as the property will vary ; P31 and P279 are an obvious start but beyond that, I'm not sure we could find a general solution. ::PS: it's beyond you question but there is also the reverse problem, how to select one lexeme when multiple are linked to the same item... ::Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 10:43, 24 May 2026 (UTC) :::For the point 2, I think humans will be used way more than scholarly articles and disambiguations in NLG functions (outside references), that's why humans concern me more (still a cool pie chart, though). :::For the reverse problem, there is already {{Z|Z27327}}: it's far from perfect, but usually makes a decent choice. Obviously it is not "complete", and probably it will never be complete, but it will have to be progressively improved by the community. And probably in the future we will need to create similar functions to select the best lexeme in more specific cases. :::For my fourth point, I didn't think about the decomposition, but it is something that could be done with another never-complete community-mantained function, that progressively keeps being improved. If [[Wikifunctions:Type proposals/Semantic unit|semantic units]] will be implemented, through them it could actually be possible to do this operation in a laguage-independent way. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:10, 24 May 2026 (UTC) ::{{re|YoshiRulz}} Proper noun synthesis, along with other fallbacks for realizing the names of concepts that don't have lexemes, is merely a step within the overall abstract content rendering process and is not inherently tied to the process itself; having the ability to [https://gitlab.com/mahir256/ninai/-/blob/main/ninai/graph/client.py#L327 run any number of fallback mechanisms], instead of a raw call to (the equivalent of) Z27327, should be possible with any of the methods listed on the architectures page. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 16:41, 24 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> :The new <code>return_type</code> param to [[Special:ListObjectsByType]] will show Functions returning e.g. {{Z|27951}} and {{Z|882}} if those are typed in manually, but the dropdown menu doesn't offer them, probably because it's a copy of the dropdown above (and there are no Persistent objects of those Types). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:12, 26 May 2026 (UTC) ::@[[User:YoshiRulz|YoshiRulz]]: Correct, it's filtering for Types, which includes "real" enums like [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z20342&orderby=name Day of Roman year (Z20342)]; light-weight enums have downsides as well as upsides, of which this is one. :-( [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:39, 1 June 2026 (UTC) :::I assume you mean {{Z|17402}}, since {{Z|20342}} is not an enumeration type? But I never mentioned enums: My hypothesis is that a Type appears in the dropdown iff there is a Persistent object of that type (<code>Z2K2.Z1K1</code>). Whereas I would expect a Type to appear in the dropdown iff there are any Functions which return objects of that type (<code>Z2K2.Z8K2</code>). Or just show every Type in the return type dropdown, since [[Special:ListObjectsByType/Z39|you already have a "no results" message]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:53, 1 June 2026 (UTC) ::::@[[User:YoshiRulz|YoshiRulz]]: Yes, you are correct, the concept of a Type here means "there is a Persistent object of that type". Other things (in practice, light-weight enums like Z27951) aren't Types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:57, 1 June 2026 (UTC) == Type documentation template == Over the past couple of weeks, I've been developing and rolling out {{t|type documentation}}: a standardised layout for Type metadata, de/constructors, conversions, etc. on each Type's talk page. (The layout is loosely based on [[d:Template:Property documentation|Wikidata's]].) See [[Talk:Z16683|Integer]] for an example that uses most of its features, and [[Talk:Z99|Quote]] for one that doesn't.<br>At this point I can't think of anything more to add besides [[Help:Comparison_function_table/float64|filling out]] a couple more [[Help:Type_conversion_table/Codepoint|tables]]. But if any of you have ideas or feedback, please click through to the relevant talk page and leave me a message. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:29, 26 May 2026 (UTC) :I really like what you're doing here. Thank you. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 13:26, 26 May 2026 (UTC) :Yeah, nice work! I don’t think “Function declarations” is the best header for the collapsed table of searches by function signature, however. Now that it’s finally landed, we should probably include https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z16683 as well (outside the table). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:23, 26 May 2026 (UTC) == Apparent error in implementations of {{Z|20616}} == Please can I request help in how to understand a bug? Sorry if this is not the best place to ask. I created lexemes [[d:Lexeme:L1566135|langue morte L1566135]] in French and [[d:Lexeme:L1566139|lengua muerta L1566139]] in Spanish, with property {{P|5185}} set to {{Q|Q1775415}} in each case. {{Z|20616}} should return a list of the grammatical genders of a given lexeme. It has two implementations, {{Z|Z20641}} and {{Z|Z21127}}, each of which works perfectly in the French case, returning a list containing Q1775415. But in the Spanish case, each of the two implementations wrongly returns an empty list. I cannot understand what is going wrong. How can I find out what is happening here? I would be grateful for any help or advice. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:56, 26 May 2026 (UTC) :Both implementations return [https://www.wikifunctions.org/wiki/Z20616?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z20616%22%2C%22Z20616K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L1566139%22%7D%7D%7D the same result]. As you added the gender only yesterday, I suppose it must have still been looking at a cached version of the lexeme from before that edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:06, 26 May 2026 (UTC) ::Thank you for answering. Yes, it works now. I thought it might have been something like that, but I waited more than 12 hours before testing it again today. I think that whenever SPARQL is in use, there will be caching issues, and it is a very bad problem. Is there any way of clearing the cache, or knowing when the cache will next be cleared, or how long it is necessary to wait before the changes come through? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:59, 26 May 2026 (UTC) :::Well, it depends on the cache. “Wikidata entities in the orchestrator cache timeout after 24 hours” [https://t.me/Wikifunctions/28369 according to] @[[User:DMartin (WMF)|DMartin (WMF)]]. There is currently no way to clear that. I don’t think we have a handy guide to the different caches in operation, but the “general” function-call cache should be reset for a particular function when that function is edited. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:05, 26 May 2026 (UTC) ::::I think this is very unfortunate for anyone doing tests in Wikifunctions. So there is a 24-hour delay even applying to changes in Wikidata due to the Wikifunctions orchestrator cache, apart from any other caches such as the SPARQL one. I notice that an intermediate-level call using the [[d:Lexeme:L1566139|lengua muerta L1566139]] lexeme change, {{Z|33725}}, now works on "latín es una lengua muerta.", but the top-level call {{Z|26039}} still does not find the correct gender. If I test the function every 12 hours, does that mean that the erroneous result will be produced for ever, because it will always take the bad value less than 24 hours old from the cache? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:45, 27 May 2026 (UTC) :::::I can only sympathize. :::::It seems to me that [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D this has been correct] for a couple of days. But in the general case, no, repeated use of cached results does not re-start the clock. That would indeed be most unfortunate! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:59, 27 May 2026 (UTC) ::::::It still doesn't work for me, it says "latín es un lengua muerta." But the test on the top-level implementation page, {{Z|33725}}, does work now. By the way, really it should say "el latín es una lengua muerta.", but that is another issue. Anyway, thanks a lot for your help. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:06, 27 May 2026 (UTC) :::::::Ah, yes… my mistake, sorry. :::::::It should be [https://www.wikifunctions.org/view/en/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D consistent now]. The “couple of days” is the clue here; we were getting a result from the function-call cache and this has now been refreshed by my edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:25, 27 May 2026 (UTC) ::::::::Yes, it all works now. Thanks. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:54, 27 May 2026 (UTC) == Vote now in the 2026 U4C election == <section begin="announcement-content" /> Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC]. Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" /> [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:14, 27 May 2026 (UTC) <!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 --> == [[Z35880]] == The code of this implementation is adapted directly from [https://github.com/sutton-signwriting/core/blob/master/src/swu/swu-re.js]. I'm not sure why this function only works for "null" and "sort". Every other input causes the function to return [[Z577]]. Does anyone know what could be going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:47, 30 May 2026 (UTC) :Could you creade testcases showing this? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 21:55, 30 May 2026 (UTC) ::I determined that this problem was due to a problem with UTF encoding, and it has since been resolved. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:11, 31 May 2026 (UTC) == Continued WASI runner problems == I've continued to experience {{z|576}} on {{z|35904}}, despite [[phab:T419933|the purported fix]]. See {{z|35945}}. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:29, 31 May 2026 (UTC) :A possibly related issue while trying to add more rows in these articles : :1. https://abstract.wikipedia.org/view/en/Q16038495 :2. https://abstract.wikipedia.org/view/en/Q13581178 :So, I stopped at 2 rows. [[User:Jsamwrites|John Samuel]] 20:40, 31 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Hello. I would like to be able to use the function {{Z|Z26039}} to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: {{Z|Z26039}} calls a language-specific function like "Spanish article-less instantiating sentence" {{Z|Z26337}}, which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for {{Z|Z26039}} etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) chm55z8cp62037ffursvsdmfnn347x5 280818 280745 2026-06-05T17:39:35Z YoshiRulz 10156 /* Implementation of rational number in JS doesn't match in Z19677 (Rational number) and Z28579 (RGBA colour) */ Reply 280818 wikitext text/x-wiki {{shortcut|[[WF:CHAT]]|[[WF:PC]]|[[WF:VP]]}} __NEWSECTIONLINK__ [[Category:Help]] <!-- please do not remove this line --> Welcome to the Project chat, a place to discuss any and all aspects of Wikifunctions: the project itself, policy and proposals, individual data items, technical issues, etc. Other places to find help: * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report a technical problem]] * [[Wikifunctions:FAQ]] {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{#tag:div|<br />{{Flatlist|{{Special:PrefixIndex/WF:Project chat/Archive/|stripprefix=1|hideredirects=1}} |class=mw-collapsible-content|style=font-size:92%;}}|class="mw-collapsible mw-collapsible-toggle mw-collapsed"}} |prefix=WF:Project chat/Archive/ }} == Z6830 for Chinese == I was trying to use {{Z|Z6830}} for implementation in the Chinese-language. And turns out most of the Lexeme on Wikidata is using [[d:Q727694]] as the language instead of [[d:Q7850]]. This makes it impossible to use the mentioned function above, since Standard Chinese is not available (or did I miss something?). Is there a way to fetch lexemes with language=[[d:Q727694]] from item? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 18:20, 30 April 2026 (UTC) :@[[User:Sun8908|Sun8908]] There is [[Z1006]] for Chinese and it has the language code zh. There is an overview of languages in [[Module:Wikifunctions label]] so you can search there for chinese versions and choose the one you need. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 20:53, 5 May 2026 (UTC) ::I know that. The problem is when using the function [[Z6830]], it cannot retrieve lexeme with language [[d:Q727694]] (but it is the "Chinese language" with the most current Wikidata lexemes, see [https://ordia.toolforge.org/language/ ordia]). I think it should be a Wikidata problem, I might fix it (possibly by creating the same lexemes with language code zh) on Wikidata. Thanks anyway. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 05:39, 6 May 2026 (UTC) :Could you provide an example of a Chinese lexeme that has a linked Wikidata item, or a Z6830 function call that fails to find such a lexeme where one exists? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 07:55, 6 May 2026 (UTC) ::Here: [[d:Lexeme:L846083]]. I think that's a primary reason of me trying to look into this problem, as the label in zh for [[d:Q6256]] (country) is not a single phrase (see its talk page on WD for more information). This makes some Abstract Wikipedia articles very weird in Chinese when {{Z|Z26570}} is used, so lexeme could potentially fix that. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:33, 6 May 2026 (UTC) :::Thank you. It looks as though {{Z|Z6830}} [https://www.wikifunctions.org/view/en/Z6830?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6830%22%2C%22Z6830K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q6256%22%7D%2C%22Z6830K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P5137%22%7D%2C%22Z6830K3%22%3A%7B%22Z1K1%22%3A%22Z60%22%2C%22Z60K1%22%3A%22cmn%22%2C%22Z60K2%22%3A%5B%22Z6%22%5D%7D%7D returns that lexeme for language tag "cmn"]. Perhaps that tag should be added into the helpers for {{Z|Z24144}}? If it is widely used for lexemes, perhaps it should have its own {{Z|Z60}}? In any event, improvements might be considered under [[:phab:T390563]] (or otherwise), including amending [[Z6830]] to also consider "cmn" (and "zho", "chi"…?) when requests are made for "zh-hans" or "zho-hant" (or others?) @[[User:Winston Sung|Winston Sung]] @[[User:DMartin (WMF)|DMartin (WMF)]] [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 17:22, 6 May 2026 (UTC) ::::If you go to [[d:Special:NewLexeme]] and put in [[d:Q727694]] as the language, it is going to tell you it has an unrecognized language code. So I believe "cmn" should not be a {{Z|Z60}} by default? I also started [[d:Wikidata:Project_chat#Lexemes_with_language_Standard_Chinese_(Q727694)|a discussion on WD]] regarding this. I guess we can still use it as a fallback language though if possible. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 03:43, 7 May 2026 (UTC) ::::We don't have a separated <code>cmn</code> BCP 47 language subtag in MediaWiki and Wikidata at the moment. <code>zho</code> and <code>chi</code> are ISO 639 language codes but not BCP 47 language subtags. ::::For Modern Standard Mandarin, please use <code>zh-*</code> language tags for now. -- [[User:Winston Sung|Winston Sung]] ([[User talk:Winston Sung|talk]]) 15:26, 8 May 2026 (UTC) == Implementation of rational number in JS doesn't match in Z19677 (Rational number) and Z28579 (RGBA colour) == In {{Z|19677}} it's <syntaxhighlight lang=js> { "K1": sign * numerator, "K2": denominator } </syntaxhighlight> but in {{Z|28579}} it's <syntaxhighlight lang=js> [ sign * numerator, denominator ] </syntaxhighlight> '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 05:15, 4 May 2026 (UTC) :I'm guessing this is why [[Z34743]] fails all the tests. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 01:00, 18 May 2026 (UTC) :Moved to [[Talk:Z28579#Mismatching_JS_code_representation|Talk:Z28579]] so this doesn't get lost, and made a request on [[Wikifunctions:Administrators'_noticeboard#RGBA_colour's_type_converters_don't_match_Rational|the Administrators' noticeboard]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:39, 5 June 2026 (UTC) == Nested functions in compositions == I wish it will be easier to a add another function about a specific existing function in a function implementation based on a composition. When I write long functions in spreadsheets I usually stat with a small part and then I try to go further and after important steps I test if the output is as expected. I created [[Z34826]] to get the German gender specific occupation lexeme for a specific person based on their gender. I wanted to add a function around the existing one and it was not successful. It is not very easy to implement as it requires the possibily to move a part to another section but I think it can be helpful if it will be implemented. So far I spend more time as expected on the function. Describing it with words what the function needs to do is much easier than implementing it here in Wikifunctions. So I think there needs to be improvement to make Wikifunctions more accessible. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 21:10, 5 May 2026 (UTC) :Have you tried to use the copy-paste functionality? It is very useful to move parts of composition arounn. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 07:12, 6 May 2026 (UTC) :I've also found the composition editor to be wholly unsuitable for any expressions more than a few levels deep. (Even with the <code>localStorage</code> clipboard, because of its overzealous type checks.) Compositions naturally grow out from the "leaves", the immediate operations on the inputs, while the interface really wants you to build from the "root". I mostly use the [https://yoshirulz.gitlab.io/WikiLambdaBlockly drag-and-drop block editor] which I made to smooth over some of the site's problems, so if you want to try that out and give me some feedback I'd appreciate it. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:36, 6 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == RGBA colour, spelling... == Something that has always irked me a little bit is the spelling of [[Z28579|RGBA colour (Z28579)]]. I guess this is not unsurprising for me considering my use of US English but I think there is more to it than preference and I want to try to argue for it being changed to use American spelling. I know that this probably has a snowball's chance in hell of actually garnering any support, so I won't really be miffed if the spelling remains as it is, but I thought it wouldn't hurt to raise this regardless. The main issue I have with it is the spelling of the original proposal. When infernostars raised the [[Wikifunctions:Type proposals/RGBA color|type proposal]], the spelling was 「RGBA color」. Of the comments that mentioned the word 「colo[u]r」, two used British spelling while six used the American spelling as used in the proposal. The only thing that really pointed to the use of ''colour'' was the fact that the catalog page on color functions used that spelling already. For all intents and purposes, the spelling of the original proposal should have been maintained, but it was not; [[User:DVrandecic (WMF)|DVrandecic]], the eventual creator of the type, used a different spelling. It should be noted that there was really no reason for this to occur and while it is an undoubtedly minor issue I still believe it should be rolled back and the type should use the spelling of the original proposal and majority of editor comments. In [[abstract:Q936|OpenStreetMap]], there have been keyvalue proposals that have had the finalized spelling that gets put to use be in British English despite the original proposal being in American English; this has usually occurred with proposals relating to 「X center/centre」 tags. This makes sense on the surface, because OpenStreetMap is maintained by a UK organization, and still has close ties to Europe. The Wikimedia Foundation, however, is an ''American'' company. This is often brought up as a fallible argument when debating article spelling on the English Wikipedia, and I don't bring it up to support that 「RGBA color」 should be used for that exact reason, but rather to state that OpenStreetMap's general policy on tag names need not apply here. It appears to me that, at least initially, the majority of 「core contributors」 to Wikifunctions used British English; I can name YoshiRulz, 99of9, GrounderUK, and VIGNERON.<ref group="color">I'm avoiding linking to these folks because I don't think pinging them about this discussion is all too necessary unless they themselves want to be involved; I don't want to clutter their inboxes just to briefly mention them. I pinged Denny because, well, I'm asking him a question directly, but everyone else I would prefer to join this discussion by their own accord... not that I wish for this decision to be confused as me going 「these people use British English so they will probably oppose my idea, I won't invite them to the discussion because of that」...no, I promise you that is not the reason.</ref> I see (or saw) these people ''everywhere'', so it makes sense that British English has prevailed in some sorts on this website, but I don't think that indicates that it should be the ''preferred'' spelling across the website, at least not to the point where a proposal should have its name changed to match such a "consensus".<ref group="color">It could be argued that the front-and-center ''Function catalogue'' using 「catalogue」 is actually indicative of such a "consensus", but ''catalogue'' is in a similar position to the word ''grey'' where I live (that is, the US) in that it is used just as often as its American counterpart. Also, consider Wiktionary's ''Beer parlour'' project chat.</ref> The unnecessary modification of the original spelling is my main argument for changing it back... but of course, I must obligatorily state that on English Wikipedia, it is [[w:Color|Color]] and [[w:RGBA color model|RGBA color model]]; on Wikidata, it is [[d:Q1075|color]] and [[d:Q2325624|RGBA color space]]; in CSS (which typically uses hexadecimal triplets to specify RGBA values), the properties are <code>color</code>, <code>background-color</code>, etc.; bit of a weak jab, but on Schema.org it is [https://schema.org/color color], [https://schema.org/colorSwatch colorSwatch]; et cetera. {{Z|Z28580}} uses ''color'', so does {{Z|Z28591}} and its Python counterpart. Mr. Vrandečić, I have to ask, I'm rather confused... you created the color type using British English spelling, but you were also responsible for the creation of the equality function which uses the American English spelling. You also seem to be writing in American English for the status updates, judging by your use of -''ize'' over -''ise'' endings and use of ''program'' over ''programme'' in [[Wikifunctions:Status updates/2026-04-16]]. Is there something I'm missing or have you switched your preferred variant somewhere along the way? Anyways, do consider this if you wish... again, I don't suppose this will garner much support, it is the ''non-issuest'' of ''non-issues'', but it has irked me to the point where I want to ask about it to get some answers, if nothing else. I am not arguing for every other color function to have its name changed, just the type itself. <references group="color"></references> &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:04, 8 May 2026 (UTC) :This is a multilingual project; the <code>en</code> label is <code>RGBA colour</code> and the <code>en-us</code> label is <code>RGBA color</code>. Though I'm not able to switch to <code>en-us</code> via the language picker so that would need to be fixed.<!-- --><br>edit after reading your whole comment: The same is true of {{Q|1075}}, there are labels specified for multiple English variants. (In {{Q|2325624}} it's only an alias.) I agree that other websites' choices aren't binding on us, but from that, I conclude that the more widespread British/Commonwealth spellings should be used for the generic <code>en</code>. As for myself, I'm Aussie and I will continue to use the BrE spellings ([[w:en:Oxford_spelling#Language_tag_comparison|+ "routing"]], TIL) if only by muscle memory.<!-- --><br>[[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:42, 8 May 2026 (UTC) :: Your lattermost point would normally be fine in a perfect world. Wikipedia's <code>convert</code> function defaults to "international" English, which I don't personally take issue with because it happens that we here in America are actually outliers for saying and spelling things differently... err, or we were for a while at least, nowadays it seems like an even split (plus you have "yield" vs. "give way" which is effectively the logical opposite of US's use of "meter" over "metre"). :: However, this is not a perfect world, and I don't think <code>en</code> should correspond to any particular variant. It is too fragmented across all software at this point to impose such a requirement. The inability to switch to <code>en-us</code> on this website foregoes an easy and simple solution to this problem that makes everyone happy, because the yanks (such as myself) can't be happy because we can't see the labels in American English even if we wanted to, and the other folk can't switch either as far as I'm aware (and the en-CA and en-GB languages in the preferences page seems to be deprecated). My point being, <code>en</code> is abused to mean "en-UK" just as often as it is abused to mean <code>en-US</code>; I think a decision shouldn't be made on such an assumption of one "default". &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:48, 12 May 2026 (UTC) :Hi @[[User:Theki|rae]]! I have no opinion nor preference on this, and given my background, I am just entirely confused about my spelling preferences myself, as you can tell from my inconsistent usage. I learned British English in school and used that for maybe two decades or so, but moved to the US and lived there for more than a decade, enough to be naturalized, but now I am back in Europe and I am technically a professor at King's College London, soooo.... honestly, I do not know. I don't remember having put too much thought into it at the moment I created it. The good thing is that in Wikifunctions, just as in Wikidata, it is easy to change, without messing things up too much (unlike in Wikipedia), so my suggestion is, just make the change, see if anyone complains, and if they do, discuss it more. I don't know if there is a guideline already in Wikifunctions about the variants. I am happy either way, and honestly, I keep forgetting which variant is which most of the time. --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 18:16, 10 May 2026 (UTC) :: I can definitely understand this, although I am unfortunately rather passionate about any minutiae involving preferential minor differences in ''anything'', of which AmE vs. BrE chiefly is. So I dedicate a lot of headspace to it. More than I should. Not that I wish to imply that the comment above that I have wrote is of an irrational nature, or done out of spite or pure emotion and subjectivity; I do genuinely believe that ''RGBA color'' is beyond just a personal preference and is just logical. I may boldly go and change it, but for some reason I was expecting that changing the English label of a Type would require elevated permissions, and I also didn't want to do it only to get immediately reverted because it ''did'' strike a chord with someone, when I could instead see how apathetic, supportive, or in opposition interested people are beforehand and ''then'' act accordingly. I was not meaning to antagonize you over your spelling habits, I did actually use British English for a few years starting in 2020 before I went back to American English, so I'd be a hypocrite for me to decry you for not always sticking to some arbitrary standard of spelling words over the other. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:55, 12 May 2026 (UTC) :Although I spell it “colour”, I think it makes more sense to use “color” for the type, since that is almost always the required spelling when the string functions as a keyword. :More generally, though, Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en". This is unusual, in my experience, as "en" is widely misused in place of "en-US", where there are recorded spelling differences. :(I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere. Use of -ize rather than -ise is a matter of personal preference or house style, but regional autocorrect encourages -ise.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:00, 12 May 2026 (UTC) :: ''Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en"'' :: Definitely agreeing with you on the latter being a good choice. However, I suspect the favoring of "colour" over "color" may be because, in terms of language codes, when sorted alphabetically <code>en-us</code> actually comes ''after'' <code>en-gb</code>. Although, the frontend seems to be sorting <code>en-ca</code> after <code>en-gb</code>, so I don't actually know how correct that is. :: ''I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere'' :: The context of the spelling was "''No program for the NLG SIG meeting for next Tuesday has been proposed''". In that usage context, I think it makes sense to assume that ''program'' is not being used to refer to a computer program, but to a ''program of events'' or similar, something that you would spell as a ''programme'' in British English. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:02, 12 May 2026 (UTC) :{{s}} this. I'm obviously biased but I believe American English is preferable generally, American dominance on the internet (our Department of Defen'''s'''e invented it!) and rapidly-increasing consumption of American media by international English speakers means that more people use American English's conventions, this is clear through for example [http://trends.google.com/explore?q=color%2Ccolour&date=all&geo=Worldwide search trends] (though they aren't particularly reliable). Perhaps this is a bit of a supremacist opinion, but we should have internal consistency, and if we must choose, American English should be our first choice (then Indian and then British English) [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 12 May 2026 (UTC) :: This is rather flawed reasoning, though. I think probably any given British or Indian person would not agree on using that as the reasoning for this, not that you are necessarily ''completely wrong'', but if this is not a good enough reason for English Wikipedia's (admittedly extremely flawed) ''ENGVAR'' policy then I don't think it's likely it will pass here either. :: Although of note is that [https://books.google.com/ngrams/graph?content=color%2Ccolour&year_start=1800&year_end=2022&corpus=en&smoothing=3&case_insensitive=true Google ngrams] agree with you, but "color" vs. "colour" is an eternal holy war that will not be won by demonstrating that more books use US spelling over Commonwealth spelling. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:44, 12 May 2026 (UTC) :::You're probably right that it's not very sound. I'm biased in that other varieties of English irk me, and that's probably mutual for people who are used to other varieties of English when they read what I write! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:56, 12 May 2026 (UTC) :I've decided to boldly [[Special:Permalink/274271|make the change]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:02, 12 May 2026 (UTC) :: Thank you. Considering both you and GrounderUK seem to consider it an okay change, I think this will do for now. :: I should note that the matter of whether to move [[Wikifunctions:Catalogue/Colour functions]] in response to this (however this discussion will ultimately turn out) is a whole other can of worms, in my view. I can't say I have an opinion on that at the moment, but I'm putting it out there regardless. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:06, 12 May 2026 (UTC) :::Personally, I'm in favor of moving the page and renaming all of the items on it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:10, 12 May 2026 (UTC) ::I don't like this (exactly because of the American hegemony you cited), but again, it shouldn't matter because the software is meant to be multilingual. Clearly there's a bug preventing you from picking an English variant/dialect as your display language. But the search bar and Function/Type autocompletion do check the English variants for matches. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:15, 12 May 2026 (UTC) == Proposals on the architecture of Abstract Content rendering == Starting from a discussion born on the Telegram chat, I've explained two different proposals on how the NLG on Abstract Wikipedia should be organized in the page [[abstract:User:Dv103/Abstract articles architectures]]. Please come to contribute to the discussion, or to propose alternatives. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:31, 11 May 2026 (UTC) :Thank you for dedicating your time to writing this, it is very informative. I will try to add input once I'm not in over my head with finals. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:27, 12 May 2026 (UTC) == Display function for HTML fragment == Currently, any collapsed Z89 literal appears as<blockquote>&lt;&gt; [[Z89|HTML fragment]]</blockquote>If I were to create a new Function which returned something like<blockquote>&lt;&gt; 123-byte HTML fragment <q><nowiki><td><span lang=</nowiki>&hellip;</q></blockquote>could that be connected to replace the collapsed form, or would it require changes to the Wikilambda software? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:14, 11 May 2026 (UTC) :It might work, but I doubt it. Those angled brackets suggest that the collapsed form is not simply defaulting to the type’s label. Looking at [[:phab:T410509]], I’ve concluded that enhancements to the collapsed form were never considered, rather than being actively rejected. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:12, 12 May 2026 (UTC) ::[[:Phab:T391985]] documents the original design. Note the fifth bullet point under “Acceptance criteria”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:21, 12 May 2026 (UTC) :I'm not sure the byte-size is necessary, but the outer tag (or first outer tag, though generally I'd prefer most fragments use a wrapper tag if it needs multiple like JSX does, but that's a whole different topic) would be nice. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:51, 12 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == [[Z34510]] == This function, which determines if a Wikidata item for a {{q|5}} has an undeprecated {{p|21}} statement of {{q|6581097}}, returns false for {{q|173399}}, a transgender man. This is because his item assigns his P21 statement to {{q|2449503}}, not {{q|6581097}}. I'm not sure how to account for this discrepancy. Should {{z|34510}}: # Include {{q|2449503}} as a value that can lead to a true result, # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a man?") could return true for either "male" or "trans man", # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a trans man?") could return true for "trans man", # Not exist at all? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 16:48, 16 May 2026 (UTC) :I can't think of a single use case where you would need to determine if a person is a cisgender man and nothing else. Functions are good for generalizing across multiple possibilities when they exist, so I think it would be best if trans men were considered a part of the criteria for returning a true value. If asking for specifically {{q|6581097}}s and ''nothing'' else was desired then the function name would be a misnomer as Elliot Page is inarguably a male (at least in the view of most reasonable and intelligent people). &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:03, 16 May 2026 (UTC) :You made the function in the first place; what were you planning on using it for? AW? Maybe it should return a {{Z|25501}} which can then be passed on to other NLG functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:01, 16 May 2026 (UTC) == Lexeme from wikidata label, or "best" lexeme from wikidata item == I was looking into fixing [[Z28028]]. I found that I could add "requires grammatical feature: definite article" to "United Kingdom" (L8558). Now I'm stuck on how to get to that lexeme from {{Q|145}}. There's [[Z23471]], but that for very good reason gives you multiple lexemes with the same sense, and I just want the best one like how the label is always the best string. Is there a function that can do this? There's definitely the case of a Wikidata label that isn't a lexeme (most commonly multiple lexemes) but I'm only considering the case where it is one lexeme here. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 20:02, 16 May 2026 (UTC) :There is {{Z|Z27327}}, that tries to give the best lexeme through various heuristics. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 22:22, 16 May 2026 (UTC) :: Wonderful! I did stumble upon [[Z33818]] but this is perfect. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 00:25, 17 May 2026 (UTC) == [[Z29591]] isn't working for me == For instance, trying to manually put in the exact inputs for one of the test cases just returns an empty Monolingual text. See [https://www.wikifunctions.org/wiki/Z29591?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29591%22%2C%22Z29591K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q3257809%22%7D%2C%22Z29591K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z29591K3%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z29591K4%22%3A%22Z1002%22%7D]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 01:17, 17 May 2026 (UTC) :You used [[:d:Q22006653]] rather than [[:d:Q1075]]. It looks like the [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D explanatory error] is suppressed by the [https://www.wikifunctions.org/view/en/Z30009?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30009%22%2C%22Z30009K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D%2C%22Z30009K2%22%3A%22Z801%22%7D final transformation]. The returned result is not actually empty; if you expand it, you can see that it is an unresolved function call. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 17 May 2026 (UTC) == [[Z35298]] == Does anyone know what the problem with this implementation is? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:14, 18 May 2026 (UTC) :There is a bug that doesn't allow Python implementation to return nested lists. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:31, 19 May 2026 (UTC) ::Is there a Phabricator task for this? Searching through them is hell. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 03:22, 20 May 2026 (UTC) :::A bit of time ago I opened [[phab:T392750]], which is very similar to this issue. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:26, 20 May 2026 (UTC) == May 2026 Wikimedia Café meetups regarding the Wikimedia Foundation Annual Plan == <div class="border-box" style="background-color: var(--background-color-warning-subtle, #f8eaba); max-width: 875px; padding: 5px; border: 1px solid black; margin: 5px; color: var(--clr-dark)"> <div class="box" style="float:left; padding-top: 15px; padding-right: 15px;">[[File:Wikimedia Café logo in plain SVG format.svg|75px|alt=The logo for the Wikimedia Café]]</div> Hello! There will be two '''[https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9 Wikimedia Café]''' discussion opportunities during the last weekend of May. Both sessions will focus on the [https://meta.wikimedia.org/wiki/Wikimedia_Foundation_Annual_Plan/2026-2027 the 2026-2027 Wikimedia Foundation Annual Plan]. Participants may attend either or both sessions. #'''Saturday, 30 May 2026 at 15:00 UTC''' ([https://zonestamp.toolforge.org/1780153200 timestamp converter]), at a time friendly to the Americas, Africa, and Europe #'''Sunday, 31 May 2026 at 05:00 UTC''' ([https://zonestamp.toolforge.org/1780203600 timestamp converter]), at a time friendly to Asia and the Pacific Café participants are highly encouraged to read in advance [https://en.wikipedia.org/wiki/User:Sohom_Datta/annual_plan_guide at least this summary of the plan]. Optionally, Café participants are encouraged to read portions of the plan that interest them and [https://meta.wikimedia.org/wiki/Talk:Wikimedia_Foundation_Annual_Plan/2026-2027 ask questions or provide feedback on the Annual Plan talk page]. Please see the Café page for more information, including [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#May_2026_meetings_with_a_focus_on_Wikimedia_Foundation_Annual_Plan/2026-2027 tables of timestamp conversions for both sessions], [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#Agenda._This_will_be_an_approximately_1_hour_Caf%C3%A9_session,_and_is_extendible_for_an_additional_30_minutes_if_needed. the agenda], and [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#How_to_attend_the_session how to register]! <br /> [[File:Buntstifte Eberhard Faber crop 64h.jpg|860px|alt=cropped image of colored pencils]]</div> <span style="white-space:nowrap;">[[User:Pine|<span style="color:#01796f; text-shadow:#00BFFF 0 0 1.0em">↠Pine</span>]] [[User talk:Pine|<span style="color:DeepSkyBlue">(<b style="color:#FFDF00;text-shadow:#FFDF00 0 0 1.0em">✉</b>)</span>]]</span> 19:56, 21 May 2026 (UTC) == How to handle items without lexemes == NLG functions relay heavily on the presence of lexemes associated to items on Wikidata. But we know that not all the Wikidata items have an associated lexeme. There are multiple reasons why an item does not have an associated lexeme, like: # The lexeme has not been created yet # The item represents a place # The item represents a person # The item represents a specific concept that can only be expressed by a specific combination of words that cannot be [[Wikidata:Wikidata:Lexicographical data/Notability|notable]] (like {{Q|Q61220733}}). My doubt is: what should we do with this fourth category? For many languages, just using the Wikidata item label is not possible, since it is necessary to conjugate the words or to retrieve grammatical information like the gender. What should we do? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 16:09, 23 May 2026 (UTC) :In that particular example, I think the thing to do is read its {{P|279}}: {{Q|21191270}}, then have some kind of heuristic based on that which says to take its {{P|8345}} and attach that Item's label to a Form of the word for "episode". In general, synthesising Lexemes for proper nouns is one of the problems that [[abstract:User:Dv103/Abstract_articles_architectures|proposals in your list here]] will have to address. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:59, 23 May 2026 (UTC) [[File:Wikidata content 2024.svg|thumb|Content of Wikidata by type]] ::{{ping|Dv103}} very good point. ::For your point 2, it depends of the place but I think that quite often a lexeme can be created (most "Administrative territorial entity", most geographical entity, etc.). And with 3, your can add a lot of types (see pie chart) : Scholarly article, Human (with a very few exception), Wikimedia Category, Disambig, etc. which is (rough estimation) 2/3 of Wikidata items. ::A common rule (in dictionaries since forever and in Lexemes) is to not create an entry which is the "sum of its part". In this case, "Star Trek episode" is just episode + Star Trek, nothing more than its part. So logically, as {{U|YoshiRulz}} said, when no corresponding lexeme is found, the item should be decomposed the same way, the hard part is to know how to decompose it as the property will vary ; P31 and P279 are an obvious start but beyond that, I'm not sure we could find a general solution. ::PS: it's beyond you question but there is also the reverse problem, how to select one lexeme when multiple are linked to the same item... ::Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 10:43, 24 May 2026 (UTC) :::For the point 2, I think humans will be used way more than scholarly articles and disambiguations in NLG functions (outside references), that's why humans concern me more (still a cool pie chart, though). :::For the reverse problem, there is already {{Z|Z27327}}: it's far from perfect, but usually makes a decent choice. Obviously it is not "complete", and probably it will never be complete, but it will have to be progressively improved by the community. And probably in the future we will need to create similar functions to select the best lexeme in more specific cases. :::For my fourth point, I didn't think about the decomposition, but it is something that could be done with another never-complete community-mantained function, that progressively keeps being improved. If [[Wikifunctions:Type proposals/Semantic unit|semantic units]] will be implemented, through them it could actually be possible to do this operation in a laguage-independent way. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:10, 24 May 2026 (UTC) ::{{re|YoshiRulz}} Proper noun synthesis, along with other fallbacks for realizing the names of concepts that don't have lexemes, is merely a step within the overall abstract content rendering process and is not inherently tied to the process itself; having the ability to [https://gitlab.com/mahir256/ninai/-/blob/main/ninai/graph/client.py#L327 run any number of fallback mechanisms], instead of a raw call to (the equivalent of) Z27327, should be possible with any of the methods listed on the architectures page. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 16:41, 24 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> :The new <code>return_type</code> param to [[Special:ListObjectsByType]] will show Functions returning e.g. {{Z|27951}} and {{Z|882}} if those are typed in manually, but the dropdown menu doesn't offer them, probably because it's a copy of the dropdown above (and there are no Persistent objects of those Types). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:12, 26 May 2026 (UTC) ::@[[User:YoshiRulz|YoshiRulz]]: Correct, it's filtering for Types, which includes "real" enums like [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z20342&orderby=name Day of Roman year (Z20342)]; light-weight enums have downsides as well as upsides, of which this is one. :-( [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:39, 1 June 2026 (UTC) :::I assume you mean {{Z|17402}}, since {{Z|20342}} is not an enumeration type? But I never mentioned enums: My hypothesis is that a Type appears in the dropdown iff there is a Persistent object of that type (<code>Z2K2.Z1K1</code>). Whereas I would expect a Type to appear in the dropdown iff there are any Functions which return objects of that type (<code>Z2K2.Z8K2</code>). Or just show every Type in the return type dropdown, since [[Special:ListObjectsByType/Z39|you already have a "no results" message]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:53, 1 June 2026 (UTC) ::::@[[User:YoshiRulz|YoshiRulz]]: Yes, you are correct, the concept of a Type here means "there is a Persistent object of that type". Other things (in practice, light-weight enums like Z27951) aren't Types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:57, 1 June 2026 (UTC) == Type documentation template == Over the past couple of weeks, I've been developing and rolling out {{t|type documentation}}: a standardised layout for Type metadata, de/constructors, conversions, etc. on each Type's talk page. (The layout is loosely based on [[d:Template:Property documentation|Wikidata's]].) See [[Talk:Z16683|Integer]] for an example that uses most of its features, and [[Talk:Z99|Quote]] for one that doesn't.<br>At this point I can't think of anything more to add besides [[Help:Comparison_function_table/float64|filling out]] a couple more [[Help:Type_conversion_table/Codepoint|tables]]. But if any of you have ideas or feedback, please click through to the relevant talk page and leave me a message. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:29, 26 May 2026 (UTC) :I really like what you're doing here. Thank you. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 13:26, 26 May 2026 (UTC) :Yeah, nice work! I don’t think “Function declarations” is the best header for the collapsed table of searches by function signature, however. Now that it’s finally landed, we should probably include https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z16683 as well (outside the table). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:23, 26 May 2026 (UTC) == Apparent error in implementations of {{Z|20616}} == Please can I request help in how to understand a bug? Sorry if this is not the best place to ask. I created lexemes [[d:Lexeme:L1566135|langue morte L1566135]] in French and [[d:Lexeme:L1566139|lengua muerta L1566139]] in Spanish, with property {{P|5185}} set to {{Q|Q1775415}} in each case. {{Z|20616}} should return a list of the grammatical genders of a given lexeme. It has two implementations, {{Z|Z20641}} and {{Z|Z21127}}, each of which works perfectly in the French case, returning a list containing Q1775415. But in the Spanish case, each of the two implementations wrongly returns an empty list. I cannot understand what is going wrong. How can I find out what is happening here? I would be grateful for any help or advice. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:56, 26 May 2026 (UTC) :Both implementations return [https://www.wikifunctions.org/wiki/Z20616?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z20616%22%2C%22Z20616K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L1566139%22%7D%7D%7D the same result]. As you added the gender only yesterday, I suppose it must have still been looking at a cached version of the lexeme from before that edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:06, 26 May 2026 (UTC) ::Thank you for answering. Yes, it works now. I thought it might have been something like that, but I waited more than 12 hours before testing it again today. I think that whenever SPARQL is in use, there will be caching issues, and it is a very bad problem. Is there any way of clearing the cache, or knowing when the cache will next be cleared, or how long it is necessary to wait before the changes come through? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:59, 26 May 2026 (UTC) :::Well, it depends on the cache. “Wikidata entities in the orchestrator cache timeout after 24 hours” [https://t.me/Wikifunctions/28369 according to] @[[User:DMartin (WMF)|DMartin (WMF)]]. There is currently no way to clear that. I don’t think we have a handy guide to the different caches in operation, but the “general” function-call cache should be reset for a particular function when that function is edited. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:05, 26 May 2026 (UTC) ::::I think this is very unfortunate for anyone doing tests in Wikifunctions. So there is a 24-hour delay even applying to changes in Wikidata due to the Wikifunctions orchestrator cache, apart from any other caches such as the SPARQL one. I notice that an intermediate-level call using the [[d:Lexeme:L1566139|lengua muerta L1566139]] lexeme change, {{Z|33725}}, now works on "latín es una lengua muerta.", but the top-level call {{Z|26039}} still does not find the correct gender. If I test the function every 12 hours, does that mean that the erroneous result will be produced for ever, because it will always take the bad value less than 24 hours old from the cache? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:45, 27 May 2026 (UTC) :::::I can only sympathize. :::::It seems to me that [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D this has been correct] for a couple of days. But in the general case, no, repeated use of cached results does not re-start the clock. That would indeed be most unfortunate! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:59, 27 May 2026 (UTC) ::::::It still doesn't work for me, it says "latín es un lengua muerta." But the test on the top-level implementation page, {{Z|33725}}, does work now. By the way, really it should say "el latín es una lengua muerta.", but that is another issue. Anyway, thanks a lot for your help. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:06, 27 May 2026 (UTC) :::::::Ah, yes… my mistake, sorry. :::::::It should be [https://www.wikifunctions.org/view/en/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D consistent now]. The “couple of days” is the clue here; we were getting a result from the function-call cache and this has now been refreshed by my edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:25, 27 May 2026 (UTC) ::::::::Yes, it all works now. Thanks. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:54, 27 May 2026 (UTC) == Vote now in the 2026 U4C election == <section begin="announcement-content" /> Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC]. Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" /> [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:14, 27 May 2026 (UTC) <!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 --> == [[Z35880]] == The code of this implementation is adapted directly from [https://github.com/sutton-signwriting/core/blob/master/src/swu/swu-re.js]. I'm not sure why this function only works for "null" and "sort". Every other input causes the function to return [[Z577]]. Does anyone know what could be going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:47, 30 May 2026 (UTC) :Could you creade testcases showing this? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 21:55, 30 May 2026 (UTC) ::I determined that this problem was due to a problem with UTF encoding, and it has since been resolved. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:11, 31 May 2026 (UTC) == Continued WASI runner problems == I've continued to experience {{z|576}} on {{z|35904}}, despite [[phab:T419933|the purported fix]]. See {{z|35945}}. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:29, 31 May 2026 (UTC) :A possibly related issue while trying to add more rows in these articles : :1. https://abstract.wikipedia.org/view/en/Q16038495 :2. https://abstract.wikipedia.org/view/en/Q13581178 :So, I stopped at 2 rows. [[User:Jsamwrites|John Samuel]] 20:40, 31 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Hello. I would like to be able to use the function {{Z|Z26039}} to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: {{Z|Z26039}} calls a language-specific function like "Spanish article-less instantiating sentence" {{Z|Z26337}}, which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for {{Z|Z26039}} etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) rqr4eg2mv7shw06vsljv3psq491kyyn 280948 280818 2026-06-06T03:08:05Z SpBot 978 archive 1 section: 1 to [[Wikifunctions:Project chat/Archive/2026/05]] (after section [[Wikifunctions:Project chat/Archive/2026/05#Nested_functions_in_compositions|Nested_functions_in_compositions]]) - previous edit: [[:User:YoshiRulz|YoshiRulz]], 2026-06-05 17:39 280948 wikitext text/x-wiki {{shortcut|[[WF:CHAT]]|[[WF:PC]]|[[WF:VP]]}} __NEWSECTIONLINK__ [[Category:Help]] <!-- please do not remove this line --> Welcome to the Project chat, a place to discuss any and all aspects of Wikifunctions: the project itself, policy and proposals, individual data items, technical issues, etc. Other places to find help: * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report a technical problem]] * [[Wikifunctions:FAQ]] {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{#tag:div|<br />{{Flatlist|{{Special:PrefixIndex/WF:Project chat/Archive/|stripprefix=1|hideredirects=1}} |class=mw-collapsible-content|style=font-size:92%;}}|class="mw-collapsible mw-collapsible-toggle mw-collapsed"}} |prefix=WF:Project chat/Archive/ }} == Z6830 for Chinese == I was trying to use {{Z|Z6830}} for implementation in the Chinese-language. And turns out most of the Lexeme on Wikidata is using [[d:Q727694]] as the language instead of [[d:Q7850]]. This makes it impossible to use the mentioned function above, since Standard Chinese is not available (or did I miss something?). Is there a way to fetch lexemes with language=[[d:Q727694]] from item? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 18:20, 30 April 2026 (UTC) :@[[User:Sun8908|Sun8908]] There is [[Z1006]] for Chinese and it has the language code zh. There is an overview of languages in [[Module:Wikifunctions label]] so you can search there for chinese versions and choose the one you need. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 20:53, 5 May 2026 (UTC) ::I know that. The problem is when using the function [[Z6830]], it cannot retrieve lexeme with language [[d:Q727694]] (but it is the "Chinese language" with the most current Wikidata lexemes, see [https://ordia.toolforge.org/language/ ordia]). I think it should be a Wikidata problem, I might fix it (possibly by creating the same lexemes with language code zh) on Wikidata. Thanks anyway. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 05:39, 6 May 2026 (UTC) :Could you provide an example of a Chinese lexeme that has a linked Wikidata item, or a Z6830 function call that fails to find such a lexeme where one exists? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 07:55, 6 May 2026 (UTC) ::Here: [[d:Lexeme:L846083]]. I think that's a primary reason of me trying to look into this problem, as the label in zh for [[d:Q6256]] (country) is not a single phrase (see its talk page on WD for more information). This makes some Abstract Wikipedia articles very weird in Chinese when {{Z|Z26570}} is used, so lexeme could potentially fix that. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:33, 6 May 2026 (UTC) :::Thank you. It looks as though {{Z|Z6830}} [https://www.wikifunctions.org/view/en/Z6830?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6830%22%2C%22Z6830K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q6256%22%7D%2C%22Z6830K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P5137%22%7D%2C%22Z6830K3%22%3A%7B%22Z1K1%22%3A%22Z60%22%2C%22Z60K1%22%3A%22cmn%22%2C%22Z60K2%22%3A%5B%22Z6%22%5D%7D%7D returns that lexeme for language tag "cmn"]. Perhaps that tag should be added into the helpers for {{Z|Z24144}}? If it is widely used for lexemes, perhaps it should have its own {{Z|Z60}}? In any event, improvements might be considered under [[:phab:T390563]] (or otherwise), including amending [[Z6830]] to also consider "cmn" (and "zho", "chi"…?) when requests are made for "zh-hans" or "zho-hant" (or others?) @[[User:Winston Sung|Winston Sung]] @[[User:DMartin (WMF)|DMartin (WMF)]] [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 17:22, 6 May 2026 (UTC) ::::If you go to [[d:Special:NewLexeme]] and put in [[d:Q727694]] as the language, it is going to tell you it has an unrecognized language code. So I believe "cmn" should not be a {{Z|Z60}} by default? I also started [[d:Wikidata:Project_chat#Lexemes_with_language_Standard_Chinese_(Q727694)|a discussion on WD]] regarding this. I guess we can still use it as a fallback language though if possible. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 03:43, 7 May 2026 (UTC) ::::We don't have a separated <code>cmn</code> BCP 47 language subtag in MediaWiki and Wikidata at the moment. <code>zho</code> and <code>chi</code> are ISO 639 language codes but not BCP 47 language subtags. ::::For Modern Standard Mandarin, please use <code>zh-*</code> language tags for now. -- [[User:Winston Sung|Winston Sung]] ([[User talk:Winston Sung|talk]]) 15:26, 8 May 2026 (UTC) == Implementation of rational number in JS doesn't match in Z19677 (Rational number) and Z28579 (RGBA colour) == In {{Z|19677}} it's <syntaxhighlight lang=js> { "K1": sign * numerator, "K2": denominator } </syntaxhighlight> but in {{Z|28579}} it's <syntaxhighlight lang=js> [ sign * numerator, denominator ] </syntaxhighlight> '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 05:15, 4 May 2026 (UTC) :I'm guessing this is why [[Z34743]] fails all the tests. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 01:00, 18 May 2026 (UTC) :Moved to [[Talk:Z28579#Mismatching_JS_code_representation|Talk:Z28579]] so this doesn't get lost, and made a request on [[Wikifunctions:Administrators'_noticeboard#RGBA_colour's_type_converters_don't_match_Rational|the Administrators' noticeboard]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:39, 5 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == RGBA colour, spelling... == Something that has always irked me a little bit is the spelling of [[Z28579|RGBA colour (Z28579)]]. I guess this is not unsurprising for me considering my use of US English but I think there is more to it than preference and I want to try to argue for it being changed to use American spelling. I know that this probably has a snowball's chance in hell of actually garnering any support, so I won't really be miffed if the spelling remains as it is, but I thought it wouldn't hurt to raise this regardless. The main issue I have with it is the spelling of the original proposal. When infernostars raised the [[Wikifunctions:Type proposals/RGBA color|type proposal]], the spelling was 「RGBA color」. Of the comments that mentioned the word 「colo[u]r」, two used British spelling while six used the American spelling as used in the proposal. The only thing that really pointed to the use of ''colour'' was the fact that the catalog page on color functions used that spelling already. For all intents and purposes, the spelling of the original proposal should have been maintained, but it was not; [[User:DVrandecic (WMF)|DVrandecic]], the eventual creator of the type, used a different spelling. It should be noted that there was really no reason for this to occur and while it is an undoubtedly minor issue I still believe it should be rolled back and the type should use the spelling of the original proposal and majority of editor comments. In [[abstract:Q936|OpenStreetMap]], there have been keyvalue proposals that have had the finalized spelling that gets put to use be in British English despite the original proposal being in American English; this has usually occurred with proposals relating to 「X center/centre」 tags. This makes sense on the surface, because OpenStreetMap is maintained by a UK organization, and still has close ties to Europe. The Wikimedia Foundation, however, is an ''American'' company. This is often brought up as a fallible argument when debating article spelling on the English Wikipedia, and I don't bring it up to support that 「RGBA color」 should be used for that exact reason, but rather to state that OpenStreetMap's general policy on tag names need not apply here. It appears to me that, at least initially, the majority of 「core contributors」 to Wikifunctions used British English; I can name YoshiRulz, 99of9, GrounderUK, and VIGNERON.<ref group="color">I'm avoiding linking to these folks because I don't think pinging them about this discussion is all too necessary unless they themselves want to be involved; I don't want to clutter their inboxes just to briefly mention them. I pinged Denny because, well, I'm asking him a question directly, but everyone else I would prefer to join this discussion by their own accord... not that I wish for this decision to be confused as me going 「these people use British English so they will probably oppose my idea, I won't invite them to the discussion because of that」...no, I promise you that is not the reason.</ref> I see (or saw) these people ''everywhere'', so it makes sense that British English has prevailed in some sorts on this website, but I don't think that indicates that it should be the ''preferred'' spelling across the website, at least not to the point where a proposal should have its name changed to match such a "consensus".<ref group="color">It could be argued that the front-and-center ''Function catalogue'' using 「catalogue」 is actually indicative of such a "consensus", but ''catalogue'' is in a similar position to the word ''grey'' where I live (that is, the US) in that it is used just as often as its American counterpart. Also, consider Wiktionary's ''Beer parlour'' project chat.</ref> The unnecessary modification of the original spelling is my main argument for changing it back... but of course, I must obligatorily state that on English Wikipedia, it is [[w:Color|Color]] and [[w:RGBA color model|RGBA color model]]; on Wikidata, it is [[d:Q1075|color]] and [[d:Q2325624|RGBA color space]]; in CSS (which typically uses hexadecimal triplets to specify RGBA values), the properties are <code>color</code>, <code>background-color</code>, etc.; bit of a weak jab, but on Schema.org it is [https://schema.org/color color], [https://schema.org/colorSwatch colorSwatch]; et cetera. {{Z|Z28580}} uses ''color'', so does {{Z|Z28591}} and its Python counterpart. Mr. Vrandečić, I have to ask, I'm rather confused... you created the color type using British English spelling, but you were also responsible for the creation of the equality function which uses the American English spelling. You also seem to be writing in American English for the status updates, judging by your use of -''ize'' over -''ise'' endings and use of ''program'' over ''programme'' in [[Wikifunctions:Status updates/2026-04-16]]. Is there something I'm missing or have you switched your preferred variant somewhere along the way? Anyways, do consider this if you wish... again, I don't suppose this will garner much support, it is the ''non-issuest'' of ''non-issues'', but it has irked me to the point where I want to ask about it to get some answers, if nothing else. I am not arguing for every other color function to have its name changed, just the type itself. <references group="color"></references> &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:04, 8 May 2026 (UTC) :This is a multilingual project; the <code>en</code> label is <code>RGBA colour</code> and the <code>en-us</code> label is <code>RGBA color</code>. Though I'm not able to switch to <code>en-us</code> via the language picker so that would need to be fixed.<!-- --><br>edit after reading your whole comment: The same is true of {{Q|1075}}, there are labels specified for multiple English variants. (In {{Q|2325624}} it's only an alias.) I agree that other websites' choices aren't binding on us, but from that, I conclude that the more widespread British/Commonwealth spellings should be used for the generic <code>en</code>. As for myself, I'm Aussie and I will continue to use the BrE spellings ([[w:en:Oxford_spelling#Language_tag_comparison|+ "routing"]], TIL) if only by muscle memory.<!-- --><br>[[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:42, 8 May 2026 (UTC) :: Your lattermost point would normally be fine in a perfect world. Wikipedia's <code>convert</code> function defaults to "international" English, which I don't personally take issue with because it happens that we here in America are actually outliers for saying and spelling things differently... err, or we were for a while at least, nowadays it seems like an even split (plus you have "yield" vs. "give way" which is effectively the logical opposite of US's use of "meter" over "metre"). :: However, this is not a perfect world, and I don't think <code>en</code> should correspond to any particular variant. It is too fragmented across all software at this point to impose such a requirement. The inability to switch to <code>en-us</code> on this website foregoes an easy and simple solution to this problem that makes everyone happy, because the yanks (such as myself) can't be happy because we can't see the labels in American English even if we wanted to, and the other folk can't switch either as far as I'm aware (and the en-CA and en-GB languages in the preferences page seems to be deprecated). My point being, <code>en</code> is abused to mean "en-UK" just as often as it is abused to mean <code>en-US</code>; I think a decision shouldn't be made on such an assumption of one "default". &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:48, 12 May 2026 (UTC) :Hi @[[User:Theki|rae]]! I have no opinion nor preference on this, and given my background, I am just entirely confused about my spelling preferences myself, as you can tell from my inconsistent usage. I learned British English in school and used that for maybe two decades or so, but moved to the US and lived there for more than a decade, enough to be naturalized, but now I am back in Europe and I am technically a professor at King's College London, soooo.... honestly, I do not know. I don't remember having put too much thought into it at the moment I created it. The good thing is that in Wikifunctions, just as in Wikidata, it is easy to change, without messing things up too much (unlike in Wikipedia), so my suggestion is, just make the change, see if anyone complains, and if they do, discuss it more. I don't know if there is a guideline already in Wikifunctions about the variants. I am happy either way, and honestly, I keep forgetting which variant is which most of the time. --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 18:16, 10 May 2026 (UTC) :: I can definitely understand this, although I am unfortunately rather passionate about any minutiae involving preferential minor differences in ''anything'', of which AmE vs. BrE chiefly is. So I dedicate a lot of headspace to it. More than I should. Not that I wish to imply that the comment above that I have wrote is of an irrational nature, or done out of spite or pure emotion and subjectivity; I do genuinely believe that ''RGBA color'' is beyond just a personal preference and is just logical. I may boldly go and change it, but for some reason I was expecting that changing the English label of a Type would require elevated permissions, and I also didn't want to do it only to get immediately reverted because it ''did'' strike a chord with someone, when I could instead see how apathetic, supportive, or in opposition interested people are beforehand and ''then'' act accordingly. I was not meaning to antagonize you over your spelling habits, I did actually use British English for a few years starting in 2020 before I went back to American English, so I'd be a hypocrite for me to decry you for not always sticking to some arbitrary standard of spelling words over the other. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:55, 12 May 2026 (UTC) :Although I spell it “colour”, I think it makes more sense to use “color” for the type, since that is almost always the required spelling when the string functions as a keyword. :More generally, though, Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en". This is unusual, in my experience, as "en" is widely misused in place of "en-US", where there are recorded spelling differences. :(I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere. Use of -ize rather than -ise is a matter of personal preference or house style, but regional autocorrect encourages -ise.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:00, 12 May 2026 (UTC) :: ''Wikidata’s lexicographic data happens to favour “colour” over “color” and (quite rightly, in my view) lacks a specific representation for "en"'' :: Definitely agreeing with you on the latter being a good choice. However, I suspect the favoring of "colour" over "color" may be because, in terms of language codes, when sorted alphabetically <code>en-us</code> actually comes ''after'' <code>en-gb</code>. Although, the frontend seems to be sorting <code>en-ca</code> after <code>en-gb</code>, so I don't actually know how correct that is. :: ''I would also say it is standard British English to use “program” in a programming context and “programme” elsewhere'' :: The context of the spelling was "''No program for the NLG SIG meeting for next Tuesday has been proposed''". In that usage context, I think it makes sense to assume that ''program'' is not being used to refer to a computer program, but to a ''program of events'' or similar, something that you would spell as a ''programme'' in British English. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:02, 12 May 2026 (UTC) :{{s}} this. I'm obviously biased but I believe American English is preferable generally, American dominance on the internet (our Department of Defen'''s'''e invented it!) and rapidly-increasing consumption of American media by international English speakers means that more people use American English's conventions, this is clear through for example [http://trends.google.com/explore?q=color%2Ccolour&date=all&geo=Worldwide search trends] (though they aren't particularly reliable). Perhaps this is a bit of a supremacist opinion, but we should have internal consistency, and if we must choose, American English should be our first choice (then Indian and then British English) [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 12 May 2026 (UTC) :: This is rather flawed reasoning, though. I think probably any given British or Indian person would not agree on using that as the reasoning for this, not that you are necessarily ''completely wrong'', but if this is not a good enough reason for English Wikipedia's (admittedly extremely flawed) ''ENGVAR'' policy then I don't think it's likely it will pass here either. :: Although of note is that [https://books.google.com/ngrams/graph?content=color%2Ccolour&year_start=1800&year_end=2022&corpus=en&smoothing=3&case_insensitive=true Google ngrams] agree with you, but "color" vs. "colour" is an eternal holy war that will not be won by demonstrating that more books use US spelling over Commonwealth spelling. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:44, 12 May 2026 (UTC) :::You're probably right that it's not very sound. I'm biased in that other varieties of English irk me, and that's probably mutual for people who are used to other varieties of English when they read what I write! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:56, 12 May 2026 (UTC) :I've decided to boldly [[Special:Permalink/274271|make the change]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:02, 12 May 2026 (UTC) :: Thank you. Considering both you and GrounderUK seem to consider it an okay change, I think this will do for now. :: I should note that the matter of whether to move [[Wikifunctions:Catalogue/Colour functions]] in response to this (however this discussion will ultimately turn out) is a whole other can of worms, in my view. I can't say I have an opinion on that at the moment, but I'm putting it out there regardless. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:06, 12 May 2026 (UTC) :::Personally, I'm in favor of moving the page and renaming all of the items on it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:10, 12 May 2026 (UTC) ::I don't like this (exactly because of the American hegemony you cited), but again, it shouldn't matter because the software is meant to be multilingual. Clearly there's a bug preventing you from picking an English variant/dialect as your display language. But the search bar and Function/Type autocompletion do check the English variants for matches. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:15, 12 May 2026 (UTC) == Proposals on the architecture of Abstract Content rendering == Starting from a discussion born on the Telegram chat, I've explained two different proposals on how the NLG on Abstract Wikipedia should be organized in the page [[abstract:User:Dv103/Abstract articles architectures]]. Please come to contribute to the discussion, or to propose alternatives. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:31, 11 May 2026 (UTC) :Thank you for dedicating your time to writing this, it is very informative. I will try to add input once I'm not in over my head with finals. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:27, 12 May 2026 (UTC) == Display function for HTML fragment == Currently, any collapsed Z89 literal appears as<blockquote>&lt;&gt; [[Z89|HTML fragment]]</blockquote>If I were to create a new Function which returned something like<blockquote>&lt;&gt; 123-byte HTML fragment <q><nowiki><td><span lang=</nowiki>&hellip;</q></blockquote>could that be connected to replace the collapsed form, or would it require changes to the Wikilambda software? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:14, 11 May 2026 (UTC) :It might work, but I doubt it. Those angled brackets suggest that the collapsed form is not simply defaulting to the type’s label. Looking at [[:phab:T410509]], I’ve concluded that enhancements to the collapsed form were never considered, rather than being actively rejected. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:12, 12 May 2026 (UTC) ::[[:Phab:T391985]] documents the original design. Note the fifth bullet point under “Acceptance criteria”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:21, 12 May 2026 (UTC) :I'm not sure the byte-size is necessary, but the outer tag (or first outer tag, though generally I'd prefer most fragments use a wrapper tag if it needs multiple like JSX does, but that's a whole different topic) would be nice. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:51, 12 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == [[Z34510]] == This function, which determines if a Wikidata item for a {{q|5}} has an undeprecated {{p|21}} statement of {{q|6581097}}, returns false for {{q|173399}}, a transgender man. This is because his item assigns his P21 statement to {{q|2449503}}, not {{q|6581097}}. I'm not sure how to account for this discrepancy. Should {{z|34510}}: # Include {{q|2449503}} as a value that can lead to a true result, # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a man?") could return true for either "male" or "trans man", # Not include {{q|2449503}} as a value that can lead to a true result, while another function (e.g., "Q5 is a trans man?") could return true for "trans man", # Not exist at all? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 16:48, 16 May 2026 (UTC) :I can't think of a single use case where you would need to determine if a person is a cisgender man and nothing else. Functions are good for generalizing across multiple possibilities when they exist, so I think it would be best if trans men were considered a part of the criteria for returning a true value. If asking for specifically {{q|6581097}}s and ''nothing'' else was desired then the function name would be a misnomer as Elliot Page is inarguably a male (at least in the view of most reasonable and intelligent people). &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:03, 16 May 2026 (UTC) :You made the function in the first place; what were you planning on using it for? AW? Maybe it should return a {{Z|25501}} which can then be passed on to other NLG functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:01, 16 May 2026 (UTC) == Lexeme from wikidata label, or "best" lexeme from wikidata item == I was looking into fixing [[Z28028]]. I found that I could add "requires grammatical feature: definite article" to "United Kingdom" (L8558). Now I'm stuck on how to get to that lexeme from {{Q|145}}. There's [[Z23471]], but that for very good reason gives you multiple lexemes with the same sense, and I just want the best one like how the label is always the best string. Is there a function that can do this? There's definitely the case of a Wikidata label that isn't a lexeme (most commonly multiple lexemes) but I'm only considering the case where it is one lexeme here. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 20:02, 16 May 2026 (UTC) :There is {{Z|Z27327}}, that tries to give the best lexeme through various heuristics. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 22:22, 16 May 2026 (UTC) :: Wonderful! I did stumble upon [[Z33818]] but this is perfect. [[User:Aaron Liu|Aaron Liu]] ([[User talk:Aaron Liu|talk]]) 00:25, 17 May 2026 (UTC) == [[Z29591]] isn't working for me == For instance, trying to manually put in the exact inputs for one of the test cases just returns an empty Monolingual text. See [https://www.wikifunctions.org/wiki/Z29591?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29591%22%2C%22Z29591K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q3257809%22%7D%2C%22Z29591K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z29591K3%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z29591K4%22%3A%22Z1002%22%7D]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 01:17, 17 May 2026 (UTC) :You used [[:d:Q22006653]] rather than [[:d:Q1075]]. It looks like the [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D explanatory error] is suppressed by the [https://www.wikifunctions.org/view/en/Z30009?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30009%22%2C%22Z30009K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30784%22%2C%22Z30784K1%22%3A%7B%22Z1K1%22%3A%22Z11%22%2C%22Z11K1%22%3A%22Z1002%22%2C%22Z11K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21394%22%2C%22Z21394K1%22%3A%5B%22Z6%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22664%22%2C%22Z22664K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q22006653%22%7D%2C%22Z22664K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q21264361%22%7D%2C%22Z22664K3%22%3A%22Z1002%22%7D%5D%7D%7D%7D%2C%22Z30009K2%22%3A%22Z801%22%7D final transformation]. The returned result is not actually empty; if you expand it, you can see that it is an unresolved function call. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 17 May 2026 (UTC) == [[Z35298]] == Does anyone know what the problem with this implementation is? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:14, 18 May 2026 (UTC) :There is a bug that doesn't allow Python implementation to return nested lists. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:31, 19 May 2026 (UTC) ::Is there a Phabricator task for this? Searching through them is hell. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 03:22, 20 May 2026 (UTC) :::A bit of time ago I opened [[phab:T392750]], which is very similar to this issue. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 05:26, 20 May 2026 (UTC) == May 2026 Wikimedia Café meetups regarding the Wikimedia Foundation Annual Plan == <div class="border-box" style="background-color: var(--background-color-warning-subtle, #f8eaba); max-width: 875px; padding: 5px; border: 1px solid black; margin: 5px; color: var(--clr-dark)"> <div class="box" style="float:left; padding-top: 15px; padding-right: 15px;">[[File:Wikimedia Café logo in plain SVG format.svg|75px|alt=The logo for the Wikimedia Café]]</div> Hello! There will be two '''[https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9 Wikimedia Café]''' discussion opportunities during the last weekend of May. Both sessions will focus on the [https://meta.wikimedia.org/wiki/Wikimedia_Foundation_Annual_Plan/2026-2027 the 2026-2027 Wikimedia Foundation Annual Plan]. Participants may attend either or both sessions. #'''Saturday, 30 May 2026 at 15:00 UTC''' ([https://zonestamp.toolforge.org/1780153200 timestamp converter]), at a time friendly to the Americas, Africa, and Europe #'''Sunday, 31 May 2026 at 05:00 UTC''' ([https://zonestamp.toolforge.org/1780203600 timestamp converter]), at a time friendly to Asia and the Pacific Café participants are highly encouraged to read in advance [https://en.wikipedia.org/wiki/User:Sohom_Datta/annual_plan_guide at least this summary of the plan]. Optionally, Café participants are encouraged to read portions of the plan that interest them and [https://meta.wikimedia.org/wiki/Talk:Wikimedia_Foundation_Annual_Plan/2026-2027 ask questions or provide feedback on the Annual Plan talk page]. Please see the Café page for more information, including [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#May_2026_meetings_with_a_focus_on_Wikimedia_Foundation_Annual_Plan/2026-2027 tables of timestamp conversions for both sessions], [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#Agenda._This_will_be_an_approximately_1_hour_Caf%C3%A9_session,_and_is_extendible_for_an_additional_30_minutes_if_needed. the agenda], and [https://meta.wikimedia.org/wiki/Wikimedia_Caf%C3%A9#How_to_attend_the_session how to register]! <br /> [[File:Buntstifte Eberhard Faber crop 64h.jpg|860px|alt=cropped image of colored pencils]]</div> <span style="white-space:nowrap;">[[User:Pine|<span style="color:#01796f; text-shadow:#00BFFF 0 0 1.0em">↠Pine</span>]] [[User talk:Pine|<span style="color:DeepSkyBlue">(<b style="color:#FFDF00;text-shadow:#FFDF00 0 0 1.0em">✉</b>)</span>]]</span> 19:56, 21 May 2026 (UTC) == How to handle items without lexemes == NLG functions relay heavily on the presence of lexemes associated to items on Wikidata. But we know that not all the Wikidata items have an associated lexeme. There are multiple reasons why an item does not have an associated lexeme, like: # The lexeme has not been created yet # The item represents a place # The item represents a person # The item represents a specific concept that can only be expressed by a specific combination of words that cannot be [[Wikidata:Wikidata:Lexicographical data/Notability|notable]] (like {{Q|Q61220733}}). My doubt is: what should we do with this fourth category? For many languages, just using the Wikidata item label is not possible, since it is necessary to conjugate the words or to retrieve grammatical information like the gender. What should we do? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 16:09, 23 May 2026 (UTC) :In that particular example, I think the thing to do is read its {{P|279}}: {{Q|21191270}}, then have some kind of heuristic based on that which says to take its {{P|8345}} and attach that Item's label to a Form of the word for "episode". In general, synthesising Lexemes for proper nouns is one of the problems that [[abstract:User:Dv103/Abstract_articles_architectures|proposals in your list here]] will have to address. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:59, 23 May 2026 (UTC) [[File:Wikidata content 2024.svg|thumb|Content of Wikidata by type]] ::{{ping|Dv103}} very good point. ::For your point 2, it depends of the place but I think that quite often a lexeme can be created (most "Administrative territorial entity", most geographical entity, etc.). And with 3, your can add a lot of types (see pie chart) : Scholarly article, Human (with a very few exception), Wikimedia Category, Disambig, etc. which is (rough estimation) 2/3 of Wikidata items. ::A common rule (in dictionaries since forever and in Lexemes) is to not create an entry which is the "sum of its part". In this case, "Star Trek episode" is just episode + Star Trek, nothing more than its part. So logically, as {{U|YoshiRulz}} said, when no corresponding lexeme is found, the item should be decomposed the same way, the hard part is to know how to decompose it as the property will vary ; P31 and P279 are an obvious start but beyond that, I'm not sure we could find a general solution. ::PS: it's beyond you question but there is also the reverse problem, how to select one lexeme when multiple are linked to the same item... ::Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 10:43, 24 May 2026 (UTC) :::For the point 2, I think humans will be used way more than scholarly articles and disambiguations in NLG functions (outside references), that's why humans concern me more (still a cool pie chart, though). :::For the reverse problem, there is already {{Z|Z27327}}: it's far from perfect, but usually makes a decent choice. Obviously it is not "complete", and probably it will never be complete, but it will have to be progressively improved by the community. And probably in the future we will need to create similar functions to select the best lexeme in more specific cases. :::For my fourth point, I didn't think about the decomposition, but it is something that could be done with another never-complete community-mantained function, that progressively keeps being improved. If [[Wikifunctions:Type proposals/Semantic unit|semantic units]] will be implemented, through them it could actually be possible to do this operation in a laguage-independent way. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:10, 24 May 2026 (UTC) ::{{re|YoshiRulz}} Proper noun synthesis, along with other fallbacks for realizing the names of concepts that don't have lexemes, is merely a step within the overall abstract content rendering process and is not inherently tied to the process itself; having the ability to [https://gitlab.com/mahir256/ninai/-/blob/main/ninai/graph/client.py#L327 run any number of fallback mechanisms], instead of a raw call to (the equivalent of) Z27327, should be possible with any of the methods listed on the architectures page. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 16:41, 24 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> :The new <code>return_type</code> param to [[Special:ListObjectsByType]] will show Functions returning e.g. {{Z|27951}} and {{Z|882}} if those are typed in manually, but the dropdown menu doesn't offer them, probably because it's a copy of the dropdown above (and there are no Persistent objects of those Types). [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:12, 26 May 2026 (UTC) ::@[[User:YoshiRulz|YoshiRulz]]: Correct, it's filtering for Types, which includes "real" enums like [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z20342&orderby=name Day of Roman year (Z20342)]; light-weight enums have downsides as well as upsides, of which this is one. :-( [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:39, 1 June 2026 (UTC) :::I assume you mean {{Z|17402}}, since {{Z|20342}} is not an enumeration type? But I never mentioned enums: My hypothesis is that a Type appears in the dropdown iff there is a Persistent object of that type (<code>Z2K2.Z1K1</code>). Whereas I would expect a Type to appear in the dropdown iff there are any Functions which return objects of that type (<code>Z2K2.Z8K2</code>). Or just show every Type in the return type dropdown, since [[Special:ListObjectsByType/Z39|you already have a "no results" message]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:53, 1 June 2026 (UTC) ::::@[[User:YoshiRulz|YoshiRulz]]: Yes, you are correct, the concept of a Type here means "there is a Persistent object of that type". Other things (in practice, light-weight enums like Z27951) aren't Types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:57, 1 June 2026 (UTC) == Type documentation template == Over the past couple of weeks, I've been developing and rolling out {{t|type documentation}}: a standardised layout for Type metadata, de/constructors, conversions, etc. on each Type's talk page. (The layout is loosely based on [[d:Template:Property documentation|Wikidata's]].) See [[Talk:Z16683|Integer]] for an example that uses most of its features, and [[Talk:Z99|Quote]] for one that doesn't.<br>At this point I can't think of anything more to add besides [[Help:Comparison_function_table/float64|filling out]] a couple more [[Help:Type_conversion_table/Codepoint|tables]]. But if any of you have ideas or feedback, please click through to the relevant talk page and leave me a message. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:29, 26 May 2026 (UTC) :I really like what you're doing here. Thank you. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 13:26, 26 May 2026 (UTC) :Yeah, nice work! I don’t think “Function declarations” is the best header for the collapsed table of searches by function signature, however. Now that it’s finally landed, we should probably include https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&return_type=Z16683 as well (outside the table). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:23, 26 May 2026 (UTC) == Apparent error in implementations of {{Z|20616}} == Please can I request help in how to understand a bug? Sorry if this is not the best place to ask. I created lexemes [[d:Lexeme:L1566135|langue morte L1566135]] in French and [[d:Lexeme:L1566139|lengua muerta L1566139]] in Spanish, with property {{P|5185}} set to {{Q|Q1775415}} in each case. {{Z|20616}} should return a list of the grammatical genders of a given lexeme. It has two implementations, {{Z|Z20641}} and {{Z|Z21127}}, each of which works perfectly in the French case, returning a list containing Q1775415. But in the Spanish case, each of the two implementations wrongly returns an empty list. I cannot understand what is going wrong. How can I find out what is happening here? I would be grateful for any help or advice. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:56, 26 May 2026 (UTC) :Both implementations return [https://www.wikifunctions.org/wiki/Z20616?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z20616%22%2C%22Z20616K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L1566139%22%7D%7D%7D the same result]. As you added the gender only yesterday, I suppose it must have still been looking at a cached version of the lexeme from before that edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 16:06, 26 May 2026 (UTC) ::Thank you for answering. Yes, it works now. I thought it might have been something like that, but I waited more than 12 hours before testing it again today. I think that whenever SPARQL is in use, there will be caching issues, and it is a very bad problem. Is there any way of clearing the cache, or knowing when the cache will next be cleared, or how long it is necessary to wait before the changes come through? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:59, 26 May 2026 (UTC) :::Well, it depends on the cache. “Wikidata entities in the orchestrator cache timeout after 24 hours” [https://t.me/Wikifunctions/28369 according to] @[[User:DMartin (WMF)|DMartin (WMF)]]. There is currently no way to clear that. I don’t think we have a handy guide to the different caches in operation, but the “general” function-call cache should be reset for a particular function when that function is edited. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:05, 26 May 2026 (UTC) ::::I think this is very unfortunate for anyone doing tests in Wikifunctions. So there is a 24-hour delay even applying to changes in Wikidata due to the Wikifunctions orchestrator cache, apart from any other caches such as the SPARQL one. I notice that an intermediate-level call using the [[d:Lexeme:L1566139|lengua muerta L1566139]] lexeme change, {{Z|33725}}, now works on "latín es una lengua muerta.", but the top-level call {{Z|26039}} still does not find the correct gender. If I test the function every 12 hours, does that mean that the erroneous result will be produced for ever, because it will always take the bad value less than 24 hours old from the cache? [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 13:45, 27 May 2026 (UTC) :::::I can only sympathize. :::::It seems to me that [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D this has been correct] for a couple of days. But in the general case, no, repeated use of cached results does not re-start the clock. That would indeed be most unfortunate! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:59, 27 May 2026 (UTC) ::::::It still doesn't work for me, it says "latín es un lengua muerta." But the test on the top-level implementation page, {{Z|33725}}, does work now. By the way, really it should say "el latín es una lengua muerta.", but that is another issue. Anyway, thanks a lot for your help. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:06, 27 May 2026 (UTC) :::::::Ah, yes… my mistake, sorry. :::::::It should be [https://www.wikifunctions.org/view/en/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q397%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q45762%22%7D%2C%22Z26039K3%22%3A%22Z1003%22%7D consistent now]. The “couple of days” is the clue here; we were getting a result from the function-call cache and this has now been refreshed by my edit. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:25, 27 May 2026 (UTC) ::::::::Yes, it all works now. Thanks. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 14:54, 27 May 2026 (UTC) == Vote now in the 2026 U4C election == <section begin="announcement-content" /> Eligible voters are asked to participate in the 2026 [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee|Universal Code of Conduct Coordinating Committee]] election. More information–including an eligibility check, voting process information, candidate information, and a link to the vote–are available on Meta at the [[m:Special:MyLanguage/Universal_Code_of_Conduct/Coordinating_Committee/Election/2026|2026 Election information page]]. The vote closes on 2 June 2026 at [https://zonestamp.toolforge.org/1780358400 00:00 UTC]. Please vote if your account is eligible. Results will be available by 14 June 2026. -- In cooperation with the U4C,<section end="announcement-content" /> [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 17:14, 27 May 2026 (UTC) <!-- Message sent by User:Keegan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Distribution_list/Global_message_delivery&oldid=30513860 --> == [[Z35880]] == The code of this implementation is adapted directly from [https://github.com/sutton-signwriting/core/blob/master/src/swu/swu-re.js]. I'm not sure why this function only works for "null" and "sort". Every other input causes the function to return [[Z577]]. Does anyone know what could be going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 21:47, 30 May 2026 (UTC) :Could you creade testcases showing this? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 21:55, 30 May 2026 (UTC) ::I determined that this problem was due to a problem with UTF encoding, and it has since been resolved. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:11, 31 May 2026 (UTC) == Continued WASI runner problems == I've continued to experience {{z|576}} on {{z|35904}}, despite [[phab:T419933|the purported fix]]. See {{z|35945}}. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 18:29, 31 May 2026 (UTC) :A possibly related issue while trying to add more rows in these articles : :1. https://abstract.wikipedia.org/view/en/Q16038495 :2. https://abstract.wikipedia.org/view/en/Q13581178 :So, I stopped at 2 rows. [[User:Jsamwrites|John Samuel]] 20:40, 31 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Hello. I would like to be able to use the function {{Z|Z26039}} to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: {{Z|Z26039}} calls a language-specific function like "Spanish article-less instantiating sentence" {{Z|Z26337}}, which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for {{Z|Z26039}} etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) tompizc9t4vwxwew6tktvqzfl8cx2xb Wikifunctions:Requests for deletions 4 1696 280749 280464 2026-06-05T15:32:24Z HenkvD 1290 280749 wikitext text/x-wiki <noinclude>__NEWSECTIONLINK__ __FORCETOC__</noinclude> Functions or implementations or tests which do not work properly, do not meet notability criteria or are duplicates of another object can be deleted. Please nominate items for deletions under the "Requests for deletion" section below. If it is obvious vandalism, just report it in [[Wikifunctions:Report vandalism]], or ping an [[Special:ListAdmins|administrator]]. Contact can also be made with an administrator on [https://t.me/Wikifunctions Telegram] or IRC [irc://irc.libera.chat/wikipedia-abstract #wikipedia-abstract]. If it is a predefined object (its ZID is less than 10000), please see [[Wikifunctions:Report a technical problem]]. {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} {{Archives|{{Special:PrefixIndex/Wikifunctions:Requests for deletions/Archive/|stripprefix=1}}}} = Requests for deletion = == [[Z18720]] == This kind of function is not supported, at least not in the way as it is currently implemented. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 20:24, 27 April 2026 (UTC) :CC @[[User:Ioaxxere|Ioaxxere]] <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 12:27, 28 April 2026 (UTC) :Why isn't it supported? This function would be useful on Wiktionary itself if we could call it from a template. [[User:Ioaxxere|Ioaxxere]] ([[User talk:Ioaxxere|talk]]) 13:47, 28 April 2026 (UTC) ::Web requests are not technically supported, and the Abstract Wikipedia team has no plans to support it. Functions should be deterministic, which means that they cannot rely on web requests. The proper way to do this would be to use the templates feature, you can do something like <nowiki>{{:hello}}</nowiki> to bring the full page hello a function call. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:53, 28 April 2026 (UTC) == [[Z18771]] == Duplicate of [[Z10251]]. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 12:51, 3 May 2026 (UTC) :{{s}} deletion, unless {{ping|Jsamwrites}} has a comment to make. This is a relatively old one, but WhatLinksHere shows that nothing uses it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:44, 3 May 2026 (UTC) :Thanks for pointing this out. However, there are implementations and test cases that cover more interesting use cases. Also added a composition function making use of {{Z|Z10251}} [[User:Jsamwrites|John Samuel]] 17:01, 3 May 2026 (UTC) ::It is possible to move these from the duplicate to the original function. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:49, 7 May 2026 (UTC) :::I have moved all the tests and implementations (except the one that is just using the older function) to Z10251. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 09:05, 17 May 2026 (UTC) == [[Z36041]] == Per clarification on Telegram, this doesn't work and isn't necessary. Please delete it and its tests. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:53, 4 June 2026 (UTC) == [[Z36100]] and [[Z36101]] == Please delete my newly created function {{Z|36100}} and implementation {{Z|36101}}. It may be deleted right away. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:32, 5 June 2026 (UTC) cfqdrw1pljcv9uba82aenolyyv8d4xa 280752 280749 2026-06-05T15:44:05Z Bunnypranav 9976 Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]]) 280752 wikitext text/x-wiki <noinclude>__NEWSECTIONLINK__ __FORCETOC__</noinclude> Functions or implementations or tests which do not work properly, do not meet notability criteria or are duplicates of another object can be deleted. Please nominate items for deletions under the "Requests for deletion" section below. If it is obvious vandalism, just report it in [[Wikifunctions:Report vandalism]], or ping an [[Special:ListAdmins|administrator]]. Contact can also be made with an administrator on [https://t.me/Wikifunctions Telegram] or IRC [irc://irc.libera.chat/wikipedia-abstract #wikipedia-abstract]. If it is a predefined object (its ZID is less than 10000), please see [[Wikifunctions:Report a technical problem]]. {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} {{Archives|{{Special:PrefixIndex/Wikifunctions:Requests for deletions/Archive/|stripprefix=1}}}} = Requests for deletion = == [[Z18720]] == This kind of function is not supported, at least not in the way as it is currently implemented. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 20:24, 27 April 2026 (UTC) :CC @[[User:Ioaxxere|Ioaxxere]] <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 12:27, 28 April 2026 (UTC) :Why isn't it supported? This function would be useful on Wiktionary itself if we could call it from a template. [[User:Ioaxxere|Ioaxxere]] ([[User talk:Ioaxxere|talk]]) 13:47, 28 April 2026 (UTC) ::Web requests are not technically supported, and the Abstract Wikipedia team has no plans to support it. Functions should be deterministic, which means that they cannot rely on web requests. The proper way to do this would be to use the templates feature, you can do something like <nowiki>{{:hello}}</nowiki> to bring the full page hello a function call. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:53, 28 April 2026 (UTC) == [[Z18771]] == Duplicate of [[Z10251]]. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 12:51, 3 May 2026 (UTC) :{{s}} deletion, unless {{ping|Jsamwrites}} has a comment to make. This is a relatively old one, but WhatLinksHere shows that nothing uses it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:44, 3 May 2026 (UTC) :Thanks for pointing this out. However, there are implementations and test cases that cover more interesting use cases. Also added a composition function making use of {{Z|Z10251}} [[User:Jsamwrites|John Samuel]] 17:01, 3 May 2026 (UTC) ::It is possible to move these from the duplicate to the original function. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:49, 7 May 2026 (UTC) :::I have moved all the tests and implementations (except the one that is just using the older function) to Z10251. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 09:05, 17 May 2026 (UTC) == [[Z36041]] == Per clarification on Telegram, this doesn't work and isn't necessary. Please delete it and its tests. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:53, 4 June 2026 (UTC) :{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 15:44, 5 June 2026 (UTC) {{Section resolved|1=<span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 15:44, 5 June 2026 (UTC)}} == [[Z36100]] and [[Z36101]] == Please delete my newly created function {{Z|36100}} and implementation {{Z|36101}}. It may be deleted right away. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:32, 5 June 2026 (UTC) 3e9vcg9x16e315h4srmtmgik7owaewk 280753 280752 2026-06-05T15:44:55Z Bunnypranav 9976 Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]]) 280753 wikitext text/x-wiki <noinclude>__NEWSECTIONLINK__ __FORCETOC__</noinclude> Functions or implementations or tests which do not work properly, do not meet notability criteria or are duplicates of another object can be deleted. Please nominate items for deletions under the "Requests for deletion" section below. If it is obvious vandalism, just report it in [[Wikifunctions:Report vandalism]], or ping an [[Special:ListAdmins|administrator]]. Contact can also be made with an administrator on [https://t.me/Wikifunctions Telegram] or IRC [irc://irc.libera.chat/wikipedia-abstract #wikipedia-abstract]. If it is a predefined object (its ZID is less than 10000), please see [[Wikifunctions:Report a technical problem]]. {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} {{Archives|{{Special:PrefixIndex/Wikifunctions:Requests for deletions/Archive/|stripprefix=1}}}} = Requests for deletion = == [[Z18720]] == This kind of function is not supported, at least not in the way as it is currently implemented. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 20:24, 27 April 2026 (UTC) :CC @[[User:Ioaxxere|Ioaxxere]] <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 12:27, 28 April 2026 (UTC) :Why isn't it supported? This function would be useful on Wiktionary itself if we could call it from a template. [[User:Ioaxxere|Ioaxxere]] ([[User talk:Ioaxxere|talk]]) 13:47, 28 April 2026 (UTC) ::Web requests are not technically supported, and the Abstract Wikipedia team has no plans to support it. Functions should be deterministic, which means that they cannot rely on web requests. The proper way to do this would be to use the templates feature, you can do something like <nowiki>{{:hello}}</nowiki> to bring the full page hello a function call. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:53, 28 April 2026 (UTC) == [[Z18771]] == Duplicate of [[Z10251]]. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 12:51, 3 May 2026 (UTC) :{{s}} deletion, unless {{ping|Jsamwrites}} has a comment to make. This is a relatively old one, but WhatLinksHere shows that nothing uses it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:44, 3 May 2026 (UTC) :Thanks for pointing this out. However, there are implementations and test cases that cover more interesting use cases. Also added a composition function making use of {{Z|Z10251}} [[User:Jsamwrites|John Samuel]] 17:01, 3 May 2026 (UTC) ::It is possible to move these from the duplicate to the original function. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:49, 7 May 2026 (UTC) :::I have moved all the tests and implementations (except the one that is just using the older function) to Z10251. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 09:05, 17 May 2026 (UTC) == [[Z36041]] == Per clarification on Telegram, this doesn't work and isn't necessary. Please delete it and its tests. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:53, 4 June 2026 (UTC) :{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 15:44, 5 June 2026 (UTC) {{Section resolved|1=<span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 15:44, 5 June 2026 (UTC)}} == [[Z36100]] and [[Z36101]] == Please delete my newly created function {{Z|36100}} and implementation {{Z|36101}}. It may be deleted right away. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:32, 5 June 2026 (UTC) :{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 15:44, 5 June 2026 (UTC) {{Section resolved|1=<span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 15:44, 5 June 2026 (UTC)}} g70rkwjzmknh7vzcupoxj900au7fie1 Wikifunctions:Community portal 4 1724 280744 278141 2026-06-05T14:33:58Z YoshiRulz 10156 /* What types of functions are allowed here? */ Reply 280744 wikitext text/x-wiki <div style="border:1px solid grey; margin:1em 4em 2em; padding:1.5em 1em;"> {{Shortcut|[[WF:CP]]}} <span style="font-size:2em;">Welcome to the '''community portal for Wikifunctions'''!</span> This is the central place to document Wikifunctions's to-do lists and ongoing project work. [To-do!] [[Special:MyLanguage/Wikifunctions:Catalogue|The catalogue of functions]] is a good place to start. For discussions, see [[Wikifunctions:Project chat]]. [[Category:Project]] </div> == Useful links == * [[Wikifunctions:List of policies and guidelines]] * [[Special:MyLanguage/Help:Contents|Help:Contents]] * [[Special:MyLanguage/Wikifunctions:Catalogue|Wikifunctions:Catalogue of functions]] ** [[Wikifunctions:Suggest a function]] * [[Wikifunctions:Type proposals]] * [[Special:MyLanguage/Wikifunctions:User scripts|Wikifunctions:User scripts]] * [[Wikifunctions:Requests for user groups]] * [[Wikifunctions:Requests for deletions]] == Noticeboards == * [[Wikifunctions:Project chat]] * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report vandalism]] * [[Wikifunctions:Translators' noticeboard]] == Task centre == === Perennial tasks === <!--Feel free to add new tasks to this section. However, if they are one-off requests, please add them to Tasks listed by users--> * [[File:OOjs UI icon language-ltr.svg|class=skin-invert]] [[Special:MyLanguage/Help:Multilingual|Translation]]: **[[Special:Random|Add a translation to a random object]] **[[Special:MyLanguage/Category:Policy|Add a translation to a policy page]] **[[Special:ListMissingLabels|See any objects without a label in a given language]] **[[Special:PageTranslation]] **[[Special:LanguageStats|Language statistics]] *[[File:Octicons-tools.svg|15px|class=skin-invert]] [[:Category:Tracking categories|Tracking categories]] * [[File:Octicons-tools.svg|15px|class=skin-invert]] [[Wikifunctions:Request for cleanup|Requests for cleanup]] === Tasks listed by users === :''Example:'' :* Fix [[Special:Random|this implementation]] please. {{User|Example2}} ::{{Done}}. Thanks for pointing that out! {{User|Example}} <hr/> __NEWSECTIONLINK__ [signing to enable reply link:--[[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:27, 6 May 2024 (UTC) :Heya, I tried to make a {{Z|Z29010}} implementation in composition <small>({{Z|Z29012}})</small>, but it errors out: <code>Unable to convert to canonical form (path to the problem: "Z22K2.K1.K1.K2.Z5K2.Z528K1.Z99K1.Z7K1.Z8K4.[ 1 ].Z14K2.Z26107K2.Z21394K1.[ 1 ].Z10771K1.Z23753K2.Z18K1.{&quot;Z1K1&quot;:&quot;Z18&quot;,&quot;Z6K1&quot;:&quot;Z29010K5&quot;,&quot;Z18K1&quot;:&quot;&quot;}")</code> - why does this happen, and how would I fix it? I tried to use {{Z|Z28030}} as a guide, but for a first dive into composition I may have taken on something a bit large. [[User:Infernostars|infernostars]] <small>([[User talk:Infernostars|talk]]) ([[Special:Contributions/Infernostars|contribs]])</small> 02:49, 23 October 2025 (UTC) ::When you go to {{Z|Z29012}} you'll see two red words "Function" and "Wikidata item". Both of those were not set in the composition, so it is missing information. There may be more deeper problems, but fix this first. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 03:33, 23 October 2025 (UTC) ::{{done}} Works now, seemed to be just a couple typos. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:14, 24 December 2025 (UTC) :Please connect the tests and implementation for {{Z|29750}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:33, 25 November 2025 (UTC) ::This ^ was done, so thanks for that, and I've now built a new function around it that's ready to be connected: {{Z|29749}}<!-- --><br>Having fallbacks to other languages and indicating such does of course raise the question of ''when'' it should be indicated, and I certainly don't have the answer, so I might leave this message here for the multilingual among you to see it and chime in. Either on [[Talk:Z24144]], or by way of adding a test case on one of these functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:42, 25 November 2025 (UTC) :::If it’s about the way labels in fallback languages are displayed, perhaps the [[Talk:Z21583|Discussion page]] for {{Z|Z21583}} would be a better location? There has been some discussion at [[Wikifunctions talk:Abstract Wikipedia/2025 fragment experiments#Proposed recommendation: Fragments should return Z11/monolingual strings]]. (The spinoff, [[Wikifunctions talk:Abstract Wikipedia/2025 fragment experiments#Fallbacks]], might also be relevant.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 15:23, 25 November 2025 (UTC) :Now that raising and catching errors has better support, [[Z28159]] should take an {{Z|50}} instead of a ZID {{Z|6}}. Unfortunately it's already been used in other functions so it might be a pain to change. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:20, 21 December 2025 (UTC) ::Yes. I think this gets fixed along with {{Z|Z28162}}, which is listed in [[Wikifunctions:Request for cleanup#Function:(!) throw error (Z28154)]]. ::@[[User:Dv103|Dv103]] I was thinking we might just wrap {{Z|851}}? Custom errors will support only strings for the foreseeable future, as I understand it [can’t currently locate the relevant comment on Phabricator]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:12, 21 December 2025 (UTC) :The simple implementation for {{Z|30737}} is failing with [[Z516]], even though I can get a (correct) result by [https://www.wikifunctions.org/view/en/Z12681?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z12681%22%2C%22Z12681K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22475%22%2C%22Z22475K1%22%3A%7B%22Z1K1%22%3A%22Z39%22%2C%22Z39K1%22%3A%22K1%22%7D%2C%22Z22475K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30260%22%2C%22Z30260K1%22%3A%5B%22Z6095%22%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L100%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L101%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L102%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L103%22%7D%5D%2C%22Z30260K2%22%3A%5B%22Z6030%22%2C%22Z6031%22%5D%2C%22Z30260K3%22%3A%5B%22Z60%22%5D%2C%22Z30260K4%22%3A%5B%22Z6092%22%5D%7D%7D%7D calling those functions on the test input]. Oddly enough [https://www.wikifunctions.org/view/en/Z12681?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z12681%22%2C%22Z12681K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22475%22%2C%22Z22475K1%22%3A%7B%22Z1K1%22%3A%22Z39%22%2C%22Z39K1%22%3A%22K1%22%7D%2C%22Z22475K2%22%3A%7B%22Z1K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z883%22%2C%22Z883K1%22%3A%22Z1%22%2C%22Z883K2%22%3A%22Z1%22%7D%2C%22K1%22%3A%5B%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z882%22%2C%22Z882K1%22%3A%22Z1%22%2C%22Z882K2%22%3A%22Z1%22%7D%2C%7B%22Z1K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z882%22%2C%22Z882K1%22%3A%22Z1%22%2C%22Z882K2%22%3A%22Z1%22%7D%2C%22K1%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%226%22%7D%2C%22K2%22%3A%22Abacus%22%7D%5D%7D%7D%7D a trivial input] causes that to fail with the same error. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:43, 26 December 2025 (UTC) ::Sorry, I missed this one. Initial validation rejects a map with {{Z|Z1}} as its key type. Although it’s not guaranteed to be hashable, [[Z1]] should probably be admitted as a placeholder {{Z|Z4}}. In any event, using {{Z|Z6}} as the alternative seems to work and does not restrict the map to having only Strings for keys (as seen in {{Z|Z30906}}, where the keys have {{Z|Z39}} for their Type). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:18, 31 December 2025 (UTC) :::[[Z30907|Documented]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:50, 31 December 2025 (UTC) :The implementation for {{Z|29183}} is slightly incorrect, it needs to subtract 9 on the condition that variable <code>add</code> is &gt;9 (tests &gt;10 currently). For me to change {{Z|29185}}, the implementation needs to be disconnected from {{Z|29183}} by a functioneer ([[Special:ListUsers/functioneer]]) first. The english wiki also warns about using negative values as input for the modulo operation, so, in addition, the result computation should be rephrased to be <syntaxhighlight lang="python"> def intdivceil(x, d): return x//d + (0 if x % d == 0 else 1) return 10 * intdivceil(sum, 10) - sum </syntaxhighlight> :I'd also like to have all test cases of {{Z|29183}} connected by a functioneer, after changes to {{Z|29185}} have been commited. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 21:54, 2 January 2026 (UTC) ::Disconnected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:12, 2 January 2026 (UTC) :::Thanks, changes done - please reconnect. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 22:33, 2 January 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 23:08, 2 January 2026 (UTC) :::Weird: {{Z|30940}} and {{Z|30941}} tests do not pass after the reconnect, although [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29183%22%2C%22Z29183K1%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%2290544230009%22%7D%7D running them manually] produces the expected result. Judging from the timestamps within the detail view, pressing the Refresh-Button does not actually re-run the tests. :::It seems that their results have been generated with the previous function. Can you make an effort to dis- and reconnect these two tests? The (unconfirmed) presumption is that tests only run on demand (event-triggered vs time scheduled). If this is true it may be noteworthy in the [[WF:FAQ]]. :::The first test, {{Z|29184}}, did not exhibit the same problem, it has been updated as expected. Because the execution timestamps of all three tests do not vary greatly, they were probably triggered, correctly so, by the same event. In theory they should then have consequently worked on the same function - since the test results suggest different, there could have either been a race condition or a stale cache, eventually with some tests running before the action that triggered them was fully committed. If this is not a timing issue, the response to the connection event might miss to update some of the data structures associated with the connected tests and simply run them unchanged, but this is speculative. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 01:38, 3 January 2026 (UTC) ::::Yeah the cached failures are super annoying, I think they reduced the cache duration recently but it's still too high IMO. Disconnecting and reconnecting the Implementation triggered them to run again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:16, 3 January 2026 (UTC) :Can somebody connect the tests and implementation of this function? [[Z31047|arithmetical average of numbers (Z31047)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 04:35, 13 January 2026 (UTC) ::The implementation seems to fail all the tests. I suspect from the use of <code>{}</code> in Python code. Besides, on the implementation ({{Z|Z31048}}), it used <code>sum</code> as variable, which I don't think allowable in Python. Try to use another variable name. Last, what is the expected result of {{Z|Z31050}}? [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 04:50, 13 January 2026 (UTC) :::Sorry, @[[User:Sys64ish|Sys64ish]], I just got the expected result from {{Z|31050}}. I have connected the test cases, but not yet for the implementation as you may want to fix it first(?) [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 05:05, 13 January 2026 (UTC) ::::Fixed it, passes tests [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 05:09, 13 January 2026 (UTC) :::::{{Done}} connected! [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 05:11, 13 January 2026 (UTC) :When I go to add a test to this function, for some reason I cannot select a fixed value for the expected value, the type is fixed to a function call. Can somebody fix this? [[Z31051|graph a one parameter function (Z31051)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 06:16, 13 January 2026 (UTC) ::You need to select an equality function, which in this case would be {{Z|889}} with {{Z|20924}} as an argument. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:59, 13 January 2026 (UTC) :::Just what I was about to say, only shorter! :::I had a look at the Python implementation and that doesn’t appear to be viable, because a {{Z|Z8}} object is data, not a callable Python function. I think a composition is the only option here, but we don’t appear to have a [[Special:Search/:"z8k2 z1k1 z7 z7k1 z881 z881k1 Z20838"|generator function for ]]{{Z|Z20838}} yet ([[Special:Search/:"z8k2 z1k1 z7 z7k1 z881 z881k1 z19677"|nor for rationals]]). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:39, 13 January 2026 (UTC) :Can somebody connect the tests and implementations of this function? [[Z31079|decimal number range (Z31079)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 13:57, 14 January 2026 (UTC) ::I’ve connected the test but there are a few issues with the implementation. The function has no return and the list to return shouldn’t be called range, as that overwrites the built-in range() function. Wikifunctions.Error requires a list of strings and you should probably guard against K3 being zero. Just let us know if you need any help with this. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:22, 14 January 2026 (UTC) :::I think I fixed the implementation [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 14:28, 14 January 2026 (UTC) ::::Looks close. You probably want to *return* Wikifunctions.Error in order to halt execution. The K1 and K2 arguments are float64s rather than strings, so they need coercing to str for the error. You still risk a divide by zero if K3 has no guard. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:48, 14 January 2026 (UTC) :::::I fixed it now, tests are passing(?) and when I run it locally it works as intended. [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 02:22, 15 January 2026 (UTC) ::::::{{done}} ::::::I created {{Z|31093}} to fix the last test, since your Python implementation was returning slightly inaccurate values for [[w:en:Floating-point_arithmetic#Accuracy_problems|reasons]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 11:11, 15 January 2026 (UTC) :Can somebody connect the impl. and test cases of these functions? [[Z31051|generate real (float64) list from a function (Z31051)]] [[Z31111|increment (float64) (Z31111)]] [[Z31116|decrement (float64) (Z31116)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 00:11, 16 January 2026 (UTC) ::Mostly. I see {{Z|Z31051}} has its Minimum and Maximum defined as integers rather than float64, as defined for the generator. Something has to change here, and I’m guessing it’s [[Z31051]], so I disconnected its implementation again. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 01:31, 16 January 2026 (UTC) :::all inputs except the input for the function are now float64 [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 13:36, 16 January 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:07, 16 January 2026 (UTC) : Can someone here connect the implementation and test cases of this function: [[Z18679|Malay cardinal to ordinal]]? {{User|Hakimi97}} :: {{Done}} [[User:Sys64ish|Sys32ish]] ([[User talk:Sys32ish|talk]]) 09:16, 19 January 2026 (UTC) :Can someone please add the following IPA symbols needed for {{Z|Z1099}} to <code>lookup</code> in the JavaScript implementation {{Z|Z29880}}? : "ɐ": "Q503323", : "u": "Q29653", : "ɕ": "Q605116", : "x": "Q271603", : "ʑ": "Q684085", : "ɣ": "Q654670", : "ʀ": "Q864677", : "χ": "Q849796", : "ʁ": "Q1054276", : "o": "Q862579", : "æ": "Q740768", : "ɪ": "Q1070049", : "ʊ": "Q1137807", :Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:23, 27 February 2026 (UTC) ::I forgot to mention the ligatures ::"ʤ": "Q778145", ::"ʧ": "Q518603", ::which could be put next to the already present ::"dʒ": "Q778145", ::"tʃ": "Q518603", ::--[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:24, 27 February 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 00:33, 28 February 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 08:59, 28 February 2026 (UTC) :::May I ask to add the pairs as well? They can also occur in {{Z|1099}}. :::"ŋ": "Q463515" :::"ø": "Q118519" :::Thanks. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:48, 11 April 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 06:57, 12 April 2026 (UTC) :::::Thank you! (I overlooked that "ŋ" was already present). --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 16:42, 12 April 2026 (UTC) : Can someone connect up [[Z31844]] and [[Z31837]]. These are better than the other implementations on their pages. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 09:04, 1 March 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 11:12, 1 March 2026 (UTC) :Hello, please connect {{Z|Z31729}}'s implementation and test cases. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 10:48, 8 March 2026 (UTC) ::The implementation does not seem to pass any of the test case. If you click on the [[File:Icon Information.svg|Icon_Information|15px|class=skin-invert-image]] (i) icon on the test status, you can find the error, what the implementation output, etc. Try to fix the implementation first. Thanks! [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 11:22, 8 March 2026 (UTC) ::It seems you're returning a string value when it expects a HTML fragment. HTML fragment and string are different. Maybe you can change the output type to string? [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 11:44, 10 March 2026 (UTC) :::Thanks for running the tests, @[[User:NikolasKHF|NikolasKHF]]; I couldn’t run them on my own (seemingly because I don’t have the needed right). I will fix the errors. :::Thanks for looking into this, @[[User:Sys64ish|Sys64ish]]. I actually did want to return an HTML fragment instead of a string because I think that would be more useful on the wikis. However, it looks like I forgot to convert the string for most cases where an output is returned (hence why only one test failure actually complains about the output value being incorrect). [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 10 March 2026 (UTC) :::I have fixed the errors and added a new test case. Please connect the implementation and all the test cases now. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 10:23, 28 March 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:04, 28 March 2026 (UTC) :Can someone connect [[Z31994]] and [[Z31999]] with its tests and implementations. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 08:41, 11 March 2026 (UTC) ::{{done}} [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 08:49, 11 March 2026 (UTC) :::Oh yeah I also made another function now, [[Z32004]]. Can someone connect its implementations and tests. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 09:02, 11 March 2026 (UTC) ::::{{done}} [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 09:23, 11 March 2026 (UTC) :Can someone connect up [[Z32013]]. Also how do you become able to connect and disconnect implementations? Is it only available to extended confirmed users? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 10:06, 12 March 2026 (UTC) ::I don’t believe this implementation should be connected at this time. The existing Python implementation respects the community consensus represented by the test cases connected to {{Z|Z24144}}. What do you think, @[[User:99of9|99of9]]? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:28, 12 March 2026 (UTC) :::Fair, I didn't realise the test cases served as implicit consensus. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 11:42, 12 March 2026 (UTC) ::::No worries. It’s not clearly articulated, but we’ll clarify that later. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:51, 12 March 2026 (UTC) :::I'm not sure. At the moment it correctly reproduces all those we got "consensus" for. So in some sense this implementation is just suggesting/assuming extra fallbacks for those we haven't properly considered? One option would be to connect it and then add counter test cases if we ever felt we didn't like it's current suggestions. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:30, 13 March 2026 (UTC) ::::We should be careful… It’s not easy to tell how many test case results would be affected. It’s easy enough to disconnect again, of course, so I’m happy to give it a go while activity in this domain is at a low ebb. {{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:04, 13 March 2026 (UTC) ::To connect implementations, you need Functioneer rights, which can be requested here [[Wikifunctions:Requests for user groups]]. There is a 48-hour waiting period. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:32, 12 March 2026 (UTC) :Can someone connect up [[Z32027]] with its implementation and test? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 08:29, 13 March 2026 (UTC) ::And also [[Z32031]]. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 10:16, 13 March 2026 (UTC) :::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:51, 13 March 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:50, 13 March 2026 (UTC) {{tracked|T419920|resolved}} :What is wrong with my implementation at [[Z32055]]? Looking at the failed test, it returns an error because 'dict' has no attribute 'split', but I didn't use split anywhere in my code. What is the issue? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 01:38, 14 March 2026 (UTC) ::I think that error message is coming from the [[Z20424|type converter]]. I think <code>Z20424K1['Z20420K2']['Z20342K1']</code> would be a dictionary representing a {{Z|16098}} but the code is written as though it were a string? Neither Python nor type converters are in my wheelhouse. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:49, 14 March 2026 (UTC) :::I think this is [[:phab:T419920]] and presumed to be a consequence of this week’s rollout of “v2”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:08, 14 March 2026 (UTC) ::The type converter issue has gone away, but your Implementation doesn't quite match the tests (and composition), so I've disconnected it again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:54, 20 March 2026 (UTC) :What is wrong with my implementation at {{Z|Z32851}}? Btw, it would be really useful if errors said which dependency produced the error, instead of just saying "Error in evaluation". [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 07:18, 28 March 2026 (UTC) ::You were catching the wrong {{Z|50}}, but then the error should have bubbled up so you could see it. I think there's something broken in the site w/ {{Z|11}} right now since [[Z32804|I ran into a similar problem yesterday]]. (And to contradict my note there, while debugging your implementation I saw the same behaviour regardless of if I used [[Z26107]] or a literal Z11, so it must be a bug in WikiLambda.) [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 08:14, 28 March 2026 (UTC) :::Seems to be resolved now. Your implementation has already been connected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:01, 2 April 2026 (UTC) :Any guesses as to why [[Z32805]] is failing for [[Z33090]]? It says {{Z|507}} but still produces a value. Inspecting the actual and expected values ([https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z881%22%2C%22Z881K1%22%3A%22Z89%22%7D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3E%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3EA%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3EB%3C%2Fth%3E%22%7D%5D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3E1%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EA1%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EB1%3C%2Ftd%3E%22%7D%5D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3E2%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EA2%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EB2%3C%2Ftd%3E%22%7D%5D%5D%7D via echo]), I can see they're identical. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:44, 3 April 2026 (UTC) ::My guess is that there is a bug relating to {{Z|Z877}}. There are no guarantees, but switching the equality function seems successful. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:56, 3 April 2026 (UTC) :I suggested disconnecting implementations without mul fallback from {{Z|Z23753}} here: [[Talk:Z23753#Disconnect implementations without mul fallback]]. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 17:30, 11 April 2026 (UTC) :Can someone please connect the implementation and test cases here? {{Z|Z31832}} Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:44, 11 April 2026 (UTC) ::{{D}} [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 18:49, 11 April 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:51, 11 April 2026 (UTC) :Can someone please connect the implementation and test cases here? {{Z|Z33340}} Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:24, 11 April 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 21:04, 11 April 2026 (UTC) :::Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 21:05, 11 April 2026 (UTC) :Me again: can someone please connect the implementation and test cases of {{Z|Z33333}}? Thanks. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 21:51, 11 April 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 21:59, 11 April 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 22:15, 11 April 2026 (UTC) :Is it possible to add the variant of Chinese in {{Z|Z24309}}? The following is the fallback mechanism based on practical implementation on zhwiki ([[:zh:Wikipedia:地区词处理]]). :<syntaxhighlight lang="python"> 'zh': ['zh', 'zh-hant', 'zh-hans' 'mul', 'en'], 'zh-hant': ['zh-hant', 'zh', 'mul', 'en'], 'zh-hans': ['zh-hans', 'zh', 'mul', 'en'], 'zh-tw': ['zh-tw', 'zh-hant', 'zh', 'mul', 'en'], 'zh-hk': ['zh-hk', 'zh-hant', 'zh-tw', 'zh', 'mul', 'en'], 'zh-mo': ['zh-mo', 'zh-hk', 'zh-hant', 'zh-tw', 'zh', 'mul', 'en'], 'zh-cn': ['zh-cn', 'zh-hans', 'zh', 'mul', 'en'], 'zh-sg': ['zh-sg', 'zh-hans', 'zh-cn', 'zh', 'mul', 'en'], 'zh-my': ['zh-my', 'zh-sg', 'zh-hans', 'zh-cn', 'zh', 'mul', 'en'], </syntaxhighlight> : Is the function supposed to be hardcoded like this? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:06, 13 April 2026 (UTC) :: Sorry, I think we can omit zh-hant and zh-hans, as they are just the default implementation. I am also not sure whether zh should be included. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 11:08, 13 April 2026 (UTC) ::{{d}} [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:07, 13 April 2026 (UTC) ::The list is hardcoded because, for now, there is no better option. I tried to implement the function with an external Typed map, but the composition is too long and convoluted. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:08, 13 April 2026 (UTC) :::Now I've managed to do it: the external map is {{Z|Z33395}}. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:23, 13 April 2026 (UTC) ::::Thank you @[[User:Dv103|Dv103]]. There are a few corrections that needs to be done: ::::*In both [[Z32013]] and [[Z33395]], there is an extra line of <code>"zh-hk": "zh-hant"</code>. ::::*Per Cantonese (yue) local consensus, the fallback language of yue (and yue-hans/t) should be English (en) rather than zh(-xx). ::::*There are some duplicates in the resulting list (see [[Z33436]]) since it falls into the while-loop multiple times (when 'lastcode' appears in 'codes' and before "mul" and "en" are added). This can be fixed by either modifying the while-loop (perhaps better approach) or hardcoding the whole list including mul and en. ::::*After doing some research, I think the fallback chain should follow the [https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/languages/messages/ gerrit files]. Please update the fallback chain according to the gerrit files. (Also, add zh-hant and zh-hans according to gerrit (but fix the point above first, otherwise there would be an infinite loop)) ::::Thank you. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 07:26, 14 April 2026 (UTC) :::::@[[User:Winston Sung|Winston Sung]], could you look into this and see if we can utilize gerrit directly? Or any other approaches that is better than hardcoding. Thank you. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 09:05, 14 April 2026 (UTC) ::::::Once they are in they won't change often, so this is not a terrible case for hardcoding. --~ [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:34, 14 April 2026 (UTC) :::::I also don't see why we have to follow gerrit. Users here are welcome to come to consensus about how their language should operate on WF. Gerrit could be a good starting point, but I think we should retain agency. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:36, 14 April 2026 (UTC) ::::::Fair point. I think we can follow gerrit for now, as it should represent a consensus (more or less) for their language on other Wikimedia project. It would indeed not be a problem for hardcoding. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 12:19, 14 April 2026 (UTC) :{{Z|26107}} is still broken it seems. And unlike last time I ran into it, [[Z33664|this time]] I don't have the luxury of using a literal Z11. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:33, 18 April 2026 (UTC) ::To me it seems that it is working fine. Could you create a test that fails? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 09:43, 18 April 2026 (UTC) :::[[Z33730]], and from last time, [[Z32804]] [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:48, 18 April 2026 (UTC) ::::I've connected those, and disabled the Implementation [[Z27080]] for now since the Function's other Implementations pass them. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:14, 18 April 2026 (UTC) ::::These are not standard tests, because the outer call of the test is not the tested function. I wonder if that is causing the failures. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:18, 18 April 2026 (UTC) :::::Pretty sure it must be a v2 bug. The argument references must be resolved upstream; once they arrive here, it’s too late. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:25, 18 April 2026 (UTC) {{tracked|T423853}} ::I think it’s the apply that is failing. The argument references [https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13436%22%2C%22Z13436K1%22%3A%22Z26107%22%2C%22Z13436K2%22%3A%22Z1444%22%2C%22Z13436K3%22%3A%5B%22Z6%22%2C%221%22%2C%222%22%5D%7D%7D appear unresolved]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 18 April 2026 (UTC ::::I’ve added {{Z|Z33748}} to demonstrate the problem. I’ll file a ticket tomorrow, referencing {{Z|Z32804}} as well. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:09, 18 April 2026 (UTC) :Can someone import the {{t|about}} hatnote from one of the other wikis? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:40, 1 May 2026 (UTC) :[[Module:Navbar]] seems to be broken; there's no rule for <code>.hlist > ul</code> present in the page. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:39, 3 May 2026 (UTC) :Ugh I accidentally entered [[Z34853|this expression]] as the ''type'' for a persistent object instead of its value, and now I can't edit it. Please fix. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:12, 6 May 2026 (UTC) ::Sorry, the type of an existing object can only be changed by an administrator or staff. Please request at [[Wikifunctions:Administrators' noticeboard]] if no one spots your request here. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 08:19, 6 May 2026 (UTC) :::I briefly tried yesterday, but couldn't see a way to do it in the interface. Perhaps easier to just make a new object and delete this one? --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 22:03, 6 May 2026 (UTC) ::::I could be wrong, but I think you just need to copy the list, replace the call to {{Z|Z801}} with a call to {{Z|Z881}} and paste in the copied list. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:28, 6 May 2026 (UTC) :::::I tried this, but after Z881 it gives me an actual new list where I could past the copied list as the first item, but not as the whole list. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 23:45, 6 May 2026 (UTC) ::::::Makes sense. A persistent function call is not permitted, after all. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:54, 7 May 2026 (UTC) ==== Connection / Disconnection requests ==== Moved to [[Wikifunctions:Requests for connection and disconnection]] ==== [[WF:HL]] ==== I have recently drafted some revamps of [[Wikifunctions:Human languages]] ([[User:Xeroctic/Human languages]]) and [[Wikifunctions:Reserved ZIDs]] ([[User:Xeroctic/Reserved ZIDs]]) in my userspace, and I think they are ready to replace the originals. I have not included translation tags for HL (which would be entirely different) and they need major modification for RZIDs to add or re-add them, so I would like that to be done as well. — [[User:Xeroctic|Xeroctic]] ([[User talk:Xeroctic|talk]]) 16:39, 3 November 2025 (UTC) : {{s}} since Xeroctic's versions improve readability. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 11:17, 24 November 2025 (UTC) :: Restoring this unresolved thread which was archived in oldid 237379. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 14:36, 16 January 2026 (UTC) :[[WF:Human languages]]: Copying the categorisation from enWiktionary seems like a good idea. I don't understand why this page is separate from [[WF:Catalogue/Natural language operations]] though? (time/happenstance? [[WT:Human_languages#proposal|previous disc.]]) Redlinks to cataloguing subpages will remain red unless and until someone makes an NLG function in that language. :[[WF:Reserved ZIDs]]: Using the live labels is an obvious improvement. I appreciate it being kept up-to-date. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:55, 16 January 2026 (UTC) :{{support}} per Arlo Barnes and YoshiRulz [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 01:11, 11 March 2026 (UTC) :{{support}} Let’s do this already. --[[User:Mormegil|Mormegil]] ([[User talk:Mormegil|talk]]) 08:33, 27 March 2026 (UTC) :{{done}}, [[Special:Permalink/264775]] and [[Special:Permalink/264777]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:34, 11 April 2026 (UTC) == What types of functions are allowed here? == Do functions here have to considered useful? What are the guidelines for what functions are allowed? [[User:Logogram9|Logogram9]] ([[User talk:Logogram9|talk]]) 20:37, 25 May 2026 (UTC) :See [[WF:Valuable]] and [[WF:NOT]]. The enforcement is a bit weak atm, but if you want to make Functions which are guaranteed safe from deletion in future, you should consider immediate usefulness to Wikipedias and Wiktionaries, and avoid any which are locked to a specific language (outside of an NLG Function hierarchy ofc) or which use the "wrong" input/output Types. Since I happen to have looked at all 4000+ Functions, I can tell you that there are a handful from fields as diverse as [[Z26830|meteorology]], [[Z14226|railroad engineering (name?)]], [[Z24497|quantum mechanics]], and [[Z22162|genomics]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:33, 5 June 2026 (UTC) a5y7i6cpij7rsf1p46pw6060g4lkfql 280754 280744 2026-06-05T15:46:53Z YoshiRulz 10156 /* What types of functions are allowed here? */ 280754 wikitext text/x-wiki <div style="border:1px solid grey; margin:1em 4em 2em; padding:1.5em 1em;"> {{Shortcut|[[WF:CP]]}} <span style="font-size:2em;">Welcome to the '''community portal for Wikifunctions'''!</span> This is the central place to document Wikifunctions's to-do lists and ongoing project work. [To-do!] [[Special:MyLanguage/Wikifunctions:Catalogue|The catalogue of functions]] is a good place to start. For discussions, see [[Wikifunctions:Project chat]]. [[Category:Project]] </div> == Useful links == * [[Wikifunctions:List of policies and guidelines]] * [[Special:MyLanguage/Help:Contents|Help:Contents]] * [[Special:MyLanguage/Wikifunctions:Catalogue|Wikifunctions:Catalogue of functions]] ** [[Wikifunctions:Suggest a function]] * [[Wikifunctions:Type proposals]] * [[Special:MyLanguage/Wikifunctions:User scripts|Wikifunctions:User scripts]] * [[Wikifunctions:Requests for user groups]] * [[Wikifunctions:Requests for deletions]] == Noticeboards == * [[Wikifunctions:Project chat]] * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report vandalism]] * [[Wikifunctions:Translators' noticeboard]] == Task centre == === Perennial tasks === <!--Feel free to add new tasks to this section. However, if they are one-off requests, please add them to Tasks listed by users--> * [[File:OOjs UI icon language-ltr.svg|class=skin-invert]] [[Special:MyLanguage/Help:Multilingual|Translation]]: **[[Special:Random|Add a translation to a random object]] **[[Special:MyLanguage/Category:Policy|Add a translation to a policy page]] **[[Special:ListMissingLabels|See any objects without a label in a given language]] **[[Special:PageTranslation]] **[[Special:LanguageStats|Language statistics]] *[[File:Octicons-tools.svg|15px|class=skin-invert]] [[:Category:Tracking categories|Tracking categories]] * [[File:Octicons-tools.svg|15px|class=skin-invert]] [[Wikifunctions:Request for cleanup|Requests for cleanup]] === Tasks listed by users === :''Example:'' :* Fix [[Special:Random|this implementation]] please. {{User|Example2}} ::{{Done}}. Thanks for pointing that out! {{User|Example}} <hr/> __NEWSECTIONLINK__ [signing to enable reply link:--[[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:27, 6 May 2024 (UTC) :Heya, I tried to make a {{Z|Z29010}} implementation in composition <small>({{Z|Z29012}})</small>, but it errors out: <code>Unable to convert to canonical form (path to the problem: "Z22K2.K1.K1.K2.Z5K2.Z528K1.Z99K1.Z7K1.Z8K4.[ 1 ].Z14K2.Z26107K2.Z21394K1.[ 1 ].Z10771K1.Z23753K2.Z18K1.{&quot;Z1K1&quot;:&quot;Z18&quot;,&quot;Z6K1&quot;:&quot;Z29010K5&quot;,&quot;Z18K1&quot;:&quot;&quot;}")</code> - why does this happen, and how would I fix it? I tried to use {{Z|Z28030}} as a guide, but for a first dive into composition I may have taken on something a bit large. [[User:Infernostars|infernostars]] <small>([[User talk:Infernostars|talk]]) ([[Special:Contributions/Infernostars|contribs]])</small> 02:49, 23 October 2025 (UTC) ::When you go to {{Z|Z29012}} you'll see two red words "Function" and "Wikidata item". Both of those were not set in the composition, so it is missing information. There may be more deeper problems, but fix this first. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 03:33, 23 October 2025 (UTC) ::{{done}} Works now, seemed to be just a couple typos. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:14, 24 December 2025 (UTC) :Please connect the tests and implementation for {{Z|29750}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:33, 25 November 2025 (UTC) ::This ^ was done, so thanks for that, and I've now built a new function around it that's ready to be connected: {{Z|29749}}<!-- --><br>Having fallbacks to other languages and indicating such does of course raise the question of ''when'' it should be indicated, and I certainly don't have the answer, so I might leave this message here for the multilingual among you to see it and chime in. Either on [[Talk:Z24144]], or by way of adding a test case on one of these functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:42, 25 November 2025 (UTC) :::If it’s about the way labels in fallback languages are displayed, perhaps the [[Talk:Z21583|Discussion page]] for {{Z|Z21583}} would be a better location? There has been some discussion at [[Wikifunctions talk:Abstract Wikipedia/2025 fragment experiments#Proposed recommendation: Fragments should return Z11/monolingual strings]]. (The spinoff, [[Wikifunctions talk:Abstract Wikipedia/2025 fragment experiments#Fallbacks]], might also be relevant.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 15:23, 25 November 2025 (UTC) :Now that raising and catching errors has better support, [[Z28159]] should take an {{Z|50}} instead of a ZID {{Z|6}}. Unfortunately it's already been used in other functions so it might be a pain to change. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:20, 21 December 2025 (UTC) ::Yes. I think this gets fixed along with {{Z|Z28162}}, which is listed in [[Wikifunctions:Request for cleanup#Function:(!) throw error (Z28154)]]. ::@[[User:Dv103|Dv103]] I was thinking we might just wrap {{Z|851}}? Custom errors will support only strings for the foreseeable future, as I understand it [can’t currently locate the relevant comment on Phabricator]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:12, 21 December 2025 (UTC) :The simple implementation for {{Z|30737}} is failing with [[Z516]], even though I can get a (correct) result by [https://www.wikifunctions.org/view/en/Z12681?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z12681%22%2C%22Z12681K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22475%22%2C%22Z22475K1%22%3A%7B%22Z1K1%22%3A%22Z39%22%2C%22Z39K1%22%3A%22K1%22%7D%2C%22Z22475K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30260%22%2C%22Z30260K1%22%3A%5B%22Z6095%22%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L100%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L101%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L102%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L103%22%7D%5D%2C%22Z30260K2%22%3A%5B%22Z6030%22%2C%22Z6031%22%5D%2C%22Z30260K3%22%3A%5B%22Z60%22%5D%2C%22Z30260K4%22%3A%5B%22Z6092%22%5D%7D%7D%7D calling those functions on the test input]. Oddly enough [https://www.wikifunctions.org/view/en/Z12681?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z12681%22%2C%22Z12681K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22475%22%2C%22Z22475K1%22%3A%7B%22Z1K1%22%3A%22Z39%22%2C%22Z39K1%22%3A%22K1%22%7D%2C%22Z22475K2%22%3A%7B%22Z1K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z883%22%2C%22Z883K1%22%3A%22Z1%22%2C%22Z883K2%22%3A%22Z1%22%7D%2C%22K1%22%3A%5B%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z882%22%2C%22Z882K1%22%3A%22Z1%22%2C%22Z882K2%22%3A%22Z1%22%7D%2C%7B%22Z1K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z882%22%2C%22Z882K1%22%3A%22Z1%22%2C%22Z882K2%22%3A%22Z1%22%7D%2C%22K1%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%226%22%7D%2C%22K2%22%3A%22Abacus%22%7D%5D%7D%7D%7D a trivial input] causes that to fail with the same error. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:43, 26 December 2025 (UTC) ::Sorry, I missed this one. Initial validation rejects a map with {{Z|Z1}} as its key type. Although it’s not guaranteed to be hashable, [[Z1]] should probably be admitted as a placeholder {{Z|Z4}}. In any event, using {{Z|Z6}} as the alternative seems to work and does not restrict the map to having only Strings for keys (as seen in {{Z|Z30906}}, where the keys have {{Z|Z39}} for their Type). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:18, 31 December 2025 (UTC) :::[[Z30907|Documented]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:50, 31 December 2025 (UTC) :The implementation for {{Z|29183}} is slightly incorrect, it needs to subtract 9 on the condition that variable <code>add</code> is &gt;9 (tests &gt;10 currently). For me to change {{Z|29185}}, the implementation needs to be disconnected from {{Z|29183}} by a functioneer ([[Special:ListUsers/functioneer]]) first. The english wiki also warns about using negative values as input for the modulo operation, so, in addition, the result computation should be rephrased to be <syntaxhighlight lang="python"> def intdivceil(x, d): return x//d + (0 if x % d == 0 else 1) return 10 * intdivceil(sum, 10) - sum </syntaxhighlight> :I'd also like to have all test cases of {{Z|29183}} connected by a functioneer, after changes to {{Z|29185}} have been commited. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 21:54, 2 January 2026 (UTC) ::Disconnected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:12, 2 January 2026 (UTC) :::Thanks, changes done - please reconnect. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 22:33, 2 January 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 23:08, 2 January 2026 (UTC) :::Weird: {{Z|30940}} and {{Z|30941}} tests do not pass after the reconnect, although [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29183%22%2C%22Z29183K1%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%2290544230009%22%7D%7D running them manually] produces the expected result. Judging from the timestamps within the detail view, pressing the Refresh-Button does not actually re-run the tests. :::It seems that their results have been generated with the previous function. Can you make an effort to dis- and reconnect these two tests? The (unconfirmed) presumption is that tests only run on demand (event-triggered vs time scheduled). If this is true it may be noteworthy in the [[WF:FAQ]]. :::The first test, {{Z|29184}}, did not exhibit the same problem, it has been updated as expected. Because the execution timestamps of all three tests do not vary greatly, they were probably triggered, correctly so, by the same event. In theory they should then have consequently worked on the same function - since the test results suggest different, there could have either been a race condition or a stale cache, eventually with some tests running before the action that triggered them was fully committed. If this is not a timing issue, the response to the connection event might miss to update some of the data structures associated with the connected tests and simply run them unchanged, but this is speculative. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 01:38, 3 January 2026 (UTC) ::::Yeah the cached failures are super annoying, I think they reduced the cache duration recently but it's still too high IMO. Disconnecting and reconnecting the Implementation triggered them to run again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:16, 3 January 2026 (UTC) :Can somebody connect the tests and implementation of this function? [[Z31047|arithmetical average of numbers (Z31047)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 04:35, 13 January 2026 (UTC) ::The implementation seems to fail all the tests. I suspect from the use of <code>{}</code> in Python code. Besides, on the implementation ({{Z|Z31048}}), it used <code>sum</code> as variable, which I don't think allowable in Python. Try to use another variable name. Last, what is the expected result of {{Z|Z31050}}? [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 04:50, 13 January 2026 (UTC) :::Sorry, @[[User:Sys64ish|Sys64ish]], I just got the expected result from {{Z|31050}}. I have connected the test cases, but not yet for the implementation as you may want to fix it first(?) [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 05:05, 13 January 2026 (UTC) ::::Fixed it, passes tests [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 05:09, 13 January 2026 (UTC) :::::{{Done}} connected! [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 05:11, 13 January 2026 (UTC) :When I go to add a test to this function, for some reason I cannot select a fixed value for the expected value, the type is fixed to a function call. Can somebody fix this? [[Z31051|graph a one parameter function (Z31051)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 06:16, 13 January 2026 (UTC) ::You need to select an equality function, which in this case would be {{Z|889}} with {{Z|20924}} as an argument. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:59, 13 January 2026 (UTC) :::Just what I was about to say, only shorter! :::I had a look at the Python implementation and that doesn’t appear to be viable, because a {{Z|Z8}} object is data, not a callable Python function. I think a composition is the only option here, but we don’t appear to have a [[Special:Search/:"z8k2 z1k1 z7 z7k1 z881 z881k1 Z20838"|generator function for ]]{{Z|Z20838}} yet ([[Special:Search/:"z8k2 z1k1 z7 z7k1 z881 z881k1 z19677"|nor for rationals]]). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:39, 13 January 2026 (UTC) :Can somebody connect the tests and implementations of this function? [[Z31079|decimal number range (Z31079)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 13:57, 14 January 2026 (UTC) ::I’ve connected the test but there are a few issues with the implementation. The function has no return and the list to return shouldn’t be called range, as that overwrites the built-in range() function. Wikifunctions.Error requires a list of strings and you should probably guard against K3 being zero. Just let us know if you need any help with this. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:22, 14 January 2026 (UTC) :::I think I fixed the implementation [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 14:28, 14 January 2026 (UTC) ::::Looks close. You probably want to *return* Wikifunctions.Error in order to halt execution. The K1 and K2 arguments are float64s rather than strings, so they need coercing to str for the error. You still risk a divide by zero if K3 has no guard. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:48, 14 January 2026 (UTC) :::::I fixed it now, tests are passing(?) and when I run it locally it works as intended. [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 02:22, 15 January 2026 (UTC) ::::::{{done}} ::::::I created {{Z|31093}} to fix the last test, since your Python implementation was returning slightly inaccurate values for [[w:en:Floating-point_arithmetic#Accuracy_problems|reasons]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 11:11, 15 January 2026 (UTC) :Can somebody connect the impl. and test cases of these functions? [[Z31051|generate real (float64) list from a function (Z31051)]] [[Z31111|increment (float64) (Z31111)]] [[Z31116|decrement (float64) (Z31116)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 00:11, 16 January 2026 (UTC) ::Mostly. I see {{Z|Z31051}} has its Minimum and Maximum defined as integers rather than float64, as defined for the generator. Something has to change here, and I’m guessing it’s [[Z31051]], so I disconnected its implementation again. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 01:31, 16 January 2026 (UTC) :::all inputs except the input for the function are now float64 [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 13:36, 16 January 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:07, 16 January 2026 (UTC) : Can someone here connect the implementation and test cases of this function: [[Z18679|Malay cardinal to ordinal]]? {{User|Hakimi97}} :: {{Done}} [[User:Sys64ish|Sys32ish]] ([[User talk:Sys32ish|talk]]) 09:16, 19 January 2026 (UTC) :Can someone please add the following IPA symbols needed for {{Z|Z1099}} to <code>lookup</code> in the JavaScript implementation {{Z|Z29880}}? : "ɐ": "Q503323", : "u": "Q29653", : "ɕ": "Q605116", : "x": "Q271603", : "ʑ": "Q684085", : "ɣ": "Q654670", : "ʀ": "Q864677", : "χ": "Q849796", : "ʁ": "Q1054276", : "o": "Q862579", : "æ": "Q740768", : "ɪ": "Q1070049", : "ʊ": "Q1137807", :Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:23, 27 February 2026 (UTC) ::I forgot to mention the ligatures ::"ʤ": "Q778145", ::"ʧ": "Q518603", ::which could be put next to the already present ::"dʒ": "Q778145", ::"tʃ": "Q518603", ::--[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:24, 27 February 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 00:33, 28 February 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 08:59, 28 February 2026 (UTC) :::May I ask to add the pairs as well? They can also occur in {{Z|1099}}. :::"ŋ": "Q463515" :::"ø": "Q118519" :::Thanks. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:48, 11 April 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 06:57, 12 April 2026 (UTC) :::::Thank you! (I overlooked that "ŋ" was already present). --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 16:42, 12 April 2026 (UTC) : Can someone connect up [[Z31844]] and [[Z31837]]. These are better than the other implementations on their pages. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 09:04, 1 March 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 11:12, 1 March 2026 (UTC) :Hello, please connect {{Z|Z31729}}'s implementation and test cases. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 10:48, 8 March 2026 (UTC) ::The implementation does not seem to pass any of the test case. If you click on the [[File:Icon Information.svg|Icon_Information|15px|class=skin-invert-image]] (i) icon on the test status, you can find the error, what the implementation output, etc. Try to fix the implementation first. Thanks! [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 11:22, 8 March 2026 (UTC) ::It seems you're returning a string value when it expects a HTML fragment. HTML fragment and string are different. Maybe you can change the output type to string? [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 11:44, 10 March 2026 (UTC) :::Thanks for running the tests, @[[User:NikolasKHF|NikolasKHF]]; I couldn’t run them on my own (seemingly because I don’t have the needed right). I will fix the errors. :::Thanks for looking into this, @[[User:Sys64ish|Sys64ish]]. I actually did want to return an HTML fragment instead of a string because I think that would be more useful on the wikis. However, it looks like I forgot to convert the string for most cases where an output is returned (hence why only one test failure actually complains about the output value being incorrect). [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 10 March 2026 (UTC) :::I have fixed the errors and added a new test case. Please connect the implementation and all the test cases now. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 10:23, 28 March 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:04, 28 March 2026 (UTC) :Can someone connect [[Z31994]] and [[Z31999]] with its tests and implementations. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 08:41, 11 March 2026 (UTC) ::{{done}} [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 08:49, 11 March 2026 (UTC) :::Oh yeah I also made another function now, [[Z32004]]. Can someone connect its implementations and tests. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 09:02, 11 March 2026 (UTC) ::::{{done}} [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 09:23, 11 March 2026 (UTC) :Can someone connect up [[Z32013]]. Also how do you become able to connect and disconnect implementations? Is it only available to extended confirmed users? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 10:06, 12 March 2026 (UTC) ::I don’t believe this implementation should be connected at this time. The existing Python implementation respects the community consensus represented by the test cases connected to {{Z|Z24144}}. What do you think, @[[User:99of9|99of9]]? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:28, 12 March 2026 (UTC) :::Fair, I didn't realise the test cases served as implicit consensus. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 11:42, 12 March 2026 (UTC) ::::No worries. It’s not clearly articulated, but we’ll clarify that later. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:51, 12 March 2026 (UTC) :::I'm not sure. At the moment it correctly reproduces all those we got "consensus" for. So in some sense this implementation is just suggesting/assuming extra fallbacks for those we haven't properly considered? One option would be to connect it and then add counter test cases if we ever felt we didn't like it's current suggestions. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:30, 13 March 2026 (UTC) ::::We should be careful… It’s not easy to tell how many test case results would be affected. It’s easy enough to disconnect again, of course, so I’m happy to give it a go while activity in this domain is at a low ebb. {{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:04, 13 March 2026 (UTC) ::To connect implementations, you need Functioneer rights, which can be requested here [[Wikifunctions:Requests for user groups]]. There is a 48-hour waiting period. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:32, 12 March 2026 (UTC) :Can someone connect up [[Z32027]] with its implementation and test? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 08:29, 13 March 2026 (UTC) ::And also [[Z32031]]. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 10:16, 13 March 2026 (UTC) :::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:51, 13 March 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:50, 13 March 2026 (UTC) {{tracked|T419920|resolved}} :What is wrong with my implementation at [[Z32055]]? Looking at the failed test, it returns an error because 'dict' has no attribute 'split', but I didn't use split anywhere in my code. What is the issue? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 01:38, 14 March 2026 (UTC) ::I think that error message is coming from the [[Z20424|type converter]]. I think <code>Z20424K1['Z20420K2']['Z20342K1']</code> would be a dictionary representing a {{Z|16098}} but the code is written as though it were a string? Neither Python nor type converters are in my wheelhouse. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:49, 14 March 2026 (UTC) :::I think this is [[:phab:T419920]] and presumed to be a consequence of this week’s rollout of “v2”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:08, 14 March 2026 (UTC) ::The type converter issue has gone away, but your Implementation doesn't quite match the tests (and composition), so I've disconnected it again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:54, 20 March 2026 (UTC) :What is wrong with my implementation at {{Z|Z32851}}? Btw, it would be really useful if errors said which dependency produced the error, instead of just saying "Error in evaluation". [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 07:18, 28 March 2026 (UTC) ::You were catching the wrong {{Z|50}}, but then the error should have bubbled up so you could see it. I think there's something broken in the site w/ {{Z|11}} right now since [[Z32804|I ran into a similar problem yesterday]]. (And to contradict my note there, while debugging your implementation I saw the same behaviour regardless of if I used [[Z26107]] or a literal Z11, so it must be a bug in WikiLambda.) [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 08:14, 28 March 2026 (UTC) :::Seems to be resolved now. Your implementation has already been connected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:01, 2 April 2026 (UTC) :Any guesses as to why [[Z32805]] is failing for [[Z33090]]? It says {{Z|507}} but still produces a value. Inspecting the actual and expected values ([https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z881%22%2C%22Z881K1%22%3A%22Z89%22%7D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3E%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3EA%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3EB%3C%2Fth%3E%22%7D%5D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3E1%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EA1%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EB1%3C%2Ftd%3E%22%7D%5D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3E2%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EA2%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EB2%3C%2Ftd%3E%22%7D%5D%5D%7D via echo]), I can see they're identical. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:44, 3 April 2026 (UTC) ::My guess is that there is a bug relating to {{Z|Z877}}. There are no guarantees, but switching the equality function seems successful. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:56, 3 April 2026 (UTC) :I suggested disconnecting implementations without mul fallback from {{Z|Z23753}} here: [[Talk:Z23753#Disconnect implementations without mul fallback]]. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 17:30, 11 April 2026 (UTC) :Can someone please connect the implementation and test cases here? {{Z|Z31832}} Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:44, 11 April 2026 (UTC) ::{{D}} [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 18:49, 11 April 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:51, 11 April 2026 (UTC) :Can someone please connect the implementation and test cases here? {{Z|Z33340}} Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:24, 11 April 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 21:04, 11 April 2026 (UTC) :::Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 21:05, 11 April 2026 (UTC) :Me again: can someone please connect the implementation and test cases of {{Z|Z33333}}? Thanks. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 21:51, 11 April 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 21:59, 11 April 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 22:15, 11 April 2026 (UTC) :Is it possible to add the variant of Chinese in {{Z|Z24309}}? The following is the fallback mechanism based on practical implementation on zhwiki ([[:zh:Wikipedia:地区词处理]]). :<syntaxhighlight lang="python"> 'zh': ['zh', 'zh-hant', 'zh-hans' 'mul', 'en'], 'zh-hant': ['zh-hant', 'zh', 'mul', 'en'], 'zh-hans': ['zh-hans', 'zh', 'mul', 'en'], 'zh-tw': ['zh-tw', 'zh-hant', 'zh', 'mul', 'en'], 'zh-hk': ['zh-hk', 'zh-hant', 'zh-tw', 'zh', 'mul', 'en'], 'zh-mo': ['zh-mo', 'zh-hk', 'zh-hant', 'zh-tw', 'zh', 'mul', 'en'], 'zh-cn': ['zh-cn', 'zh-hans', 'zh', 'mul', 'en'], 'zh-sg': ['zh-sg', 'zh-hans', 'zh-cn', 'zh', 'mul', 'en'], 'zh-my': ['zh-my', 'zh-sg', 'zh-hans', 'zh-cn', 'zh', 'mul', 'en'], </syntaxhighlight> : Is the function supposed to be hardcoded like this? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:06, 13 April 2026 (UTC) :: Sorry, I think we can omit zh-hant and zh-hans, as they are just the default implementation. I am also not sure whether zh should be included. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 11:08, 13 April 2026 (UTC) ::{{d}} [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:07, 13 April 2026 (UTC) ::The list is hardcoded because, for now, there is no better option. I tried to implement the function with an external Typed map, but the composition is too long and convoluted. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:08, 13 April 2026 (UTC) :::Now I've managed to do it: the external map is {{Z|Z33395}}. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:23, 13 April 2026 (UTC) ::::Thank you @[[User:Dv103|Dv103]]. There are a few corrections that needs to be done: ::::*In both [[Z32013]] and [[Z33395]], there is an extra line of <code>"zh-hk": "zh-hant"</code>. ::::*Per Cantonese (yue) local consensus, the fallback language of yue (and yue-hans/t) should be English (en) rather than zh(-xx). ::::*There are some duplicates in the resulting list (see [[Z33436]]) since it falls into the while-loop multiple times (when 'lastcode' appears in 'codes' and before "mul" and "en" are added). This can be fixed by either modifying the while-loop (perhaps better approach) or hardcoding the whole list including mul and en. ::::*After doing some research, I think the fallback chain should follow the [https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/languages/messages/ gerrit files]. Please update the fallback chain according to the gerrit files. (Also, add zh-hant and zh-hans according to gerrit (but fix the point above first, otherwise there would be an infinite loop)) ::::Thank you. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 07:26, 14 April 2026 (UTC) :::::@[[User:Winston Sung|Winston Sung]], could you look into this and see if we can utilize gerrit directly? Or any other approaches that is better than hardcoding. Thank you. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 09:05, 14 April 2026 (UTC) ::::::Once they are in they won't change often, so this is not a terrible case for hardcoding. --~ [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:34, 14 April 2026 (UTC) :::::I also don't see why we have to follow gerrit. Users here are welcome to come to consensus about how their language should operate on WF. Gerrit could be a good starting point, but I think we should retain agency. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:36, 14 April 2026 (UTC) ::::::Fair point. I think we can follow gerrit for now, as it should represent a consensus (more or less) for their language on other Wikimedia project. It would indeed not be a problem for hardcoding. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 12:19, 14 April 2026 (UTC) :{{Z|26107}} is still broken it seems. And unlike last time I ran into it, [[Z33664|this time]] I don't have the luxury of using a literal Z11. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:33, 18 April 2026 (UTC) ::To me it seems that it is working fine. Could you create a test that fails? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 09:43, 18 April 2026 (UTC) :::[[Z33730]], and from last time, [[Z32804]] [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:48, 18 April 2026 (UTC) ::::I've connected those, and disabled the Implementation [[Z27080]] for now since the Function's other Implementations pass them. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:14, 18 April 2026 (UTC) ::::These are not standard tests, because the outer call of the test is not the tested function. I wonder if that is causing the failures. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:18, 18 April 2026 (UTC) :::::Pretty sure it must be a v2 bug. The argument references must be resolved upstream; once they arrive here, it’s too late. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:25, 18 April 2026 (UTC) {{tracked|T423853}} ::I think it’s the apply that is failing. The argument references [https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13436%22%2C%22Z13436K1%22%3A%22Z26107%22%2C%22Z13436K2%22%3A%22Z1444%22%2C%22Z13436K3%22%3A%5B%22Z6%22%2C%221%22%2C%222%22%5D%7D%7D appear unresolved]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 18 April 2026 (UTC ::::I’ve added {{Z|Z33748}} to demonstrate the problem. I’ll file a ticket tomorrow, referencing {{Z|Z32804}} as well. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:09, 18 April 2026 (UTC) :Can someone import the {{t|about}} hatnote from one of the other wikis? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 12:40, 1 May 2026 (UTC) :[[Module:Navbar]] seems to be broken; there's no rule for <code>.hlist > ul</code> present in the page. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:39, 3 May 2026 (UTC) :Ugh I accidentally entered [[Z34853|this expression]] as the ''type'' for a persistent object instead of its value, and now I can't edit it. Please fix. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:12, 6 May 2026 (UTC) ::Sorry, the type of an existing object can only be changed by an administrator or staff. Please request at [[Wikifunctions:Administrators' noticeboard]] if no one spots your request here. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 08:19, 6 May 2026 (UTC) :::I briefly tried yesterday, but couldn't see a way to do it in the interface. Perhaps easier to just make a new object and delete this one? --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 22:03, 6 May 2026 (UTC) ::::I could be wrong, but I think you just need to copy the list, replace the call to {{Z|Z801}} with a call to {{Z|Z881}} and paste in the copied list. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:28, 6 May 2026 (UTC) :::::I tried this, but after Z881 it gives me an actual new list where I could past the copied list as the first item, but not as the whole list. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 23:45, 6 May 2026 (UTC) ::::::Makes sense. A persistent function call is not permitted, after all. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:54, 7 May 2026 (UTC) ==== Connection / Disconnection requests ==== Moved to [[Wikifunctions:Requests for connection and disconnection]] ==== [[WF:HL]] ==== I have recently drafted some revamps of [[Wikifunctions:Human languages]] ([[User:Xeroctic/Human languages]]) and [[Wikifunctions:Reserved ZIDs]] ([[User:Xeroctic/Reserved ZIDs]]) in my userspace, and I think they are ready to replace the originals. I have not included translation tags for HL (which would be entirely different) and they need major modification for RZIDs to add or re-add them, so I would like that to be done as well. — [[User:Xeroctic|Xeroctic]] ([[User talk:Xeroctic|talk]]) 16:39, 3 November 2025 (UTC) : {{s}} since Xeroctic's versions improve readability. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 11:17, 24 November 2025 (UTC) :: Restoring this unresolved thread which was archived in oldid 237379. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 14:36, 16 January 2026 (UTC) :[[WF:Human languages]]: Copying the categorisation from enWiktionary seems like a good idea. I don't understand why this page is separate from [[WF:Catalogue/Natural language operations]] though? (time/happenstance? [[WT:Human_languages#proposal|previous disc.]]) Redlinks to cataloguing subpages will remain red unless and until someone makes an NLG function in that language. :[[WF:Reserved ZIDs]]: Using the live labels is an obvious improvement. I appreciate it being kept up-to-date. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:55, 16 January 2026 (UTC) :{{support}} per Arlo Barnes and YoshiRulz [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 01:11, 11 March 2026 (UTC) :{{support}} Let’s do this already. --[[User:Mormegil|Mormegil]] ([[User talk:Mormegil|talk]]) 08:33, 27 March 2026 (UTC) :{{done}}, [[Special:Permalink/264775]] and [[Special:Permalink/264777]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:34, 11 April 2026 (UTC) == What types of functions are allowed here? == Do functions here have to considered useful? What are the guidelines for what functions are allowed? [[User:Logogram9|Logogram9]] ([[User talk:Logogram9|talk]]) 20:37, 25 May 2026 (UTC) :See [[WF:Valuable]] and [[WF:NOT]]. The enforcement is a bit weak atm, but if you want to make Functions which are guaranteed safe from deletion in future, you should consider immediate usefulness to Wikipedias and Wiktionaries, and avoid any which are tied to a specific language (outside of an NLG Function hierarchy ofc) or which use the "wrong" input/output Types. Since I happen to have looked at all 4000+ Functions, I can tell you that there are a handful from fields as diverse as [[Z26830|meteorology]], [[Z14226|railroad engineering (name?)]], [[Z24497|quantum mechanics]], and [[Z22162|genomics]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:33, 5 June 2026 (UTC) kx84k2dqmvqvmvy03wrfd0bf0elevb4 280761 280754 2026-06-05T16:13:33Z YoshiRulz 10156 /* Tasks listed by users */ Moved these to Administrators' noticeboard 280761 wikitext text/x-wiki <div style="border:1px solid grey; margin:1em 4em 2em; padding:1.5em 1em;"> {{Shortcut|[[WF:CP]]}} <span style="font-size:2em;">Welcome to the '''community portal for Wikifunctions'''!</span> This is the central place to document Wikifunctions's to-do lists and ongoing project work. [To-do!] [[Special:MyLanguage/Wikifunctions:Catalogue|The catalogue of functions]] is a good place to start. For discussions, see [[Wikifunctions:Project chat]]. [[Category:Project]] </div> == Useful links == * [[Wikifunctions:List of policies and guidelines]] * [[Special:MyLanguage/Help:Contents|Help:Contents]] * [[Special:MyLanguage/Wikifunctions:Catalogue|Wikifunctions:Catalogue of functions]] ** [[Wikifunctions:Suggest a function]] * [[Wikifunctions:Type proposals]] * [[Special:MyLanguage/Wikifunctions:User scripts|Wikifunctions:User scripts]] * [[Wikifunctions:Requests for user groups]] * [[Wikifunctions:Requests for deletions]] == Noticeboards == * [[Wikifunctions:Project chat]] * [[Wikifunctions:Administrators' noticeboard]] * [[Wikifunctions:Report vandalism]] * [[Wikifunctions:Translators' noticeboard]] == Task centre == === Perennial tasks === <!--Feel free to add new tasks to this section. However, if they are one-off requests, please add them to Tasks listed by users--> * [[File:OOjs UI icon language-ltr.svg|class=skin-invert]] [[Special:MyLanguage/Help:Multilingual|Translation]]: **[[Special:Random|Add a translation to a random object]] **[[Special:MyLanguage/Category:Policy|Add a translation to a policy page]] **[[Special:ListMissingLabels|See any objects without a label in a given language]] **[[Special:PageTranslation]] **[[Special:LanguageStats|Language statistics]] *[[File:Octicons-tools.svg|15px|class=skin-invert]] [[:Category:Tracking categories|Tracking categories]] * [[File:Octicons-tools.svg|15px|class=skin-invert]] [[Wikifunctions:Request for cleanup|Requests for cleanup]] === Tasks listed by users === :''Example:'' :* Fix [[Special:Random|this implementation]] please. {{User|Example2}} ::{{Done}}. Thanks for pointing that out! {{User|Example}} <hr/> __NEWSECTIONLINK__ [signing to enable reply link:--[[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:27, 6 May 2024 (UTC) :Heya, I tried to make a {{Z|Z29010}} implementation in composition <small>({{Z|Z29012}})</small>, but it errors out: <code>Unable to convert to canonical form (path to the problem: "Z22K2.K1.K1.K2.Z5K2.Z528K1.Z99K1.Z7K1.Z8K4.[ 1 ].Z14K2.Z26107K2.Z21394K1.[ 1 ].Z10771K1.Z23753K2.Z18K1.{&quot;Z1K1&quot;:&quot;Z18&quot;,&quot;Z6K1&quot;:&quot;Z29010K5&quot;,&quot;Z18K1&quot;:&quot;&quot;}")</code> - why does this happen, and how would I fix it? I tried to use {{Z|Z28030}} as a guide, but for a first dive into composition I may have taken on something a bit large. [[User:Infernostars|infernostars]] <small>([[User talk:Infernostars|talk]]) ([[Special:Contributions/Infernostars|contribs]])</small> 02:49, 23 October 2025 (UTC) ::When you go to {{Z|Z29012}} you'll see two red words "Function" and "Wikidata item". Both of those were not set in the composition, so it is missing information. There may be more deeper problems, but fix this first. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 03:33, 23 October 2025 (UTC) ::{{done}} Works now, seemed to be just a couple typos. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:14, 24 December 2025 (UTC) :Please connect the tests and implementation for {{Z|29750}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:33, 25 November 2025 (UTC) ::This ^ was done, so thanks for that, and I've now built a new function around it that's ready to be connected: {{Z|29749}}<!-- --><br>Having fallbacks to other languages and indicating such does of course raise the question of ''when'' it should be indicated, and I certainly don't have the answer, so I might leave this message here for the multilingual among you to see it and chime in. Either on [[Talk:Z24144]], or by way of adding a test case on one of these functions. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:42, 25 November 2025 (UTC) :::If it’s about the way labels in fallback languages are displayed, perhaps the [[Talk:Z21583|Discussion page]] for {{Z|Z21583}} would be a better location? There has been some discussion at [[Wikifunctions talk:Abstract Wikipedia/2025 fragment experiments#Proposed recommendation: Fragments should return Z11/monolingual strings]]. (The spinoff, [[Wikifunctions talk:Abstract Wikipedia/2025 fragment experiments#Fallbacks]], might also be relevant.) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 15:23, 25 November 2025 (UTC) :Now that raising and catching errors has better support, [[Z28159]] should take an {{Z|50}} instead of a ZID {{Z|6}}. Unfortunately it's already been used in other functions so it might be a pain to change. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:20, 21 December 2025 (UTC) ::Yes. I think this gets fixed along with {{Z|Z28162}}, which is listed in [[Wikifunctions:Request for cleanup#Function:(!) throw error (Z28154)]]. ::@[[User:Dv103|Dv103]] I was thinking we might just wrap {{Z|851}}? Custom errors will support only strings for the foreseeable future, as I understand it [can’t currently locate the relevant comment on Phabricator]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:12, 21 December 2025 (UTC) :The simple implementation for {{Z|30737}} is failing with [[Z516]], even though I can get a (correct) result by [https://www.wikifunctions.org/view/en/Z12681?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z12681%22%2C%22Z12681K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22475%22%2C%22Z22475K1%22%3A%7B%22Z1K1%22%3A%22Z39%22%2C%22Z39K1%22%3A%22K1%22%7D%2C%22Z22475K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30260%22%2C%22Z30260K1%22%3A%5B%22Z6095%22%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L100%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L101%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L102%22%7D%2C%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L103%22%7D%5D%2C%22Z30260K2%22%3A%5B%22Z6030%22%2C%22Z6031%22%5D%2C%22Z30260K3%22%3A%5B%22Z60%22%5D%2C%22Z30260K4%22%3A%5B%22Z6092%22%5D%7D%7D%7D calling those functions on the test input]. Oddly enough [https://www.wikifunctions.org/view/en/Z12681?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z12681%22%2C%22Z12681K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22475%22%2C%22Z22475K1%22%3A%7B%22Z1K1%22%3A%22Z39%22%2C%22Z39K1%22%3A%22K1%22%7D%2C%22Z22475K2%22%3A%7B%22Z1K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z883%22%2C%22Z883K1%22%3A%22Z1%22%2C%22Z883K2%22%3A%22Z1%22%7D%2C%22K1%22%3A%5B%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z882%22%2C%22Z882K1%22%3A%22Z1%22%2C%22Z882K2%22%3A%22Z1%22%7D%2C%7B%22Z1K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z882%22%2C%22Z882K1%22%3A%22Z1%22%2C%22Z882K2%22%3A%22Z1%22%7D%2C%22K1%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%226%22%7D%2C%22K2%22%3A%22Abacus%22%7D%5D%7D%7D%7D a trivial input] causes that to fail with the same error. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:43, 26 December 2025 (UTC) ::Sorry, I missed this one. Initial validation rejects a map with {{Z|Z1}} as its key type. Although it’s not guaranteed to be hashable, [[Z1]] should probably be admitted as a placeholder {{Z|Z4}}. In any event, using {{Z|Z6}} as the alternative seems to work and does not restrict the map to having only Strings for keys (as seen in {{Z|Z30906}}, where the keys have {{Z|Z39}} for their Type). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:18, 31 December 2025 (UTC) :::[[Z30907|Documented]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:50, 31 December 2025 (UTC) :The implementation for {{Z|29183}} is slightly incorrect, it needs to subtract 9 on the condition that variable <code>add</code> is &gt;9 (tests &gt;10 currently). For me to change {{Z|29185}}, the implementation needs to be disconnected from {{Z|29183}} by a functioneer ([[Special:ListUsers/functioneer]]) first. The english wiki also warns about using negative values as input for the modulo operation, so, in addition, the result computation should be rephrased to be <syntaxhighlight lang="python"> def intdivceil(x, d): return x//d + (0 if x % d == 0 else 1) return 10 * intdivceil(sum, 10) - sum </syntaxhighlight> :I'd also like to have all test cases of {{Z|29183}} connected by a functioneer, after changes to {{Z|29185}} have been commited. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 21:54, 2 January 2026 (UTC) ::Disconnected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:12, 2 January 2026 (UTC) :::Thanks, changes done - please reconnect. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 22:33, 2 January 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 23:08, 2 January 2026 (UTC) :::Weird: {{Z|30940}} and {{Z|30941}} tests do not pass after the reconnect, although [https://www.wikifunctions.org/wiki/Special:RunFunction?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z29183%22%2C%22Z29183K1%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%2290544230009%22%7D%7D running them manually] produces the expected result. Judging from the timestamps within the detail view, pressing the Refresh-Button does not actually re-run the tests. :::It seems that their results have been generated with the previous function. Can you make an effort to dis- and reconnect these two tests? The (unconfirmed) presumption is that tests only run on demand (event-triggered vs time scheduled). If this is true it may be noteworthy in the [[WF:FAQ]]. :::The first test, {{Z|29184}}, did not exhibit the same problem, it has been updated as expected. Because the execution timestamps of all three tests do not vary greatly, they were probably triggered, correctly so, by the same event. In theory they should then have consequently worked on the same function - since the test results suggest different, there could have either been a race condition or a stale cache, eventually with some tests running before the action that triggered them was fully committed. If this is not a timing issue, the response to the connection event might miss to update some of the data structures associated with the connected tests and simply run them unchanged, but this is speculative. --[[User:Cmuelle8|Cmuelle8]] ([[User talk:Cmuelle8|talk]]) 01:38, 3 January 2026 (UTC) ::::Yeah the cached failures are super annoying, I think they reduced the cache duration recently but it's still too high IMO. Disconnecting and reconnecting the Implementation triggered them to run again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:16, 3 January 2026 (UTC) :Can somebody connect the tests and implementation of this function? [[Z31047|arithmetical average of numbers (Z31047)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 04:35, 13 January 2026 (UTC) ::The implementation seems to fail all the tests. I suspect from the use of <code>{}</code> in Python code. Besides, on the implementation ({{Z|Z31048}}), it used <code>sum</code> as variable, which I don't think allowable in Python. Try to use another variable name. Last, what is the expected result of {{Z|Z31050}}? [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 04:50, 13 January 2026 (UTC) :::Sorry, @[[User:Sys64ish|Sys64ish]], I just got the expected result from {{Z|31050}}. I have connected the test cases, but not yet for the implementation as you may want to fix it first(?) [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 05:05, 13 January 2026 (UTC) ::::Fixed it, passes tests [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 05:09, 13 January 2026 (UTC) :::::{{Done}} connected! [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 05:11, 13 January 2026 (UTC) :When I go to add a test to this function, for some reason I cannot select a fixed value for the expected value, the type is fixed to a function call. Can somebody fix this? [[Z31051|graph a one parameter function (Z31051)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 06:16, 13 January 2026 (UTC) ::You need to select an equality function, which in this case would be {{Z|889}} with {{Z|20924}} as an argument. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:59, 13 January 2026 (UTC) :::Just what I was about to say, only shorter! :::I had a look at the Python implementation and that doesn’t appear to be viable, because a {{Z|Z8}} object is data, not a callable Python function. I think a composition is the only option here, but we don’t appear to have a [[Special:Search/:"z8k2 z1k1 z7 z7k1 z881 z881k1 Z20838"|generator function for ]]{{Z|Z20838}} yet ([[Special:Search/:"z8k2 z1k1 z7 z7k1 z881 z881k1 z19677"|nor for rationals]]). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:39, 13 January 2026 (UTC) :Can somebody connect the tests and implementations of this function? [[Z31079|decimal number range (Z31079)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 13:57, 14 January 2026 (UTC) ::I’ve connected the test but there are a few issues with the implementation. The function has no return and the list to return shouldn’t be called range, as that overwrites the built-in range() function. Wikifunctions.Error requires a list of strings and you should probably guard against K3 being zero. Just let us know if you need any help with this. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:22, 14 January 2026 (UTC) :::I think I fixed the implementation [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 14:28, 14 January 2026 (UTC) ::::Looks close. You probably want to *return* Wikifunctions.Error in order to halt execution. The K1 and K2 arguments are float64s rather than strings, so they need coercing to str for the error. You still risk a divide by zero if K3 has no guard. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 14:48, 14 January 2026 (UTC) :::::I fixed it now, tests are passing(?) and when I run it locally it works as intended. [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 02:22, 15 January 2026 (UTC) ::::::{{done}} ::::::I created {{Z|31093}} to fix the last test, since your Python implementation was returning slightly inaccurate values for [[w:en:Floating-point_arithmetic#Accuracy_problems|reasons]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 11:11, 15 January 2026 (UTC) :Can somebody connect the impl. and test cases of these functions? [[Z31051|generate real (float64) list from a function (Z31051)]] [[Z31111|increment (float64) (Z31111)]] [[Z31116|decrement (float64) (Z31116)]] [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 00:11, 16 January 2026 (UTC) ::Mostly. I see {{Z|Z31051}} has its Minimum and Maximum defined as integers rather than float64, as defined for the generator. Something has to change here, and I’m guessing it’s [[Z31051]], so I disconnected its implementation again. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 01:31, 16 January 2026 (UTC) :::all inputs except the input for the function are now float64 [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 13:36, 16 January 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:07, 16 January 2026 (UTC) : Can someone here connect the implementation and test cases of this function: [[Z18679|Malay cardinal to ordinal]]? {{User|Hakimi97}} :: {{Done}} [[User:Sys64ish|Sys32ish]] ([[User talk:Sys32ish|talk]]) 09:16, 19 January 2026 (UTC) :Can someone please add the following IPA symbols needed for {{Z|Z1099}} to <code>lookup</code> in the JavaScript implementation {{Z|Z29880}}? : "ɐ": "Q503323", : "u": "Q29653", : "ɕ": "Q605116", : "x": "Q271603", : "ʑ": "Q684085", : "ɣ": "Q654670", : "ʀ": "Q864677", : "χ": "Q849796", : "ʁ": "Q1054276", : "o": "Q862579", : "æ": "Q740768", : "ɪ": "Q1070049", : "ʊ": "Q1137807", :Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:23, 27 February 2026 (UTC) ::I forgot to mention the ligatures ::"ʤ": "Q778145", ::"ʧ": "Q518603", ::which could be put next to the already present ::"dʒ": "Q778145", ::"tʃ": "Q518603", ::--[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:24, 27 February 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 00:33, 28 February 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 08:59, 28 February 2026 (UTC) :::May I ask to add the pairs as well? They can also occur in {{Z|1099}}. :::"ŋ": "Q463515" :::"ø": "Q118519" :::Thanks. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:48, 11 April 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 06:57, 12 April 2026 (UTC) :::::Thank you! (I overlooked that "ŋ" was already present). --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 16:42, 12 April 2026 (UTC) : Can someone connect up [[Z31844]] and [[Z31837]]. These are better than the other implementations on their pages. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 09:04, 1 March 2026 (UTC) ::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 11:12, 1 March 2026 (UTC) :Hello, please connect {{Z|Z31729}}'s implementation and test cases. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 10:48, 8 March 2026 (UTC) ::The implementation does not seem to pass any of the test case. If you click on the [[File:Icon Information.svg|Icon_Information|15px|class=skin-invert-image]] (i) icon on the test status, you can find the error, what the implementation output, etc. Try to fix the implementation first. Thanks! [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 11:22, 8 March 2026 (UTC) ::It seems you're returning a string value when it expects a HTML fragment. HTML fragment and string are different. Maybe you can change the output type to string? [[User:Sys64ish|Sys64ish]] ([[User talk:Sys64ish|talk]]) 11:44, 10 March 2026 (UTC) :::Thanks for running the tests, @[[User:NikolasKHF|NikolasKHF]]; I couldn’t run them on my own (seemingly because I don’t have the needed right). I will fix the errors. :::Thanks for looking into this, @[[User:Sys64ish|Sys64ish]]. I actually did want to return an HTML fragment instead of a string because I think that would be more useful on the wikis. However, it looks like I forgot to convert the string for most cases where an output is returned (hence why only one test failure actually complains about the output value being incorrect). [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 19:52, 10 March 2026 (UTC) :::I have fixed the errors and added a new test case. Please connect the implementation and all the test cases now. Thank you. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 10:23, 28 March 2026 (UTC) ::::{{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 13:04, 28 March 2026 (UTC) :Can someone connect [[Z31994]] and [[Z31999]] with its tests and implementations. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 08:41, 11 March 2026 (UTC) ::{{done}} [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 08:49, 11 March 2026 (UTC) :::Oh yeah I also made another function now, [[Z32004]]. Can someone connect its implementations and tests. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 09:02, 11 March 2026 (UTC) ::::{{done}} [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 09:23, 11 March 2026 (UTC) :Can someone connect up [[Z32013]]. Also how do you become able to connect and disconnect implementations? Is it only available to extended confirmed users? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 10:06, 12 March 2026 (UTC) ::I don’t believe this implementation should be connected at this time. The existing Python implementation respects the community consensus represented by the test cases connected to {{Z|Z24144}}. What do you think, @[[User:99of9|99of9]]? [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:28, 12 March 2026 (UTC) :::Fair, I didn't realise the test cases served as implicit consensus. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 11:42, 12 March 2026 (UTC) ::::No worries. It’s not clearly articulated, but we’ll clarify that later. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:51, 12 March 2026 (UTC) :::I'm not sure. At the moment it correctly reproduces all those we got "consensus" for. So in some sense this implementation is just suggesting/assuming extra fallbacks for those we haven't properly considered? One option would be to connect it and then add counter test cases if we ever felt we didn't like it's current suggestions. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:30, 13 March 2026 (UTC) ::::We should be careful… It’s not easy to tell how many test case results would be affected. It’s easy enough to disconnect again, of course, so I’m happy to give it a go while activity in this domain is at a low ebb. {{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:04, 13 March 2026 (UTC) ::To connect implementations, you need Functioneer rights, which can be requested here [[Wikifunctions:Requests for user groups]]. There is a 48-hour waiting period. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:32, 12 March 2026 (UTC) :Can someone connect up [[Z32027]] with its implementation and test? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 08:29, 13 March 2026 (UTC) ::And also [[Z32031]]. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 10:16, 13 March 2026 (UTC) :::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:51, 13 March 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:50, 13 March 2026 (UTC) {{tracked|T419920|resolved}} :What is wrong with my implementation at [[Z32055]]? Looking at the failed test, it returns an error because 'dict' has no attribute 'split', but I didn't use split anywhere in my code. What is the issue? [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 01:38, 14 March 2026 (UTC) ::I think that error message is coming from the [[Z20424|type converter]]. I think <code>Z20424K1['Z20420K2']['Z20342K1']</code> would be a dictionary representing a {{Z|16098}} but the code is written as though it were a string? Neither Python nor type converters are in my wheelhouse. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:49, 14 March 2026 (UTC) :::I think this is [[:phab:T419920]] and presumed to be a consequence of this week’s rollout of “v2”. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:08, 14 March 2026 (UTC) ::The type converter issue has gone away, but your Implementation doesn't quite match the tests (and composition), so I've disconnected it again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:54, 20 March 2026 (UTC) :What is wrong with my implementation at {{Z|Z32851}}? Btw, it would be really useful if errors said which dependency produced the error, instead of just saying "Error in evaluation". [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 07:18, 28 March 2026 (UTC) ::You were catching the wrong {{Z|50}}, but then the error should have bubbled up so you could see it. I think there's something broken in the site w/ {{Z|11}} right now since [[Z32804|I ran into a similar problem yesterday]]. (And to contradict my note there, while debugging your implementation I saw the same behaviour regardless of if I used [[Z26107]] or a literal Z11, so it must be a bug in WikiLambda.) [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 08:14, 28 March 2026 (UTC) :::Seems to be resolved now. Your implementation has already been connected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:01, 2 April 2026 (UTC) :Any guesses as to why [[Z32805]] is failing for [[Z33090]]? It says {{Z|507}} but still produces a value. Inspecting the actual and expected values ([https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z881%22%2C%22Z881K1%22%3A%22Z89%22%7D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3E%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3EA%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3EB%3C%2Fth%3E%22%7D%5D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3E1%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EA1%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EB1%3C%2Ftd%3E%22%7D%5D%2C%5B%22Z89%22%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Cth%3E2%3C%2Fth%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EA2%3C%2Ftd%3E%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z27861%22%2C%22Z27861K1%22%3A%22%3Ctd%3EB2%3C%2Ftd%3E%22%7D%5D%5D%7D via echo]), I can see they're identical. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 22:44, 3 April 2026 (UTC) ::My guess is that there is a bug relating to {{Z|Z877}}. There are no guarantees, but switching the equality function seems successful. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:56, 3 April 2026 (UTC) :I suggested disconnecting implementations without mul fallback from {{Z|Z23753}} here: [[Talk:Z23753#Disconnect implementations without mul fallback]]. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 17:30, 11 April 2026 (UTC) :Can someone please connect the implementation and test cases here? {{Z|Z31832}} Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:44, 11 April 2026 (UTC) ::{{D}} [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 18:49, 11 April 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 18:51, 11 April 2026 (UTC) :Can someone please connect the implementation and test cases here? {{Z|Z33340}} Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 20:24, 11 April 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 21:04, 11 April 2026 (UTC) :::Thanks! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 21:05, 11 April 2026 (UTC) :Me again: can someone please connect the implementation and test cases of {{Z|Z33333}}? Thanks. --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 21:51, 11 April 2026 (UTC) ::{{done}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 21:59, 11 April 2026 (UTC) :::Thank you! --[[User:Volvox|Volvox]] ([[User talk:Volvox|talk]]) 22:15, 11 April 2026 (UTC) :Is it possible to add the variant of Chinese in {{Z|Z24309}}? The following is the fallback mechanism based on practical implementation on zhwiki ([[:zh:Wikipedia:地区词处理]]). :<syntaxhighlight lang="python"> 'zh': ['zh', 'zh-hant', 'zh-hans' 'mul', 'en'], 'zh-hant': ['zh-hant', 'zh', 'mul', 'en'], 'zh-hans': ['zh-hans', 'zh', 'mul', 'en'], 'zh-tw': ['zh-tw', 'zh-hant', 'zh', 'mul', 'en'], 'zh-hk': ['zh-hk', 'zh-hant', 'zh-tw', 'zh', 'mul', 'en'], 'zh-mo': ['zh-mo', 'zh-hk', 'zh-hant', 'zh-tw', 'zh', 'mul', 'en'], 'zh-cn': ['zh-cn', 'zh-hans', 'zh', 'mul', 'en'], 'zh-sg': ['zh-sg', 'zh-hans', 'zh-cn', 'zh', 'mul', 'en'], 'zh-my': ['zh-my', 'zh-sg', 'zh-hans', 'zh-cn', 'zh', 'mul', 'en'], </syntaxhighlight> : Is the function supposed to be hardcoded like this? [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 10:06, 13 April 2026 (UTC) :: Sorry, I think we can omit zh-hant and zh-hans, as they are just the default implementation. I am also not sure whether zh should be included. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 11:08, 13 April 2026 (UTC) ::{{d}} [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:07, 13 April 2026 (UTC) ::The list is hardcoded because, for now, there is no better option. I tried to implement the function with an external Typed map, but the composition is too long and convoluted. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:08, 13 April 2026 (UTC) :::Now I've managed to do it: the external map is {{Z|Z33395}}. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:23, 13 April 2026 (UTC) ::::Thank you @[[User:Dv103|Dv103]]. There are a few corrections that needs to be done: ::::*In both [[Z32013]] and [[Z33395]], there is an extra line of <code>"zh-hk": "zh-hant"</code>. ::::*Per Cantonese (yue) local consensus, the fallback language of yue (and yue-hans/t) should be English (en) rather than zh(-xx). ::::*There are some duplicates in the resulting list (see [[Z33436]]) since it falls into the while-loop multiple times (when 'lastcode' appears in 'codes' and before "mul" and "en" are added). This can be fixed by either modifying the while-loop (perhaps better approach) or hardcoding the whole list including mul and en. ::::*After doing some research, I think the fallback chain should follow the [https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/languages/messages/ gerrit files]. Please update the fallback chain according to the gerrit files. (Also, add zh-hant and zh-hans according to gerrit (but fix the point above first, otherwise there would be an infinite loop)) ::::Thank you. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 07:26, 14 April 2026 (UTC) :::::@[[User:Winston Sung|Winston Sung]], could you look into this and see if we can utilize gerrit directly? Or any other approaches that is better than hardcoding. Thank you. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 09:05, 14 April 2026 (UTC) ::::::Once they are in they won't change often, so this is not a terrible case for hardcoding. --~ [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:34, 14 April 2026 (UTC) :::::I also don't see why we have to follow gerrit. Users here are welcome to come to consensus about how their language should operate on WF. Gerrit could be a good starting point, but I think we should retain agency. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:36, 14 April 2026 (UTC) ::::::Fair point. I think we can follow gerrit for now, as it should represent a consensus (more or less) for their language on other Wikimedia project. It would indeed not be a problem for hardcoding. [[User:Sun8908|Sun8908]] ([[User talk:Sun8908|talk]]) 12:19, 14 April 2026 (UTC) :{{Z|26107}} is still broken it seems. And unlike last time I ran into it, [[Z33664|this time]] I don't have the luxury of using a literal Z11. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:33, 18 April 2026 (UTC) ::To me it seems that it is working fine. Could you create a test that fails? [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 09:43, 18 April 2026 (UTC) :::[[Z33730]], and from last time, [[Z32804]] [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:48, 18 April 2026 (UTC) ::::I've connected those, and disabled the Implementation [[Z27080]] for now since the Function's other Implementations pass them. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:14, 18 April 2026 (UTC) ::::These are not standard tests, because the outer call of the test is not the tested function. I wonder if that is causing the failures. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:18, 18 April 2026 (UTC) :::::Pretty sure it must be a v2 bug. The argument references must be resolved upstream; once they arrive here, it’s too late. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:25, 18 April 2026 (UTC) {{tracked|T423853}} ::I think it’s the apply that is failing. The argument references [https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13436%22%2C%22Z13436K1%22%3A%22Z26107%22%2C%22Z13436K2%22%3A%22Z1444%22%2C%22Z13436K3%22%3A%5B%22Z6%22%2C%221%22%2C%222%22%5D%7D%7D appear unresolved]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:59, 18 April 2026 (UTC ::::I’ve added {{Z|Z33748}} to demonstrate the problem. I’ll file a ticket tomorrow, referencing {{Z|Z32804}} as well. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:09, 18 April 2026 (UTC) :Ugh I accidentally entered [[Z34853|this expression]] as the ''type'' for a persistent object instead of its value, and now I can't edit it. Please fix. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 03:12, 6 May 2026 (UTC) ::Sorry, the type of an existing object can only be changed by an administrator or staff. Please request at [[Wikifunctions:Administrators' noticeboard]] if no one spots your request here. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 08:19, 6 May 2026 (UTC) :::I briefly tried yesterday, but couldn't see a way to do it in the interface. Perhaps easier to just make a new object and delete this one? --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 22:03, 6 May 2026 (UTC) ::::I could be wrong, but I think you just need to copy the list, replace the call to {{Z|Z801}} with a call to {{Z|Z881}} and paste in the copied list. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 22:28, 6 May 2026 (UTC) :::::I tried this, but after Z881 it gives me an actual new list where I could past the copied list as the first item, but not as the whole list. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 23:45, 6 May 2026 (UTC) ::::::Makes sense. A persistent function call is not permitted, after all. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:54, 7 May 2026 (UTC) ==== Connection / Disconnection requests ==== Moved to [[Wikifunctions:Requests for connection and disconnection]] ==== [[WF:HL]] ==== I have recently drafted some revamps of [[Wikifunctions:Human languages]] ([[User:Xeroctic/Human languages]]) and [[Wikifunctions:Reserved ZIDs]] ([[User:Xeroctic/Reserved ZIDs]]) in my userspace, and I think they are ready to replace the originals. I have not included translation tags for HL (which would be entirely different) and they need major modification for RZIDs to add or re-add them, so I would like that to be done as well. — [[User:Xeroctic|Xeroctic]] ([[User talk:Xeroctic|talk]]) 16:39, 3 November 2025 (UTC) : {{s}} since Xeroctic's versions improve readability. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 11:17, 24 November 2025 (UTC) :: Restoring this unresolved thread which was archived in oldid 237379. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 14:36, 16 January 2026 (UTC) :[[WF:Human languages]]: Copying the categorisation from enWiktionary seems like a good idea. I don't understand why this page is separate from [[WF:Catalogue/Natural language operations]] though? (time/happenstance? [[WT:Human_languages#proposal|previous disc.]]) Redlinks to cataloguing subpages will remain red unless and until someone makes an NLG function in that language. :[[WF:Reserved ZIDs]]: Using the live labels is an obvious improvement. I appreciate it being kept up-to-date. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:55, 16 January 2026 (UTC) :{{support}} per Arlo Barnes and YoshiRulz [[User:NikolasKHF|NikolasKHF]] ([[User talk:NikolasKHF|talk]]) 01:11, 11 March 2026 (UTC) :{{support}} Let’s do this already. --[[User:Mormegil|Mormegil]] ([[User talk:Mormegil|talk]]) 08:33, 27 March 2026 (UTC) :{{done}}, [[Special:Permalink/264775]] and [[Special:Permalink/264777]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:34, 11 April 2026 (UTC) == What types of functions are allowed here? == Do functions here have to considered useful? What are the guidelines for what functions are allowed? [[User:Logogram9|Logogram9]] ([[User talk:Logogram9|talk]]) 20:37, 25 May 2026 (UTC) :See [[WF:Valuable]] and [[WF:NOT]]. The enforcement is a bit weak atm, but if you want to make Functions which are guaranteed safe from deletion in future, you should consider immediate usefulness to Wikipedias and Wiktionaries, and avoid any which are tied to a specific language (outside of an NLG Function hierarchy ofc) or which use the "wrong" input/output Types. Since I happen to have looked at all 4000+ Functions, I can tell you that there are a handful from fields as diverse as [[Z26830|meteorology]], [[Z14226|railroad engineering (name?)]], [[Z24497|quantum mechanics]], and [[Z22162|genomics]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:33, 5 June 2026 (UTC) ntulypjzmg57tx2urxvqyp8xe4so48b Wikifunctions:Sandbox 4 3424 280758 277664 2026-06-05T16:04:36Z YoshiRulz 10156 280758 wikitext text/x-wiki {{draft}} This is a wiki page sandbox. See also sandboxes for specific types of object: * [[Z10119]] * {{Z|Z10121}} * {{Z|Z10123}} * {{Z|Z10131}} * {{Z|Z10166}} * {{Z|Z10122}} * {{Z|Z15104}} * [[Z26295]] Testing embedded Wikifunctions calls: {{#function:Z26039|Q158Error, there's not to rollback to {{#function:Z6824|L1555911-F14}} {{#function:Z6824|L1555911-F16}} {{#invoke:Navbar|navbar|Project:Sandbox|mini=y}} c136ouz1hndbw4yilsez17j78zuba79 Wikifunctions:Administrators' noticeboard 4 9491 280755 279251 2026-06-05T15:53:40Z YoshiRulz 10156 /* Import request */ New section 280755 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) 86354zi3kg72v66azhwwmc6s1w1lw4k 280757 280755 2026-06-05T16:03:22Z Feeglgeef 8776 /* Import request */ Reply 280757 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) :Just out of curiosity: what is your intended use? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:03, 5 June 2026 (UTC) hf1gya2dkzkq5nhsgikqp7snli57rg8 280759 280757 2026-06-05T16:08:42Z YoshiRulz 10156 /* Import request */ Reply 280759 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) :Just out of curiosity: what is your intended use? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:03, 5 June 2026 (UTC) ::Disambiguation on Project/Help pages. I've pre-emptively transcluded it on [[Special:EditPage/Wikifunctions:Catalogue/Programming_functions|WF:Catalogue/Programming functions]] and [[Special:EditPage/Wikifunctions:Status|WF:Status]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:08, 5 June 2026 (UTC) jsd6leck9rhs026dsc5zde1y63j500w 280760 280759 2026-06-05T16:10:31Z YoshiRulz 10156 /* Navbar broken */ New section 280760 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) :Just out of curiosity: what is your intended use? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:03, 5 June 2026 (UTC) ::Disambiguation on Project/Help pages. I've pre-emptively transcluded it on [[Special:EditPage/Wikifunctions:Catalogue/Programming_functions|WF:Catalogue/Programming functions]] and [[Special:EditPage/Wikifunctions:Status|WF:Status]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:08, 5 June 2026 (UTC) == Navbar broken == {{#invoke:Navbar|navbar|WF:Administrators' noticeboard|mini=y|style=float: inline-end;}} [[Module:Navbar]] doesn't seem to have been imported correctly. When invoking this module on this page, it works for reasons I don't understand, but on most pages like [[Project:Sandbox]] the necessary CSS rules for <code>.hlist li</code> etc. are all missing. 59usw8e42upk4u26xw1gruqhfoysiyq 280813 280760 2026-06-05T17:38:51Z YoshiRulz 10156 /* RGBA colour's type converters don't match Rational */ New section 280813 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) :Just out of curiosity: what is your intended use? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:03, 5 June 2026 (UTC) ::Disambiguation on Project/Help pages. I've pre-emptively transcluded it on [[Special:EditPage/Wikifunctions:Catalogue/Programming_functions|WF:Catalogue/Programming functions]] and [[Special:EditPage/Wikifunctions:Status|WF:Status]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:08, 5 June 2026 (UTC) == Navbar broken == {{#invoke:Navbar|navbar|WF:Administrators' noticeboard|mini=y|style=float: inline-end;}} [[Module:Navbar]] doesn't seem to have been imported correctly. When invoking this module on this page, it works for reasons I don't understand, but on most pages like [[Project:Sandbox]] the necessary CSS rules for <code>.hlist li</code> etc. are all missing. == RGBA colour's type converters don't match Rational == See [[Talk:Z28579#Mismatching JS code representation]] for details. 9ah96g7sv5l4z45n2r8oolu8aimp1m4 280870 280813 2026-06-05T18:44:00Z ZI Jony 1002 280870 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) :Just out of curiosity: what is your intended use? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:03, 5 June 2026 (UTC) ::Disambiguation on Project/Help pages. I've pre-emptively transcluded it on [[Special:EditPage/Wikifunctions:Catalogue/Programming functions|WF:Catalogue/Programming functions]] and [[Special:EditPage/Wikifunctions:Status|WF:Status]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:08, 5 June 2026 (UTC) == Navbar broken == {{#invoke:Navbar|navbar|WF:Administrators' noticeboard|mini=y|style=float: inline-end;}} [[Module:Navbar]] doesn't seem to have been imported correctly. When invoking this module on this page, it works for reasons I don't understand, but on most pages like [[Project:Sandbox]] the necessary CSS rules for <code>.hlist li</code> etc. are all missing. {{Unsigned |1= YoshiRulz|2= 16:10, 5 June 2026}} == RGBA colour's type converters don't match Rational == See [[Talk:Z28579#Mismatching JS code representation]] for details. {{Unsigned |1= YoshiRulz|2= 17:38, 5 June 2026}} 5anc2f6j8rkkx32q0o1cvr99808nvcu 280876 280870 2026-06-05T18:51:33Z ZI Jony 1002 /* Navbar broken */ Reply 280876 wikitext text/x-wiki {{dynamite|title=Administrators' noticeboard|t=yes}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions:Administrators' noticeboard/Archive/|stripprefix=1}} }}}} <!-- Add new reports below this line --> == Inactive functioneers == * [[User:Autom]] * <del>[[User:Butko]]</del> * [[User:Egezort]] * [[User:Elwinlhq]] * <del>[[User:Habst]]</del> * <del>[[User:Lucas Werkmeister]]</del> * <del>[[User:Mahir256]]</del> * <del>[[User:Papuass]]</del> * [[User:Renamerr]] * [[User:Sannita (WMF)]] (I'm not sure if the right should be removed from a staff member, but they ''are'' inactive) * [[User:Wooze]] * <del>[[User:ZI Jony]]</del> * [[User:Zippybonzo]] * <del>[[User:沈澄心]]</del> All of these users meet the threshold of inactivity on [[WF:Functioneer]]. Thanks, [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:56, 20 May 2026 (UTC) :Hello @[[User:Feeglgeef|Feeglgeef]], :I have stopped adding new functions, and I wouldn't mind if I'm removed from the functioneers list. If at any point I want it back, I'll request it. Thanks, :Ege [[User:Egezort|Egezort]] ([[User talk:Egezort|talk]]) 19:00, 20 May 2026 (UTC) :I have been inactive for some time, indeed. I just made an useful edit with intention to return at some point. [[User:Papuass|Papuass]] ([[User talk:Papuass|talk]]) 19:49, 20 May 2026 (UTC) :I'm still interested in making new functions, but if there is a process for re-requesting access I don't mind requesting again. --[[User:Habst|Habst]] ([[User talk:Habst|talk]]) 20:35, 20 May 2026 (UTC) ::We're not a bureaucracy, so in my opinion just expressing interest in keeping the role is enough. I'll strike your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:36, 20 May 2026 (UTC) :I'm still interested in project and I would like to keep the Functioneer rights, but don't have enough time at the moment. I hope that I'll can create thome new functions sporadically. --[[User:Butko|Butko]] ([[User talk:Butko|talk]]) 09:53, 21 May 2026 (UTC) ::Stricken. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:31, 25 May 2026 (UTC) :I'm still interested in making new functions. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 17:15, 21 May 2026 (UTC) :Am fine with it being removed, I was interested at one point in the concept of WF but when I rarely contribute to enwp I see no reason right now in keeping it around and will re-request if I gain interest again [[User:Zippybonzo|Zippybonzo]] ([[User talk:Zippybonzo|talk]]) 18:06, 21 May 2026 (UTC) :I would like to keep the Functioneer rights, as they could be useful in future when someone sets up Wikifunctions for more Wikidata Lexeme Forms templates (see [[Wikifunctions:Projects using Wikifunctions]] and [[:d:Wikidata:Wikidata Lexeme Forms#Wikifunctions support]]). I’ve just made an edit on the [[Z10119|sandbox function]], maybe that suffices to technically fulfill the requirement. [[User:Lucas Werkmeister|Lucas Werkmeister]] ([[User talk:Lucas Werkmeister|talk]]) 21:23, 21 May 2026 (UTC) ::I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:21, 21 May 2026 (UTC) :You can remove my permissions as well, I will not have time to contribute regularly again until winter at the earliest. [[User:Autom|Autom]] ([[User talk:Autom|talk]]) 19:20, 22 May 2026 (UTC) : I'm still interested in making new functions and implementations (e.g. [[Z34743]]). '''<span style="font-family:Iosevka,monospace">[[User:沈澄心|<span style="color:#9f3526">dring</span>]][[User talk:沈澄心|<span style="color:#534fa3">sim</span>]]</span>''' 10:38, 24 May 2026 (UTC) :: I've stricken your name. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:10, 24 May 2026 (UTC) : I do still plan to make new functions, particularly around transliteration from different pronunciation schemes into given target languages (and as long as discussions around abstract content architecture remain stagnant). [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 18:48, 25 May 2026 (UTC) == Import request == Please copy the hatnote template/module {{Q|5766677}} from a sister project. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 15:53, 5 June 2026 (UTC) :Just out of curiosity: what is your intended use? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:03, 5 June 2026 (UTC) ::Disambiguation on Project/Help pages. I've pre-emptively transcluded it on [[Special:EditPage/Wikifunctions:Catalogue/Programming functions|WF:Catalogue/Programming functions]] and [[Special:EditPage/Wikifunctions:Status|WF:Status]]. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:08, 5 June 2026 (UTC) == Navbar broken == {{#invoke:Navbar|navbar|WF:Administrators' noticeboard|mini=y|style=float: inline-end;}} [[Module:Navbar]] doesn't seem to have been imported correctly. When invoking this module on this page, it works for reasons I don't understand, but on most pages like [[Project:Sandbox]] the necessary CSS rules for <code>.hlist li</code> etc. are all missing. {{Unsigned |1= YoshiRulz|2= 16:10, 5 June 2026}} :@[[User:YoshiRulz|YoshiRulz]], I've fixed the issue! You were right, the problem was that the required CSS rules for <code>.hlist</code> and <code>.navbar</code> were missing on this wiki. To resolve this, I created [[Module:Navbar/styles.css]] and imported the necessary styles, then updated [[Module:Navbar]] to properly load this stylesheet. The navbar should now render correctly on all pages. Let me know if you still see any weird formatting. Regards, [[User:ZI Jony|<span style="color:#8B0000">'''ZI Jony'''</span>]] [[User talk:ZI Jony|<sup><span style="color:Green"><i>(Talk)</i></span></sup>]] 18:51, 5 June 2026 (UTC) == RGBA colour's type converters don't match Rational == See [[Talk:Z28579#Mismatching JS code representation]] for details. {{Unsigned |1= YoshiRulz|2= 17:38, 5 June 2026}} 6l40ubj8gbt5d9b4e1dhnyzu8ulg0en User talk:Mdaniels5757 3 11453 280719 279848 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280719 wikitext text/x-wiki {{Welcome/lang|user=Mdaniels5757|welcominguser=VIGNERON|1=[[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 19:35, 21 August 2023 (UTC)}} == Z12250 in French == Hi, I saw your notice concerning the [[Z12250]] in French and the autopatrolled removed. When I created it, after reading the help pages, I understood that we could add translations further, like this is in Wikidata. It's not a tentative of pollution from mine. However, it was the right decision without knowing my misunderstanding, so thanks for having done it =) [[User:Athozus|Athozus]] ([[User talk:Athozus|talk]]) 22:10, 16 December 2023 (UTC) :@[[User:Athozus|Athozus]] OK, no worries! I'm not going to re-set it right now just because that's the only edit you've made so far, but it will be granted in the future if you need it or it would be helpful. Best, —&#8205;[[User:Mdaniels5757|Mdaniels5757]] ([[User talk:Mdaniels5757|talk]]&nbsp;&bull;&nbsp;[[Special:Contributions/Mdaniels5757|contribs]]) 02:50, 17 December 2023 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #217 is out: More than 3,000 functions on Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-12|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we celebrate reaching the milestone of 3,000 functions on Wikifunctions, we discuss our upcoming commitments in outreach, we share with you our latest blogpost, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:21, 12 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #218 is out: Wikifunctions available on 123 Wiktionary languages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-19|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we update you on the recent Wikifunctions deployment on Wiktionaries, we introduce our new page for requesting cleanups, we update you on what's new on Types, we remind you of the upcoming meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1758643200 September 23, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:26, 20 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29289969 --> == Wikifunctions & Abstract Wikipedia Newsletter #219 is out: Accessing qualifiers in Wikidata statements == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce the possibility of calling also qualifiers from Wikidata, we update you on the recent deployments of Wikifunctions and on the Wikifunctions presentations at Wikimedia events, we give you the recent updates on Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:46, 26 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29319712 --> == Wikifunctions & Abstract Wikipedia Newsletter #220 is out: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the latest functions and types you can create, we announce that functions are now available to call on 152 projects, we talk about our presentations at Wikimedia meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1759771800 October 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:55, 4 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #221 is out: Decision on location for abstract content and Quarterly Planning for October–December == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our plans and work for the upcoming quarter (October-December 2025), we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:47, 9 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #222 is out: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we kickstart our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we present a beautiful representation of functions by a community member, we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:04, 15 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29444338 --> == Wikifunctions & Abstract Wikipedia Newsletter #223 is out: Welcome Zaree and Laura! Naming contest round 1 kicked off == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome two new additions to the team, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 21:10, 23 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29491948 --> == Wikifunctions & Abstract Wikipedia Newsletter #224 is out: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we announce our first experimentation with short descriptions on Wikidata, we talk about our presentations at the upcoming WikidataCon 2025, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 November 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:48, 30 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #225 is out: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the closing of the first phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we introduce a possible implementation of Wikifunctions for Wiktionaries, we talk about our latest outreach events, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:06, 6 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #226 is out: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we summarise current discussion regarding the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss how we are rewriting the backend, we ask for help in substituting a function, we suggest you the recordings of Wikifunctions-related sessions at the WikidataCon 2025, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1763481600 November 18, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:42, 13 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #227 is out: Second round of voting for naming the wiki with language-independent content; Sharing function calls == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the start of the second phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share the results of the MacArthur Foundation's 100&Change contest, we share the recording of the last NLG SIG meeting, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:11, 21 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #228 is out: Vote on the new wiki name! Finishing each other’s sentences == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our progress on sentence creation with functions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 December 1, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:38, 27 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #229 is out: And the name is Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the final results of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share two demos about new Wikifunctions features, we talk about Wikidata components in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:02, 4 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #230 is out: How to write better error messages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share an essay on how to write better error messages, on improving which we focused in the last months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 12 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #231 is out: We wish you a happy new Gregorian year! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we showcase some templates using Wikifunctions functions on several projects, and we wrap up work for this Gregorian year, wishing you happy holidays. The updates will resume in the week of January 14, so if you feel like you want more, you can always read the previous updates in [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:01, 18 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29814552 --> == Wikifunctions & Abstract Wikipedia Newsletter #232 is out: 25 years of Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the first issue of 2026, we celebrate our incredible milestone of 25 years of Wikipedia and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 16 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29902635 --> == Wikifunctions & Abstract Wikipedia Newsletter #233 is out: Quarterly plan for January–March 2026 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our work plans for the quarter that goes from January to March 2026, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 22 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #234 is out: Integrating Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our ideas about the integration of Abstract Wikipedia with the existing Wikimedia projects, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:51, 30 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on February 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1770661800 February 9, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 06:23, 6 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #235 is out: Finishing each other sentences: Starting things; Offsite in Istanbul == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the results of our recent team offsite (meeting in person) in Istanbul, Türkiye, especially on creating sentence fragments in several languages. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:31, 13 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #236 is out: A sneak preview of Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a sneak preview of how Abstract Wikipedia will look like and work, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:15, 20 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #237 is out: Graceful overrides and fallbacks == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss different patterns in articles about years on different Wikipedias, we present the video of the Wikifunctions presentation by Nicolas Vigneron at the last Celtic Knot, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1772476200 March 2, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:18, 27 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #238 is out: Citations and Copy and Paste == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce the possibility of creating a function that deals with references and a Wikifunctions internal clipboard, where you can temporarily store any piece of code in order to paste it somewhere else, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:28, 6 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #239 is out: A new composition language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about the revamp of the composition language on Wikifunctions, with its potential for further improvements. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:19, 12 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #240 is out: Abstract Wikipedia is now in Beta == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate the launch of the [https://abstract.wikipedia.org/ preliminary Beta version of Abstract Wikipedia], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 19 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #241 is out: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the first early edits on [https://abstract.wikipedia.org/ Abstract Wikipedia], we share the status of Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:48, 26 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30289284 --> == Wikifunctions & Abstract Wikipedia Newsletter #242 is out: Request for Discussion: Syntactic tables == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a proposal for Natural Language Generation, we introduce a page for function suggestions from Abstract Wikipedia, we inform you that there will be a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:37, 3 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #243 is out: Community proposals for capturing meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we report on three community proposals on syntactic approaches, we introduce a new Type (Complex numbers), we report on current hiccups on Abstract Wikipedia, we share more information about a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:35, 10 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #244 is out: Milestones; Some major issues hopefully resolved == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate 4000 functions on Wikifunctions and 1000 abstract articles on Abstract Wikipedia, we announce that we should have fixed some major issues with the websites, we inform you on our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:22, 17 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #245 is out: The Foundation's search for the perfect language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present an academic paper about Abstract Wikipedia, we discuss our latest Type created, and we take a look at the newest created functions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:54, 25 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> lak6rw2ien26yo7mgcwhyml20rd0f92 Template:Main page/nl 10 11576 280965 278867 2026-06-06T10:32:18Z HanV 6833 280965 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> <p class="main-title">Welkom op Wikifuncties</p> <p>een [[foundation:Special:MyLanguage/Policy:Terms_of_Use|vrije]] bibliotheek met {{formatnum:{{NUMBEROFFUNCTIONS}}}} [[w:Function_(computer_programming)|functies]] die iedereen kan bewerken.</p> </div> <div style="clear: both;"></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box" id="box1"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikifunctions-logo-monochrome-black.svg|20px |middle|link=|class=skin-invert-image]]</span><span>Welkom!</span></h3> <div id="mainpage-welcome" title="Welcome" class="items"> <span class="mw-translate-fuzzy">'''Wikifuncties''' is een Wikimedia-project voor [[foundation:Special:MyLanguage/Policy:Terms_of_Use|iedereen om samen een bibliotheek met codefuncties te creëren en te onderhouden]] ter ondersteuning van de Wikimedia-projecten en daarbuiten, in de [[$wplang|natuurlijke talen]] en [[$wpproglang|programmeertalen]] van de wereld.</span> <div id="bottom-paragraphs"><!--this is hidden on mobile devices because of limited screen real estate--> <span class="mw-translate-fuzzy">Een "[[wikt:function <!-- name in wiktionary-->|functie]]" is een reeks programmeerinstructies die een [[$wpcalc|berekening]] maakt op basis van de [[$wpdata|gegevens]] die u verstrekt. Functies kunnen vragen beantwoorden, zoals hoeveel dagen zijn verstreken tussen twee datums of de afstand tussen twee steden.</span> <!--this should be the current primary focus of Wikifunctions. Ideally links to documentation by the Abstract Wikipedia team if available. --> We richten ons nu voornamelijk op [[Special:MyLanguage/Wikifunctions:Support for Wikidata content|functies gerelateerd aan Wikidata Lexemen]]. De Lexicografische gegevens van Wikidata en de functies om deze te verwerken zijn essentieel voor het doel van een Abstracte Wikipedia. Er is [[Special:MyLanguage/Wikifunctions:Working with Wikidata content|een tutorial over hoe Wikifunctions nu met Wikidata gebruikt kunnen worden]]. </div> </div> </div> <div class="mainpage_box" id="box2"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Aan de slag</span></h3> <div id="mainpage-start" title="Get started" class="items"> [[File:Wikifunctions in 7 minutes.webm|thumbtime=0:01|thumb|center|400px|Wikifuncties in 7 minuten]] * [[Special:RunFunction|Een functie uitvoeren]] * [[Wikifunctions:Project chat|Projectchat]] * [[Special:MyLanguage/Wikifunctions:Community portal|Gebruikersportaal]] * [[Special:MyLanguage/Wikifunctions:Suggest a function|Een functie suggereren]] * [[Special:MyLanguage/Wikifunctions:Catalogue|Catalogus van beschikbare functies]] </div> </div> </div> <div id="many-examples" class="mainpage_row"> <div class="mainpage_box" id="box3"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Functies om uit te proberen</span></h3> <div id="mainpage-function-list" title="Function list" class="items"> * {{Random function |NUMBER = 8 |1 = {{Z+|Z10096}} |2 = {{Z+|Z13163}} |3 = {{Z+|Z12427}} |4 = {{Z+|Z13587}} |5 = {{Z+|Z12626}} |6 = {{Z+|Z12812}} |7 = {{Z+|Z10012}} |8 = {{Z+|Z10070}} }} * {{Random function |NUMBER = 8 |8 = {{Z+|Z10096}} |7 = {{Z+|Z13163}} |6 = {{Z+|Z12427}} |5 = {{Z+|Z13587}} |4 = {{Z+|Z12626}} |3 = {{Z+|Z12812}} |2 = {{Z+|Z10012}} |1 = {{Z+|Z10070}} }} * {{Z+|Z20756}} * {{Z+|Z20733}} * {{Z+|Z20181}} * {{Z+|Z20000}} * {{Z+|Z19509}} * {{Z+|Z19514}} [[Special:MyLanguage/Wikifunctions:Catalogue|''meer functies…'']] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box" id="box4"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}|2=ltr|3=rtl}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Leer en draag bij</span></h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; Leer over Wikifuncties * [[Special:MyLanguage/Wikifunctions:About|Over Wikifuncties]] * [[Special:MyLanguage/Wikifunctions:Introduction|Wikifuncties-introductie]] * [[Special:MyLanguage/Wikifunctions:FAQ|FAQ]] * [[Special:MyLanguage/Wikifunctions:Glossary|Woordenlijst]] ; Bijdragen aan Wikifuncties * [[Special:CreateObject|Een object maken]] * [[Special:MyLanguage/Help:Multilingual|Ga aan de slag als vertaler]] ; Hulp krijgen met Wikifunctions * Vragen? Vraag het via de [[Wikifunctions:Project chat|Projectchat]] of [[Special:MyLanguage/Wikifunctions:Report a technical problem#Discuss with others|op ons Telegram/IRC-kanaal]]! * [[Special:MyLanguage/Wikifunctions:Report a technical problem|Een technisch probleem melden]] ** De [[Wikifunctions:Status|Statuspagina]] geeft een overzicht van de belangrijkste bekende kwesties en problemen </div> </div> <div class="mainpage_box" id="box5"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}|2=-rtl|3=}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Nieuws</span></h3> <div id="mainpage-news" title="News" class="items"> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{int:lang}}}}}}</div></div> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="background: white; width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">Wikifuncties maakt deel uit van de non-profit, meertalige Wikimedia-familie met vrije inhoud.</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:{{int:lang}}:|alt=]]<div><span>[[w:{{int:lang}}:|{{int:Wikibase-otherprojects-wikipedia}}]]</span><br>Encyclopedie</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div><span>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]</span><br>Kennisdatabase</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div><span>[[c:|{{int:Wikibase-otherprojects-commons}}]]</span><br>Mediadatabank</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:{{int:lang}}:|alt=]]<div><span>[[wikt:{{int:lang}}:|{{int:Wikibase-otherprojects-wiktionary}}]]</span><br>Woordenboek en thesaurus</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:{{int:lang}}:|alt=]]<div><span>[[b:{{int:lang}}:|{{int:Wikibase-otherprojects-wikibooks}}]]</span><br>Tekstboeken en handleidingen</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:{{int:lang}}:|alt=]]<div><span>[[q:{{int:lang}}:|{{int:Wikibase-otherprojects-wikiquote}}]]</span><br>Collectie van citaten</div> *[[File:Wikisource-logo.svg|40x40px|link=s:{{int:lang}}:|alt=]]<div><span>[[s:{{int:lang}}:|{{int:Wikibase-otherprojects-wikisource}}]]</span><br>Bibliotheek</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:{{int:lang}}:|alt=]]<div><span>[[v:{{int:lang}}:|{{int:Wikibase-otherprojects-wikiversity}}]]</span><br>Leermiddelen</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:{{int:lang}}:|alt=]]<div><span>[[voy:{{int:lang}}:|{{int:Wikibase-otherprojects-wikivoyage}}]]</span><br>Reisgidsen</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div><span>[[species:|{{int:Wikibase-otherprojects-species}}]]</span><br>Gids van soorten</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div><span>[[incubator:|Incubator]]</span><br>Nieuwe taalversies</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div><span>[[m:|{{int:Project-localized-name-metawiki}}]]</span><br>Projectcoördinatie</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div><span>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]</span><br>MediaWiki-ontwikkeling</div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div><span>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]</span><br>Evenement coördinatie</div> </div> </div> </div> </div> </div> __NOEDITSECTION__ __NOTOC__<languages /><noinclude> </noinclude> i9a7icav7q3rduw7hjwr7gecgl3uitb 280967 280965 2026-06-06T10:32:49Z HanV 6833 280967 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> <p class="main-title">Welkom op Wikifuncties</p> <p>een [[foundation:Special:MyLanguage/Policy:Terms_of_Use|vrije]] bibliotheek met {{formatnum:{{NUMBEROFFUNCTIONS}}}} [[w:Function_(computer_programming)|functies]] die iedereen kan bewerken.</p> </div> <div style="clear: both;"></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box" id="box1"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikifunctions-logo-monochrome-black.svg|20px |middle|link=|class=skin-invert-image]]</span><span>Welkom!</span></h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''Wikifuncties''' is een Wikimedia-project voor [[foundation:Special:MyLanguage/Policy:Terms_of_Use|iedereen om samen een bibliotheek met codefuncties te creëren en te onderhouden]] ter ondersteuning van de Wikimedia-projecten en daarbuiten, in de [[w:Language|natuurlijke talen]] en [[w:Programming language|programmeertalen]] van de wereld. <div id="bottom-paragraphs"><!--this is hidden on mobile devices because of limited screen real estate--> <span class="mw-translate-fuzzy">Een "[[wikt:function <!-- name in wiktionary-->|functie]]" is een reeks programmeerinstructies die een [[$wpcalc|berekening]] maakt op basis van de [[$wpdata|gegevens]] die u verstrekt. Functies kunnen vragen beantwoorden, zoals hoeveel dagen zijn verstreken tussen twee datums of de afstand tussen twee steden.</span> <!--this should be the current primary focus of Wikifunctions. Ideally links to documentation by the Abstract Wikipedia team if available. --> We richten ons nu voornamelijk op [[Special:MyLanguage/Wikifunctions:Support for Wikidata content|functies gerelateerd aan Wikidata Lexemen]]. De Lexicografische gegevens van Wikidata en de functies om deze te verwerken zijn essentieel voor het doel van een Abstracte Wikipedia. Er is [[Special:MyLanguage/Wikifunctions:Working with Wikidata content|een tutorial over hoe Wikifunctions nu met Wikidata gebruikt kunnen worden]]. </div> </div> </div> <div class="mainpage_box" id="box2"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Aan de slag</span></h3> <div id="mainpage-start" title="Get started" class="items"> [[File:Wikifunctions in 7 minutes.webm|thumbtime=0:01|thumb|center|400px|Wikifuncties in 7 minuten]] * [[Special:RunFunction|Een functie uitvoeren]] * [[Wikifunctions:Project chat|Projectchat]] * [[Special:MyLanguage/Wikifunctions:Community portal|Gebruikersportaal]] * [[Special:MyLanguage/Wikifunctions:Suggest a function|Een functie suggereren]] * [[Special:MyLanguage/Wikifunctions:Catalogue|Catalogus van beschikbare functies]] </div> </div> </div> <div id="many-examples" class="mainpage_row"> <div class="mainpage_box" id="box3"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Functies om uit te proberen</span></h3> <div id="mainpage-function-list" title="Function list" class="items"> * {{Random function |NUMBER = 8 |1 = {{Z+|Z10096}} |2 = {{Z+|Z13163}} |3 = {{Z+|Z12427}} |4 = {{Z+|Z13587}} |5 = {{Z+|Z12626}} |6 = {{Z+|Z12812}} |7 = {{Z+|Z10012}} |8 = {{Z+|Z10070}} }} * {{Random function |NUMBER = 8 |8 = {{Z+|Z10096}} |7 = {{Z+|Z13163}} |6 = {{Z+|Z12427}} |5 = {{Z+|Z13587}} |4 = {{Z+|Z12626}} |3 = {{Z+|Z12812}} |2 = {{Z+|Z10012}} |1 = {{Z+|Z10070}} }} * {{Z+|Z20756}} * {{Z+|Z20733}} * {{Z+|Z20181}} * {{Z+|Z20000}} * {{Z+|Z19509}} * {{Z+|Z19514}} [[Special:MyLanguage/Wikifunctions:Catalogue|''meer functies…'']] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box" id="box4"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}|2=ltr|3=rtl}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Leer en draag bij</span></h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; Leer over Wikifuncties * [[Special:MyLanguage/Wikifunctions:About|Over Wikifuncties]] * [[Special:MyLanguage/Wikifunctions:Introduction|Wikifuncties-introductie]] * [[Special:MyLanguage/Wikifunctions:FAQ|FAQ]] * [[Special:MyLanguage/Wikifunctions:Glossary|Woordenlijst]] ; Bijdragen aan Wikifuncties * [[Special:CreateObject|Een object maken]] * [[Special:MyLanguage/Help:Multilingual|Ga aan de slag als vertaler]] ; Hulp krijgen met Wikifunctions * Vragen? Vraag het via de [[Wikifunctions:Project chat|Projectchat]] of [[Special:MyLanguage/Wikifunctions:Report a technical problem#Discuss with others|op ons Telegram/IRC-kanaal]]! * [[Special:MyLanguage/Wikifunctions:Report a technical problem|Een technisch probleem melden]] ** De [[Wikifunctions:Status|Statuspagina]] geeft een overzicht van de belangrijkste bekende kwesties en problemen </div> </div> <div class="mainpage_box" id="box5"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}|2=-rtl|3=}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Nieuws</span></h3> <div id="mainpage-news" title="News" class="items"> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{int:lang}}}}}}</div></div> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="background: white; width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">Wikifuncties maakt deel uit van de non-profit, meertalige Wikimedia-familie met vrije inhoud.</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:{{int:lang}}:|alt=]]<div><span>[[w:{{int:lang}}:|{{int:Wikibase-otherprojects-wikipedia}}]]</span><br>Encyclopedie</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div><span>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]</span><br>Kennisdatabase</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div><span>[[c:|{{int:Wikibase-otherprojects-commons}}]]</span><br>Mediadatabank</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:{{int:lang}}:|alt=]]<div><span>[[wikt:{{int:lang}}:|{{int:Wikibase-otherprojects-wiktionary}}]]</span><br>Woordenboek en thesaurus</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:{{int:lang}}:|alt=]]<div><span>[[b:{{int:lang}}:|{{int:Wikibase-otherprojects-wikibooks}}]]</span><br>Tekstboeken en handleidingen</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:{{int:lang}}:|alt=]]<div><span>[[q:{{int:lang}}:|{{int:Wikibase-otherprojects-wikiquote}}]]</span><br>Collectie van citaten</div> *[[File:Wikisource-logo.svg|40x40px|link=s:{{int:lang}}:|alt=]]<div><span>[[s:{{int:lang}}:|{{int:Wikibase-otherprojects-wikisource}}]]</span><br>Bibliotheek</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:{{int:lang}}:|alt=]]<div><span>[[v:{{int:lang}}:|{{int:Wikibase-otherprojects-wikiversity}}]]</span><br>Leermiddelen</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:{{int:lang}}:|alt=]]<div><span>[[voy:{{int:lang}}:|{{int:Wikibase-otherprojects-wikivoyage}}]]</span><br>Reisgidsen</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div><span>[[species:|{{int:Wikibase-otherprojects-species}}]]</span><br>Gids van soorten</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div><span>[[incubator:|Incubator]]</span><br>Nieuwe taalversies</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div><span>[[m:|{{int:Project-localized-name-metawiki}}]]</span><br>Projectcoördinatie</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div><span>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]</span><br>MediaWiki-ontwikkeling</div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div><span>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]</span><br>Evenement coördinatie</div> </div> </div> </div> </div> </div> __NOEDITSECTION__ __NOTOC__<languages /><noinclude> </noinclude> 6hku0l4qviu7p4czazweli66o2zhid4 280969 280967 2026-06-06T10:33:54Z HanV 6833 280969 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> <p class="main-title">Welkom op Wikifuncties</p> <p>een [[foundation:Special:MyLanguage/Policy:Terms_of_Use|vrije]] bibliotheek met {{formatnum:{{NUMBEROFFUNCTIONS}}}} [[w:Function_(computer_programming)|functies]] die iedereen kan bewerken.</p> </div> <div style="clear: both;"></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box" id="box1"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikifunctions-logo-monochrome-black.svg|20px |middle|link=|class=skin-invert-image]]</span><span>Welkom!</span></h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''Wikifuncties''' is een Wikimedia-project voor [[foundation:Special:MyLanguage/Policy:Terms_of_Use|iedereen om samen een bibliotheek met codefuncties te creëren en te onderhouden]] ter ondersteuning van de Wikimedia-projecten en daarbuiten, in de [[w:Language|natuurlijke talen]] en [[w:Programming language|programmeertalen]] van de wereld. <div id="bottom-paragraphs"><!--this is hidden on mobile devices because of limited screen real estate--> Een "[[wikt:function <!-- name in wiktionary-->|functie]]" is een reeks programmeerinstructies die een [[w:Calculation|berekening]] maakt op basis van de [[w:Data|gegevens]] die u verstrekt. Functies kunnen vragen beantwoorden, zoals hoeveel dagen zijn verstreken tussen twee datums of de afstand tussen twee steden. <!--this should be the current primary focus of Wikifunctions. Ideally links to documentation by the Abstract Wikipedia team if available. --> We richten ons nu voornamelijk op [[Special:MyLanguage/Wikifunctions:Support for Wikidata content|functies gerelateerd aan Wikidata Lexemen]]. De Lexicografische gegevens van Wikidata en de functies om deze te verwerken zijn essentieel voor het doel van een Abstracte Wikipedia. Er is [[Special:MyLanguage/Wikifunctions:Working with Wikidata content|een tutorial over hoe Wikifunctions nu met Wikidata gebruikt kunnen worden]]. </div> </div> </div> <div class="mainpage_box" id="box2"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Aan de slag</span></h3> <div id="mainpage-start" title="Get started" class="items"> [[File:Wikifunctions in 7 minutes.webm|thumbtime=0:01|thumb|center|400px|Wikifuncties in 7 minuten]] * [[Special:RunFunction|Een functie uitvoeren]] * [[Wikifunctions:Project chat|Projectchat]] * [[Special:MyLanguage/Wikifunctions:Community portal|Gebruikersportaal]] * [[Special:MyLanguage/Wikifunctions:Suggest a function|Een functie suggereren]] * [[Special:MyLanguage/Wikifunctions:Catalogue|Catalogus van beschikbare functies]] </div> </div> </div> <div id="many-examples" class="mainpage_row"> <div class="mainpage_box" id="box3"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Functies om uit te proberen</span></h3> <div id="mainpage-function-list" title="Function list" class="items"> * {{Random function |NUMBER = 8 |1 = {{Z+|Z10096}} |2 = {{Z+|Z13163}} |3 = {{Z+|Z12427}} |4 = {{Z+|Z13587}} |5 = {{Z+|Z12626}} |6 = {{Z+|Z12812}} |7 = {{Z+|Z10012}} |8 = {{Z+|Z10070}} }} * {{Random function |NUMBER = 8 |8 = {{Z+|Z10096}} |7 = {{Z+|Z13163}} |6 = {{Z+|Z12427}} |5 = {{Z+|Z13587}} |4 = {{Z+|Z12626}} |3 = {{Z+|Z12812}} |2 = {{Z+|Z10012}} |1 = {{Z+|Z10070}} }} * {{Z+|Z20756}} * {{Z+|Z20733}} * {{Z+|Z20181}} * {{Z+|Z20000}} * {{Z+|Z19509}} * {{Z+|Z19514}} [[Special:MyLanguage/Wikifunctions:Catalogue|''meer functies…'']] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box" id="box4"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}|2=ltr|3=rtl}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Leer en draag bij</span></h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; Leer over Wikifuncties * [[Special:MyLanguage/Wikifunctions:About|Over Wikifuncties]] * [[Special:MyLanguage/Wikifunctions:Introduction|Wikifuncties-introductie]] * [[Special:MyLanguage/Wikifunctions:FAQ|FAQ]] * [[Special:MyLanguage/Wikifunctions:Glossary|Woordenlijst]] ; Bijdragen aan Wikifuncties * [[Special:CreateObject|Een object maken]] * [[Special:MyLanguage/Help:Multilingual|Ga aan de slag als vertaler]] ; Hulp krijgen met Wikifunctions * Vragen? Vraag het via de [[Wikifunctions:Project chat|Projectchat]] of [[Special:MyLanguage/Wikifunctions:Report a technical problem#Discuss with others|op ons Telegram/IRC-kanaal]]! * [[Special:MyLanguage/Wikifunctions:Report a technical problem|Een technisch probleem melden]] ** De [[Wikifunctions:Status|Statuspagina]] geeft een overzicht van de belangrijkste bekende kwesties en problemen </div> </div> <div class="mainpage_box" id="box5"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}|2=-rtl|3=}}.svg|20px|middle|link=|class=skin-invert-image]]</span><span>Nieuws</span></h3> <div id="mainpage-news" title="News" class="items"> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{int:lang}}}}}}</div></div> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="background: white; width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">Wikifuncties maakt deel uit van de non-profit, meertalige Wikimedia-familie met vrije inhoud.</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:{{int:lang}}:|alt=]]<div><span>[[w:{{int:lang}}:|{{int:Wikibase-otherprojects-wikipedia}}]]</span><br>Encyclopedie</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div><span>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]</span><br>Kennisdatabase</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div><span>[[c:|{{int:Wikibase-otherprojects-commons}}]]</span><br>Mediadatabank</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:{{int:lang}}:|alt=]]<div><span>[[wikt:{{int:lang}}:|{{int:Wikibase-otherprojects-wiktionary}}]]</span><br>Woordenboek en thesaurus</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:{{int:lang}}:|alt=]]<div><span>[[b:{{int:lang}}:|{{int:Wikibase-otherprojects-wikibooks}}]]</span><br>Tekstboeken en handleidingen</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:{{int:lang}}:|alt=]]<div><span>[[q:{{int:lang}}:|{{int:Wikibase-otherprojects-wikiquote}}]]</span><br>Collectie van citaten</div> *[[File:Wikisource-logo.svg|40x40px|link=s:{{int:lang}}:|alt=]]<div><span>[[s:{{int:lang}}:|{{int:Wikibase-otherprojects-wikisource}}]]</span><br>Bibliotheek</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:{{int:lang}}:|alt=]]<div><span>[[v:{{int:lang}}:|{{int:Wikibase-otherprojects-wikiversity}}]]</span><br>Leermiddelen</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:{{int:lang}}:|alt=]]<div><span>[[voy:{{int:lang}}:|{{int:Wikibase-otherprojects-wikivoyage}}]]</span><br>Reisgidsen</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div><span>[[species:|{{int:Wikibase-otherprojects-species}}]]</span><br>Gids van soorten</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div><span>[[incubator:|Incubator]]</span><br>Nieuwe taalversies</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div><span>[[m:|{{int:Project-localized-name-metawiki}}]]</span><br>Projectcoördinatie</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div><span>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]</span><br>MediaWiki-ontwikkeling</div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div><span>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]</span><br>Evenement coördinatie</div> </div> </div> </div> </div> </div> __NOEDITSECTION__ __NOTOC__<languages /><noinclude> </noinclude> 8ukiu0a8oz0c9fqprzrqkl4lm3k04dq Translations:Template:Main page/2/nl 1198 11587 280964 195278 2026-06-06T10:32:17Z HanV 6833 280964 wikitext text/x-wiki een [[$1|vrije]] bibliotheek met $fcount [[w:Function_(computer_programming)|functies]] die iedereen kan bewerken. ifj6swrz4t5nwnudmuaj2cr7x1bjic3 Translations:Template:Main page/4/nl 1198 11588 280966 195280 2026-06-06T10:32:48Z HanV 6833 280966 wikitext text/x-wiki '''Wikifuncties''' is een Wikimedia-project voor [[$1|iedereen om samen een bibliotheek met codefuncties te creëren en te onderhouden]] ter ondersteuning van de Wikimedia-projecten en daarbuiten, in de [[w:Language|natuurlijke talen]] en [[w:Programming language|programmeertalen]] van de wereld. 9dan3mwv5psjhqwf3h25qu3fi1wzttl Translations:Template:Main page/5/nl 1198 11589 280968 195282 2026-06-06T10:33:53Z HanV 6833 280968 wikitext text/x-wiki Een "[[wikt:function <!-- name in wiktionary-->|functie]]" is een reeks programmeerinstructies die een [[w:Calculation|berekening]] maakt op basis van de [[w:Data|gegevens]] die u verstrekt. Functies kunnen vragen beantwoorden, zoals hoeveel dagen zijn verstreken tussen twee datums of de afstand tussen twee steden. 43mf90n32el4iuz74d4d4an086oxidd Module:Navbar 828 13275 280869 48661 2026-06-05T18:40:05Z ZI Jony 1002 Fixed broken 280869 Scribunto text/plain local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor then args.fontstyle = 'color:' .. args.fontcolor .. ';' end args.style = 'float:left; text-align:left; width:6em;' end -- FIX 1: Safely handle instances where the parent frame is nil local frame = mw.getCurrentFrame() local pFrame = frame:getParent() local fallbackTitle = pFrame and pFrame:getTitle() or frame:getTitle() local titleText = args[titleArg] or (':' .. fallbackTitle) local title = mw.title.new(mw.text.trim(titleText), 'Template') if not title then error('Invalid title ' .. titleText) end local talkpage = title.talkPageTitle and title.talkPageTitle.fullText or '' local div = mw.html.create():tag('div') div :addClass('plainlinks') :addClass('hlist') :addClass('navbar') :cssText(args.style) if args.mini then div:addClass('mini') end if not (args.mini or args.plain) then div :tag('span') :css('word-spacing', 0) :cssText(args.fontstyle) :wikitext(args.text or 'This box:') :wikitext(' ') end if args.brackets then div :tag('span') :css('margin-right', '-0.125em') :cssText(args.fontstyle) :wikitext('&#91;') :newline() end local ul = div:tag('ul') ul :tag('li') :addClass('nv-view') -- FIX 2: Added leading colon to prevent accidental categorization/embedding :wikitext('[[:' .. title.fullText .. '|') :tag('span') :attr('title', 'View this template') :cssText(args.fontstyle) :wikitext(args.mini and 'v' or 'view') :done() :wikitext(']]') :done() -- FIX 3: Prevent invalid wikitext if no talk page exists if talkpage ~= '' then ul :tag('li') :addClass('nv-talk') :wikitext('[[:' .. talkpage .. '|') :tag('span') :attr('title', 'Discuss this template') :cssText(args.fontstyle) :wikitext(args.mini and 't' or 'talk') :done() :wikitext(']]') end if not args.noedit then ul :tag('li') :addClass('nv-edit') :wikitext('[' .. title:fullUrl('action=edit') .. ' ') :tag('span') :attr('title', 'Edit this template') :cssText(args.fontstyle) :wikitext(args.mini and 'e' or 'edit') :done() :wikitext(']') end if args.brackets then div :tag('span') :css('margin-left', '-0.125em') :cssText(args.fontstyle) :wikitext('&#93;') :newline() end if args.collapsible then div :done() :tag('span') :css('font-size', '110%') :cssText(args.fontstyle) :wikitext(args[1]) end return tostring(div:done()) end function p.navbar(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end return p._navbar(getArgs(frame)) end return p o4z0gdeurdjxzax0r69yixh9e8a8jx8 280874 280869 2026-06-05T18:49:31Z ZI Jony 1002 +TemplateStyles CSS file 280874 Scribunto text/plain local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor then args.fontstyle = 'color:' .. args.fontcolor .. ';' end args.style = 'float:left; text-align:left; width:6em;' end -- FIX 1: Safely handle instances where the parent frame is nil local frame = mw.getCurrentFrame() local pFrame = frame:getParent() local fallbackTitle = pFrame and pFrame:getTitle() or frame:getTitle() local titleText = args[titleArg] or (':' .. fallbackTitle) local title = mw.title.new(mw.text.trim(titleText), 'Template') if not title then error('Invalid title ' .. titleText) end local talkpage = title.talkPageTitle and title.talkPageTitle.fullText or '' local div = mw.html.create():tag('div') div :addClass('plainlinks') :addClass('hlist') :addClass('navbar') :cssText(args.style) if args.mini then div:addClass('mini') end if not (args.mini or args.plain) then div :tag('span') :css('word-spacing', 0) :cssText(args.fontstyle) :wikitext(args.text or 'This box:') :wikitext(' ') end if args.brackets then div :tag('span') :css('margin-right', '-0.125em') :cssText(args.fontstyle) :wikitext('&#91;') :newline() end local ul = div:tag('ul') ul :tag('li') :addClass('nv-view') -- FIX 2: Added leading colon to prevent accidental categorization/embedding :wikitext('[[:' .. title.fullText .. '|') :tag('span') :attr('title', 'View this template') :cssText(args.fontstyle) :wikitext(args.mini and 'v' or 'view') :done() :wikitext(']]') :done() -- FIX 3: Prevent invalid wikitext if no talk page exists if talkpage ~= '' then ul :tag('li') :addClass('nv-talk') :wikitext('[[:' .. talkpage .. '|') :tag('span') :attr('title', 'Discuss this template') :cssText(args.fontstyle) :wikitext(args.mini and 't' or 'talk') :done() :wikitext(']]') end if not args.noedit then ul :tag('li') :addClass('nv-edit') :wikitext('[' .. title:fullUrl('action=edit') .. ' ') :tag('span') :attr('title', 'Edit this template') :cssText(args.fontstyle) :wikitext(args.mini and 'e' or 'edit') :done() :wikitext(']') end if args.brackets then div :tag('span') :css('margin-left', '-0.125em') :cssText(args.fontstyle) :wikitext('&#93;') :newline() end if args.collapsible then div :done() :tag('span') :css('font-size', '110%') :cssText(args.fontstyle) :wikitext(args[1]) end -- FIX 4: Load the TemplateStyles CSS file div:wikitext(frame:extensionTag('templatestyles', '', {src = 'Module:Navbar/styles.css'})) return tostring(div:done()) end function p.navbar(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end return p._navbar(getArgs(frame)) end return p bvl4ulse3hoffcr90zmwuirmloh4fbh Wikifunctions:Status updates 4 22740 280655 280622 2026-06-05T14:02:25Z Sannita (WMF) 10 Marked this version for translation 280655 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<translate><!--T:1--> '''[[<tvar name="sub">:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia</tvar>|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</translate>}} {{Wikifunctions updates | prevlabel = <translate><!--T:2--> Previous update</translate> | prev = 2024-02-01 | nextlabel = <translate><!--T:3--> Last update</translate> | next = 2026-06-05 }} <translate><!--T:4--> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[<tvar name="1">Special:MyLanguage/WF:function of the Week</tvar>|function of the Week]]. <!--T:5--> You can also subscribe to the [[<tvar name="sub">:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia</tvar>|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump.</translate> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=<translate nowrap><!--T:119--> Search all status updates</translate> </inputbox> <translate> == Newsletters == <!--T:28--> </translate> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <translate><!--T:123--> <tvar name="1">{{Status updates|2026-06-05}}</tvar>: The illustrated encyclopaedia</translate> * <translate><!--T:122--> <tvar name="1">{{Status updates|2026-05-30}}</tvar>: Looking back and forward</translate> * <translate><!--T:121--> <tvar name="1">{{Status updates|2026-05-23}}</tvar>: Annual plan 2026-2027</translate> * <translate><!--T:120--> <tvar name="1">{{Status updates|2026-05-15}}</tvar>: A higher meaning</translate> * <translate><!--T:117--> <tvar name="1">{{Status updates|2026-05-08}}</tvar>: References from Wikidata are now available</translate> * <translate><!--T:116--> <tvar name="1">{{Status updates|2026-05-02}}</tvar>: Request for input: what should we count for Abstract Wikipedia?</translate> * <translate><!--T:115--> <tvar name="1">{{Status updates|2026-04-25}}</tvar>: The Foundation's search for the perfect language</translate> * <translate><!--T:114--> <tvar name="1">{{Status updates|2026-04-16}}</tvar>: Milestones; Some major issues hopefully resolved</translate> * <translate><!--T:113--> <tvar name="1">{{Status updates|2026-04-10}}</tvar>: Community proposals for capturing meaning</translate> * <translate><!--T:112--> <tvar name="1">{{Status updates|2026-04-02}}</tvar>: Request for Discussion: Syntactic tables</translate> * <translate><!--T:111--> <tvar name="1">{{Status updates|2026-03-26}}</tvar>: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</translate> * <translate><!--T:110--> <tvar name="1">{{Status updates|2026-03-19}}</tvar>: Abstract Wikipedia in Beta</translate> * <translate><!--T:109--> <tvar name="1">{{Status updates|2026-03-11}}</tvar>: A new composition language</translate> * <translate><!--T:108--> <tvar name="1">{{Status updates|2026-03-06}}</tvar>: Citations and Copy and Paste</translate> * <translate><!--T:107--> <tvar name="1">{{Status updates|2026-02-26}}</tvar>: Graceful overrides and fallbacks</translate> * <translate><!--T:106--> <tvar name="1">{{Status updates|2026-02-20}}</tvar>: A sneak preview of Abstract Wikipedia</translate> * <translate><!--T:105--> <tvar name="1">{{Status updates|2026-02-13}}</tvar>: Finishing each other sentences: Starting things; Offsite in Istanbul</translate> * <translate><!--T:104--> <tvar name="1">{{Status updates|2026-01-29}}</tvar>: Integrating Abstract Wikipedia</translate> * <translate><!--T:103--> <tvar name="1">{{Status updates|2026-01-22}}</tvar>: Quarterly plan for January–March 2026</translate> * <translate><!--T:102--> <tvar name="1">{{Status updates|2026-01-15}}</tvar>: 25 years of Wikipedia</translate> === 2025 === * <translate><!--T:101--> <tvar name="1">{{Status updates|2025-12-18}}</tvar>: We wish you a happy new Gregorian year!</translate> * <translate><!--T:100--> <tvar name="1">{{Status updates|2025-12-11}}</tvar>: How to write better error messages</translate> * <translate><!--T:99--> <tvar name="1">{{Status updates|2025-12-04}}</tvar>: And the name is Abstract Wikipedia</translate> * <translate><!--T:98--> <tvar name="1">{{Status updates|2025-11-27}}</tvar>: Vote on the new wiki name!; Finishing each other’s sentences</translate> * <translate><!--T:97--> <tvar name="1">{{Status updates|2025-11-20}}</tvar>: Second round of voting for naming the wiki with language-independent content; Sharing function calls</translate> * <translate><!--T:96--> <tvar name="1">{{Status updates|2025-11-13}}</tvar>: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</translate> * <translate><!--T:95--> <tvar name="1">{{Status updates|2025-11-05}}</tvar>: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</translate> * <translate><!--T:94--> <tvar name="1">{{Status updates|2025-10-29}}</tvar>: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</translate> * <translate><!--T:93--> <tvar name="1">{{Status updates|2025-10-23}}</tvar>: Welcome Zaree and Laura! Naming contest round 1 kicked off</translate> * <translate><!--T:92--> <tvar name="1">{{Status updates|2025-10-15}}</tvar>: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</translate> * <translate><!--T:91--> <tvar name="1">{{Status updates|2025-10-08}}</tvar>: Decision on location for abstract content and Quarterly Planning for October–December</translate> * <translate><!--T:90--> <tvar name="1">{{Status updates|2025-10-03}}</tvar>: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</translate> * <translate><!--T:89--> <tvar name="1">{{Status updates|2025-09-26}}</tvar>: Accessing qualifiers in Wikidata statements</translate> * <translate><!--T:88--> <tvar name="1">{{Status updates|2025-09-19}}</tvar>: Wikifunctions available on 123 Wiktionary languages</translate> * <translate><!--T:87--> <tvar name="1">{{Status updates|2025-09-12}}</tvar>: More than 3,000 functions on Wikifunctions</translate> * <translate><!--T:86--> <tvar name="1">{{Status updates|2025-09-07}}</tvar>: Copying function calls from one Wikipedia to another</translate> * <translate><!--T:85--> <tvar name="1">{{Status updates|2025-08-29}}</tvar>: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</translate> * <translate><!--T:84--> <tvar name="1">{{Status updates|2025-08-22}}</tvar>: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</translate> * <translate><!--T:83--> <tvar name="1">{{Status updates|2025-08-01}}</tvar>: Wikimania 2025 is coming soon!</translate> * <translate><!--T:82--> <tvar name="1">{{Status updates|2025-07-26}}</tvar>: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</translate> * <translate><!--T:81--> <tvar name="1">{{Status updates|2025-07-19}}</tvar>: Wikidata-based enumerations are here</translate> * <translate><!--T:80--> <tvar name="1">{{Status updates|2025-07-10}}</tvar>: Length limits on labels and descriptions</translate> * <translate><!--T:79--> <tvar name="1">{{Status updates|2025-07-04}}</tvar>: Coverage of 1298</translate> * <translate><!--T:78--> <tvar name="1">{{Status updates|2025-06-27}}</tvar>: How many people are needed to write an encyclopedia?</translate> * <translate><!--T:76--> <tvar name="1">{{Status updates|2025-06-21}}</tvar>: Quarterly Planning for July–September 2025</translate> * <translate><!--T:77--> <tvar name="1">{{Status updates|2025-06-15}}</tvar>: Closing the consultation about the location of Abstract Content</translate> * <translate><!--T:75--> <tvar name="1">{{Status updates|2025-06-06}}</tvar>: Where will Abstract Content go?</translate> * <translate><!--T:74--> <tvar name="1">{{Status updates|2025-05-29}}</tvar>: Rolling out to five Wiktionaries; Calculating with today's date</translate> * <translate><!--T:73--> <tvar name="1">{{Status updates|2025-05-23}}</tvar>: Ongoing consultation about the Location for Abstract Content</translate> * <translate><!--T:72--> <tvar name="1">{{Status updates|2025-05-15}}</tvar>: Location of Abstract Content</translate> * <translate><!--T:71--> <tvar name="1">{{Status updates|2025-05-09}}</tvar>: Abstract Wikipedia and the Wikimedia AI Strategy</translate> * <translate><!--T:70--> <tvar name="1">{{Status updates|2025-04-30}}</tvar>: Abstract Wikipedia is a MacArthur 100&Change finalist</translate> * <translate><!--T:69--> <tvar name="1">{{Status updates|2025-04-25}}</tvar>: Welcome, Gregory!</translate> * <translate><!--T:68--> <tvar name="1">{{Status updates|2025-04-16}}</tvar>: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</translate> * <translate><!--T:67--> <tvar name="1">{{Status updates|2025-04-11}}</tvar>: Quarter in review</translate> * <translate><!--T:65--> <tvar name="1">{{Status updates|2025-04-05}}</tvar>: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</translate> * <translate><!--T:66--> <tvar name="1">{{Status updates|2025-03-28}}</tvar>: It's about time</translate> * <translate><!--T:64--> <tvar name="1">{{Status updates|2025-03-20}}</tvar>: Wikidata-based simple enumerations</translate> * <translate><!--T:63--> <tvar name="1">{{Status updates|2025-03-15}}</tvar>: Upcoming NLG meeting, Recent Changes in the software</translate> * <translate><!--T:62--> <tvar name="1">{{Status updates|2025-03-07}}</tvar>: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</translate> * <translate><!--T:61--> <tvar name="1">{{Status updates|2025-02-26}}</tvar>: From things to words</translate> * <translate><!--T:60--> <tvar name="1">{{Status updates|2025-02-19}}</tvar>: A proposal for types per language and part of speech</translate> * <translate><!--T:59--> <tvar name="1">{{Status updates|2025-02-13}}</tvar>: Restricting the World, redux</translate> * <translate><!--T:58--> <tvar name="1">{{Status updates|2025-02-06}}</tvar>: Invitation to the Natural Language Generation Special Interest Group</translate> * <translate><!--T:57--> <tvar name="1">{{Status updates|2025-01-29}}</tvar>: With 2000 Functions into the new year: time for stats</translate> * <translate><!--T:56--> <tvar name="1">{{Status updates|2025-01-22}}</tvar>: Welcome, David! Naming conventions recommendations</translate> * <translate><!--T:55--> <tvar name="1">{{Status updates|2025-01-15}}</tvar>: Happy Wikipedia day! Quarterly planning</translate> === 2024 === * <translate><!--T:54--> <tvar name="1">{{Status updates|2024-12-19}}</tvar>: Function of the Week: age; Intros for year articles; New Type: Floating-point number</translate> * <translate><!--T:53--> <tvar name="1">{{Status updates|2024-12-12}}</tvar>: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</translate> * <translate><!--T:52--> <tvar name="1">{{Status updates|2024-11-27}}</tvar>: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</translate> * <translate><!--T:51--> <tvar name="1">{{Status updates|2024-11-21}}</tvar>: New special page for missing labels, new type for Gregorian years, and much more</translate> * <translate><!--T:50--> <tvar name="1">{{Status updates|2024-11-13}}</tvar>: New Type: Rational number; Documentation on Wikidata-based types; and more</translate> * <translate><!--T:48--> <tvar name="1">{{Status updates|2024-11-07}}</tvar>: The Dream of a Universal Language</translate> * <translate><!--T:49--> <tvar name="1">{{Status updates|2024-11-01}}</tvar>: Rewriting the backend</translate> * <translate><!--T:47--> <tvar name="1">{{Status updates|2024-10-25}}</tvar>: Our goal for this Quarter: Agreement</translate> * <translate><!--T:45--> <tvar name="1">{{Status updates|2024-10-17}}</tvar>: What could abstract content look like?</translate> * <translate><!--T:46--> <tvar name="1">{{Status updates|2024-10-11}}</tvar>: Wikidata Lexemes in Wikifunctions are coming soon</translate> * <translate><!--T:44--> <tvar name="1">{{Status updates|2024-10-02}}</tvar>: Focus topic: Food</translate> * <translate><!--T:43--> <tvar name="1">{{Status updates|2024-09-26}}</tvar>: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</translate> * <translate><!--T:42--> <tvar name="1">{{Status updates|2024-09-20}}</tvar>: Introducing focus topic areas</translate> * <translate><!--T:41--> <tvar name="1">{{Status updates|2024-09-13}}</tvar>: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</translate> * <translate><!--T:40--> <tvar name="1">{{Status updates|2024-09-06}}</tvar>: Volunteer's corner and other updates</translate> * <translate><!--T:39--> <tvar name="1">{{Status updates|2024-08-29}}</tvar>: Limits on Name and Description Lengths</translate> * <translate><!--T:38--> <tvar name="1">{{Status updates|2024-08-23}}</tvar>: WasmEdge, Now 300ms Less Edgy</translate> * <translate><!--T:37--> <tvar name="1">{{Status updates|2024-08-16}}</tvar>: Wikimania 2024 edition</translate> * <translate><!--T:36--> <tvar name="1">{{Status updates|2024-08-02}}</tvar>: Revamping our 'About' widget</translate> * <translate><!--T:35--> <tvar name="1">{{Status updates|2024-07-26}}</tvar>: Wikimania 2024 coming soon!</translate> * <translate><!--T:34--> <tvar name="1">{{Status updates|2024-07-18}}</tvar>: Research report on integrating Wikifunctions from Wikipedia</translate> * <translate><!--T:33--> <tvar name="1">{{Status updates|2024-07-10}}</tvar>: Type proposals for accessing Lexemes</translate> * <translate><!--T:32--> <tvar name="1">{{Status updates|2024-07-03}}</tvar>: Quarterly planning</translate> * <translate><!--T:31--> <tvar name="1">{{Status updates|2024-06-26}}</tvar>: Welcome, Daphne!</translate> * <translate><!--T:30--> <tvar name="1">{{Status updates|2024-06-20}}</tvar>: New Type: Integers</translate> * <translate><!--T:29--> <tvar name="1">{{Status updates|2024-06-13}}</tvar>: New Type: Igbo calendar months</translate> * <translate><!--T:27--> <tvar name="1">{{Status updates|2024-06-06}}</tvar>: New Type: Sign</translate> * <translate><!--T:26--> <tvar name="1">{{Status updates|2024-05-30}}</tvar>: A single singular or a plurality of plurals?</translate> * <translate><!--T:25--> <tvar name="1">{{Status updates|2024-05-22}}</tvar>: New Type: Gregorian calendar months</translate> * <translate><!--T:24--> <tvar name="1">{{Status updates|2024-05-15}}</tvar>: Call for Functions: Spell out the number!</translate> * <translate><!--T:23--> <tvar name="1">{{Status updates|2024-05-10}}</tvar>: Flagship type for enumerations: Months of the Gregorian calendar</translate> * <translate><!--T:22--> <tvar name="1">{{Status updates|2024-05-03}}</tvar>: Team meeting and Quarterly plan</translate> * <translate><!--T:21--> <tvar name="1">{{Status updates|2024-04-19}}</tvar>: Welcome, Sharvani!</translate> * <translate><!--T:20--> <tvar name="1">{{Status updates|2024-04-11}}</tvar>: New API for calling Wikifunctions and celebrating 1000 functions</translate> * <translate><!--T:19--> <tvar name="1">{{Status updates|2024-04-03}}</tvar>: Product Update on Diff and Upcoming API Improvements</translate> * <translate><!--T:18--> <tvar name="1">{{Status updates|2024-03-28}}</tvar>: Creating tests is now much easier!</translate> * <translate><!--T:17--> <tvar name="1">{{Status updates|2024-03-21}}</tvar>: On the way to internationalizing numbers</translate> * <translate><!--T:16--> <tvar name="1">{{Status updates|2024-03-13}}</tvar>: On identity</translate> * <translate><!--T:15--> <tvar name="1">{{Status updates|2024-03-07}}</tvar>: Introducing our second new type: Natural numbers</translate> * <translate><!--T:14--> <tvar name="1">{{Status updates|2024-02-28}}</tvar>: Type proposal for natural numbers</translate> * <translate><!--T:13--> <tvar name="1">{{Status updates|2024-02-22}}</tvar>: Updating the function model</translate> * <translate><!--T:12--> <tvar name="1">{{Status updates|2024-02-14}}</tvar>: Fix-it week</translate> * <translate><!--T:11--> <tvar name="1">{{Status updates|2024-02-07}}</tvar>: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</translate> * <translate><!--T:9--> <tvar name="1">{{Status updates|2024-02-01}}</tvar>: The Igbo Imperative!</translate> <translate> === Before February 2024 === <!--T:7--> <!--T:10--> All updates from this period are [[<tvar name="meta">:m:Special:MyLanguage/Abstract Wikipedia/Updates</tvar>|available on Meta-Wiki]]. </translate> [[Category:Status updates{{#translation:}}| ]] 1mqib21tej2ss6y993y5ltbo5nyki3w Wikifunctions:Status updates/en 4 22759 280662 279563 2026-06-05T14:02:34Z FuzzyBot 207 Updating to match new version of source page 280662 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue}} {{Wikifunctions updates | prevlabel = Previous update | prev = 2024-02-01 | nextlabel = Last update | next = 2026-06-05 }} A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> == Newsletters == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: The illustrated encyclopaedia * {{Status updates|2026-05-30}}: Looking back and forward * {{Status updates|2026-05-23}}: Annual plan 2026-2027 * {{Status updates|2026-05-15}}: A higher meaning * {{Status updates|2026-05-08}}: References from Wikidata are now available * {{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia? * {{Status updates|2026-04-25}}: The Foundation's search for the perfect language * {{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved * {{Status updates|2026-04-10}}: Community proposals for capturing meaning * {{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables * {{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: A new composition language * {{Status updates|2026-03-06}}: Citations and Copy and Paste * {{Status updates|2026-02-26}}: Graceful overrides and fallbacks * {{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia * {{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul * {{Status updates|2026-01-29}}: Integrating Abstract Wikipedia * {{Status updates|2026-01-22}}: Quarterly plan for January–March 2026 * {{Status updates|2026-01-15}}: 25 years of Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wish you a happy new Gregorian year! * {{Status updates|2025-12-11}}: How to write better error messages * {{Status updates|2025-12-04}}: And the name is Abstract Wikipedia * {{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences * {{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls * {{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? * {{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries * {{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions * {{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off * {{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions * {{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December * {{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator * {{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements * {{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages * {{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions * {{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another * {{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries * {{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you! * {{Status updates|2025-08-01}}: Wikimania 2025 is coming soon! * {{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions * {{Status updates|2025-07-19}}: Wikidata-based enumerations are here * {{Status updates|2025-07-10}}: Length limits on labels and descriptions * {{Status updates|2025-07-04}}: Coverage of 1298 * {{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia? * {{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025 * {{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content * {{Status updates|2025-06-06}}: Where will Abstract Content go? * {{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date * {{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content * {{Status updates|2025-05-15}}: Location of Abstract Content * {{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy * {{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist * {{Status updates|2025-04-25}}: Welcome, Gregory! * {{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter * {{Status updates|2025-04-11}}: Quarter in review * {{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager * {{Status updates|2025-03-28}}: It's about time * {{Status updates|2025-03-20}}: Wikidata-based simple enumerations * {{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software * {{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London * {{Status updates|2025-02-26}}: From things to words * {{Status updates|2025-02-19}}: A proposal for types per language and part of speech * {{Status updates|2025-02-13}}: Restricting the World, redux * {{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats * {{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations * {{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning === 2024 === * {{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number * {{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more * {{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more * {{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more * {{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more * {{Status updates|2024-11-07}}: The Dream of a Universal Language * {{Status updates|2024-11-01}}: Rewriting the backend * {{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement * {{Status updates|2024-10-17}}: What could abstract content look like? * {{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon * {{Status updates|2024-10-02}}: Focus topic: Food * {{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow * {{Status updates|2024-09-20}}: Introducing focus topic areas * {{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration * {{Status updates|2024-09-06}}: Volunteer's corner and other updates * {{Status updates|2024-08-29}}: Limits on Name and Description Lengths * {{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy * {{Status updates|2024-08-16}}: Wikimania 2024 edition * {{Status updates|2024-08-02}}: Revamping our 'About' widget * {{Status updates|2024-07-26}}: Wikimania 2024 coming soon! * {{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia * {{Status updates|2024-07-10}}: Type proposals for accessing Lexemes * {{Status updates|2024-07-03}}: Quarterly planning * {{Status updates|2024-06-26}}: Welcome, Daphne! * {{Status updates|2024-06-20}}: New Type: Integers * {{Status updates|2024-06-13}}: New Type: Igbo calendar months * {{Status updates|2024-06-06}}: New Type: Sign * {{Status updates|2024-05-30}}: A single singular or a plurality of plurals? * {{Status updates|2024-05-22}}: New Type: Gregorian calendar months * {{Status updates|2024-05-15}}: Call for Functions: Spell out the number! * {{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar * {{Status updates|2024-05-03}}: Team meeting and Quarterly plan * {{Status updates|2024-04-19}}: Welcome, Sharvani! * {{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions * {{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements * {{Status updates|2024-03-28}}: Creating tests is now much easier! * {{Status updates|2024-03-21}}: On the way to internationalizing numbers * {{Status updates|2024-03-13}}: On identity * {{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers * {{Status updates|2024-02-28}}: Type proposal for natural numbers * {{Status updates|2024-02-22}}: Updating the function model * {{Status updates|2024-02-14}}: Fix-it week * {{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation * {{Status updates|2024-02-01}}: The Igbo Imperative! === Before February 2024 === All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 06rksvq0oebxx3uvo3e0ykanaqwalao Wikifunctions:Status updates/pl 4 22849 280673 279574 2026-06-05T14:02:42Z FuzzyBot 207 Updating to match new version of source page 280673 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = Poprzednia aktualizacja | prev = 2024-02-01 | nextlabel = Ostatnia aktualizacja | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == Newslettery == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * {{Status updates|2025-03-15}}: nadchodzące spotkanie NLG, najnowsze zmiany w oprogramowaniu * {{Status updates|2025-03-07}}: Ostatnie zmiany w oprogramowaniu, nagranie Kącika Wolontariuszy oraz spotkania w Londynie * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <span id="Before_February_2024"></span> === Do lutego 2024 === <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] nr5hrl4g85o4wkicfllvyu8vzdl5a1q Wikifunctions:Status updates/de 4 22906 280660 279587 2026-06-05T14:02:33Z FuzzyBot 207 Updating to match new version of source page 280660 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Abonniere]]''' kurze MassMessage-Benachrichtigungen im Wiki über jede neue Ausgabe.}} {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2024-02-01 | nextlabel = Letztes Update | next = 2026-06-05 }} Es passiert viel rund um Wikifunctions und die Abstrakte Wikipedia. Auf dieser Seite werden unsere Updates veröffentlicht, inklusive der [[Special:MyLanguage/WF:function of the Week|Funktion der Woche]]. Du kannst auch den [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|On-Wiki-Newsletter]] abonnieren, um sie auf deine Diskussionsseite oder die Projektdiskussion deines Projekts geliefert zu bekommen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Suchen Sie nach allen Status-Updates </inputbox> <span id="Newsletters"></span> == Newsletter == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * {{Status updates|2026-05-30}}: Rückblick und Ausblick * {{Status updates|2026-05-23}}: Jahresplan 2026/2027 * {{Status updates|2026-05-15}}: Eine höhere Bedeutung * {{Status updates|2026-05-08}}: Einzelnachweise aus Wikidata jetzt verfügbar * {{Status updates|2026-05-02}}: Bitte um Anregungen: Was sollten wir für die Abstrakte Wikipedia zählen? * {{Status updates|2026-04-25}}: Die Suche der Foundation nach der perfekten Sprache * {{Status updates|2026-04-16}}: Meilensteine; Einige größere Probleme hoffentlich behoben * {{Status updates|2026-04-10}}: Community-Vorschläge zur Erfassung von Bedeutungen * {{Status updates|2026-04-02}}: Diskussionsanfrage: Syntaktische Tabellen * {{Status updates|2026-03-26}}: Erste Tage der Abstrakten Wikipedia Beta; Status der Kompositionssprache v2 * {{Status updates|2026-03-19}}: Abstrakte Wikipedia in Beta * {{Status updates|2026-03-11}}: Eine neue Kompositionssprache * {{Status updates|2026-03-06}}: Einzelnachweise und Kopieren und Einfügen * {{Status updates|2026-02-26}}: Elegante Überschreibungen und Rückfalllösungen * {{Status updates|2026-02-20}}: Eine Vorschau auf die Abstrakte Wikipedia * {{Status updates|2026-02-13}}: Sätze des anderen beenden: Dinge anfangen; Treffen in Istanbul * {{Status updates|2026-01-29}}: Integration der Abstrakten Wikipedia * {{Status updates|2026-01-22}}: Vierteljährliche Planung für Januar–März 2026 * {{Status updates|2026-01-15}}: 25 Jahre Wikipedia === 2025 === * {{Status updates|2025-12-18}}: Wir wünschen euch ein frohes neues gregorianisches Jahr! * {{Status updates|2025-12-11}}: Wie man bessere Fehlermeldungen schreibt * {{Status updates|2025-12-04}}: Und der Name ist Abstrakte Wikipedia * {{Status updates|2025-11-27}}: Stimme über den Namen für das neue Wiki ab!; Sätze des anderen beenden * {{Status updates|2025-11-20}}: Zweite Abstimmungsrunde über den Namen des Wikis mit sprachunabhängigen Inhalten; Teilen von Funktionsaufrufen * {{Status updates|2025-11-13}}: Vorbereitung für die zweite Abstimmungsrunde über den Namen des Wikis mit abstraktem Inhalt; Neuschreiben des Back-Ends: Warum Rust? * {{Status updates|2025-11-05}}: Erste Runde der Abstimmung über den Namen für das Wiki der Abstrakten Inhalte beendet; Aufruf für Wiktionary-Funktionen; Eingebettete Wikifunctions in der bengalischen Wikipedia und sieben weiteren Wiktionarys * {{Status updates|2025-10-29}}: Runde 1 der Abstimmung über den Namen für das “Wiki der Abstrakten Inhalte” endet Montag; Ein Beispiel für Kurzbeschreibungen * {{Status updates|2025-10-23}}: Willkommen, Zaree und Laura! Runde 1 des Namenswettbewerbs gestartet * {{Status updates|2025-10-15}}: Start des Namenswettbewerbs für die Abstrakte Wikipedia; Visualisierung von Funktionen * {{Status updates|2025-10-08}}: Entscheidung über den Ort für abstrakte Inhalte und Quartalsplanung für Oktober–Dezember * {{Status updates|2025-10-03}}: Rich Text jetzt in eingebetteten Funktionsaufrufen in 148 Wiktionarys und im Incubator verfügbar * {{Status updates|2025-09-26}}: Zugriff auf Qualifikatoren in Wikidata-Aussagen * {{Status updates|2025-09-19}}: Wikifunctions in 123 Wiktionary-Sprachversionen verfügbar * {{Status updates|2025-09-12}}: Mehr als 3000 Funktionen auf Wikifunctions * {{Status updates|2025-09-07}}: Funktionsaufrufe aus einer Wikipedia in eine andere kopieren * {{Status updates|2025-08-29}}: Zugriff auf Wikidata-Datenobjekte über eingebettete Funktionsaufrufe nun möglich; Wikifunctions in 65 Wiktionarys verfügbar * {{Status updates|2025-08-22}}: Aufzeichnung der Wikimania-Sitzung: Wikifunctions kommt bald in ein Wiki in deiner Nähe! * {{Status updates|2025-08-01}}: Die Wikimania 2025 kommt bald! * {{Status updates|2025-07-26}}: “Wikipedia ist eine Enzyklopädie”; Zwei Jahre Wikifunctions * {{Status updates|2025-07-19}}: Wikidata-basierte Aufzählungen sind da * {{Status updates|2025-07-10}}: Längenbeschränkungen für Bezeichnungen und Beschreibungen * {{Status updates|2025-07-04}}: Abdeckung von 1298 * {{Status updates|2025-06-27}}: Wie viele Personen werden benötigt, um eine Enzyklopädie zu schreiben? * {{Status updates|2025-06-21}}: Quartalsplanung für Juli-September 2025 * {{Status updates|2025-06-15}}: Ende der Konsultation über den Ort des Abstrakten Inhalts * {{Status updates|2025-06-06}}: Wo wird sich der Abstrakte Inhalt befinden? * {{Status updates|2025-05-29}}: Einführung in fünf Wiktionarys; Berechnung mit dem heutigen Datum * {{Status updates|2025-05-23}}: Laufende Konsultation über den Ort des Abstrakten Inhalts * {{Status updates|2025-05-15}}: Ort des Abstrakten Inhalts * {{Status updates|2025-05-09}}: Abstrakte Wikipedia und die Wikimedia KI-Strategie * {{Status updates|2025-04-30}}: Abstrakte Wikipedia ist Finalist bei MacArthur 100&Change * {{Status updates|2025-04-25}}: Willkommen, Gregory! * {{Status updates|2025-04-16}}: Wikifunctions integriert in Dagbani - und Wikifunctions; und das Osterdatum * {{Status updates|2025-04-11}}: Rückblick auf das Quartal * {{Status updates|2025-04-05}}: Vierteljährliche Planung für April–Juni 2025; Wir suchen nach einem Leitenden Produktmanager * {{Status updates|2025-03-28}}: Es ist Zeit * {{Status updates|2025-03-20}}: Auf Wikidata basierende einfache Aufzählungen * {{Status updates|2025-03-15}}: Anstehendes NLG-Treffen, letzte Änderungen an der Software * {{Status updates|2025-03-07}}: Letzte Änderungen an der Software, Aufzeichnung des Freiwilligentreffens und Vorträge in London * {{Status updates|2025-02-26}}: Von Dingen zu Worten * {{Status updates|2025-02-19}}: Ein Vorschlag für Typen je Sprache und Wortart * {{Status updates|2025-02-13}}: Die Welt begrenzen * {{Status updates|2025-02-06}}: Einladung zur Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Mit 2000 Funktionen ins neue Jahr: Zeit für Statistiken * {{Status updates|2025-01-22}}: Willkommen, David! Empfehlungen zu Namenskonventionen * {{Status updates|2025-01-15}}: Einen frohen Wikipedia-Tag! Vierteljährliche Planung === 2024 === * {{Status updates|2024-12-19}}: Funktion der Woche: Alter; Intro für Artikel über Jahre; Neuer Typ: Gleitkommazahl * {{Status updates|2024-12-12}}: Skizzieren eines Pfads zur Abstrakten Wikipedia; Offsite des Teams in Lissabon; und vieles mehr * {{Status updates|2024-11-27}}: WordGraph-Veröffentlichung; Neue Spezialseite: Funktionen nach Tests auflisten; neuer Typ für Tag des Jahres und viel mehr * {{Status updates|2024-11-21}}: Neue Spezialseite für fehlende Bezeichnungen, neuer Typ für Gregorianische Jahre und viel mehr * {{Status updates|2024-11-13}}: Neuer Typ: rationale Zahl; Dokumentation zu Wikidata-basierten Typen; und mehr * {{Status updates|2024-11-07}}: Der Traum einer universellen Sprache * {{Status updates|2024-11-01}}: Neuschreiben des Back-Ends * {{Status updates|2024-10-25}}: Unser Ziel für dieses Quartal: Kongruenz * {{Status updates|2024-10-17}}: Wie könnte abstrakter Inhalt aussehen? * {{Status updates|2024-10-11}}: Wikidata-Lexeme sind in Wikifunctions bald verfügbar * {{Status updates|2024-10-02}}: Fokusthema: Essen * {{Status updates|2024-09-26}}: Vierteljährliche Planung für Oktober bis Dezember 2024; Präsentation bei Celtic Knot morgen * {{Status updates|2024-09-20}}: Einführung von Fokus-Themenbereichen * {{Status updates|2024-09-13}}: Die Dagbani-Wikipedia wird unser erstes Wiki für die Integration von Wikifunctions sein * {{Status updates|2024-09-06}}: Freiwilligentreffen und andere Neuigkeiten * {{Status updates|2024-08-29}}: Beschränkungen für die Länge von Namen und Beschreibungen * {{Status updates|2024-08-23}}: WasmEdge, jetzt 300 ms weniger langsam * {{Status updates|2024-08-16}}: Ausgabe zur Wikimania 2024 * {{Status updates|2024-08-02}}: Überarbeitung unseres 'Info'-Widgets * {{Status updates|2024-07-26}}: Bald findet die Wikimania 2024 statt! * {{Status updates|2024-07-18}}: Forschungsbericht zur Integration von Wikifunctions in Wikipedia * {{Status updates|2024-07-10}}: Typen-Vorschläge für den Zugriff auf Lexeme * {{Status updates|2024-07-03}}: Vierteljährliche Planung * {{Status updates|2024-06-26}}: Willkommen, Daphne! * {{Status updates|2024-06-20}}: Neuer Typ: Integer * {{Status updates|2024-06-13}}: Neuer Typ: Monate des Igbo-Kalenders * {{Status updates|2024-06-06}}: Neuer Typ: Zeichen * {{Status updates|2024-05-30}}: Ein einziger Singular oder eine Vielzahl von Pluralen? * {{Status updates|2024-05-22}}: Neuer Typ: Monate des Gregorianischen Kalenders * {{Status updates|2024-05-15}}: Aufruf zur Erstellung von Funktionen: Ausschreibung von Zahlen! * {{Status updates|2024-05-10}}: Flaggschifftyp für Aufzählungen: Monate des Gregorianischen Kalenders * {{Status updates|2024-05-03}}: Teamtreffen und Quartalsplan * {{Status updates|2024-04-19}}: Willkommen, Sharvani! * {{Status updates|2024-04-11}}: Neue API zum Aufrufen von Wikifunctions und Feier von 1000 Funktionen * {{Status updates|2024-04-03}}: Produktneuigkeiten auf Diff und anstehende API-Verbesserungen * {{Status updates|2024-03-28}}: Das Erstellen von Tests ist nun viel einfacher! * {{Status updates|2024-03-21}}: Auf dem Weg zur Internationalisierung von Zahlen * {{Status updates|2024-03-13}}: Zur Identität * {{Status updates|2024-03-07}}: Einführung unseres zweiten neuen Typs: Natürliche Zahlen * {{Status updates|2024-02-28}}: Typenvorschlag für natürliche Zahlen * {{Status updates|2024-02-22}}: Aktualisierung des Funktionsmodells * {{Status updates|2024-02-14}}: Reparatur-Woche * {{Status updates|2024-02-07}}: Vierteljährliche Planung. Danke, Nick! Funktion der Woche: ist Permutation * {{Status updates|2024-02-01}}: Der Igbo-Imperativ! <span id="Before_February_2024"></span> === Vor Februar 2024 === Alle Updates aus dieser Zeit sind [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|im Meta-Wiki verfügbar]]. [[Category:Status updates{{#translation:}}| ]] aduyo4233m5ozvysfq5h93bl0cvpamh Wikifunctions:Status updates/fr 4 22921 280666 279566 2026-06-05T14:02:37Z FuzzyBot 207 Updating to match new version of source page 280666 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Abonnez-vous]]''' pour recevoir sur le wiki de courtes [[$message|notifications de messagerie en masse]] concernant chaque nouveau changement.}} {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2024-02-01 | nextlabel = Dernière mise à jour | next = 2026-06-05 }} Beaucoup de choses se passent autour de Wikifonctions et de la Wikipédia abstraite. Cette page publie nos mises à jour ainsi que la [[Special:MyLanguage/WF:function of the Week|fonction de la semaine]]. Vous pouvez également vous abonner au [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|bulletin d'information]] pour le recevoir sur votre page de discussion utilisateur ou bien sur le Bistro de votre projet. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Rechercher d'anciennes mises à jour </inputbox> <span id="Newsletters"></span> == Bulletins d’actualités == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * {{Status updates|2026-05-15}} : une plus grande compréhension * {{Status updates|2026-05-08}}: Les références de Wikidata sont maintenant disponibles * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * {{Status updates|2026-04-02}}: Demande de discussion: tables syntactiques * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * {{Status updates|2026-03-19}} : la Wikipédia abstraite en version bêta * Un nouveau langage d'écriture * {{Status updates|2026-03-06}} : Citations et copiés-collés * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * {{Status updates|2026-01-29}}: Intégration de la Wikipedia abstraite * {{Status updates|2026-01-22}}: plan trimestriel pour janvier-mars 2026 * {{Status updates|2026-01-15}}: 25 ans de Wikipedia === 2025 === * {{Status updates|2025-12-18}} : Nous vous souhaitons une heureuse nouvelle année grégorienne ! * {{Status updates|2025-12-11}} : Comment mieux écrire les messages d'erreur * {{Status updates|2025-12-04}} : Et le nom est Wikipédia abstraite * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * {{Status updates|2025-09-12}}: Plus de 3000 fonctions sur Wikifunctions * {{Status updates|2025-09-07}}: Copie des appels de fonctions d'une Wikipédia à une autre * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * {{Status updates|2024-12-19}}: Fonction de la semaine : âge ; intros pour les articles sur une année ; Nouveau type : nombre à virgule flottante * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * {{Status updates|2024-11-07}} : Le rêve d'une langue universelle * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * {{Status updates|2024-03-13}}: Sur l'identité * {{Status updates|2024-03-07}}: Présentation de notre deuxième nouveau type : Les nombres naturels * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * {{Status updates|2024-02-01}} : l'impératif en igbo ! <span id="Before_February_2024"></span> === Avant février 2024 === Toutes les mises à jour pour cette période sont [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|disponibles sur Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 40fjurk1cbj7bgrdbrctbuqcw3i2pko Wikifunctions:Status updates/id 4 23010 280667 279569 2026-06-05T14:02:38Z FuzzyBot 207 Updating to match new version of source page 280667 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Berlanggananlah]]''' untuk mendapatkan pemberitahuan MassMessage singkat di wiki tentang setiap berita baru}} {{Wikifunctions updates | prevlabel = Pemberitahuan sebelumnya | prev = 2024-02-01 | nextlabel = Pemberitahuan terakhir | next = 2026-06-05 }} Banyak hal terjadi di sekitar Wikifungsi dan Wikipedia Abstrak. Ini adalah halaman tempat pengumuman kami diterbitkan. Anda juga bisa berlangganan ke [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|nawala wiki]] agar pengumumannya dikirimkan ke halaman pembicaraan Anda atau ke Warung kopi proyek Anda. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == Nawala == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * {{Status updates|2025-11-05}}: Ronde pertama dari pemilihan nama wiki untuk konten abstrak sudah ditutup; Panggilan untuk fungsi Wikikamus; Wikifunctions tertanam di Wikipedia bahasa Bengali dan tujuh tambahan Wikikamus * {{Status updates|2025-10-29}}: Ronde 1 untuk pemilihan nama "konten wiki abstrak" selesai Senin; Sebuah contoh untuk deskripsi singkat * {{Status updates|2025-10-23}}: Selamat datang Zaree dan Laura! Babak 1 kontes penamaan telah dimulai. * {{Status updates|2025-10-15}}: Memulai Kontes Penamaan untuk Wikipedia Abstrak; Memvisualisasikan fungsi * {{Status updates|2025-10-08}}: Keputusan lokasi konten abstrak dan Perencanaan Triwulanan untuk Oktober–Desember * {{Status updates|2025-10-03}}: Teks kaya kini tersedia dalam panggilan fungsi tertanam di 148 Wikikamus dan Inkubator * {{Status updates|2025-09-26}}: Mengakses kualifikasi dalam pernyataan Wikidata * {{Status updates|2025-09-19}}: Wikifunctions tersedia pada 123 bahasa Wikikamus * {{Status updates|2025-09-12}}: Lebih dari 3.000 fungsi di Wikifunctions * {{Status updates|2025-09-07}}: Menyalin pemanggilan fungsi dari satu Wikipedia ke yang lainnya * {{Status updates|2025-08-29}}: Akses ke butir Wikidata sekarang dapat dilakukan pemanggilan fungsi tertanam; Wikifunctions tersedia di 65 Wikikamus * {{Status updates|2025-08-22}}: Rekaman sesi Wikimania: Wikifunctions segera datang di wiki terdekat Anda! * {{Status updates|2025-08-01}}: Wikimania 2025 segera datang! * {{Status updates|2025-07-26}}: "Wikipedia adalah ensiklopedia"; Dua tahun Wikifunctions * {{Status updates|2025-07-19}}: Enumerasi berbasis Wikidata ada di sini * {{Status updates|2025-07-10}}: Batas panjang label dan deskripsi * {{Status updates|2025-07-04}}: Tentang 1298 * {{Status updates|2025-06-27}}: Berpaa banyak orang yang diperlukan untuk menulis sebuah ensiklopedia? * {{Status updates|2025-06-21}}: Perencanaan Kuartal untuk Juli-September 2025 * {{Status updates|2025-06-15}}: Menutup konsultasi tentang lokasi dari Konten Abstrak * {{Status updates|2025-06-06}}: Di mana Konten Abstrak akan diletakkan? * {{Status updates|2025-05-29}}: Rilis pada lima Wikikamus; Menghitung dengan tanggal hari ini * {{Status updates|2025-05-23}}: Konsultasi yang sedang berlangsung tentang Lokasi untuk konten Abstrak * {{Status updates|2025-05-15}}: Lokasi Konten Abstrak * {{Status updates|2025-05-09}}; Wikipedia Abstrak dan Strategi AI Wikimedia * {{Status updates|2025-04-30}}: Wikipedia Abstrak adalah finalis MacArthur 100&Change * {{Status updates|2025-04-25}}: Selamat datang, Gregory! * {{Status updates|2025-04-16}}: Wikifunction diintegrasikan di Dagbani - dan Wikifunctions; dan tanggal Paskah * {{Status updates|2025-04-11}}: Tinjauan kuartal * {{Status updates|2025-04-05}}: Perencanaan Kuartal untuk April-Juni 2025; Kami mencari Manajer Produk Senior * {{Status updates|2025-03-28}}: Sudah waktunya * {{Status updates|2025-03-20}}: Enumerasi sederhana berbasis Wikidata * {{Status updates|2025-03-15}}: Pertemuan NLG selanjutnya, Perubahan terbaru dalam perangkat lunak * {{Status updates|2025-03-07}}: Perubahan terbaru di perangkat lunak, Rekaman Pojok Sukarelawan, dan diskusi di London * {{Status updates|2025-02-26}}: Dari benda ke kata * {{Status updates|2025-02-19}}: Proposal untuk tipe per bahasa dan bagian dari bahasa * {{Status updates|2025-02-13}}: Membatasi Dunia, redux * {{Status updates|2025-02-06}}: Undangan untuk Grup Minat Khusus Generasi Bahasa Alami * {{Status updates|2025-01-29}}: Dengan 2000 Fungsi menuju tahun baru: waktu untuk statistik * {{Status updates|2025-01-22}}: Selamat datang, David! Rekomendasi konvensi nama * {{Status updates|2025-01-15}}: Selamat hari Wikipedia! Perencanaan kuartal === 2024 === * {{Status updates|2024-12-19}}: Fungsi Mingguan: usia; Pengenalan untuk artikel tahun; Tipe baru: angka titik terapung * {{Status updates|2024-12-12}}: Membuat sketsa arah menuju Wikipedia Abstrak; Tim luar lokasi di Lisbon; dan banyak lainnya * {{Status updates|2024-11-27}}: Perilisan WordGraph; halaman Istimewa baru: daftar fungsi berdasarkan pengujian; tipe baru untuk hari dalam tahun, dan banyak lagi * {{Status updates|2024-11-21}}: Halaman Istimewa baru untuk label yang hilang, tipe baru untuk tahun Gregorius, dan banyak lagi * {{Status updates|2024-11-13}}: Tipe baru: Angka rasional; Dokumentasi untuk tipe berbasis Wikidata; dan banyak lagi * {{Status updates|2024-11-07}}: Mimpi terhadap Bahasa Universal * {{Status updates|2024-11-01}}: Menulis ulang perangkat lunak belakang * {{Status updates|2024-10-25}}: Tujuan kami untuk Kuartal ini: Kesepakatan * {{Status updates|2024-10-17}}: Seperti apa konten abstrak itu? * {{Status updates|2024-10-11}}: Leksem Wikidata di Wikifunctions akan segera datang * {{Status updates|2024-10-02}}: Fokus topik: Makanan * {{Status updates|2024-09-26}}: Perencanaan kuartal untuk Oktober-Desember 2024; Presentasi di Celtic Know besok * {{Status updates|2024-09-20}}: Mengenalkan area topik fokus * {{Status updates|2024-09-13}}: Wikipedia Dagbani akan menjadi wiki pertama kita untuk integrasi Wikifunctions * {{Status updates|2024-09-06}}: Pojok Sukarelawan dan pembaruan lainnya * {{Status updates|2024-08-29}}: Batas pada panjang Nama dan Deskripsi * {{Status updates|2024-08-23}}: WasmEdge, sekarang 300ms Lebih Cepat * {{Status updates|2024-08-16}}: Edisi Wikimania 2024 * {{Status updates|2024-08-02}}: Mengubah gawit 'Tentang' kita * {{Status updates|2024-07-26}}: Wikimadia 2024 segera datang! * {{Status updates|2024-07-18}}: Laporan riset tentang mengintegrasikan Wikifunctions dari Wikipedia * {{Status updates|2024-07-10}}: Proposal Tipe untuk mengakses Leksem * {{Status updates|2024-07-03}}: Perencanaan kuartal * {{Status updates|2024-06-26}}: Selamat datang, Daphne! * {{Status updates|2024-06-20}}: Tipe baru: Bilangan bulat * {{Status updates|2024-06-13}}: Tipe baru: Bulan kalender Igbo * {{Status updates|2024-06-06}}: Tipe baru: Tanda * {{Status updates|2024-05-30}}: Satu tunggal atau pluralitas plural? * {{Status updates|2024-05-22}}: Jenis baru: bulan kalender Gregorius * {{Status updates|2024-05-15}}: Panggilan Fungsi: Tuliskan nomornya! * {{Status updates|2024-05-10}}: Tipe tertinggi untuk enumerasi: Bulan dari kalender Gregorius * {{Status updates|2024-05-03}}: Pertemuan Tim dan Rencana Kuartal * {{Status updates|2024-04-19}}: Selamat datang, Sharvani! * {{Status updates|2024-04-11}}: API baru untuk memanggil Wikifunctions dan merayakan 1000 fungsi * {{Status updates|2024-04-03}}: Pembaruan produk di Diff dan Perbaikan API yang Akan Datang * {{Status updates|2024-03-28}}: Membuat pengujian sekarang lebih mudah! * {{Status updates|2024-03-21}}: Di jalan untuk menginternasionalkan angka * {{Status updates|2024-03-13}}: Tentang identitas * {{Status updates|2024-03-07}}: Mengenaikan tipe baru kedua kita: bilangan asli * {{Status updates|2024-02-28}}: Proposal tipe untuk bilangan asli * {{Status updates|2024-02-22}}: Mengupdate model fungsi * {{Status updates|2024-02-14}}: Minggu memperbaiki itu * {{Status updates|2024-02-07}}: Perencanaan triwulanan. Terima kasih, Nick! Fungsi Minggu: adalah permutasi * {{Status updates|2024-02-01}}: Imperatif Igbo! <span id="Before_February_2024"></span> === Sebelum Februari 2024 === Sebuah pemberitahuan selama periodi ini [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|dapat dilihat di Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] do4rulmvzb98sw0i1fu7zfmo76r1csx Wikifunctions:Function of the Week 4 23355 280642 218206 2026-06-05T12:57:14Z 99of9 1622 /* Archive */ {{z|Z36083}} and {{z|Z33842}} 280642 wikitext text/x-wiki [[Category:Function of the week]] These Functions were chosen to be showcased as the '''Function of the Week''' in our [[Wikifunctions:Status updates|weekly status update]]. Until 2024, a Function was chosen every week by [[User:DVrandecic (WMF)|Denny Vrandecic]] or [[User:SHaran (WMF)|Sharvani Haran]]. == Archive == <!--<nowiki> Entry template: * [[Special:MyLanguage/Wikifunctions:Status updates/2025-??-??#???|2025-??-??]]: {{z|???}} </nowiki>--> * [[Special:MyLanguage/Wikifunctions:Status updates/2026-06-05##Function of the Week: name for table header (Z27885)|2026-06-05]]: {{z|Z36083}} and {{z|Z33842}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-09-12##Function of the Week: name for table header (Z27885)|2025-09-12]]: {{z|Z27885}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-04-30##Function of the Week: first plural Lexeme form for a Wikidata Item|2025-04-30]]: {{z|Z23082}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-04-16#Function(s) of the Week: date of Gregorian Easter and date of Julian Easter|2025-04-16]]: {{z|Z23254}} and {{z|Z23269}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-26#Function of the Week: Indefinite noun phrase|2025-02-26]]: {{z|Z22664}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-19##Function of the Week: string of numeral digits in order from language|2025-02-19]]: {{z|Z22302}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-13#In lieu of the Function of the Week: Schrödinger Model sub shell configuration|2025-02-13]]: {{z|Z22155}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-06##Function of the Week: Kleenean and|2025-02-06]]: {{z|Z22143}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-01-29#Function of the week: Python converter to float64|2025-01-29]]: {{z|Z20885}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-12-19#Function of the Week: age|2024-12-19]]: {{z|Z20756}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-12-12#Function of the Week: how many days between two days in the Roman year|2024-12-12]]: {{z|Z20733}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-27#Function of the week: is leap year|2024-11-27]]: {{z|Z20181}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-21#Function of the Week: Bayes' theorem conditional probability P(A%7CB)|2024-11-21]]: {{z|Z20000}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-13#Function of the Week: minimum of a list of natural numbers|2024-11-13]]: {{z|Z19509}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-07#Function of the Week: simple tense of verb|2024-11-07]]: {{z|Z19514}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-01#Function of the Week: language of lexeme|2024-11-01]]: {{z|Z19295}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-25#Function of the Week: plural form of lexeme as monolingual text|2024-10-25]]: {{z|Z19260}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-17#Function of the Week: select representation from lexeme|2024-10-17]]: {{z|Z19241}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-11#Function of the Week: English plural possessive|2024-10-11]]: {{z|Z19125}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-02#Function of the Week: product of list of natural numbers|2024-10-02]]: {{z|Z13558}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-26#Function of the Week: multiply two natural numbers|2024-09-26]]: {{z|Z13539}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-20#Function of the Week: Caesar cipher for Bengali alphabets|2024-09-20]]: {{z|Z17530}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-13#Function of the Week: count substrings|2024-09-13]]: {{z|Z14450}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-06#Function of the Week: lists have unequal length|2024-09-06]]: {{z|Z13310}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-08-23#Function of the Week: blood compatibility|2024-08-23]]: {{z|Z14469}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-08-16#Function of the Week: convert X11 color to hex|2024-08-16]]: {{z|Z17713}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-08-02#Function of the Week: N months after month|2024-08-02]]: {{z|Z16307}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-07-26#Function of the Week: Bengali to Braille (India)|2024-07-26]]: {{z|Z17563}} * [[Special:MyLanguage/WF:Status updates/2024-07-18#Function of the Week: Divisors|2024-07-18]]: {{z|Z13726}} * [[Special:MyLanguage/WF:Status updates/2024-07-10#Function of the Week: Greatest common divisor (Z13612)|2024-07-10]]: {{z|Z13612}} * [[Special:MyLanguage/WF:Status updates/2024-07-03#Function of the Week: get total count of a given day in a specific month and year|2024-07-03]]: {{z|Z17452}} * [[Special:MyLanguage/WF:Status updates/2024-06-26#Function of the Week: subtract integers|2024-06-26]]: {{z|Z17111}} * [[Special:MyLanguage/WF:Status updates/2024-06-20#Function of the Week: following month in the Igbo calendar|2024-06-20]]: {{z|Z16972}} * [[Special:MyLanguage/WF:Status updates/2024-06-13#Function of the Week: do these charges electrostatically attract?|2024-06-13]]: {{z|Z16781}} * [[Special:MyLanguage/WF:Status updates/2024-06-06#Function of the Week: Is this month after that month?|2024-06-06]]: {{z|Z16648}} * [[Special:MyLanguage/WF:Status updates/2024-05-30#Function of the Week: days in month when not a leap year|2024-05-30]]: {{z|Z16316}} * [[Special:MyLanguage/WF:Status updates/2024-05-22#Function of the Week: Same month|2024-05-22]]: {{z|Z16137}} * [[Special:MyLanguage/WF:Status updates/2024-05-15#Function of the Week: English cardinals|2024-05-15]]: {{z|Z13587}} * [[Special:MyLanguage/WF:Status updates/2024-05-10#Function of the Week: Binomial Coefficient (Z13848)|2024-05-10]]: {{z|Z13848}} * [[Special:MyLanguage/WF:Status updates/2024-04-19#Function of the Week: Encode in Morse code|2024-04-19]]: {{z|Z10944}} * [[Special:MyLanguage/WF:Status updates/2024-04-11#Function of the Week: Padovan number|2024-04-11]]: {{z|Z15075}} * [[Special:MyLanguage/WF:Status updates/2024-04-03#Function of the Week: bitwise or|2024-04-03]]: {{z|Z13652}} * [[Special:MyLanguage/WF:Status updates/2024-03-28#Function of the Week: NOR|2024-03-28]]: {{z| Z10231}} * [[Special:MyLanguage/WF:Status updates/2024-03-07#Function of the Week: Or|2024-03-07]]: {{z|13489}} * [[Special:MyLanguage/WF:Status updates/2024-02-28#Function of the Week: Or|2024-02-28]]: {{z|10184}} * [[Special:MyLanguage/WF:Status updates/2024-02-22#Function of the Week: Negation|2024-02-22]]: {{z|10216}} * [[Special:MyLanguage/WF:Status updates/2024-02-14#Function of the Week: duplicate string|2024-02-14]]: {{z|10753}} * [[Special:MyLanguage/WF:Status updates/2024-02-07#Function of the Week: is permutation|2024-02-07]]: {{z|12741}} * [[Special:MyLanguage/WF:Status updates/2024-02-01#Function of the Week: Suffix a verb for an Igbo imperative form|2024-02-01]]: {{z|11353}} * [[:m:Special:MyLanguage/Abstract Wikipedia/Updates/2024-01-25#Function of the Week: Wrap string|2024-01-25]]: {{z|11145}} * [[:m:Special:MyLanguage/Abstract Wikipedia/Updates/2024-01-17#Function of the Week: ROT13|2024-01-17]]: {{z|10627}} * [[:m:Special:MyLanguage/Abstract Wikipedia/Updates/2024-01-11#New section: Function of the Week|2024-01-11]]: {{z|10012}} == Submit candidates for Function of the Week == You can help write submissions for future Functions of the week here: [[Wikifunctions:Function of the Week/submissions]] 0bt4q9xg8ee892ot0tqk7io3eyfjksj 280643 280642 2026-06-05T12:59:42Z 99of9 1622 syntax 280643 wikitext text/x-wiki [[Category:Function of the week]] These Functions were chosen to be showcased as the '''Function of the Week''' in our [[Wikifunctions:Status updates|weekly status update]]. Until 2024, a Function was chosen every week by [[User:DVrandecic (WMF)|Denny Vrandecic]] or [[User:SHaran (WMF)|Sharvani Haran]]. == Archive == <!--<nowiki> Entry template: * [[Special:MyLanguage/Wikifunctions:Status updates/2025-??-??#???|2025-??-??]]: {{z|???}} </nowiki>--> * [[Special:MyLanguage/Wikifunctions:Status updates/2026-06-05#Functions of the Week: main articles (Z36083) and main articles, complex (Z33842)|2026-06-05]]: {{z|Z36083}} and {{z|Z33842}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-09-12#Function of the Week: name for table header (Z27885)|2025-09-12]]: {{z|Z27885}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-04-30##Function of the Week: first plural Lexeme form for a Wikidata Item|2025-04-30]]: {{z|Z23082}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-04-16#Function(s) of the Week: date of Gregorian Easter and date of Julian Easter|2025-04-16]]: {{z|Z23254}} and {{z|Z23269}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-26#Function of the Week: Indefinite noun phrase|2025-02-26]]: {{z|Z22664}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-19##Function of the Week: string of numeral digits in order from language|2025-02-19]]: {{z|Z22302}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-13#In lieu of the Function of the Week: Schrödinger Model sub shell configuration|2025-02-13]]: {{z|Z22155}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-02-06##Function of the Week: Kleenean and|2025-02-06]]: {{z|Z22143}} * [[Special:MyLanguage/Wikifunctions:Status updates/2025-01-29#Function of the week: Python converter to float64|2025-01-29]]: {{z|Z20885}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-12-19#Function of the Week: age|2024-12-19]]: {{z|Z20756}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-12-12#Function of the Week: how many days between two days in the Roman year|2024-12-12]]: {{z|Z20733}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-27#Function of the week: is leap year|2024-11-27]]: {{z|Z20181}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-21#Function of the Week: Bayes' theorem conditional probability P(A%7CB)|2024-11-21]]: {{z|Z20000}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-13#Function of the Week: minimum of a list of natural numbers|2024-11-13]]: {{z|Z19509}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-07#Function of the Week: simple tense of verb|2024-11-07]]: {{z|Z19514}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-11-01#Function of the Week: language of lexeme|2024-11-01]]: {{z|Z19295}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-25#Function of the Week: plural form of lexeme as monolingual text|2024-10-25]]: {{z|Z19260}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-17#Function of the Week: select representation from lexeme|2024-10-17]]: {{z|Z19241}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-11#Function of the Week: English plural possessive|2024-10-11]]: {{z|Z19125}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-10-02#Function of the Week: product of list of natural numbers|2024-10-02]]: {{z|Z13558}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-26#Function of the Week: multiply two natural numbers|2024-09-26]]: {{z|Z13539}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-20#Function of the Week: Caesar cipher for Bengali alphabets|2024-09-20]]: {{z|Z17530}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-13#Function of the Week: count substrings|2024-09-13]]: {{z|Z14450}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-09-06#Function of the Week: lists have unequal length|2024-09-06]]: {{z|Z13310}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-08-23#Function of the Week: blood compatibility|2024-08-23]]: {{z|Z14469}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-08-16#Function of the Week: convert X11 color to hex|2024-08-16]]: {{z|Z17713}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-08-02#Function of the Week: N months after month|2024-08-02]]: {{z|Z16307}} * [[Special:MyLanguage/Wikifunctions:Status updates/2024-07-26#Function of the Week: Bengali to Braille (India)|2024-07-26]]: {{z|Z17563}} * [[Special:MyLanguage/WF:Status updates/2024-07-18#Function of the Week: Divisors|2024-07-18]]: {{z|Z13726}} * [[Special:MyLanguage/WF:Status updates/2024-07-10#Function of the Week: Greatest common divisor (Z13612)|2024-07-10]]: {{z|Z13612}} * [[Special:MyLanguage/WF:Status updates/2024-07-03#Function of the Week: get total count of a given day in a specific month and year|2024-07-03]]: {{z|Z17452}} * [[Special:MyLanguage/WF:Status updates/2024-06-26#Function of the Week: subtract integers|2024-06-26]]: {{z|Z17111}} * [[Special:MyLanguage/WF:Status updates/2024-06-20#Function of the Week: following month in the Igbo calendar|2024-06-20]]: {{z|Z16972}} * [[Special:MyLanguage/WF:Status updates/2024-06-13#Function of the Week: do these charges electrostatically attract?|2024-06-13]]: {{z|Z16781}} * [[Special:MyLanguage/WF:Status updates/2024-06-06#Function of the Week: Is this month after that month?|2024-06-06]]: {{z|Z16648}} * [[Special:MyLanguage/WF:Status updates/2024-05-30#Function of the Week: days in month when not a leap year|2024-05-30]]: {{z|Z16316}} * [[Special:MyLanguage/WF:Status updates/2024-05-22#Function of the Week: Same month|2024-05-22]]: {{z|Z16137}} * [[Special:MyLanguage/WF:Status updates/2024-05-15#Function of the Week: English cardinals|2024-05-15]]: {{z|Z13587}} * [[Special:MyLanguage/WF:Status updates/2024-05-10#Function of the Week: Binomial Coefficient (Z13848)|2024-05-10]]: {{z|Z13848}} * [[Special:MyLanguage/WF:Status updates/2024-04-19#Function of the Week: Encode in Morse code|2024-04-19]]: {{z|Z10944}} * [[Special:MyLanguage/WF:Status updates/2024-04-11#Function of the Week: Padovan number|2024-04-11]]: {{z|Z15075}} * [[Special:MyLanguage/WF:Status updates/2024-04-03#Function of the Week: bitwise or|2024-04-03]]: {{z|Z13652}} * [[Special:MyLanguage/WF:Status updates/2024-03-28#Function of the Week: NOR|2024-03-28]]: {{z| Z10231}} * [[Special:MyLanguage/WF:Status updates/2024-03-07#Function of the Week: Or|2024-03-07]]: {{z|13489}} * [[Special:MyLanguage/WF:Status updates/2024-02-28#Function of the Week: Or|2024-02-28]]: {{z|10184}} * [[Special:MyLanguage/WF:Status updates/2024-02-22#Function of the Week: Negation|2024-02-22]]: {{z|10216}} * [[Special:MyLanguage/WF:Status updates/2024-02-14#Function of the Week: duplicate string|2024-02-14]]: {{z|10753}} * [[Special:MyLanguage/WF:Status updates/2024-02-07#Function of the Week: is permutation|2024-02-07]]: {{z|12741}} * [[Special:MyLanguage/WF:Status updates/2024-02-01#Function of the Week: Suffix a verb for an Igbo imperative form|2024-02-01]]: {{z|11353}} * [[:m:Special:MyLanguage/Abstract Wikipedia/Updates/2024-01-25#Function of the Week: Wrap string|2024-01-25]]: {{z|11145}} * [[:m:Special:MyLanguage/Abstract Wikipedia/Updates/2024-01-17#Function of the Week: ROT13|2024-01-17]]: {{z|10627}} * [[:m:Special:MyLanguage/Abstract Wikipedia/Updates/2024-01-11#New section: Function of the Week|2024-01-11]]: {{z|10012}} == Submit candidates for Function of the Week == You can help write submissions for future Functions of the week here: [[Wikifunctions:Function of the Week/submissions]] i26j5lomepvl6ej3iur5zsft3l4raik Wikifunctions:Type 4 24478 280833 276512 2026-06-05T18:04:32Z YoshiRulz 10156 /* Miscellaneous */ Add Commons image reference 280833 wikitext text/x-wiki <languages/>{{Technical documentation navbox}} <translate> <!--T:1--> Every Object in Wikifunctions belongs to a Type. Types decide how Objects of that Type are structured, and what they mean. Types are also used to specify the Arguments of a Function, and what a Function returns. <!--T:2--> Currently, there are <tvar name="1"><del>{{formatnum:{{NUMBEROFTYPES}}}}</del> ~{{formatnum:100}}</tvar> Types that are available for specifying the Arguments and the return Type of a Function: </translate> * {{Z+|Z1}} * {{Z+|Z4}} * {{Z+|Z8}} * {{Z+|Z23}} * {{Z+|Z21}} * {{Z+|Z40}} * {{Z+|Z22112}} * {{Z+|Z881}} (<translate><!--T:14--> this is parameterised i.e. it is a Function which returns a Type</translate>) * {{Z+|Z882}} (<translate><!--T:15--> parameterised</translate>) * {{Z+|Z883}} (<translate><!--T:16--> parameterised</translate>) * {{Z+|Z6884}} (<translate><!--T:17--> parameterised, used for defining [[<tvar name="1">Special:MyLanguage/WF:Function_model#Lightweight_enumerations</tvar>|lightweight enumeration types]]</translate>) <translate> === Numeric types === <!--T:6--> </translate> * {{Z+|Z80}} * {{Z+|Z13518}} * {{Z+|Z16659}} * {{Z+|Z16683}} * {{Z+|Z19677}} * {{Z+|Z20825}} * {{Z+|Z20838}} * {{Z+|Z33198}} <translate> === Language and text types === <!--T:18--> </translate> * {{Z+|Z86}} * {{Z+|Z6}} * {{Z+|Z60}} * {{Z+|Z11}} * {{Z+|Z31}} * {{Z+|Z12}} * {{Z+|Z32}} * {{Z+|Z89}} * {{Z+|Z14293}} * {{Z+|Z14294}} <translate> ==== Grammatical feature enums ==== <!--T:19--> </translate> * {{Z+|Z28516}} (<translate><!--T:20--> lightweight enum</translate>) * {{Z+|Z28519}} (<translate><!--T:21--> lightweight enum</translate>) * {{Z+|Z25502}} (<translate><!--T:22--> lightweight enum</translate>) * {{Z+|Z25340}} (<translate><!--T:23--> lightweight enum</translate>) * {{Z+|Z25501}} (<translate><!--T:24--> lightweight enum</translate>) * {{Z+|Z26935}} (<translate><!--T:25--> lightweight enum</translate>) * {{Z+|Z26934}} (<translate><!--T:26--> lightweight enum</translate>) * {{Z+|Z28215}} (<translate><!--T:27--> lightweight enum</translate>) * {{Z+|Z28515}} (<translate><!--T:28--> lightweight enum</translate>) * {{Z+|Z28517}} (<translate><!--T:29--> lightweight enum</translate>) * {{Z+|Z32792}} (<translate><!--T:43--> lightweight enum</translate>) * {{Z+|Z32789}} (<translate><!--T:44--> lightweight enum</translate>) * {{Z+|Z27970}} (<translate><!--T:30--> lightweight enum</translate>) * {{Z+|Z28518}} (<translate><!--T:31--> lightweight enum</translate>) * {{Z+|Z28520}} (<translate><!--T:32--> lightweight enum</translate>) * {{Z+|Z33568}} (<translate><!--T:46--> lightweight enum</translate>) * {{Z+|Z27971}} (<translate><!--T:33--> lightweight enum</translate>) <translate> === Calendar types === <!--T:7--> ==== Gregorian calendar ==== <!--T:8--> </translate> * {{Z+|Z17402}} * {{Z+|Z16098}} * {{Z+|Z17813}} * {{Z+|Z20159}} * {{Z+|Z20342}} * {{Z+|Z20420}} <translate> ==== Hijri (Islamic) calendar ==== <!--T:34--> </translate> * {{Z+|Z26582}} (<translate><!--T:35--> lightweight enum</translate>) <translate> ==== Igbo calendar ==== <!--T:9--> </translate> * {{Z+|Z16927}} <translate> === Wikidata types === <!--T:10--> </translate> {{see also|Help:Wikidata#Statement model}} * {{Z+|Z6030}} <translate> ==== Wikidata entities ==== <!--T:11--> </translate> * {{Z+|Z6001}} * {{Z+|Z6002}} * {{Z+|Z6004}} * {{Z+|Z6005}} * {{Z+|Z6006}} <translate> ==== Wikidata references ==== <!--T:12--> </translate> * {{Z+|Z6091}} * {{Z+|Z6092}} * {{Z+|Z6094}} * {{Z+|Z6095}} * {{Z+|Z6096}} <translate> ==== Wikidata statements ==== <!--T:13--> </translate> * {{Z+|Z6020}} * {{Z+|Z6007}} * {{Z+|Z6003}} * {{Z+|Z6040}} * {{Z+|Z6008}} * {{Z+|Z6039}} <translate> ==== Wikidata datatypes ==== <!--T:36--> </translate> * {{Z+|Z6010}} * {{Z+|Z6011}} * {{Z+|Z6060}} * {{Z+|Z6061}} * {{Z+|Z6062}} (<translate><!--T:37--> lightweight enum</translate>) * {{Z+|Z6063}} (<translate><!--T:38--> lightweight enum</translate>) * {{Z+|Z6064}} <translate> === Miscellaneous === <!--T:39--> </translate> * {{Z+|Z310}} * {{Z+|Z27951}} (<translate><!--T:40--> lightweight enum</translate>) * {{Z+|Z28579}} * {{Z+|Z33827}} (<translate><!--T:45--> lightweight enum</translate>) <translate> === WikiLambda structure === <!--T:41--> </translate> * {{Z+|Z2}} * {{Z+|Z9}} * {{Z+|Z3}} * {{Z+|Z39}} * {{Z+|Z46}} * {{Z+|Z64}} * {{Z+|Z17}} * {{Z+|Z18}} * {{Z+|Z20}} * {{Z+|Z14}} * {{Z+|Z16}} * {{Z+|Z61}} <translate> ==== Evaluation ==== <!--T:42--> </translate> * {{Z+|Z7}} * {{Z+|Z22}} * {{Z+|Z5}} * {{Z+|Z50}} * {{Z+|Z99}} <translate> <!--T:3--> Other types can be used but there may be bugs. For a list of all types, see [[<tvar name="1">Special:ListObjectsByType/Z4</tvar>|the list of all types]] (though that does not include [[<tvar name="2">Special:ListObjectsByType/Z7</tvar>|persistent calls]] which return types, such as the lightweight enums, nor parameterised types such as <tvar name="3">{{Z|881}}</tvar>). <!--T:4--> New Types can be proposed on <tvar name="1">[[Wikifunctions:Type proposals]]</tvar>. == See also == <!--T:5--> </translate> * {{ll|Wikifunctions:Function model}} [[Category:Technical documentation{{#translation:}}|Type]] mqpk0n2rp42rasc4i74w5pg6rrazqyo Wikifunctions:Status updates/uk 4 24551 280678 279580 2026-06-05T14:02:46Z FuzzyBot 207 Updating to match new version of source page 280678 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Підпишіться]]''', щоб отримувати короткі сповіщення на вікі через систему масових повідомлень MassMessage про кожний новий випуск}} {{Wikifunctions updates | prevlabel = Попереднє оновлення | prev = 2024-02-01 | nextlabel = Останнє оновлення | next = 2026-06-05 }} Багато чого відбувається навколо Вікіфункцій і Абстрактної Вікіпедії. Це сторінка, де ми публікуємо наші оновлення, включаючи [[Special:MyLanguage/WF:function of the Week|функцію тижня]]. Ви також можете підписатися на [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|бюлетень вікі-спільноти]], щоб отримувати його на свою сторінку обговорення або на сторінку спільноти вашого проєкту. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == Інформаційні бюлетені == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * {{Status updates|2024-12-12}}: Ескіз шляху до Абстрактної Вікіпедії; команда поза офісом у Лісабоні; і багато іншого * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * {{Status updates|2024-11-13}}: Новий тип: Раціональне число; Документація типів на основі Вікіданих; та інше * {{Status updates|2024-11-07}}: Мрія про універсальну мову * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * {{Status updates|2024-10-25}}: Наша ціль на цей квартал: Узгодження * {{Status updates|2024-10-17}}: Як може виглядати абстрактний вміст? * {{Status updates|2024-10-11}}: Лексеми Вікіданих зовсім скоро будуть у Вікіфункціях * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * {{Status updates|2024-06-06}}: Новий тип: Знак * {{Status updates|2024-05-30}}: Єдине однини чи множинність множин? * {{Status updates|2024-05-22}}: Новий тип: Місяці григоріанського календаря * {{Status updates|2024-05-15}}: Виклик функцій: Напишіть число словами! * {{Status updates|2024-05-10}}: Флагманський тип для переліків: Місяці григоріанського календаря * {{Status updates|2024-05-03}}: Зустріч команди і квартальне планування * {{Status updates|2024-04-19}}: Ласкаво просимо, Шарвані! * {{Status updates|2024-04-11}}: Новий API для виклику Вікіфункцій і святкування 1000 функцій * {{Status updates|2024-04-03}}: Оновлення продукту щодо відмінностей між версіями і майбутні покращення API * {{Status updates|2024-03-28}}: Створювати тести тепер набагато простіше! * {{Status updates|2024-03-21}}: На шляху до інтернаціоналізації чисел * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * {{Status updates|2024-03-07}}: Представляємо наш другий новий тип: Натуральні числа * {{Status updates|2024-02-28}}: Пропозиція типу для натуральних чисел * {{Status updates|2024-02-22}}: Оновлення моделі функції * {{Status updates|2024-02-14}}: Tиждень виправлень * {{Status updates|2024-02-07}}: Квартальне планування. Дякуємо, Нік! Функція тижня: є перестановкою * {{Status updates|2024-02-01}}: Наказовий спосіб у мові ібго! <span id="Before_February_2024"></span> === До лютого 2024 === Всі оновлення цього періоду [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|доступні на Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 1vi8js2lasjp3inm5krd7zesza05wa7 Wikifunctions:Status updates/szl 4 26234 280676 279577 2026-06-05T14:02:45Z FuzzyBot 207 Updating to match new version of source page 280676 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2024-02-01 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Last update</span> | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] 1l0afs4jn8kkzu42cq07l1iriuaaanp Wikifunctions:Status updates/bn 4 26415 280657 279561 2026-06-05T14:02:31Z FuzzyBot 207 Updating to match new version of source page 280657 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=প্রতিটি নতুন সমস্যা সম্পর্কে সংক্ষিপ্ত উইকি মধ্যস্থ গণবার্তা বিজ্ঞপ্তি পেতে '''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|অনুসরণ করুন]]'''}} {{Wikifunctions updates | prevlabel = পূর্ববর্তী হালনাগাদ | prev = 2024-02-01 | nextlabel = সর্বশেষ হালনাগাদ | next = 2026-06-05 }} উইকিফাংশন এবং বিমূর্ত উইকিপিডিয়ার জুড়ে অনেক কিছু ঘটছে। এটি সেই পৃষ্ঠা যেখানে আমাদের হালনাগাদ গুলো পোস্ট করা হয়, [[Special:MyLanguage/WF:function of the Week|সপ্তাহের নির্বাচিত ফাংশন]] সহ। এছাড়াও আপনি [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|অন-উইকি নিউজলেটার]]-এ সদস্যতা নিতে পারেন যাতে সেগুলি আপনার আলাপ পাতায় বা আপনার প্রকল্পের আলোচনাসভায় পৌঁছে দেওয়া যায়। <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == নিউজলেটার == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * {{Status updates|2025-07-26}}: “উইকিপিডিয়া একটি বিশ্বকোষ“; উইকিফাংশনের দুই বছর * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * {{Status updates|2025-06-27}}: একটি বিশ্বকোষ লিখতে কতজন লোকের প্রয়োজন? * {{Status updates|2025-06-21}}: জুলাই-সেপ্টেম্বর ২০২৫-এর জন্য ত্রৈমাসিক পরিকল্পনা * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * {{Status updates|2025-06-06}}: বিমূর্ত বিষয়বস্তু কোথায় যাবে? * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * {{Status updates|2025-05-15}}: বিমূর্ত বিষয়বস্তুর অবস্থান * {{Status updates|2025-05-09}}: বিমূর্ত উইকিপিডিয়া এবং উইকিমিডিয়া এআই কৌশল * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * {{Status updates|2025-04-25}}: স্বাগতম, গ্রেগরি! * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * {{Status updates|2025-04-05}}: এপ্রিল–জুন ২০২৫-এর জন্য ত্রৈমাসিক পরিকল্পনা; আমরা একজন সিনিয়র প্রোডাক্ট ম্যানেজার খুঁজছি * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * {{Status updates|2025-03-15}}: আসন্ন এনএলজি বৈঠক, সফটওয়্যারের সাম্প্রতিক পরিবর্তন * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * {{Status updates|2025-01-15}}: শুভ উইকিপিডিয়া দিবস! ত্রৈমাসিক পরিকল্পনা === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * {{Status updates|2024-08-16}}: উইকিম্যানিয়া ২০২৪ সংস্করণ * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * {{Status updates|2024-07-26}}: শীঘ্রই আসছে উইকিম্যানিয়া ২০২৪! * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * {{Status updates|2024-07-03}}: ত্রৈমাসিক পরিকল্পনা * {{Status updates|2024-06-26}}: স্বাগতম, ড্যাফনি! * {{Status updates|2024-06-20}}: নতুন ধরন: পূর্ণ সংখ্যা * {{Status updates|2024-06-13}}: নতুন ধরন: ইগবো বর্ষপঞ্জির মাস * {{Status updates|2024-06-06}}: নতুন ধরন: চিহ্ন * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * {{Status updates|2024-05-22}}: নতুন ধরন: গ্রেগরীয় বর্ষপঞ্জির মাস * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * {{Status updates|2024-05-03}}: দলের বৈঠক ও ত্রৈমাসিক পরিকল্পনা * {{Status updates|2024-04-19}}: স্বাগতম, শর্বণী! * {{Status updates|2024-04-11}}: উইকিফাংশন কল করার নতুন এপিআই এবং ১০০০ ফাংশন উদযাপন * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * {{Status updates|2024-03-21}}: সংখ্যা আন্তর্জাতিকীকরণের পথে * {{Status updates|2024-03-13}}: পরিচয় সম্পর্কে * {{Status updates|2024-03-07}}: আমাদের দ্বিতীয় নতুন ধরণ উপস্থাপন করা হয়েছে: স্বাভাবিক সংখ্যা * {{Status updates|2024-02-28}}: স্বাভাবিক সংখ্যার জন্য নতুন ধরণ প্রস্তাবনা * {{Status updates|2024-02-22}}: ফাংশন মডেল হালনাগাদ করা হচ্ছে * {{Status updates|2024-02-14}}: সঠিক করন সপ্তাহ * {{Status updates|2024-02-07}}: ত্রৈমাসিক পরিকল্পনা। ধন্যবাদ, নিক! এই সপ্তাহের নির্বাচিত ফাংশন: এটি কি স্থানান্তর * {{Status updates|2024-02-01}}: ইগবো অত্যাবশ্যকতা! <span id="Before_February_2024"></span> <div class="mw-translate-fuzzy"> === ২০২০ থেকে জানুয়ারী ২০২৪ পর্যন্ত === </div> এই সময়কালের মধ্যে সব হালনাগাদ সমূহ [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|মেটা উইকিতে উপলব্ধ]]। [[Category:Status updates{{#translation:}}| ]] tfa2kdusz90jc4vjgv0grg44up4nilp Wikifunctions:Status updates/he 4 27145 280665 279568 2026-06-05T14:02:37Z FuzzyBot 207 Updating to match new version of source page 280665 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = עדכון קודם | prev = 2024-02-01 | nextlabel = עדכון אחרון | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] mz9pdk7pksru0yv0d8ms1cel1p01vk2 Wikifunctions:Status updates/su 4 27399 280675 279578 2026-06-05T14:02:44Z FuzzyBot 207 Updating to match new version of source page 280675 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Ngalanggan]]''' pikeun meunangkeun béwara MassMessage pondok dina wiki ngeunaan unggal carita anyar}} {{Wikifunctions updates | prevlabel = Pembaruan saméméhna | prev = 2024-02-01 | nextlabel = Pembaruan panganyarna | next = 2026-06-05 }} Aya seueur kajadian ngeunaan Wikifunctions sareng Wikipedia Abstrak. Ieu halaman dimana pengumuman kami diterbitkeun. Anjeun ogé tiasa ngalanggan [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|newsletter wiki]] supados béwara dikirim ka halaman obrolan anjeun atanapi ka Warung Kopi proyék anjeun. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * {{Status updates|2024-03-21}}: Dina jalan ka nomer internasionalisasi * {{Status updates|2024-03-13}}: Dina identitas * {{Status updates|2024-03-07}}: Ngawanohkeun tipe anyar urang kadua: angka alam * {{Status updates|2024-02-28}}: Proposisi tipe pikeun angka alam * {{Status updates|2024-02-22}}: Ngamutahirkeun modél fungsi * {{Status updates|2024-02-14}}: Minggu ngalereskeunana * {{Status updates|2024-02-07}}: Perencanaan kuartal. Hatur nuhun, Nick! Fungsi Minggu: nyaéta permutasi * {{Status updates|2024-02-01}}: Imperatif Igbo! <span id="Before_February_2024"></span> <div class="mw-translate-fuzzy"> === Ti 2020 Nepi Januari 2024 === </div> Bewara dina mangsa ieu [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|tiasa ditingali dina Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] h3ar6u6f3rh9k7dyydr511d8yhj5rs9 User talk:Starwanderung 3 28777 280723 279850 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280723 wikitext text/x-wiki == Wikifunctions & Abstract Wikipedia Newsletter #151 is out: New API for calling Wikifunctions and celebrating 1000 functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-04-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the new API for calling Wikifunctions, we celebrate our first 1,000 functions, and we take a look at the latest software developments. Also, there's [https://boards.greenhouse.io/wikimedia/jobs/5850672 a job opening] for joining our team! Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:57, 12 April 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26566985 --> == Wikifunctions & Abstract Wikipedia Newsletter #152 is out: Welcome, Sharvani! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-04-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:14, 22 April 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Wikifunctions & Abstract Wikipedia Newsletter #153 is out: Team meeting and Quarterly plan == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the results of our team meeting held in San Francisco, USA, as well as presenting the objectives that we will pursue in the next months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:57, 4 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Next Wikifunctions & Abstract Wikipedia Volunteer's Corner is on May 6 == We remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1715016600 May 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Apologies for the reaching out to you with a separate message. See you at the meeting! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:12, 4 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Wikifunctions & Abstract Wikipedia Newsletter #154 is out: Flagship type for enumerations: Months of the Gregorian calendar == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our first proposal for a new type for enumerations and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:22, 13 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Wikifunctions & Abstract Wikipedia Newsletter #155 is out: Call for Functions: Spell out the number! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we call on you to help us doing new language functions about numbers and we also take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:01, 16 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26780875 --> == Wikifunctions & Abstract Wikipedia Newsletter #156 is out: New type - Gregorian calendar months == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce our initial enumeration Type, Gregorian calendar months, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:18, 23 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26803534 --> == Wikifunctions & Abstract Wikipedia Newsletter #157 is out: A single singular or a plurality of plurals? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the various implications of linguistic functions about singulars and plurals, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1717435800 June 3, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:17, 31 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26847493 --> == Wikifunctions & Abstract Wikipedia Newsletter #158 is out: New Type: Sign == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new enumeration type, Sign, and we take a look at the latest software developments. We are also looking for feedback for our next new types. See [[:f:Wikifunctions:Project chat#Testing two new types|the announcement at the Project Chat]] for more information. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:59, 7 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26847493 --> == Wikifunctions & Abstract Wikipedia Newsletter #159 is out: New Type: Igbo calendar months == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new enumeration type, this time for the thirteen months of the [[:en:Igbo calendar|Igbo calendar]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:21, 14 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26847493 --> == Wikifunctions & Abstract Wikipedia Newsletter #160 is out: New Type: Integers == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we are happy to announce that we introduced another new type, [[:f:Z16683|integers]], that will increase our coverage of mathematical functions. Moreover, we take a look at the (many!) software developments we introduced in the last week. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:07, 21 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26945737 --> == Wikifunctions & Abstract Wikipedia Newsletter #161 is out: Welcome, Daphne! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team, we ask for feedback about [[:f:Wikifunctions:Design/About widget improvements|our "About" widget designs]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1719855000 July 1, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:20, 27 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26945737 --> == Wikifunctions & Abstract Wikipedia Newsletter #162 is out: Quarterly planning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present our objectives and lines of work for this quarter, we remember to give your feedback about [[:f:Wikifunctions:Design/About widget improvements|our "About" widget designs]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1720459800 July 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:59, 5 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27024810 --> == Wikifunctions & Abstract Wikipedia Newsletter #163 is out: Type proposals for accessing Lexemes == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our current draft about Type proposals for accessing Lexemes, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:21, 12 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27076454 --> == Wikifunctions & Abstract Wikipedia Newsletter #164 is out: Research report on integrating Wikifunctions from Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the results of a research about how to integrate Wikifunctions and Wikipedia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:33, 19 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27076454 --> == Wikifunctions & Abstract Wikipedia Newsletter #165 is out: Wikimania 2024 coming soon! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our upcoming Wikifunctions events at Wikimania 2024, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:13, 29 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27145131 --> == Wikifunctions & Abstract Wikipedia Newsletter #169 is out: Limits on Name and Description Lengths == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the introduction of more stringent limits on the length of object names, input names, and descriptions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! You might be interested in the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-02|launch of our "About" widget]], a [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-16|summary of our experience at Wikimania 2024]], or the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-23|refinement of WasmEdge]]. Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1725298200 September 2, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:04, 30 August 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27347529 --> == Wikifunctions & Abstract Wikipedia Newsletter #171 is out: Dagbani Wikipedia will be our first wiki for Wikifunctions integration == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-09-13|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce Dagbani Wikipedia as our first wiki for Wikifunctions integration, discuss the recent stability challenges we've had in the past few days, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:51, 13 September 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27347529 --> == Wikifunctions & Abstract Wikipedia Newsletter #172 is out: Introducing focus topic areas == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-09-20|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce focus topic areas for generating natural language texts and we update you on last week's site incident. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:30, 21 September 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27457443 --> == Wikifunctions & Abstract Wikipedia Newsletter #173 is out: Quarterly planning for October–December 2024 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we give you an overview of what we will focus on in the next three months, we discuss our presentation at [[:m:Celtic Knot Conference 2024|Celtic Knot conference 2024]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:42, 26 September 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27457443 --> == Wikifunctions & Abstract Wikipedia Newsletter #174 is out: Focus topic: food == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss one of our next topics we will focus on for our work: food. We hope you have a good appetite for discussion. :) Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1728322200 October 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:42, 4 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27548252 --> == Wikifunctions & Abstract Wikipedia Newsletter #175 is out: Wikidata Lexemes in Wikifunctions are coming soon == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a preview of our planned support for Wikidata lexemes in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:54, 11 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27548252 --> == Wikifunctions & Abstract Wikipedia Newsletter #176 is out: What could abstract content look like? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-17|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present some thoughts by [[User:Mahir256]] about how abstract content could look like in the future, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:13, 17 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27548252 --> == Wikifunctions & Abstract Wikipedia Newsletter #177 is out: Our goal for this Quarter: Agreement == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our goal of building up phrases from Lexemes using linguistic agreement, i.e. accordance to number and gender when constructing a phrase. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:32, 25 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27638060 --> == Wikifunctions & Abstract Wikipedia Newsletter #178 is out: Rewriting the backend == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-01|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how the team is working hard to rewrite Wikifunctions' backend, to overcome some of the limits we encountered with the current language. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1730745000 November 4, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:19, 2 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #179 is out: The dream of a Universal Language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about several presentation in and around the topics of languages and our work, we discuss the current refactoring of our functions catalogue and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 22:50, 7 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #180 is out: New type: Rational numbers == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you our newest Type, [[:f:Z19677|rational numbers]], as well as the new renderer and parser for natural numbers, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:40, 14 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #181 is out: New special page for missing labels, new type for Gregorian years, and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new special page for objects with a missing label, we present two new types (Gregorian year and Wikidata statement rank), we showcase several contributions made by you volunteers, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 22 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27757932 --> == Wikifunctions & Abstract Wikipedia Newsletter #182 is out: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the implications of the release of Google Zurich's WordGraph dataset, we introduce a new special page, support for other Wikidata statements and a new type (day of Roman year), and finally we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:03, 28 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27872982 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on December 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1733758200 December 9, at 15:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:46, 6 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Wikifunctions & Abstract Wikipedia Newsletter #183 is out: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-12-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how natural language generation for Abstract Wikipedia might develop, and we share news on tools and types on Wikifunctions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:52, 16 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Wikifunctions & Abstract Wikipedia Newsletter #184 is out: Function of the Week: age; Intros for year articles; New Type: Floating-point number == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-12-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the last issue for 2024, we discuss functions to create introductions for articles about years, we showcase one of the 23 functions with the Gregorian year type, we introduce a new type, and finally we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 22:06, 19 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on January 13 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next Volunteers' Corner, that will be held on [https://zonestamp.toolforge.org/1736793000 January 13, at 18:30 UTC] ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:44, 10 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #185 is out: Happy Wikipedia day! Quarterly planning == The [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-15|first update of 2025]] for Abstract Wikipedia and Wikifunctions is out. Please, come and read it! In this issue, we present our plan for the upcoming quarter (January-March 2025), we suggest changes to our "Function of the week" section, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:34, 17 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #186 is out: Welcome, David! Naming conventions recommendations == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team, we introduce our current discussion on naming conventions recommendations, we introduce a new section dedicated to the newest functions created, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:36, 23 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #187 is out: With 2000 Functions into the new year: time for stats == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present some statistics about where we are as a project, we give some updates about our Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1738607400 February 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:05, 30 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28185757 --> == Wikifunctions & Abstract Wikipedia Newsletter #188 is out: Invitation to the Natural Language Generation Special Interest Group == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a proposal to restructure our Natural Language Generation Special Interest Group (NLG SIG) meeting, we announce the creation of a new type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:17, 6 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28185757 --> == Wikifunctions & Abstract Wikipedia Newsletter #189 is out: Restricting the World, redux == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we have an essay from Denny, we discuss the fix to the Byte Type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:19, 14 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28241947 --> == Wikifunctions & Abstract Wikipedia Newsletter #190 is out: A proposal for types per language and part of speech == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a proposal for types to represent a part of speech in a language, we present some events that we have taken part to (or we are taking part to), and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:50, 20 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28271571 --> == Wikifunctions & Abstract Wikipedia Newsletter #191 is out: From things to words == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the deployment of the possibility of getting the right Lexeme given a Wikidata Item, we discuss the newest updates about Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1741026600 March 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:16, 28 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28307629 --> == Wikifunctions & Abstract Wikipedia Newsletter #192 is out: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present two talks that will feature Denny as a speaker and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:12, 7 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28307629 --> == Wikifunctions & Abstract Wikipedia Newsletter #193 is out: Upcoming NLG meeting, Recent Changes in the software == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to the next [[:f:Wikifunctions:NLG SIG|NLG SIG Meeting]], that will take place [https://zonestamp.toolforge.org/1739894400 on Tuesday March 18 at 16 UTC], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:39, 15 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #194 is out: Wikidata-based simple enumerations == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a discussion about a new kind of enumeration type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:06, 21 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #195 is out: It’s about time == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-28|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a discussion about how to support the creation of a type for time that is compatible with Wikidata, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:25, 28 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #196 is out: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present our work plan for the upcoming quarter (April-June 2025), we publish a new job opening for joining the team, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1744047000 April 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:22, 6 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #197 is out: Quarter in review, and lots of material to watch == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we evaluate our work done for the recently closed quarter (January-March 2025), we present you a number of video and blogpost about us to watch and read, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1744732800 April 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:20, 11 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #198 is out: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that this week we switched on the ability to call Wikifunctions functions from within Dagbani Wikipedia (our first wiki to do so!), we discuss the functions related to calculating the dates of Easter, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:28, 17 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #199 is out: Welcome, Gregory! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a new member of the team, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1746466200 May 5, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:16, 28 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28586963 --> == Wikifunctions & Abstract Wikipedia Newsletter #200 is out: Abstract Wikipedia is a MacArthur 100&Change finalist == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that we reached the final stage of a grant competition, we introduce our next big conversation about where the content of Abstract Wikipedia will be located, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1746466200 May 5, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:57, 1 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28628447 --> == Wikifunctions & Abstract Wikipedia Newsletter #201 is out: Abstract Wikipedia and the Wikimedia AI Strategy == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-09|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how Abstract Wikipedia ties in with the newly announced WMF's strategy for AI, we talk about the Wikimedia Hackathon and our community meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:27, 10 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #202 is out: Location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we invite you to our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:56, 16 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #203 is out: Ongoing consultation about the Location for Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you again to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we present some updates about existing and new types, we remind you of our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:54, 23 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #204 is out: Rolling out to five Wiktionaries; Calculating with today's date == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about our latest deployment on five Wiktionaries, we showcase a couple of functions about dates, we remind you of ongoing discussions and upcoming presentations, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1748885400 June 2, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:38, 29 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28780680 --> == Wikifunctions & Abstract Wikipedia Newsletter #205 is out: Where will Abstract Content go? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we give you some updates on the discussion about where to store abstract content, we present you the recordings of our latest presentations and meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:38, 9 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28806388 --> == Wikifunctions & Abstract Wikipedia Newsletter #206 is out: Closing the consultation about the location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the closing of the discussion about where to store abstract content, we remind you about our current discussions about types and our next [[:f:Special:MyLanguage/Wikifunctions:NLG_SIG|NLG SIG meeting]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:56, 16 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #207 is out: Quarterly Planning for July–September 2025 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we outline our priorities for the next quarter (July–September 2025), we give you some updates related to our new types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:38, 23 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #208 is out: How many people are needed to write an encyclopedia? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about writing an encyclopedia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:38, 28 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #209 is out: Coverage of 1298 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about how Wikipedias cover articles about years, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1751909400 July 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:39, 4 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28927185 --> == Wikifunctions & Abstract Wikipedia Newsletter #210 is out: Length limits on labels and descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a measure to limit length of labels and descriptions, we show a video illustrating our work on front-end components, we share some news on new Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1752595200 July 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:46, 11 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #211 is out: Wikidata-based enumerations are here == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new kind of Type (Wikidata-based enumerations), we remind you of our current sprint in fixing labels and descriptions that are too long, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:16, 19 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #212 is out: “Wikipedia is an encyclopedia”; Two years of Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-26|the '''second anniversary update''']] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our work on functions that generate sentences and fragments in several languages, we celebrate our second anniversary, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:33, 26 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29016422 --> == Wikifunctions & Abstract Wikipedia Newsletter #215 is out: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to access Wikidata items from embedded function calls, we also inform that Wikifunctions is now available on 60 more Wiktionaries, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:57, 29 August 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Next Wikifunctions & Abstract Wikipedia Volunteers’ Corner is tomorrow! == We remind you that our next '''Wikifunctions & Abstract Wikipedia Volunteers’ Corner''' will be '''[https://zonestamp.toolforge.org/1757352600 tomorrow, September 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Unless you have many questions, we will follow our usual agenda, giving updates on the upcoming plans and recent activities, having plenty of time and space for your questions, and building a Function together. See you at the Corner! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:39, 7 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #216 is out: Copying function calls from one Wikipedia to another == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to use natural languages as a default value in embedded function calls, we discuss the latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:04, 8 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #217 is out: More than 3,000 functions on Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-12|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we celebrate reaching the milestone of 3,000 functions on Wikifunctions, we discuss our upcoming commitments in outreach, we share with you our latest blogpost, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:21, 12 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #218 is out: Wikifunctions available on 123 Wiktionary languages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-19|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we update you on the recent Wikifunctions deployment on Wiktionaries, we introduce our new page for requesting cleanups, we update you on what's new on Types, we remind you of the upcoming meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1758643200 September 23, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:26, 20 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29289969 --> == Wikifunctions & Abstract Wikipedia Newsletter #219 is out: Accessing qualifiers in Wikidata statements == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce the possibility of calling also qualifiers from Wikidata, we update you on the recent deployments of Wikifunctions and on the Wikifunctions presentations at Wikimedia events, we give you the recent updates on Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:46, 26 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29319712 --> == Wikifunctions & Abstract Wikipedia Newsletter #220 is out: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the latest functions and types you can create, we announce that functions are now available to call on 152 projects, we talk about our presentations at Wikimedia meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1759771800 October 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:55, 4 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #221 is out: Decision on location for abstract content and Quarterly Planning for October–December == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our plans and work for the upcoming quarter (October-December 2025), we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:47, 9 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #222 is out: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we kickstart our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we present a beautiful representation of functions by a community member, we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:04, 15 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29444338 --> == Wikifunctions & Abstract Wikipedia Newsletter #223 is out: Welcome Zaree and Laura! Naming contest round 1 kicked off == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome two new additions to the team, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 21:10, 23 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29491948 --> == Wikifunctions & Abstract Wikipedia Newsletter #224 is out: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we announce our first experimentation with short descriptions on Wikidata, we talk about our presentations at the upcoming WikidataCon 2025, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 November 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:48, 30 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #225 is out: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the closing of the first phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we introduce a possible implementation of Wikifunctions for Wiktionaries, we talk about our latest outreach events, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:06, 6 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #226 is out: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we summarise current discussion regarding the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss how we are rewriting the backend, we ask for help in substituting a function, we suggest you the recordings of Wikifunctions-related sessions at the WikidataCon 2025, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1763481600 November 18, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:42, 13 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #227 is out: Second round of voting for naming the wiki with language-independent content; Sharing function calls == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the start of the second phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share the results of the MacArthur Foundation's 100&Change contest, we share the recording of the last NLG SIG meeting, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:11, 21 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #228 is out: Vote on the new wiki name! Finishing each other’s sentences == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our progress on sentence creation with functions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 December 1, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:38, 27 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #229 is out: And the name is Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the final results of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share two demos about new Wikifunctions features, we talk about Wikidata components in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:02, 4 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #230 is out: How to write better error messages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share an essay on how to write better error messages, on improving which we focused in the last months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 12 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #231 is out: We wish you a happy new Gregorian year! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we showcase some templates using Wikifunctions functions on several projects, and we wrap up work for this Gregorian year, wishing you happy holidays. The updates will resume in the week of January 14, so if you feel like you want more, you can always read the previous updates in [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:01, 18 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29814552 --> == Wikifunctions & Abstract Wikipedia Newsletter #232 is out: 25 years of Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the first issue of 2026, we celebrate our incredible milestone of 25 years of Wikipedia and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 16 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29902635 --> == Wikifunctions & Abstract Wikipedia Newsletter #233 is out: Quarterly plan for January–March 2026 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our work plans for the quarter that goes from January to March 2026, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 22 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #234 is out: Integrating Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our ideas about the integration of Abstract Wikipedia with the existing Wikimedia projects, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:51, 30 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on February 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1770661800 February 9, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 06:23, 6 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #235 is out: Finishing each other sentences: Starting things; Offsite in Istanbul == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the results of our recent team offsite (meeting in person) in Istanbul, Türkiye, especially on creating sentence fragments in several languages. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:31, 13 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #236 is out: A sneak preview of Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a sneak preview of how Abstract Wikipedia will look like and work, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:15, 20 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #237 is out: Graceful overrides and fallbacks == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss different patterns in articles about years on different Wikipedias, we present the video of the Wikifunctions presentation by Nicolas Vigneron at the last Celtic Knot, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1772476200 March 2, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:18, 27 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #238 is out: Citations and Copy and Paste == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce the possibility of creating a function that deals with references and a Wikifunctions internal clipboard, where you can temporarily store any piece of code in order to paste it somewhere else, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:28, 6 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #239 is out: A new composition language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about the revamp of the composition language on Wikifunctions, with its potential for further improvements. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:19, 12 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #240 is out: Abstract Wikipedia is now in Beta == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate the launch of the [https://abstract.wikipedia.org/ preliminary Beta version of Abstract Wikipedia], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 19 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #241 is out: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the first early edits on [https://abstract.wikipedia.org/ Abstract Wikipedia], we share the status of Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:48, 26 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30289284 --> == Wikifunctions & Abstract Wikipedia Newsletter #242 is out: Request for Discussion: Syntactic tables == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a proposal for Natural Language Generation, we introduce a page for function suggestions from Abstract Wikipedia, we inform you that there will be a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:37, 3 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #243 is out: Community proposals for capturing meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we report on three community proposals on syntactic approaches, we introduce a new Type (Complex numbers), we report on current hiccups on Abstract Wikipedia, we share more information about a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:35, 10 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #244 is out: Milestones; Some major issues hopefully resolved == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate 4000 functions on Wikifunctions and 1000 abstract articles on Abstract Wikipedia, we announce that we should have fixed some major issues with the websites, we inform you on our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:22, 17 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #245 is out: The Foundation's search for the perfect language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present an academic paper about Abstract Wikipedia, we discuss our latest Type created, and we take a look at the newest created functions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:54, 25 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> kl5dvg52ayzjxfox2els9yboppftjel User talk:ATDT 3 29143 280722 279849 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280722 wikitext text/x-wiki == Wikifunctions & Abstract Wikipedia Newsletter #151 is out: New API for calling Wikifunctions and celebrating 1000 functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-04-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the new API for calling Wikifunctions, we celebrate our first 1,000 functions, and we take a look at the latest software developments. Also, there's [https://boards.greenhouse.io/wikimedia/jobs/5850672 a job opening] for joining our team! Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:57, 12 April 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26566985 --> == Wikifunctions & Abstract Wikipedia Newsletter #152 is out: Welcome, Sharvani! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-04-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:14, 22 April 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Wikifunctions & Abstract Wikipedia Newsletter #153 is out: Team meeting and Quarterly plan == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the results of our team meeting held in San Francisco, USA, as well as presenting the objectives that we will pursue in the next months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:57, 4 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Next Wikifunctions & Abstract Wikipedia Volunteer's Corner is on May 6 == We remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1715016600 May 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Apologies for the reaching out to you with a separate message. See you at the meeting! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:12, 4 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Wikifunctions & Abstract Wikipedia Newsletter #154 is out: Flagship type for enumerations: Months of the Gregorian calendar == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our first proposal for a new type for enumerations and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:22, 13 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26599436 --> == Wikifunctions & Abstract Wikipedia Newsletter #155 is out: Call for Functions: Spell out the number! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we call on you to help us doing new language functions about numbers and we also take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:01, 16 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26780875 --> == Wikifunctions & Abstract Wikipedia Newsletter #156 is out: New type - Gregorian calendar months == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce our initial enumeration Type, Gregorian calendar months, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]. Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:18, 23 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26803534 --> == Wikifunctions & Abstract Wikipedia Newsletter #157 is out: A single singular or a plurality of plurals? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the various implications of linguistic functions about singulars and plurals, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1717435800 June 3, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:17, 31 May 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26847493 --> == Wikifunctions & Abstract Wikipedia Newsletter #158 is out: New Type: Sign == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new enumeration type, Sign, and we take a look at the latest software developments. We are also looking for feedback for our next new types. See [[:f:Wikifunctions:Project chat#Testing two new types|the announcement at the Project Chat]] for more information. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:59, 7 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26847493 --> == Wikifunctions & Abstract Wikipedia Newsletter #159 is out: New Type: Igbo calendar months == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new enumeration type, this time for the thirteen months of the [[:en:Igbo calendar|Igbo calendar]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:21, 14 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26847493 --> == Wikifunctions & Abstract Wikipedia Newsletter #160 is out: New Type: Integers == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we are happy to announce that we introduced another new type, [[:f:Z16683|integers]], that will increase our coverage of mathematical functions. Moreover, we take a look at the (many!) software developments we introduced in the last week. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:07, 21 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26945737 --> == Wikifunctions & Abstract Wikipedia Newsletter #161 is out: Welcome, Daphne! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-06-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team, we ask for feedback about [[:f:Wikifunctions:Design/About widget improvements|our "About" widget designs]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1719855000 July 1, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:20, 27 June 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=26945737 --> == Wikifunctions & Abstract Wikipedia Newsletter #162 is out: Quarterly planning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present our objectives and lines of work for this quarter, we remember to give your feedback about [[:f:Wikifunctions:Design/About widget improvements|our "About" widget designs]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1720459800 July 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:59, 5 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27024810 --> == Wikifunctions & Abstract Wikipedia Newsletter #163 is out: Type proposals for accessing Lexemes == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our current draft about Type proposals for accessing Lexemes, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:21, 12 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27076454 --> == Wikifunctions & Abstract Wikipedia Newsletter #164 is out: Research report on integrating Wikifunctions from Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the results of a research about how to integrate Wikifunctions and Wikipedia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:33, 19 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27076454 --> == Wikifunctions & Abstract Wikipedia Newsletter #165 is out: Wikimania 2024 coming soon! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-07-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our upcoming Wikifunctions events at Wikimania 2024, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:13, 29 July 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27145131 --> == Wikifunctions & Abstract Wikipedia Newsletter #169 is out: Limits on Name and Description Lengths == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the introduction of more stringent limits on the length of object names, input names, and descriptions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! You might be interested in the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-02|launch of our "About" widget]], a [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-16|summary of our experience at Wikimania 2024]], or the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-08-23|refinement of WasmEdge]]. Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1725298200 September 2, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:04, 30 August 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27347529 --> == Wikifunctions & Abstract Wikipedia Newsletter #171 is out: Dagbani Wikipedia will be our first wiki for Wikifunctions integration == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-09-13|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce Dagbani Wikipedia as our first wiki for Wikifunctions integration, discuss the recent stability challenges we've had in the past few days, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:51, 13 September 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27347529 --> == Wikifunctions & Abstract Wikipedia Newsletter #172 is out: Introducing focus topic areas == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-09-20|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce focus topic areas for generating natural language texts and we update you on last week's site incident. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:30, 21 September 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27457443 --> == Wikifunctions & Abstract Wikipedia Newsletter #173 is out: Quarterly planning for October–December 2024 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we give you an overview of what we will focus on in the next three months, we discuss our presentation at [[:m:Celtic Knot Conference 2024|Celtic Knot conference 2024]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:42, 26 September 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27457443 --> == Wikifunctions & Abstract Wikipedia Newsletter #174 is out: Focus topic: food == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss one of our next topics we will focus on for our work: food. We hope you have a good appetite for discussion. :) Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1728322200 October 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:42, 4 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27548252 --> == Wikifunctions & Abstract Wikipedia Newsletter #175 is out: Wikidata Lexemes in Wikifunctions are coming soon == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a preview of our planned support for Wikidata lexemes in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:54, 11 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27548252 --> == Wikifunctions & Abstract Wikipedia Newsletter #176 is out: What could abstract content look like? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-17|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present some thoughts by [[User:Mahir256]] about how abstract content could look like in the future, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:13, 17 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27548252 --> == Wikifunctions & Abstract Wikipedia Newsletter #177 is out: Our goal for this Quarter: Agreement == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our goal of building up phrases from Lexemes using linguistic agreement, i.e. accordance to number and gender when constructing a phrase. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:32, 25 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27638060 --> == Wikifunctions & Abstract Wikipedia Newsletter #178 is out: Rewriting the backend == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-01|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how the team is working hard to rewrite Wikifunctions' backend, to overcome some of the limits we encountered with the current language. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1730745000 November 4, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:19, 2 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #179 is out: The dream of a Universal Language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about several presentation in and around the topics of languages and our work, we discuss the current refactoring of our functions catalogue and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 22:50, 7 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #180 is out: New type: Rational numbers == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you our newest Type, [[:f:Z19677|rational numbers]], as well as the new renderer and parser for natural numbers, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:40, 14 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #181 is out: New special page for missing labels, new type for Gregorian years, and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new special page for objects with a missing label, we present two new types (Gregorian year and Wikidata statement rank), we showcase several contributions made by you volunteers, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 22 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27757932 --> == Wikifunctions & Abstract Wikipedia Newsletter #182 is out: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the implications of the release of Google Zurich's WordGraph dataset, we introduce a new special page, support for other Wikidata statements and a new type (day of Roman year), and finally we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:03, 28 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27872982 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on December 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1733758200 December 9, at 15:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:46, 6 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Wikifunctions & Abstract Wikipedia Newsletter #183 is out: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-12-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how natural language generation for Abstract Wikipedia might develop, and we share news on tools and types on Wikifunctions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:52, 16 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Wikifunctions & Abstract Wikipedia Newsletter #184 is out: Function of the Week: age; Intros for year articles; New Type: Floating-point number == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-12-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the last issue for 2024, we discuss functions to create introductions for articles about years, we showcase one of the 23 functions with the Gregorian year type, we introduce a new type, and finally we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 22:06, 19 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on January 13 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next Volunteers' Corner, that will be held on [https://zonestamp.toolforge.org/1736793000 January 13, at 18:30 UTC] ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:44, 10 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #185 is out: Happy Wikipedia day! Quarterly planning == The [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-15|first update of 2025]] for Abstract Wikipedia and Wikifunctions is out. Please, come and read it! In this issue, we present our plan for the upcoming quarter (January-March 2025), we suggest changes to our "Function of the week" section, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:34, 17 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #186 is out: Welcome, David! Naming conventions recommendations == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team, we introduce our current discussion on naming conventions recommendations, we introduce a new section dedicated to the newest functions created, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:36, 23 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #187 is out: With 2000 Functions into the new year: time for stats == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present some statistics about where we are as a project, we give some updates about our Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1738607400 February 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:05, 30 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28185757 --> == Wikifunctions & Abstract Wikipedia Newsletter #188 is out: Invitation to the Natural Language Generation Special Interest Group == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a proposal to restructure our Natural Language Generation Special Interest Group (NLG SIG) meeting, we announce the creation of a new type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:17, 6 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28185757 --> == Wikifunctions & Abstract Wikipedia Newsletter #189 is out: Restricting the World, redux == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we have an essay from Denny, we discuss the fix to the Byte Type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:19, 14 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28241947 --> == Wikifunctions & Abstract Wikipedia Newsletter #190 is out: A proposal for types per language and part of speech == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a proposal for types to represent a part of speech in a language, we present some events that we have taken part to (or we are taking part to), and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:50, 20 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28271571 --> == Wikifunctions & Abstract Wikipedia Newsletter #191 is out: From things to words == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the deployment of the possibility of getting the right Lexeme given a Wikidata Item, we discuss the newest updates about Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1741026600 March 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:16, 28 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28307629 --> == Wikifunctions & Abstract Wikipedia Newsletter #192 is out: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present two talks that will feature Denny as a speaker and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:12, 7 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28307629 --> == Wikifunctions & Abstract Wikipedia Newsletter #193 is out: Upcoming NLG meeting, Recent Changes in the software == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to the next [[:f:Wikifunctions:NLG SIG|NLG SIG Meeting]], that will take place [https://zonestamp.toolforge.org/1739894400 on Tuesday March 18 at 16 UTC], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:39, 15 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #194 is out: Wikidata-based simple enumerations == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a discussion about a new kind of enumeration type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:06, 21 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #195 is out: It’s about time == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-28|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a discussion about how to support the creation of a type for time that is compatible with Wikidata, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:25, 28 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #196 is out: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present our work plan for the upcoming quarter (April-June 2025), we publish a new job opening for joining the team, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1744047000 April 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:22, 6 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #197 is out: Quarter in review, and lots of material to watch == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we evaluate our work done for the recently closed quarter (January-March 2025), we present you a number of video and blogpost about us to watch and read, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1744732800 April 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:20, 11 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #198 is out: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that this week we switched on the ability to call Wikifunctions functions from within Dagbani Wikipedia (our first wiki to do so!), we discuss the functions related to calculating the dates of Easter, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:28, 17 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #199 is out: Welcome, Gregory! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a new member of the team, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1746466200 May 5, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:16, 28 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28586963 --> == Wikifunctions & Abstract Wikipedia Newsletter #200 is out: Abstract Wikipedia is a MacArthur 100&Change finalist == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that we reached the final stage of a grant competition, we introduce our next big conversation about where the content of Abstract Wikipedia will be located, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1746466200 May 5, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:57, 1 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28628447 --> == Wikifunctions & Abstract Wikipedia Newsletter #201 is out: Abstract Wikipedia and the Wikimedia AI Strategy == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-09|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how Abstract Wikipedia ties in with the newly announced WMF's strategy for AI, we talk about the Wikimedia Hackathon and our community meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:27, 10 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #202 is out: Location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we invite you to our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:56, 16 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #203 is out: Ongoing consultation about the Location for Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you again to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we present some updates about existing and new types, we remind you of our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:54, 23 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #204 is out: Rolling out to five Wiktionaries; Calculating with today's date == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about our latest deployment on five Wiktionaries, we showcase a couple of functions about dates, we remind you of ongoing discussions and upcoming presentations, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1748885400 June 2, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:38, 29 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28780680 --> == Wikifunctions & Abstract Wikipedia Newsletter #205 is out: Where will Abstract Content go? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we give you some updates on the discussion about where to store abstract content, we present you the recordings of our latest presentations and meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:38, 9 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28806388 --> == Wikifunctions & Abstract Wikipedia Newsletter #206 is out: Closing the consultation about the location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the closing of the discussion about where to store abstract content, we remind you about our current discussions about types and our next [[:f:Special:MyLanguage/Wikifunctions:NLG_SIG|NLG SIG meeting]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:56, 16 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #207 is out: Quarterly Planning for July–September 2025 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we outline our priorities for the next quarter (July–September 2025), we give you some updates related to our new types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:38, 23 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #208 is out: How many people are needed to write an encyclopedia? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about writing an encyclopedia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:38, 28 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #209 is out: Coverage of 1298 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about how Wikipedias cover articles about years, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1751909400 July 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:39, 4 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28927185 --> == Wikifunctions & Abstract Wikipedia Newsletter #210 is out: Length limits on labels and descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a measure to limit length of labels and descriptions, we show a video illustrating our work on front-end components, we share some news on new Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1752595200 July 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:46, 11 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #211 is out: Wikidata-based enumerations are here == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new kind of Type (Wikidata-based enumerations), we remind you of our current sprint in fixing labels and descriptions that are too long, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:16, 19 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #212 is out: “Wikipedia is an encyclopedia”; Two years of Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-26|the '''second anniversary update''']] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our work on functions that generate sentences and fragments in several languages, we celebrate our second anniversary, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:33, 26 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29016422 --> == Wikifunctions & Abstract Wikipedia Newsletter #215 is out: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to access Wikidata items from embedded function calls, we also inform that Wikifunctions is now available on 60 more Wiktionaries, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:57, 29 August 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Next Wikifunctions & Abstract Wikipedia Volunteers’ Corner is tomorrow! == We remind you that our next '''Wikifunctions & Abstract Wikipedia Volunteers’ Corner''' will be '''[https://zonestamp.toolforge.org/1757352600 tomorrow, September 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Unless you have many questions, we will follow our usual agenda, giving updates on the upcoming plans and recent activities, having plenty of time and space for your questions, and building a Function together. See you at the Corner! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:39, 7 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #216 is out: Copying function calls from one Wikipedia to another == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to use natural languages as a default value in embedded function calls, we discuss the latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:04, 8 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #217 is out: More than 3,000 functions on Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-12|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we celebrate reaching the milestone of 3,000 functions on Wikifunctions, we discuss our upcoming commitments in outreach, we share with you our latest blogpost, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:21, 12 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #218 is out: Wikifunctions available on 123 Wiktionary languages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-19|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we update you on the recent Wikifunctions deployment on Wiktionaries, we introduce our new page for requesting cleanups, we update you on what's new on Types, we remind you of the upcoming meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1758643200 September 23, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:26, 20 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29289969 --> == Wikifunctions & Abstract Wikipedia Newsletter #219 is out: Accessing qualifiers in Wikidata statements == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce the possibility of calling also qualifiers from Wikidata, we update you on the recent deployments of Wikifunctions and on the Wikifunctions presentations at Wikimedia events, we give you the recent updates on Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:46, 26 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29319712 --> == Wikifunctions & Abstract Wikipedia Newsletter #220 is out: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the latest functions and types you can create, we announce that functions are now available to call on 152 projects, we talk about our presentations at Wikimedia meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1759771800 October 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:55, 4 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #221 is out: Decision on location for abstract content and Quarterly Planning for October–December == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our plans and work for the upcoming quarter (October-December 2025), we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:47, 9 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #222 is out: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we kickstart our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we present a beautiful representation of functions by a community member, we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:04, 15 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29444338 --> == Wikifunctions & Abstract Wikipedia Newsletter #223 is out: Welcome Zaree and Laura! Naming contest round 1 kicked off == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome two new additions to the team, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 21:10, 23 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29491948 --> == Wikifunctions & Abstract Wikipedia Newsletter #224 is out: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we announce our first experimentation with short descriptions on Wikidata, we talk about our presentations at the upcoming WikidataCon 2025, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 November 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:48, 30 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #225 is out: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the closing of the first phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we introduce a possible implementation of Wikifunctions for Wiktionaries, we talk about our latest outreach events, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:06, 6 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #226 is out: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we summarise current discussion regarding the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss how we are rewriting the backend, we ask for help in substituting a function, we suggest you the recordings of Wikifunctions-related sessions at the WikidataCon 2025, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1763481600 November 18, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:42, 13 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #227 is out: Second round of voting for naming the wiki with language-independent content; Sharing function calls == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the start of the second phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share the results of the MacArthur Foundation's 100&Change contest, we share the recording of the last NLG SIG meeting, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:11, 21 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #228 is out: Vote on the new wiki name! Finishing each other’s sentences == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our progress on sentence creation with functions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 December 1, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:38, 27 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #229 is out: And the name is Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the final results of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share two demos about new Wikifunctions features, we talk about Wikidata components in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:02, 4 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #230 is out: How to write better error messages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share an essay on how to write better error messages, on improving which we focused in the last months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 12 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #231 is out: We wish you a happy new Gregorian year! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we showcase some templates using Wikifunctions functions on several projects, and we wrap up work for this Gregorian year, wishing you happy holidays. The updates will resume in the week of January 14, so if you feel like you want more, you can always read the previous updates in [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:01, 18 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29814552 --> == Wikifunctions & Abstract Wikipedia Newsletter #232 is out: 25 years of Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the first issue of 2026, we celebrate our incredible milestone of 25 years of Wikipedia and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 16 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29902635 --> == Wikifunctions & Abstract Wikipedia Newsletter #233 is out: Quarterly plan for January–March 2026 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our work plans for the quarter that goes from January to March 2026, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 22 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #234 is out: Integrating Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our ideas about the integration of Abstract Wikipedia with the existing Wikimedia projects, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:51, 30 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on February 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1770661800 February 9, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 06:23, 6 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #235 is out: Finishing each other sentences: Starting things; Offsite in Istanbul == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the results of our recent team offsite (meeting in person) in Istanbul, Türkiye, especially on creating sentence fragments in several languages. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:31, 13 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #236 is out: A sneak preview of Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a sneak preview of how Abstract Wikipedia will look like and work, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:15, 20 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #237 is out: Graceful overrides and fallbacks == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss different patterns in articles about years on different Wikipedias, we present the video of the Wikifunctions presentation by Nicolas Vigneron at the last Celtic Knot, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1772476200 March 2, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:18, 27 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #238 is out: Citations and Copy and Paste == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce the possibility of creating a function that deals with references and a Wikifunctions internal clipboard, where you can temporarily store any piece of code in order to paste it somewhere else, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:28, 6 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #239 is out: A new composition language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about the revamp of the composition language on Wikifunctions, with its potential for further improvements. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:19, 12 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #240 is out: Abstract Wikipedia is now in Beta == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate the launch of the [https://abstract.wikipedia.org/ preliminary Beta version of Abstract Wikipedia], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 19 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #241 is out: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the first early edits on [https://abstract.wikipedia.org/ Abstract Wikipedia], we share the status of Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:48, 26 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30289284 --> == Wikifunctions & Abstract Wikipedia Newsletter #242 is out: Request for Discussion: Syntactic tables == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a proposal for Natural Language Generation, we introduce a page for function suggestions from Abstract Wikipedia, we inform you that there will be a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:37, 3 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #243 is out: Community proposals for capturing meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we report on three community proposals on syntactic approaches, we introduce a new Type (Complex numbers), we report on current hiccups on Abstract Wikipedia, we share more information about a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:35, 10 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #244 is out: Milestones; Some major issues hopefully resolved == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate 4000 functions on Wikifunctions and 1000 abstract articles on Abstract Wikipedia, we announce that we should have fixed some major issues with the websites, we inform you on our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:22, 17 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #245 is out: The Foundation's search for the perfect language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present an academic paper about Abstract Wikipedia, we discuss our latest Type created, and we take a look at the newest created functions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:54, 25 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> kl5dvg52ayzjxfox2els9yboppftjel Wikifunctions:Status updates/eo 4 29262 280661 279564 2026-06-05T14:02:34Z FuzzyBot 207 Updating to match new version of source page 280661 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2024-02-01 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Last update</span> | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * {{Status updates|2024-03-28}}: Krei testojn ekde nun pli facilas! * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] jz50sr7rlemhkmqhgrazej5djx5ub13 Z15801 0 29264 280942 280467 2026-06-06T01:04:21Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 280942 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z15801" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z15801K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first object" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "eriri " }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "premier objet" }, { "Z1K1": "Z11", "Z11K1": "Z1672", "Z11K2": "第一個物件" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "primo oggetto" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "erstes Objekt" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "objek pertama" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z15801K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second object" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "second objet" }, { "Z1K1": "Z11", "Z11K1": "Z1672", "Z11K2": "第二個物件" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "secondo oggetto" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "zweites Objekt" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "objek kedua" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z15802", "Z15804", "Z15809", "Z15810", "Z16310", "Z19074", "Z19075" ], "Z8K4": [ "Z14", "Z15805", "Z18996", "Z19076", "Z15968", "Z19093", "Z15808", "Z18633", "Z15803" ], "Z8K5": "Z15801" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "object type equality" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "ihe ụdị nha nhata" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": " égalité des types d'objet" }, { "Z1K1": "Z11", "Z11K1": "Z1672", "Z11K2": "物件類型相等" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stesso tipo degli oggetti" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Gleichheit des Objekttyps" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "kesetaraan tipe objek" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "T==", "types are equal", "have the same type", "type equality", "same type" ] }, { "Z1K1": "Z31", "Z31K1": "Z1360", "Z31K2": [ "Z6", "Z1K1 == Z1K1", "==Z4" ] }, { "Z1K1": "Z31", "Z31K1": "Z1787", "Z31K2": [ "Z6", "uguaglianza tra tipi degli oggetti", "hanno stesso tipo", "oggetti hanno stesso tipo", "uguaglianza tra tipi", "oggetti dello stesso tipo" ] }, { "Z1K1": "Z31", "Z31K1": "Z1078", "Z31K2": [ "Z6", "T==, kedua tipe setara, memiliki tipe yang sama, kesetaraan tipe, tipe yang sama" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns True if two objects are of the same type" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "na-alaghachi Ezi ma ọ bụrụ na ihe abụọ bụ otu ụdị" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "renvoie \"vrai\" si les deux objets sont de même type" }, { "Z1K1": "Z11", "Z11K1": "Z1672", "Z11K2": "如果兩個物件屬於相同類型,則回傳True" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Restituisce vero se i due oggetti hanno lo stesso tipo" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gibt wahr aus, wenn beide Objekte den gleichen Typ haben" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "mengembalikan pernyataan benar jika dua objek bertipe sama" } ] } } p9ulcy0ve7d1ttnfhaf2a7c8dozy3k1 Wikifunctions:Status updates/lb 4 31803 280670 279572 2026-06-05T14:02:40Z FuzzyBot 207 Updating to match new version of source page 280670 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = Viregen Update | prev = 2024-02-01 | nextlabel = Lescht Update | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * {{Status updates|2024-06-06}}: Neien Typ: Virzeechen * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] tky7wf28s8ydndlmgy8loxljtogdut8 Wikifunctions:Status updates/tr 4 32179 280677 279579 2026-06-05T14:02:45Z FuzzyBot 207 Updating to match new version of source page 280677 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = Önceki güncelleme | prev = 2024-02-01 | nextlabel = Son güncelleme | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] ihu1z038ft78s07pd2wpx69mhlln2zf Wikifunctions:Status updates/gu 4 38628 280664 279567 2026-06-05T14:02:36Z FuzzyBot 207 Updating to match new version of source page 280664 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2024-02-01 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Last update</span> | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == સમાચારપત્રો == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <span id="Before_February_2024"></span> === ફેબ્રુઆરી ૨૦૨૪ પહેલા === <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] j7cpj2n3da7pkqofr4sz85v3p1mkrdj Z18939 0 38907 280943 280176 2026-06-06T01:19:39Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 280943 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z18939" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z18939K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string to convert first character to sign" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "untaian untuk mengonversi karakter pertama ke tand" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "carattere" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Zeichen" } ] } } ], "Z8K2": "Z16659", "Z8K3": [ "Z20", "Z18941", "Z18942", "Z18943", "Z18944" ], "Z8K4": [ "Z14", "Z35856", "Z23721", "Z18940" ], "Z8K5": "Z18939" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "character to sign" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "karakter ke tanda" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "carattere in segno" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Zeichen in Vorzeichen" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "first character to sign", "sign from first character" ] }, { "Z1K1": "Z31", "Z31K1": "Z1787", "Z31K2": [ "Z6", "primo carattere in segno" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first char \"+\" = positive, \"-\" = negative, \"0\" = neutral. Add other symbols. Default neutral." }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "karakter pertama \"+\" = positif, \"-\" = negatif, \"0\" = netral. Menambahkan 141 simbol lainnya. Bawaan netral." }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Controlla in base al primo carattere della stringa: \"+\": positivo, \"-\": negativo, \"0\": neutro. È possibile aggiungere nuovi simboli. Di default restituisce neutro." }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "+ = positiv\n- = negativ\n0 = neutral" } ] } } t8ocufw5iw9x7cmy0hx8bbsocnfl6er Z19101 0 40575 280908 195048 2026-06-05T21:11:49Z Ameisenigel 44 de 280908 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19101" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z19084", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z13052", "Z13052K1": { "Z1K1": "Z7", "Z7K1": "Z19077", "Z19077K1": { "Z1K1": "Z18", "Z18K1": "Z19084K1" } }, "Z13052K2": { "Z1K1": "Z7", "Z7K1": "Z19077", "Z19077K1": { "Z1K1": "Z18", "Z18K1": "Z19084K2" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "same Type, composition " }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "est-ce le même type ?, en Composition" }, { "Z1K1": "Z11", "Z11K1": "Z1011", "Z11K2": "ধরনের সমতা, প্রণয়ন" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleicher Typ als Komposition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 62sddb27y2duj9r5pvn1yzuta9t26yy Z19102 0 40576 280909 131572 2026-06-05T21:12:47Z Ameisenigel 44 de 280909 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19102" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z18683", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z18683", "Z18683K1": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": [ "Z6", "Wikifunctions" ] }, "Z18683K2": "Wikifunctions" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first element in String-list === unlisted String" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Wikifunctions aus Liste === Wikifunctions" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 4wpsp4y9t9xvsl4r9edp8fvnl4xl60p Z19103 0 40594 280910 131699 2026-06-05T21:13:59Z Ameisenigel 44 de 280910 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19103" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z19085", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z610", "Z16K2": "def Z19085(Z19085K1):\r\n import decimal\r\n import math\r\n Z19085K1 = decimal.Decimal(Z19085K1)\r\n b = decimal.Decimal(math.floor(math.log10(abs(Z19085K1))))\r\n a = Z19085K1 / 10**b\r\n return f\"{a:f}e{b}\"" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Python with decimal" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Zahl in wissensch. Notation (Zeichenk.), Python" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "python" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "implementation using decimal module to increase accuracy" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Implementierung mit dem Modul \"decimal\"" } ] } } ilhbtk4hbxhd8i61jf4fg5gbi51m59x Z19104 0 40595 280911 174053 2026-06-05T21:14:20Z Ameisenigel 44 de 280911 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19104" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z13052", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z13052( Z13052K1, Z13052K2 ) {\n if (Z13052K1 === Z13052K2) return true;\n if (typeof(Z13052K1) == 'bigint' || typeof(Z13052K2) == 'bigint') return false;\n // with equal BigInt values, True is already reurned.\n // BigInt values will not stringify (error)\n return JSON.stringify(Z13052K1) === JSON.stringify(Z13052K2);\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "object equality, JavaScript" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "sont-ce des objets égaux ?, en JavaScript" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Objektgleichheit in JavaScript" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "same Object, JavaScript" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } n7medayvay6utxeb8tt7qr5hxqlweoe Z19105 0 40596 280912 131727 2026-06-05T21:15:10Z Ameisenigel 44 de 280912 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19105" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z13052", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z13052", "Z13052K1": [ "Z13518", { "Z1K1": "Z13518", "Z13518K1": "42" } ], "Z13052K2": [ "Z13518", { "Z1K1": "Z13518", "Z13518K1": "42" } ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "equal N-lists are the same" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "[42] = [42]" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } g86byl3uksf0xfp103kzno8p3zn1385 Z19106 0 40597 280913 131731 2026-06-05T21:16:14Z Ameisenigel 44 de 280913 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19106" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z13558", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z610", "Z16K2": "def Z13558(Z13558K1):\n\timport operator, functools\n\treturn functools.reduce( operator.mul, Z13558K1, 1 )" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "use reduce on the list with mul operation" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Produkt von Liste, Python mit operator, functools" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } eco9tbxr2q67xav0p97uikusoarqhuk Z19107 0 40598 280914 131733 2026-06-05T21:16:47Z Ameisenigel 44 de 280914 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19107" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z13558", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z13558( Z13558K1 ) {\n\treturn Z13558K1.reduce( (a, i) =\u003E a*i, 1n );\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "using reduce and a lambda" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Produkt von Liste in JavaScript mit reduce" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ahjjadr6yct3z6of8shmoqmzd5wq2np Z19108 0 40640 280915 173745 2026-06-05T21:18:12Z Ameisenigel 44 de 280915 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19108" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z19108K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "this Object" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "premier objet" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "erstes Objekt" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z39", "Z17K2": "Z19108K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "key reference" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "référence de la clé" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Schlüsselreferenz" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z19108K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "that Object" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "second objet" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "zweites Objekt" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z19109", "Z19111" ], "Z8K4": [ "Z14", "Z19110" ], "Z8K5": "Z19108" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "same Key value" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "est-ce la même valeur de clé ?" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleicher Schlüsselwert" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "key-value equality", "same keys have same values", "same values by key", "same Key" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns True if the values associated with the given Key reference in both objects are the same, in which case the Keys are equal, since they also share the same Key reference" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "renvoie \"vrai\" si les valeurs associées à la référence de la clé donnée dans les deux objets sont les mêmes, auquel cas les clés sont égales, car elles partagent également la même référence de la clé" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gibt wahr aus, wenn die Schlüsselreferenz beider Objekte den gleichen Wert hat" } ] } } 3rqll0tpzsktair92238amsaoej7ver Z19109 0 40641 280916 131959 2026-06-05T21:19:56Z Ameisenigel 44 de 280916 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19109" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z19108", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z19108", "Z19108K1": "Z41", "Z19108K2": { "Z1K1": "Z39", "Z39K1": "Z40K1" }, "Z19108K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Z40K1/identity keys are equal in ”true” Objects" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "wahr und wahr haben Schlüsselreferenz Z40K1" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "expect True because two Objects representing True have the same Z40K1/identity key values (\"Z41\")" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "ergibt wahr, da beide Objekte für wahr den gleichen Wert Z40K1 haben" } ] } } esqcxao48xvoaw5wpssj8bqnax3t5js Z19110 0 40660 280917 173744 2026-06-05T21:21:00Z Ameisenigel 44 de 280917 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z19110" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z19108", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z13052", "Z13052K1": { "Z1K1": "Z7", "Z7K1": "Z803", "Z803K1": { "Z1K1": "Z18", "Z18K1": "Z19108K2" }, "Z803K2": { "Z1K1": "Z18", "Z18K1": "Z19108K1" } }, "Z13052K2": { "Z1K1": "Z7", "Z7K1": "Z803", "Z803K1": { "Z1K1": "Z18", "Z18K1": "Z19108K2" }, "Z803K2": { "Z1K1": "Z18", "Z18K1": "Z19108K3" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "same values by key, composition" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "est-ce la même valeur de clé ?, en Composition" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleicher Schlüsselwert als Komposition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "if the values are equal, the Keys are equal, because they have the same Key reference" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "wenn die Werte gleich sind, sind auch die Schlüssel gleich, da sie die gleiche Schlüsselreferenz haben" } ] } } bs6m7gvffcjnd2z887n5rzaf24n7j9j User talk:沈澄心/Wikifunctions News 3 41529 280724 279851 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280724 wikitext text/x-wiki == Wikifunctions & Abstract Wikipedia Newsletter #177 is out: Our goal for this Quarter: Agreement == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-10-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss our goal of building up phrases from Lexemes using linguistic agreement, i.e. accordance to number and gender when constructing a phrase. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:32, 25 October 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27638060 --> == Wikifunctions & Abstract Wikipedia Newsletter #178 is out: Rewriting the backend == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-01|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how the team is working hard to rewrite Wikifunctions' backend, to overcome some of the limits we encountered with the current language. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1730745000 November 4, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:19, 2 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #179 is out: The dream of a Universal Language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about several presentation in and around the topics of languages and our work, we discuss the current refactoring of our functions catalogue and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 22:50, 7 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #180 is out: New type: Rational numbers == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you our newest Type, [[:f:Z19677|rational numbers]], as well as the new renderer and parser for natural numbers, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:40, 14 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27660634 --> == Wikifunctions & Abstract Wikipedia Newsletter #181 is out: New special page for missing labels, new type for Gregorian years, and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new special page for objects with a missing label, we present two new types (Gregorian year and Wikidata statement rank), we showcase several contributions made by you volunteers, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 22 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27757932 --> == Wikifunctions & Abstract Wikipedia Newsletter #182 is out: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the implications of the release of Google Zurich's WordGraph dataset, we introduce a new special page, support for other Wikidata statements and a new type (day of Roman year), and finally we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:03, 28 November 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27872982 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on December 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1733758200 December 9, at 15:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:46, 6 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Wikifunctions & Abstract Wikipedia Newsletter #183 is out: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-12-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how natural language generation for Abstract Wikipedia might develop, and we share news on tools and types on Wikifunctions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:52, 16 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Wikifunctions & Abstract Wikipedia Newsletter #184 is out: Function of the Week: age; Intros for year articles; New Type: Floating-point number == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2024-12-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the last issue for 2024, we discuss functions to create introductions for articles about years, we showcase one of the 23 functions with the Gregorian year type, we introduce a new type, and finally we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 22:06, 19 December 2024 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=27889617 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on January 13 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next Volunteers' Corner, that will be held on [https://zonestamp.toolforge.org/1736793000 January 13, at 18:30 UTC] ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:44, 10 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #185 is out: Happy Wikipedia day! Quarterly planning == The [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-15|first update of 2025]] for Abstract Wikipedia and Wikifunctions is out. Please, come and read it! In this issue, we present our plan for the upcoming quarter (January-March 2025), we suggest changes to our "Function of the week" section, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:34, 17 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #186 is out: Welcome, David! Naming conventions recommendations == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome a new member of the team, we introduce our current discussion on naming conventions recommendations, we introduce a new section dedicated to the newest functions created, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:36, 23 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28062578 --> == Wikifunctions & Abstract Wikipedia Newsletter #187 is out: With 2000 Functions into the new year: time for stats == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present some statistics about where we are as a project, we give some updates about our Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1738607400 February 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:05, 30 January 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28185757 --> == Wikifunctions & Abstract Wikipedia Newsletter #188 is out: Invitation to the Natural Language Generation Special Interest Group == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a proposal to restructure our Natural Language Generation Special Interest Group (NLG SIG) meeting, we announce the creation of a new type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:17, 6 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28185757 --> == Wikifunctions & Abstract Wikipedia Newsletter #189 is out: Restricting the World, redux == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we have an essay from Denny, we discuss the fix to the Byte Type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:19, 14 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28241947 --> == Wikifunctions & Abstract Wikipedia Newsletter #190 is out: A proposal for types per language and part of speech == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a proposal for types to represent a part of speech in a language, we present some events that we have taken part to (or we are taking part to), and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:50, 20 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28271571 --> == Wikifunctions & Abstract Wikipedia Newsletter #191 is out: From things to words == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the deployment of the possibility of getting the right Lexeme given a Wikidata Item, we discuss the newest updates about Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1741026600 March 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:16, 28 February 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28307629 --> == Wikifunctions & Abstract Wikipedia Newsletter #192 is out: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present two talks that will feature Denny as a speaker and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:12, 7 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28307629 --> == Wikifunctions & Abstract Wikipedia Newsletter #193 is out: Upcoming NLG meeting, Recent Changes in the software == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to the next [[:f:Wikifunctions:NLG SIG|NLG SIG Meeting]], that will take place [https://zonestamp.toolforge.org/1739894400 on Tuesday March 18 at 16 UTC], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:39, 15 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #194 is out: Wikidata-based simple enumerations == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a discussion about a new kind of enumeration type, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:06, 21 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #195 is out: It’s about time == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-03-28|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a discussion about how to support the creation of a type for time that is compatible with Wikidata, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:25, 28 March 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28399838 --> == Wikifunctions & Abstract Wikipedia Newsletter #196 is out: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present our work plan for the upcoming quarter (April-June 2025), we publish a new job opening for joining the team, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1744047000 April 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:22, 6 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #197 is out: Quarter in review, and lots of material to watch == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we evaluate our work done for the recently closed quarter (January-March 2025), we present you a number of video and blogpost about us to watch and read, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1744732800 April 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:20, 11 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #198 is out: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that this week we switched on the ability to call Wikifunctions functions from within Dagbani Wikipedia (our first wiki to do so!), we discuss the functions related to calculating the dates of Easter, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:29, 17 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28471753 --> == Wikifunctions & Abstract Wikipedia Newsletter #199 is out: Welcome, Gregory! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present a new member of the team, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1746466200 May 5, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:16, 28 April 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28586963 --> == Wikifunctions & Abstract Wikipedia Newsletter #200 is out: Abstract Wikipedia is a MacArthur 100&Change finalist == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-04-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that we reached the final stage of a grant competition, we introduce our next big conversation about where the content of Abstract Wikipedia will be located, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1746466200 May 5, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:57, 1 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28628447 --> == Wikifunctions & Abstract Wikipedia Newsletter #201 is out: Abstract Wikipedia and the Wikimedia AI Strategy == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-09|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how Abstract Wikipedia ties in with the newly announced WMF's strategy for AI, we talk about the Wikimedia Hackathon and our community meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:27, 10 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #202 is out: Location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we invite you to our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:56, 16 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #203 is out: Ongoing consultation about the Location for Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you again to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we present some updates about existing and new types, we remind you of our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:54, 23 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #204 is out: Rolling out to five Wiktionaries; Calculating with today's date == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about our latest deployment on five Wiktionaries, we showcase a couple of functions about dates, we remind you of ongoing discussions and upcoming presentations, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1748885400 June 2, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:38, 29 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28780680 --> == Wikifunctions & Abstract Wikipedia Newsletter #205 is out: Where will Abstract Content go? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we give you some updates on the discussion about where to store abstract content, we present you the recordings of our latest presentations and meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:38, 9 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28806388 --> == Wikifunctions & Abstract Wikipedia Newsletter #206 is out: Closing the consultation about the location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the closing of the discussion about where to store abstract content, we remind you about our current discussions about types and our next [[:f:Special:MyLanguage/Wikifunctions:NLG_SIG|NLG SIG meeting]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:56, 16 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #207 is out: Quarterly Planning for July–September 2025 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we outline our priorities for the next quarter (July–September 2025), we give you some updates related to our new types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:38, 23 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #208 is out: How many people are needed to write an encyclopedia? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about writing an encyclopedia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:38, 28 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #209 is out: Coverage of 1298 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about how Wikipedias cover articles about years, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1751909400 July 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:39, 4 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28927185 --> == Wikifunctions & Abstract Wikipedia Newsletter #210 is out: Length limits on labels and descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a measure to limit length of labels and descriptions, we show a video illustrating our work on front-end components, we share some news on new Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1752595200 July 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:46, 11 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #211 is out: Wikidata-based enumerations are here == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new kind of Type (Wikidata-based enumerations), we remind you of our current sprint in fixing labels and descriptions that are too long, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:16, 19 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #212 is out: “Wikipedia is an encyclopedia”; Two years of Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-26|the '''second anniversary update''']] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our work on functions that generate sentences and fragments in several languages, we celebrate our second anniversary, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:33, 26 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29016422 --> == Wikifunctions & Abstract Wikipedia Newsletter #215 is out: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to access Wikidata items from embedded function calls, we also inform that Wikifunctions is now available on 60 more Wiktionaries, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:57, 29 August 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Next Wikifunctions & Abstract Wikipedia Volunteers’ Corner is tomorrow! == We remind you that our next '''Wikifunctions & Abstract Wikipedia Volunteers’ Corner''' will be '''[https://zonestamp.toolforge.org/1757352600 tomorrow, September 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Unless you have many questions, we will follow our usual agenda, giving updates on the upcoming plans and recent activities, having plenty of time and space for your questions, and building a Function together. See you at the Corner! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:39, 7 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #216 is out: Copying function calls from one Wikipedia to another == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to use natural languages as a default value in embedded function calls, we discuss the latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:04, 8 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #217 is out: More than 3,000 functions on Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-12|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we celebrate reaching the milestone of 3,000 functions on Wikifunctions, we discuss our upcoming commitments in outreach, we share with you our latest blogpost, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:21, 12 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #218 is out: Wikifunctions available on 123 Wiktionary languages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-19|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we update you on the recent Wikifunctions deployment on Wiktionaries, we introduce our new page for requesting cleanups, we update you on what's new on Types, we remind you of the upcoming meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1758643200 September 23, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:26, 20 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29289969 --> == Wikifunctions & Abstract Wikipedia Newsletter #219 is out: Accessing qualifiers in Wikidata statements == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce the possibility of calling also qualifiers from Wikidata, we update you on the recent deployments of Wikifunctions and on the Wikifunctions presentations at Wikimedia events, we give you the recent updates on Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:46, 26 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29319712 --> == Wikifunctions & Abstract Wikipedia Newsletter #220 is out: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the latest functions and types you can create, we announce that functions are now available to call on 152 projects, we talk about our presentations at Wikimedia meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1759771800 October 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:55, 4 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #221 is out: Decision on location for abstract content and Quarterly Planning for October–December == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our plans and work for the upcoming quarter (October-December 2025), we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:47, 9 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #222 is out: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we kickstart our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we present a beautiful representation of functions by a community member, we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:04, 15 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29444338 --> == Wikifunctions & Abstract Wikipedia Newsletter #223 is out: Welcome Zaree and Laura! Naming contest round 1 kicked off == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome two new additions to the team, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 21:10, 23 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29491948 --> == Wikifunctions & Abstract Wikipedia Newsletter #224 is out: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we announce our first experimentation with short descriptions on Wikidata, we talk about our presentations at the upcoming WikidataCon 2025, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 November 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:48, 30 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #225 is out: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the closing of the first phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we introduce a possible implementation of Wikifunctions for Wiktionaries, we talk about our latest outreach events, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:06, 6 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #226 is out: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we summarise current discussion regarding the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss how we are rewriting the backend, we ask for help in substituting a function, we suggest you the recordings of Wikifunctions-related sessions at the WikidataCon 2025, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1763481600 November 18, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:42, 13 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #227 is out: Second round of voting for naming the wiki with language-independent content; Sharing function calls == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the start of the second phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share the results of the MacArthur Foundation's 100&Change contest, we share the recording of the last NLG SIG meeting, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:11, 21 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #228 is out: Vote on the new wiki name! Finishing each other’s sentences == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our progress on sentence creation with functions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 December 1, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:38, 27 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #229 is out: And the name is Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the final results of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share two demos about new Wikifunctions features, we talk about Wikidata components in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:02, 4 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #230 is out: How to write better error messages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share an essay on how to write better error messages, on improving which we focused in the last months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 12 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #231 is out: We wish you a happy new Gregorian year! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we showcase some templates using Wikifunctions functions on several projects, and we wrap up work for this Gregorian year, wishing you happy holidays. The updates will resume in the week of January 14, so if you feel like you want more, you can always read the previous updates in [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:01, 18 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29814552 --> == Wikifunctions & Abstract Wikipedia Newsletter #232 is out: 25 years of Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the first issue of 2026, we celebrate our incredible milestone of 25 years of Wikipedia and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 16 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29902635 --> == Wikifunctions & Abstract Wikipedia Newsletter #233 is out: Quarterly plan for January–March 2026 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our work plans for the quarter that goes from January to March 2026, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 22 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #234 is out: Integrating Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our ideas about the integration of Abstract Wikipedia with the existing Wikimedia projects, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:51, 30 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on February 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1770661800 February 9, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 06:23, 6 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #235 is out: Finishing each other sentences: Starting things; Offsite in Istanbul == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the results of our recent team offsite (meeting in person) in Istanbul, Türkiye, especially on creating sentence fragments in several languages. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:31, 13 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #236 is out: A sneak preview of Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a sneak preview of how Abstract Wikipedia will look like and work, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:15, 20 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #237 is out: Graceful overrides and fallbacks == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss different patterns in articles about years on different Wikipedias, we present the video of the Wikifunctions presentation by Nicolas Vigneron at the last Celtic Knot, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1772476200 March 2, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:18, 27 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #238 is out: Citations and Copy and Paste == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce the possibility of creating a function that deals with references and a Wikifunctions internal clipboard, where you can temporarily store any piece of code in order to paste it somewhere else, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:28, 6 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #239 is out: A new composition language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about the revamp of the composition language on Wikifunctions, with its potential for further improvements. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:19, 12 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #240 is out: Abstract Wikipedia is now in Beta == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate the launch of the [https://abstract.wikipedia.org/ preliminary Beta version of Abstract Wikipedia], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 19 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #241 is out: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the first early edits on [https://abstract.wikipedia.org/ Abstract Wikipedia], we share the status of Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:48, 26 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30289284 --> == Wikifunctions & Abstract Wikipedia Newsletter #242 is out: Request for Discussion: Syntactic tables == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a proposal for Natural Language Generation, we introduce a page for function suggestions from Abstract Wikipedia, we inform you that there will be a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:37, 3 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #243 is out: Community proposals for capturing meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we report on three community proposals on syntactic approaches, we introduce a new Type (Complex numbers), we report on current hiccups on Abstract Wikipedia, we share more information about a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:35, 10 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #244 is out: Milestones; Some major issues hopefully resolved == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate 4000 functions on Wikifunctions and 1000 abstract articles on Abstract Wikipedia, we announce that we should have fixed some major issues with the websites, we inform you on our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:22, 17 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #245 is out: The Foundation's search for the perfect language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present an academic paper about Abstract Wikipedia, we discuss our latest Type created, and we take a look at the newest created functions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:54, 25 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> j6hbpd76t9x01rv2d49gcbcq68vwy6g Wikifunctions:Status updates/az 4 41634 280659 279559 2026-06-05T14:02:31Z FuzzyBot 207 Updating to match new version of source page 280659 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2024-02-01 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Last update</span> | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * {{Status updates|2024-10-25}}: Bu rüb üçün hədəfimiz: Uzlaşma * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] nrv6wa1cmjne94g8anzlpf6b3kyowcg Wikifunctions:Status updates/ar 4 42956 280658 279560 2026-06-05T14:02:31Z FuzzyBot 207 Updating to match new version of source page 280658 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|الاشتراك]]''' لتلقي إشعارات الرسائل الكمية القصيرة على الويكي حول كل إصدار جديد}} {{Wikifunctions updates | prevlabel = تحديثات سابقة | prev = 2024-02-01 | nextlabel = آخر تحديث | next = 2026-06-05 }} هناك الكثير مما يحدث حول ويكي دوال وويكيبيديا المجردة. هذه هي الصفحة التي يتم فيها نشر تحديثاتنا، بما في ذلك [[Special:MyLanguage/WF:function of the Week|دالة الأسبوع]]. يمكنك أيضًا الاشتراك في [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|النشرة الإخبارية على ويكي]] للتوصل بها على صفحة نقاشك أو على الميدان الخاصة بمشروعك. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=البحث في كافة تحديثات الحالة </inputbox> <span id="Newsletters"></span> == النشرات الإخبارية == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * {{Status updates|2026-05-15}}: معنىً أعلى * {{Status updates|2026-05-08}}: المراجع من ويكي بيانات متاحة الآن * {{Status updates|2026-05-02}}: طلب رأي: ما الذي ينبغي أن نحصيه في ويكيبيديا المجردة؟ * {{Status updates|2026-04-25}}: بحث المؤسسة عن اللغة المثالية * {{Status updates|2026-04-16}}: معالم؛ نأمل أن تكون بعض المُشكلات الرئيسية قد حُلت * {{Status updates|2026-04-10}}: مقترحات المجتمع لالتقاط المعنى * {{Status updates|2026-04-02}}: طلب مناقشة: الجداول النحوية * {{Status updates|2026-03-26}}: الأيام الأولى من النسخة التجريبية لويكيبيديا المجردة؛ حالة لغة التركيب v2 * {{Status updates|2026-03-19}}: ويكيبيديا المجردة في نسختها التجريبية * {{Status updates|2026-03-11}}: لغة تركيب جديدة * {{Status updates|2026-03-06}}: الاستشهادات والنسخ واللصق * {{Status updates|2026-02-26}}: تجاوزات مرنة وبدائل احتياطية * {{Status updates|2026-02-20}}: نظرة أوليّة سريعة على ويكيبيديا المجردة * {{Status updates|2026-02-13}}: إكمال جمل بعضنا البعض: بدء أشياء؛ اجتماع خارجي في إسطنبول * {{Status updates|2026-01-29}}: إدماج ويكيبيديا المجردة * {{Status updates|2026-01-22}}: الخطة الربع سنوية لفترة يناير–مارس 2026 * {{Status updates|2026-01-15}}: 25 عامًا من ويكيبيديا === 2025 === * {{Status updates|2025-12-18}}: نتمنى لك سنة ميلادية جديدة سعيدة * {{Status updates|2025-12-11}}: كيف تكتب رسائل الخطأ بشكل أفضل * {{Status updates|2025-12-04}}: والاسم هو ويكيبيديا المجردة * {{Status updates|2025-11-27}}: التصويت على اسم الويكي الجديد!؛ إكمال الجمل لبعضنا البعض * {{Status updates|2025-11-20}}: الجولة الثانية من التصويت على تسمية ويكي المحتوى المستقل عن اللغة؛ مشاركة استدعاءات الدالة * {{Status updates|2025-11-13}}: الاستعداد للجولة الثانية من التصويت لتسمية الويكي ذات المحتوى المجرد؛ إعادة كتابة الواجهة الخلفية: لماذا Rust؟ * {{Status updates|2025-11-05}}: إغلاق الجولة الأولى من التصويت لتسمية ويكي المحتوى المجرد؛ دعوة لإنشاء دوال ويكاموس؛ تضمين ويكي دوال في ويكيبيديا البنغالية وفي سبعة أخرى من ويكاموس. * {{Status updates|2025-10-29}}: تنتهي يوم الاثنين الجولة 1 من التصويت على تسمية "ويكي المحتوى المجرّد"؛ مثال على أوصاف قصيرة * {{Status updates|2025-10-23}}: أهلا Zaree وLaura! انطلقت الجولة 1 من منافسة التسمية * {{Status updates|2025-10-15}}: انطلاق منافسة تسمية ويكيبيديا المجردة؛ تصوّر للدوال * {{Status updates|2025-10-08}}: قرار بشأن موقع المحتوى المجرّد والتخطيط الربع سنوي لشهري أكتوبر-ديسمبر * {{Status updates|2025-10-03}}: النص غني التنسيق متاح الآن في الاستدعاءات المضمّنة للدوال على 148 من مشاريع ويكاموس والحاضنة * {{Status updates|2025-09-26}}: الوصول إلى تصفيات البيانات في ويكي بيانات * {{Status updates|2025-09-19}}: ويكي دوال متاحة على 123 لغة من ويكاموس * {{Status updates|2025-09-12}}: أكثر من 3000 دالة على ويكي دوال * {{Status updates|2025-09-07}}: نسخ استدعاءات الدوال من ويكيبيديا إلى أخرى * {{Status updates|2025-08-29}}: أصبح الوصول إلى عناصر ويكي بيانات ممكنًا الآن من خلال استدعاءات مضمنّة للدوال؛ تتوفر ويكي دوال على 65 من مشاريع ويكاموس * {{Status updates|2025-08-22}}: تسجيل لجلسة ويكيمانيا: ويكي دوال قادمة قريبًا إلى ويكي قريبة منك! * {{Status updates|2025-08-01}}: ويكيمانيا 2025 قادمة قريبًا * {{Status updates|2025-07-26}}: «ويكيبيديا موسوعة»؛ سنتين من ويكي دوال * {{Status updates|2025-07-19}}: هنا التعدادات المستندة على ويكي بيانات * {{Status updates|2025-07-10}}: حدود الطول للتسميات والأوصاف * {{Status updates|2025-07-04}}: تغطية لـ 1298م * {{Status updates|2025-06-27}}: كم عدد الأشخاص اللازمين لكتابة موسوعة؟ * {{Status updates|2025-06-21}}: التخطيط الربعي لشهر يوليو-سبتمبر 2025 * {{Status updates|2025-06-15}}: إنهاء المشاورة حول موقع المحتوى المجرّد * {{Status updates|2025-06-06}}: أين سيذهب المحتوى المجرّد؟ * {{Status updates|2025-05-29}}: الطرح إلى خمسة من ويكاموس؛ الحساب مع تاريخ اليوم * {{Status updates|2025-05-23}}: مشاورة جارية حول موقع المحتوى المجرّد * {{Status updates|2025-05-15}}: موقع المحتوى المجرّد * {{Status updates|2025-05-09}}: ويكيبيديا المجردة واستراتيجية ويكيميديا للذكاء الاصطناعي * {{Status updates|2025-04-30}}: ويكيبيديا المجردة منافس نهائي في مسابقة ماكارثر 100وتغيير * {{Status updates|2025-04-25}}: أهلاً وسهلاً، غريغوري! * {{Status updates|2025-04-16}}: ويكي الدوال مدمجة في داغباني - وويكي الدوال؛ وتاريخ عيد الفصح * {{Status updates|2025-04-11}}: مراجعة ربعية * {{Status updates|2025-04-05}}: التخطيط الربعي لأبريل-يونيو 2025؛ نحن نبحث عن مدير منتج أعلى * {{Status updates|2025-03-28}}: لقد حان الوقت * {{Status updates|2025-03-20}}: تعدادات بسيطة قائمة على ويكي بيانات * {{Status updates|2025-03-15}}: اجتماع قادم بخصوص توليد اللغة الطبيعية، التغييرات الأخيرة في البرمجية * {{Status updates|2025-03-07}}: التغييرات الأخيرة في البرمجية، مقطع تسجيلي لجلسة ركن المتطوعين وتفاصيل النقاشات في لندن * {{Status updates|2025-02-26}}: من أشياء إلى كلمات * {{Status updates|2025-02-19}}: مقترح للأنواع لكل لغة وجزء من الكلام * {{Status updates|2025-02-13}}: تقييد العالم، إعادة * {{Status updates|2025-02-06}}: دعوة لمجموعة الاهتمام الخاص بتوليد اللغة الطبيعية * {{Status updates|2025-01-29}}: مع 2000 دالة في العام الجديد: حان وقت الإحصائيات * {{Status updates|2025-01-22}}: مرحبًا ديفيد! توصيات أعراف التسميّة * {{Status updates|2025-01-15}}: يوم ويكيبيديا سعيد! التخطيط ربع السنوي === 2024 === * {{Status updates|2024-12-19}}: دالة الأسبوع: العمر؛ مقدمات لمقالات السنوات؛ نوع جديد: عدد فاصلة عائمة * {{Status updates|2024-12-12}}: رسم مسار لويكيبيديا المجردة؛ الفريق خارج الموقع في لشبونة؛ نوع جديد؛ وأكثر من ذلك بكثير * {{Status updates|2024-11-27}}: إصدار WordGraph؛ صفحة خاصة جديدة: سرد قائمة الدوال بحسب الاختبارات؛ نوع جديد ليوم العام، وأكثر من ذلك بكثير * {{Status updates|2024-11-21}}: صفحة خاصة جديدة للتسميّات الناقصة، ونوع جديد للسنوات الغريغورية، وأكثر من ذلك بكثير * {{Status updates|2024-11-13}}: نوع جديد: عدد نسبي «كسري»؛ توثيقات للأنواع المرتكزة على ويكي بيانات؛ وأكثر من ذلك * {{Status updates|2024-11-07}}: حلم اللغة العالمية * {{Status updates|2024-11-01}}: إعادة كتابة الخلفية * {{Status updates|2024-10-25}}: هدفنا لهذا الربع من العام: اتفاق * {{Status updates|2024-10-17}}: كيف يمكن أن يبدو المحتوى المجرد؟ * {{Status updates|2024-10-11}}: معجمِيات ويكي بيانات في ويكي دوال قادمة قريبًا * {{Status updates|2024-10-02}}: موضوع التركيز: الطعام * {{Status updates|2024-09-26}}: التخطيط ربع السنوي للفترة من أكتوبر إلى دجنبر 2024؛ العرض التقديمي في عقدة سلتيك غدا * {{Status updates|2024-09-20}}: تقديم مجالات الموضوعات التركيزية * {{Status updates|2024-09-13}}: ويكيبيديا داغباني ستكون أول ويكي لدينا لإدماج ويكي دوال * {{Status updates|2024-09-06}}: ركن المتطوعين والتحديثات الأخرى * {{Status updates|2024-08-29}}: حدود على أطوال الأسماء والوصف * {{Status updates|2024-08-23}}: WasmEdge، الآن الحافة أقل بـ 300مث * {{Status updates|2024-08-16}}: إصدار ويكيمانيا 2024 * {{Status updates|2024-08-02}}: إعادة تعديل عنصر الواجهة "حول" * {{Status updates|2024-07-26}}: ويكيمنيا 2024 قادمة قريباً * {{Status updates|2024-07-18}}: تقرير بحثي عن دمج ويكي دوال من ويكيبيديا * {{Status updates|2024-07-10}}: كتابة المقترحات للوصول إلى المعجميات * {{Status updates|2024-07-03}}: تخطيط ربع سنوي * {{Status updates|2024-06-26}}: مرحباً يا دافني! * {{Status updates|2024-06-20}}: نوع جديد: الأعداد الصحيحة * {{Status updates|2024-06-13}}: النوع الجديد: أشهر تقويم إيغبو * {{Status updates|2024-06-06}}: نوع جديد: الإشارة * {{Status updates|2024-05-30}}: مفرد واحد أم جمع المجاميع؟ * {{Status updates|2024-05-22}}: نوع جديد: أشهر تقويم غريغوريان * {{Status updates|2024-05-15}}: دعوة للدوال: تهجئة الرقم! * {{Status updates|2024-05-10}}: النوع الرئيسي للتعدادات: الأشهر من التقويم الميلادي * {{Status updates|2024-05-03}}: اجتماع الفريق وخطة ربع سنوية * {{Status updates|2024-04-19}}: مرحباً يا شارفاني! * {{Status updates|2024-04-11}}: واجهة برمجة تطبيقات جديدة لاستدعاء ويكي دوال والاحتفال بـ ألف دالة * {{Status updates|2024-04-03}}: تحديث المنتج على مدونة ديف بشأن التحسينات القادمة لواجهة برمجة التطبيقات * {{Status updates|2024-03-28}}: أصبح إنشاء الاختبارات الآن أسهل بكثير! * {{Status updates|2024-03-21}}: في الطريق إلى تدويل الأرقام * {{Status updates|2024-03-13}}: على الهوية * {{Status updates|2024-03-07}}: نقدم لكم النوع الثاني الجديد: الأعداد الطبيعية * {{Status updates|2024-02-28}}: اكتب مقترحًا للأعداد الطبيعية * {{Status updates|2024-02-22}}: تحديث نموذج الدالة * {{Status updates|2024-02-14}}: أسبوع الإصلاح * {{Status updates|2024-02-07}}: التخطيط ربع السنوي. شكرا لك، نيك! دالة الأسبوع: هي التقليب * {{Status updates|2024-02-01}}: حتمية الإيغبو! <span id="Before_February_2024"></span> === قبل فبراير 2024 === جميع التحديثات لهذه الفترة [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|موجودة على ميتا-ويكي]]. [[Category:Status updates{{#translation:}}| ]] optshxfstw6rk2f15fjvl7d8rj0b32p Wikifunctions:Status updates/ru 4 45275 280674 279576 2026-06-05T14:02:43Z FuzzyBot 207 Updating to match new version of source page 280674 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2024-02-01 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Last update</span> | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <span id="Before_February_2024"></span> === До февраля 2024 === <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] dqsxqurgdkrtoemg6ibszdejnlnd2j2 Wikifunctions:Function of the Week/submissions 4 48263 280625 280600 2026-06-05T12:03:15Z DVrandecic (WMF) 7 /* Submissions */ 280625 wikitext text/x-wiki Add the Wikitext of a full written submission for Function of the Week in a new section at the bottom of this page. If considered ready, it may be chosen for inclusion by the editors of the weekly status update. ==Guidelines== Generally a submission should cover: * The purpose of the function and the uses it is expected to have. * Sufficient context or links to explain the background to unfamiliar readers. * The general methodology of each implementation. * What each test achieves that others don't. * Anything interesting and special about the function. ==Sample == Below is a stripped down minimal sample === Function of the Week: minimum of a list of natural numbers === This week we are discussing: [[Z19509|minimum of a list of natural numbers]]. The function takes _ inputs... and returns... _ tests are available: * [[Z19518|An empty list returns 0]] _ implementations are available: * One [[Z19526|implementation in JavaScript]]. It first ... This function is/will be used for ... This function is a great example function, because it demonstrates... == Submissions == ... kv5c5irqo2zlee9wllvy205wisgq7mv Z22193 0 48991 280762 250457 2026-06-05T17:13:15Z Feeglgeef 8776 280762 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z22193" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z22193K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "choice" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "choix" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z22193K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "options" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "choix" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z22193K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "results" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "résultats" } ] } } ], "Z8K2": "Z1", "Z8K3": [ "Z20", "Z22195", "Z31497" ], "Z8K4": [ "Z14", "Z22194", "Z23205" ], "Z8K5": "Z22193" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "switch" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "changer" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "choose matching option", "branch according to option", "case" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "takes an input, a list of inputs, and a list of options, and returns the option corresponding to the input, or the last option if none match" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "prend une entrée, une liste d'entrées et une liste d'options, et renvoie l'option correspondant à l'entrée" } ] } } kwc2qq9xqwvwu4h28kjbiwzg9m18oqn Wikifunctions:Status updates/ja 4 49834 280668 279570 2026-06-05T14:02:39Z FuzzyBot 207 Updating to match new version of source page 280668 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|購読]]'''すると、新しく発行されるたびにオンウィキで短文の一斉通知が届きます。}} {{Wikifunctions updates | prevlabel = 過去の更新 | prev = 2024-02-01 | nextlabel = 最終更新 | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == ニュースレター == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * {{Status updates|2025-10-08}}:抽象コンテンツの場所決定と10月から12月の季度計画 * {{Status updates|2025-10-03}}: リチテキストは、現在 148 のウィクショナリーやインキュベーターで埋め込み関数で利用可能 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * {{Status updates|2025-09-19}}: 123 のウィクショナリ言語で利用可能なウィキファンクションズ * {{Status updates|2025-09-12}}: ウィキファンクションズの 3、000以上の機能 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * {{Status updates|2025-05-15}}: 抽象的な内容の位置 * {{Status updates|2025-05-09}}: 抽象的なウィキペディアとウィキメディアAI戦略 * {{Status updates|2025-04-30}}: 抽象的なウィキペディアはマッカーサー100&チェンジファイナリスト * {{Status updates|2025-04-25}}: ようこそ, グレゴリー! * {{Status updates|2025-04-16}}: ウィキファンクションズを統合されましたにダグバニ - とウィキファンクションズ;とイースターの日付 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * {{Status updates|2024-07-03}}: 四半期計画 * {{Status updates|2024-06-26}}: ようこそ、Daphne! * {{Status updates|2024-06-20}}: 新しいタイプ:整数 * {{Status updates|2024-06-13}}: 新しい型:イグボ暦の月 * {{Status updates|2024-06-06}}: 新しい型:符号 * {{Status updates|2024-05-30}}:単数の単数か複数の複数か? * {{Status updates|2024-05-22}}: 新しい型:グレゴリオ暦の月 * {{Status updates|2024-05-15}}:関数の要求: 数をスペルアウト! * {{Status updates|2024-05-10}}: リストの代表型:グレゴリオ暦の月 * {{Status updates|2024-05-03}}: チーム会議と四半期計画 * {{Status updates|2024-04-19}}: ようこそ、Sharvani! * {{Status updates|2024-04-11}}: ウィキファンクションズのための新しいAPIと1000関数記念 * {{Status updates|2024-04-03}}: Diff に関する製品更新と API の改善について * {{Status updates|2024-03-28}}:テストの作成がずっと簡単に! * {{Status updates|2024-03-21}}:数を国際化する道 * {{Status updates|2024-03-13}}: アイデンティティ * {{Status updates|2024-03-07}}:二番目の新しい型: 自然数 * {{Status updates|2024-02-28}}:自然数型の提案 * {{Status updates|2024-02-22}}: 機能モデルを更新する * {{Status updates|2024-02-14}}: 修正週間 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * {{Status updates|2024-02-01}}: イグボ語の命令形! <span id="Before_February_2024"></span> === 2024年2月以前 === <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] 6gb4kj7zamkplnpgzklup4ew0rf5k4u Wikifunctions:Status updates/ko 4 54639 280669 279571 2026-06-05T14:02:39Z FuzzyBot 207 Updating to match new version of source page 280669 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = 이전 업데이트 | prev = 2024-02-01 | nextlabel = 마지막 업데이트 | next = 2026-06-05 }} 위키함수와 추상 위키백과에서 많은 일이 일어나고 있습니다. 이곳은 [[Special:MyLanguage/WF:function of the Week|금주의 함수]]를 포함한 최신 소식을 게시하는 문서입니다. <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == 뉴스레터 == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <span id="Before_February_2024"></span> === 2024년 2월 이전 === 이 기간의 모든 업데이트는 [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|메타위키에서 사용 가능]]입니다. [[Category:Status updates{{#translation:}}| ]] 2vzl760h509zdz082hgumcb17xa2tbp Wikifunctions:Status updates/es 4 55532 280663 279565 2026-06-05T14:02:35Z FuzzyBot 207 Updating to match new version of source page 280663 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1=<span lang="en" dir="ltr" class="mw-content-ltr">'''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</span>}} {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2024-02-01 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Last update</span> | next = 2026-06-05 }} <div lang="en" dir="ltr" class="mw-content-ltr"> A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[Special:MyLanguage/WF:function of the Week|function of the Week]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can also subscribe to the [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump. </div> <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <div lang="en" dir="ltr" class="mw-content-ltr"> == Newsletters == </div> <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * {{Status updates|2025-04-25}}: ¡Bienvenido, Gregory! * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-06}}: Volunteer's corner and other updates</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-29}}: Limits on Name and Description Lengths</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-23}}: WasmEdge, Now 300ms Less Edgy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-16}}: Wikimania 2024 edition</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-08-02}}: Revamping our 'About' widget</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-26}}: Wikimania 2024 coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-18}}: Research report on integrating Wikifunctions from Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-10}}: Type proposals for accessing Lexemes</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-07-03}}: Quarterly planning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-26}}: Welcome, Daphne!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-20}}: New Type: Integers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-13}}: New Type: Igbo calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-06-06}}: New Type: Sign</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-30}}: A single singular or a plurality of plurals?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-22}}: New Type: Gregorian calendar months</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-15}}: Call for Functions: Spell out the number!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-10}}: Flagship type for enumerations: Months of the Gregorian calendar</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-05-03}}: Team meeting and Quarterly plan</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-19}}: Welcome, Sharvani!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-11}}: New API for calling Wikifunctions and celebrating 1000 functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-04-03}}: Product Update on Diff and Upcoming API Improvements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-28}}: Creating tests is now much easier!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-21}}: On the way to internationalizing numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-13}}: On identity</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-03-07}}: Introducing our second new type: Natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-28}}: Type proposal for natural numbers</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-22}}: Updating the function model</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-14}}: Fix-it week</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-07}}: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-02-01}}: The Igbo Imperative!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> === Before February 2024 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> All updates from this period are [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|available on Meta-Wiki]]. </div> [[Category:Status updates{{#translation:}}| ]] 6r7c25yrcpte35hes8gxkwqrhdea6qf User talk:Md. Golam Mukit Khan 3 56433 280718 279847 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280718 wikitext text/x-wiki == Wikifunctions & Abstract Wikipedia Newsletter #201 is out: Abstract Wikipedia and the Wikimedia AI Strategy == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-09|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss how Abstract Wikipedia ties in with the newly announced WMF's strategy for AI, we talk about the Wikimedia Hackathon and our community meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:27, 10 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #202 is out: Location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we invite you to our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:56, 16 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #203 is out: Ongoing consultation about the Location for Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we invite you again to [[:m:Abstract Wikipedia/Location of Abstract Content|a consultation]] about where should the content of Abstract Wikipedia be stored, we present some updates about existing and new types, we remind you of our next online presentation, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:54, 23 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28661550 --> == Wikifunctions & Abstract Wikipedia Newsletter #204 is out: Rolling out to five Wiktionaries; Calculating with today's date == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-05-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about our latest deployment on five Wiktionaries, we showcase a couple of functions about dates, we remind you of ongoing discussions and upcoming presentations, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1748885400 June 2, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:38, 29 May 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28780680 --> == Wikifunctions & Abstract Wikipedia Newsletter #205 is out: Where will Abstract Content go? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we give you some updates on the discussion about where to store abstract content, we present you the recordings of our latest presentations and meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:38, 9 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28806388 --> == Wikifunctions & Abstract Wikipedia Newsletter #206 is out: Closing the consultation about the location of Abstract Content == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the closing of the discussion about where to store abstract content, we remind you about our current discussions about types and our next [[:f:Special:MyLanguage/Wikifunctions:NLG_SIG|NLG SIG meeting]], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:56, 16 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #207 is out: Quarterly Planning for July–September 2025 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-21|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we outline our priorities for the next quarter (July–September 2025), we give you some updates related to our new types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:38, 23 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #208 is out: How many people are needed to write an encyclopedia? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-06-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about writing an encyclopedia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:38, 28 June 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28860768 --> == Wikifunctions & Abstract Wikipedia Newsletter #209 is out: Coverage of 1298 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about how Wikipedias cover articles about years, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1751909400 July 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:39, 4 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28927185 --> == Wikifunctions & Abstract Wikipedia Newsletter #210 is out: Length limits on labels and descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a measure to limit length of labels and descriptions, we show a video illustrating our work on front-end components, we share some news on new Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1752595200 July 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:46, 11 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #211 is out: Wikidata-based enumerations are here == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new kind of Type (Wikidata-based enumerations), we remind you of our current sprint in fixing labels and descriptions that are too long, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:16, 19 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #212 is out: “Wikipedia is an encyclopedia”; Two years of Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-26|the '''second anniversary update''']] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our work on functions that generate sentences and fragments in several languages, we celebrate our second anniversary, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:33, 26 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29016422 --> == Wikifunctions & Abstract Wikipedia Newsletter #215 is out: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to access Wikidata items from embedded function calls, we also inform that Wikifunctions is now available on 60 more Wiktionaries, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:57, 29 August 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Next Wikifunctions & Abstract Wikipedia Volunteers’ Corner is tomorrow! == We remind you that our next '''Wikifunctions & Abstract Wikipedia Volunteers’ Corner''' will be '''[https://zonestamp.toolforge.org/1757352600 tomorrow, September 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Unless you have many questions, we will follow our usual agenda, giving updates on the upcoming plans and recent activities, having plenty of time and space for your questions, and building a Function together. See you at the Corner! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:39, 7 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #216 is out: Copying function calls from one Wikipedia to another == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to use natural languages as a default value in embedded function calls, we discuss the latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:04, 8 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #217 is out: More than 3,000 functions on Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-12|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we celebrate reaching the milestone of 3,000 functions on Wikifunctions, we discuss our upcoming commitments in outreach, we share with you our latest blogpost, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:21, 12 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #218 is out: Wikifunctions available on 123 Wiktionary languages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-19|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we update you on the recent Wikifunctions deployment on Wiktionaries, we introduce our new page for requesting cleanups, we update you on what's new on Types, we remind you of the upcoming meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1758643200 September 23, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:26, 20 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29289969 --> == Wikifunctions & Abstract Wikipedia Newsletter #219 is out: Accessing qualifiers in Wikidata statements == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce the possibility of calling also qualifiers from Wikidata, we update you on the recent deployments of Wikifunctions and on the Wikifunctions presentations at Wikimedia events, we give you the recent updates on Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:46, 26 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29319712 --> == Wikifunctions & Abstract Wikipedia Newsletter #220 is out: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the latest functions and types you can create, we announce that functions are now available to call on 152 projects, we talk about our presentations at Wikimedia meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1759771800 October 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:55, 4 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #221 is out: Decision on location for abstract content and Quarterly Planning for October–December == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our plans and work for the upcoming quarter (October-December 2025), we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:47, 9 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #222 is out: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we kickstart our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we present a beautiful representation of functions by a community member, we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:04, 15 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29444338 --> == Wikifunctions & Abstract Wikipedia Newsletter #223 is out: Welcome Zaree and Laura! Naming contest round 1 kicked off == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome two new additions to the team, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 21:10, 23 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29491948 --> == Wikifunctions & Abstract Wikipedia Newsletter #224 is out: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we announce our first experimentation with short descriptions on Wikidata, we talk about our presentations at the upcoming WikidataCon 2025, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 November 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:48, 30 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #225 is out: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the closing of the first phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we introduce a possible implementation of Wikifunctions for Wiktionaries, we talk about our latest outreach events, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:06, 6 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #226 is out: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we summarise current discussion regarding the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss how we are rewriting the backend, we ask for help in substituting a function, we suggest you the recordings of Wikifunctions-related sessions at the WikidataCon 2025, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1763481600 November 18, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:42, 13 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #227 is out: Second round of voting for naming the wiki with language-independent content; Sharing function calls == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the start of the second phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share the results of the MacArthur Foundation's 100&Change contest, we share the recording of the last NLG SIG meeting, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:11, 21 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #228 is out: Vote on the new wiki name! Finishing each other’s sentences == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our progress on sentence creation with functions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 December 1, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:38, 27 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #229 is out: And the name is Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the final results of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share two demos about new Wikifunctions features, we talk about Wikidata components in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:02, 4 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #230 is out: How to write better error messages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share an essay on how to write better error messages, on improving which we focused in the last months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 12 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #231 is out: We wish you a happy new Gregorian year! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we showcase some templates using Wikifunctions functions on several projects, and we wrap up work for this Gregorian year, wishing you happy holidays. The updates will resume in the week of January 14, so if you feel like you want more, you can always read the previous updates in [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:01, 18 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29814552 --> == Wikifunctions & Abstract Wikipedia Newsletter #232 is out: 25 years of Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the first issue of 2026, we celebrate our incredible milestone of 25 years of Wikipedia and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 16 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29902635 --> == Wikifunctions & Abstract Wikipedia Newsletter #233 is out: Quarterly plan for January–March 2026 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our work plans for the quarter that goes from January to March 2026, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 22 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #234 is out: Integrating Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our ideas about the integration of Abstract Wikipedia with the existing Wikimedia projects, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:51, 30 January 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on February 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1770661800 February 9, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 06:23, 6 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #235 is out: Finishing each other sentences: Starting things; Offsite in Istanbul == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the results of our recent team offsite (meeting in person) in Istanbul, Türkiye, especially on creating sentence fragments in several languages. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:31, 13 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #236 is out: A sneak preview of Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a sneak preview of how Abstract Wikipedia will look like and work, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:15, 20 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #237 is out: Graceful overrides and fallbacks == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss different patterns in articles about years on different Wikipedias, we present the video of the Wikifunctions presentation by Nicolas Vigneron at the last Celtic Knot, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1772476200 March 2, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:18, 27 February 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #238 is out: Citations and Copy and Paste == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce the possibility of creating a function that deals with references and a Wikifunctions internal clipboard, where you can temporarily store any piece of code in order to paste it somewhere else, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:28, 6 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #239 is out: A new composition language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about the revamp of the composition language on Wikifunctions, with its potential for further improvements. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:19, 12 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #240 is out: Abstract Wikipedia is now in Beta == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate the launch of the [https://abstract.wikipedia.org/ preliminary Beta version of Abstract Wikipedia], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 19 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #241 is out: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the first early edits on [https://abstract.wikipedia.org/ Abstract Wikipedia], we share the status of Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:48, 26 March 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30289284 --> == Wikifunctions & Abstract Wikipedia Newsletter #242 is out: Request for Discussion: Syntactic tables == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a proposal for Natural Language Generation, we introduce a page for function suggestions from Abstract Wikipedia, we inform you that there will be a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:37, 3 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #243 is out: Community proposals for capturing meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we report on three community proposals on syntactic approaches, we introduce a new Type (Complex numbers), we report on current hiccups on Abstract Wikipedia, we share more information about a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:35, 10 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #244 is out: Milestones; Some major issues hopefully resolved == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate 4000 functions on Wikifunctions and 1000 abstract articles on Abstract Wikipedia, we announce that we should have fixed some major issues with the websites, we inform you on our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:22, 17 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #245 is out: The Foundation's search for the perfect language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present an academic paper about Abstract Wikipedia, we discuss our latest Type created, and we take a look at the newest created functions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:54, 25 April 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> rlf0z4wex25nioa7crujq2m90513wp1 Wikifunctions:Status updates/pt-br 4 57415 280672 279575 2026-06-05T14:02:42Z FuzzyBot 207 Updating to match new version of source page 280672 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Inscreva-se]]''' para receber notificações curtas via MassMessage na sua wiki preferida para cada nova edição}} {{Wikifunctions updates | prevlabel = Atualização anterior | prev = 2024-02-01 | nextlabel = Última atualização | next = 2026-06-05 }} Muita coisa está acontecendo em torno da Wikifunctions e da Wikipédia Abstrata. Esta é a página onde nossas atualizações são postadas, incluindo a “[[Special:MyLanguage/WF:function of the Week|Função da Semana]]”. Também é possível assinar o [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|boletim informativo na wiki]] para que toda edição dele seja enviada para a sua página de discussão ou para a esplanada do seu projeto. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == Boletins informativos == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-20}}: Wikidata-based simple enumerations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-15}}: Upcoming NLG meeting, Recent Changes in the software</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-07}}: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-26}}: From things to words</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-19}}: A proposal for types per language and part of speech</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-13}}: Restricting the World, redux</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-02-06}}: Invitation to the Natural Language Generation Special Interest Group</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-29}}: With 2000 Functions into the new year: time for stats</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-22}}: Welcome, David! Naming conventions recommendations</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-01-15}}: Happy Wikipedia day! Quarterly planning</span> === 2024 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-19}}: Function of the Week: age; Intros for year articles; New Type: Floating-point number</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-12-12}}: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-27}}: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-21}}: New special page for missing labels, new type for Gregorian years, and much more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-13}}: New Type: Rational number; Documentation on Wikidata-based types; and more</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-07}}: The Dream of a Universal Language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-11-01}}: Rewriting the backend</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-25}}: Our goal for this Quarter: Agreement</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-17}}: What could abstract content look like?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-11}}: Wikidata Lexemes in Wikifunctions are coming soon</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-10-02}}: Focus topic: Food</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-26}}: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-20}}: Introducing focus topic areas</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2024-09-13}}: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</span> * {{Status updates|2024-09-06}}: Espaço dos Voluntários e outras atualizações * {{Status updates|2024-08-29}}: Limites de comprimento em nomes e descrições * {{Status updates|2024-08-23}}: WasmEdge, agora 300 ms mais rápido * {{Status updates|2024-08-16}}: Edição Wikimania 2024 * {{Status updates|2024-08-02}}: Renovando nosso ''widget'' “Sobre” * {{Status updates|2024-07-26}}: Wikimania 2024 em breve! * {{Status updates|2024-07-18}}: Relatório de pesquisa sobre integrar a Wikifunctions na Wikipédia * {{Status updates|2024-07-10}}: Propostas de Tipos para acessar Lexemas * {{Status updates|2024-07-03}}: Planejamento trimestral * {{Status updates|2024-06-26}}: Bem-vinda, Daphne! * {{Status updates|2024-06-20}}: Novo Tipo: Inteiros * {{Status updates|2024-06-13}}: Novo Tipo: Meses do calendário igbo * {{Status updates|2024-06-06}}: Novo Tipo: Sinal * {{Status updates|2024-05-30}}: Um singular na singularidade ou uma pluralidade de plurais? * {{Status updates|2024-05-22}}: Novo Tipo: Meses do calendário gregoriano * {{Status updates|2024-05-15}}: Chamada para Funções: Soletre o número! * {{Status updates|2024-05-10}}: Tipo principal para enumerações: Meses do calendário gregoriano * {{Status updates|2024-05-03}}: Reunião da equipe e plano trimestral * {{Status updates|2024-04-19}}: Bem-vinda, Sharvani! * {{Status updates|2024-04-11}}: Nova API para realizar chamadas à Wikifunctions, e celebração das mil funções * {{Status updates|2024-04-03}}: Atualização de Produto sobre o Dif e Futuras Melhorias na API * {{Status updates|2024-03-28}}: A criação de testes está muito mais fácil! * {{Status updates|2024-03-21}}: A caminho da internacionalização dos números * {{Status updates|2024-03-13}}: Sobre identidade * {{Status updates|2024-03-07}}: Apresentando nosso segundo novo tipo: Números naturais * {{Status updates|2024-02-28}}: Proposta de tipo para números naturais * {{Status updates|2024-02-22}}: Atualizando o modelo de função * {{Status updates|2024-02-14}}: Semana de consertos * {{Status updates|2024-02-07}}: Planejamento trimestral. Obrigado, Nick! Função da semana: é permutação * {{Status updates|2024-02-01}}: O modo imperativo em igbo! <span id="Before_February_2024"></span> === Anteriores a fevereiro de 2024 === Todas as atualizações deste período estão [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|disponíveis no Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 6rymq5jzd27oswv5o6sycpy5dn9k86q Wikifunctions:Status updates/nl 4 59496 280671 279573 2026-06-05T14:02:41Z FuzzyBot 207 Updating to match new version of source page 280671 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] auvv9w8dkeayds2ggxz02496knsin0j 280971 280671 2026-06-06T10:35:28Z HanV 6833 Created page with "Alle statusupdates zoeken" 280971 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 8abw6gb55nshkg9disyxtw5z02x6xkm 280973 280971 2026-06-06T10:35:32Z HanV 6833 Created page with "$1: De geïllustreerde encyclopedie" 280973 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] oszmsi4h28mdfn71oayt9efk7j80ibf 280975 280973 2026-06-06T10:35:36Z HanV 6833 Created page with "$1: Terugkijken en vooruitkijken" 280975 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] oeouug3mh6gfguu4k6r9b0dd5e79a18 280977 280975 2026-06-06T10:35:48Z HanV 6833 Created page with "$1: Jaarplan 2026-2027" 280977 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * {{Status updates|2026-05-23}}: Jaarplan 2026-2027 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 176m913ajp5iuyhs3yvl8lllbeqsa1t 280979 280977 2026-06-06T10:35:52Z HanV 6833 Created page with "$1: Een hogere betekenis" 280979 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * {{Status updates|2026-05-23}}: Jaarplan 2026-2027 * {{Status updates|2026-05-15}}: Een hogere betekenis * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] dpe8smfwc7hkdcwbqzl1x2b78gurrl2 280981 280979 2026-06-06T10:36:01Z HanV 6833 Created page with "$1: Referenties van Wikidata zijn nu beschikbaar" 280981 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * {{Status updates|2026-05-23}}: Jaarplan 2026-2027 * {{Status updates|2026-05-15}}: Een hogere betekenis * {{Status updates|2026-05-08}}: Referenties van Wikidata zijn nu beschikbaar * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] 4ls60bd35s5sq2ec9br2o89cjsfg3yx 280983 280981 2026-06-06T10:36:21Z HanV 6833 Created page with "$1: Vraag om feedback: wat moeten we tellen voor Abstract Wikipedia?" 280983 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|Meld u aan]]''' om korte on-wiki MassMessage-meldingen over elk nieuw onderwerp te ontvangen}} {{Wikifunctions updates | prevlabel = Vorige update | prev = 2024-02-01 | nextlabel = Laatste update | next = 2026-06-05 }} Er gebeurt veel rond Wikifunctions en Abstract Wikipedia. Dit is de pagina waar onze updates worden geplaatst, inclusief de [[Special:MyLanguage/WF:function of the Week|functie van de week]]. U kunt u ook aanmelden op de [[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|on-wiki nieuwsbrief]] om ze op uw overlegpagina of bij de kroeg van uw project te laten bezorgen. <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Alle statusupdates zoeken </inputbox> <span id="Newsletters"></span> == Nieuwsbrieven == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * {{Status updates|2026-05-23}}: Jaarplan 2026-2027 * {{Status updates|2026-05-15}}: Een hogere betekenis * {{Status updates|2026-05-08}}: Referenties van Wikidata zijn nu beschikbaar * {{Status updates|2026-05-02}}: Vraag om feedback: wat moeten we tellen voor Abstract Wikipedia? * {{Status updates|2026-04-25}}: De zoektocht van de Foundation naar de perfecte taal * {{Status updates|2026-04-16}}: Mijlpalen; er zijn enkele belangrijke problemen hopelijk opgelost * {{Status updates|2026-04-10}}: Voorstellen van gemeenschap voor het vastleggen van betekenis * {{Status updates|2026-04-02}}: Verzoek tot overleg: Syntactische tabellen * {{Status updates|2026-03-26}}: Eerste dagen van de Abstract Wikipedia Beta; Status van de compositie-taal v2 * {{Status updates|2026-03-19}}: Abstract Wikipedia in Beta * {{Status updates|2026-03-11}}: Een nieuwe compositie-taal * {{Status updates|2026-03-06}}: Citeren en kopiëren en plakken * {{Status updates|2026-02-26}}: Gracieuze overrides en fallbacks * {{Status updates|2026-02-20}}: Een vroeg concept voor het voorvertonen van Abstract Wikipedia * {{Status updates|2026-02-13}}: Elkaars zinnen afmaken: Dingen beginnen; Buiten locatie in Istanbul * {{Status updates|2026-01-29}}: Integratie van Abstract Wikipedia * {{Status updates|2026-01-22}}: Kwartaalplan voor januari-maart 2026 * {{Status updates|2026-01-15}}: 25 jaar Wikipedia === 2025 === * {{Status updates|2025-12-18}}: We wensen u een gelukkig nieuwjaar! * {{Status updates|2025-12-11}}: Betere foutberichten schrijven * {{Status updates|2025-12-04}}: En de naam is Abstract Wikipedia * {{Status updates|2025-11-27}}: Stem voor de naam van de nieuwe wiki! Het afmaken van elkaars zinnen * {{Status updates|2025-11-20}}: Tweede ronde van de stemming voor de naam van de wiki met taal-onafhankelijke inhoud; Functie-aanroepen delen * {{Status updates|2025-11-13}}: Klaarmaken voor de tweede ronde van de stemming voor de naamgeving van de wiki met abstracte inhoud; Het herschrijven van de backend: Waarom Rust? * {{Status updates|2025-11-05}}: De eerste ronde van de stemming voor de naamgeving van de wiki voor abstracte inhoud is gesloten; Oproep voor Wiktionary-functies; Ingebedde Wikifuncties op Bengalese Wikipedia en nog zeven Wiktionaries meer * {{Status updates|2025-10-29}}: De eerste ronde van de stemming voor de naamgeving van de "abstract content wiki" eindigt maandag; Een voorbeeld van korte beschrijvingen * {{Status updates|2025-10-23}}: Welkom Zaree en Laura! De eerste ronde van wedstrijd voor het benoemen is begonnen . * {{Status updates|2025-10-15}}: Start van de naamgevingswedstijd voor Abstract Wikipedia; Visualisatie van functies * {{Status updates|2025-10-08}}: Besluit over de locatie voor abstracte content en kwartaalplanning voor oktober-december * {{Status updates|2025-10-03}}: Rich text nu beschikbaar in embedded functie-aanroepen op 148 Wiktionaries en Incubator * {{Status updates|2025-09-26}}: Toegang tot kwalificaties in Wikidata-verklaringen * {{Status updates|2025-09-19}}: Wikifuncties beschikbaar in 123 Wiktionary-talen * {{Status updates|2025-09-12}}: Meer dan 3.000 functies op Wikifuncties * {{Status updates|2025-09-07}}: Kopiëren van functie-aanroepen van de ene Wikipedia naar de andere * {{Status updates|2025-08-29}}: Toegang tot Wikidata-items is nu mogelijk via ingebouwde functie-aanroepen; Wikifuncties beschikbaar op 65 Wiktionaries * {{Status updates|2025-08-22}}: Opname van Wikimania-sessie: Wikifuncties komt binnenkort naar een wiki in uw buurt! * {{Status updates|2025-08-01}}: Binnenkort is er Wikimania 2025! * {{Status updates|2025-07-26}}: "Wikipedia is een encyclopedie"; Twee jaar Wikifuncties * {{Status updates|2025-07-19}}: Er zijn nu Wikidata-gebaseerde opsommingen * {{Status updates|2025-07-10}}: Lengtelimieten voor labels en beschrijvingen * {{Status updates|2025-07-04}}: Dekking van 1298 * {{Status updates|2025-06-27}}: Hoeveel mensen zijn nodig om een encyclopedie te schrijven? * {{Status updates|2025-06-21}}: Kwartaalplanning juli-september 2025 * {{Status updates|2025-06-15}}: Beëindiging van de raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-06-06}}: Waar gaat abstracte inhoud naartoe? * {{Status updates|2025-05-29}}: Uitrol naar vijf Wiktionaries; Rekenen met de datum van vandaag * {{Status updates|2025-05-23}}: Lopende raadpleging over de locatie van de abstracte inhoud * {{Status updates|2025-05-15}}: Locatie van de abstracte inhoud * {{Status updates|2025-05-09}}: Abstract Wikipedia en de Wikimedia AI Strategie * {{Status updates|2025-04-30}}: Abstract Wikipedia is een finalist van MacArthur 100 &amp; Change * {{Status updates|2025-04-25}}: Welkom, Gregory! * {{Status updates|2025-04-16}}: Wikifuncties geïntegreerd in Dagbani - en Wikifuncties; en de datum van Pasen * {{Status updates|2025-04-11}}: Kwartaal in terugblik * {{Status updates|2025-04-05}}: Kwartaalplanning voor april-juni 2025; We zoeken een Senior Product Manager * {{Status updates|2025-03-28}}: Het is tijd. * {{Status updates|2025-03-20}}: Wikidata-gebaseerde eenvoudige opsommingen * {{Status updates|2025-03-15}}: Komende NLG-bijeenkomst, recente softwarewijzigingen * {{Status updates|2025-03-07}}: Recente wijzigingen in de software, opname van vrijwilligershoek, en gesprekken in Londen * {{Status updates|2025-02-26}}: Van dingen naar woorden * {{Status updates|2025-02-19}}: Een voorstel voor typen per taal en woordsoorten * {{Status updates|2025-02-13}}: Beperking van de wereld, redux * {{Status updates|2025-02-06}}: Uitnodiging van de Natural Language Generation Special Interest Group * {{Status updates|2025-01-29}}: Met 2000 functies het nieuwe jaar in: tijd voor statistieken * {{Status updates|2025-01-22}}: Welkom, David! De aanbevelingen voor naamconventies * {{Status updates|2025-01-15}}: Gelukkige Wikipedia dag! Kwartaalplanning === 2024 === * {{Status updates|2024-12-19}}: Functie van de week: leeftijd; Introducties voor jaarartikelen; Nieuw type: Floating-point number * {{Status updates|2024-12-12}}: Het schetsen van een pad naar Abstract Wikipedia; Team Offsite in Lissabon; en nog veel meer * {{Status updates|2024-11-27}}: WordGraph release; Nieuwe speciale pagina: lijst van functies per test; nieuw type voor de dag van het jaar, en nog veel meer * {{Status updates|2024-11-21}}: Nieuwe speciale pagina voor ontbrekende labels, nieuw type voor Gregoriaanse jaren en nog veel meer * {{Status updates|2024-11-13}}: Nieuw type: Rational number; Documentatie op Wikidata-gebaseerde typen; en meer * {{Status updates|2024-11-07}}: De droom over een universele taal * {{Status updates|2024-11-01}}: Het herschrijven van de backend * {{Status updates|2024-10-25}}: Ons doel voor dit kwartaal: Overeenkomst * {{Status updates|2024-10-17}}: Hoe zou abstracte inhoud eruit kunnen zien? * {{Status updates|2024-10-11}}: Binnenkort Wikidata Lexemen in Wikifuncties * {{Status updates|2024-10-02}}: Focus onderwerp: Voeding * {{Status updates|2024-09-26}}: Kwartaalplanning voor oktober-december 2024; Morgen presentatie op Celtic Knot * {{Status updates|2024-09-20}}: Inleiding tot focus aandachtsgebieden * {{Status updates|2024-09-13}}: Dagbani Wikipedia zal onze eerste wiki zijn voor de Wikifuncties-integratie * {{Status updates|2024-09-06}}: Vrijwilligershoek en andere updates * {{Status updates|2024-08-29}}: Limieten van lengte naam en beschrijving * {{Status updates|2024-08-23}}: WasmEdge, nu 300 ms minder lang wachten * {{Status updates|2024-08-16}}: Wikimania 2024 editie * {{Status updates|2024-08-02}}: Vernieuwen widget 'About' * {{Status updates|2024-07-26}}: Binnenkort is er Wikimania 2024! * {{Status updates|2024-07-18}}: Onderzoeksrapport over het integreren van Wikifuncties uit Wikipedia * {{Status updates|2024-07-10}}: Voorstellen types voor toegang tot Lexemen * {{Status updates|2024-07-03}}: Kwartaalplanning * {{Status updates|2024-06-26}}: Welkom, Daphne! * {{Status updates|2024-06-20}}: Nieuw type: Integers * {{Status updates|2024-06-13}}: Nieuw type: Igbo-kalendermaanden * {{Status updates|2024-06-06}}: Nieuw type: Sign * {{Status updates|2024-05-30}}: Een enkelvoud of een meervoud van meervouden? * {{Status updates|2024-05-22}}: Nieuw type: Gregoriaanse kalendermaanden * {{Status updates|2024-05-15}}: Oproep voor functies: Spel het nummer! * {{Status updates|2024-05-10}}: Vlaggenschiptype voor opsommingen: Maanden van de Gregoriaanse kalender * {{Status updates|2024-05-03}}: Teamvergadering en kwartaalplan * {{Status updates|2024-04-19}}: Welkom, Sharvani! * {{Status updates|2024-04-11}}: Nieuwe API voor het aanroepen van Wikifuncties en het vieren van de duizendste functie * {{Status updates|2024-04-03}}: Product Update op Diff en komende API-verbeteringen * {{Status updates|2024-03-28}}: Het aanmaken van tests is nu veel makkelijker! * {{Status updates|2024-03-21}}: Op weg naar internationalisatie van nummers * {{Status updates|2024-03-13}}: Over identiteit * {{Status updates|2024-03-07}}: We introduceren ons tweede nieuwe type: natuurlijke getallen * {{Status updates|2024-02-28}}: Voorstel type voor natuurlijke getallen * {{Status updates|2024-02-22}}: Update van het functiemodel * {{Status updates|2024-02-14}}: Week voor fouten herstellen * {{Status updates|2024-02-07}}: Kwartaalplanning. Bedankt, Nick! Functie van de Week: is permutatie * {{Status updates|2024-02-01}}: Het Igbo Imperatief! <span id="Before_February_2024"></span> === Voor februari 2024 === De updates van voor februari 2024 zijn [[:m:Special:MyLanguage/Abstract Wikipedia/Updates|beschikbaar op Meta-Wiki]]. [[Category:Status updates{{#translation:}}| ]] qi2c695a8r71sn254sc00rx07lhj0rf Wikifunctions:Status updates/zh-hans 4 59871 280679 279581 2026-06-05T14:02:47Z FuzzyBot 207 Updating to match new version of source page 280679 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|订阅]]'''以接收有关每个新内容的简短wiki内群发消息提醒}} {{Wikifunctions updates | prevlabel = 先前更新 | prev = 2024-02-01 | nextlabel = 最近更新 | next = 2026-06-05 }} 围绕Wikifunctions和抽象维基百科有很多事情发生。本页发布我们的更新,包括[[Special:MyLanguage/WF:function of the Week|每周功能]]。 您也可以订阅[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|wiki内新闻通讯]],将它们发送到您的讨论页或您项目的互助客栈。 <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> === 电子报 === <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-03}}: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-26}}: Accessing qualifiers in Wikidata statements</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-19}}: Wikifunctions available on 123 Wiktionary languages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-12}}: More than 3,000 functions on Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-09-07}}: Copying function calls from one Wikipedia to another</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-29}}: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-22}}: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-08-01}}: Wikimania 2025 is coming soon!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-26}}: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-19}}: Wikidata-based enumerations are here</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-10}}: Length limits on labels and descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-07-04}}: Coverage of 1298</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-27}}: How many people are needed to write an encyclopedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-21}}: Quarterly Planning for July–September 2025</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-15}}: Closing the consultation about the location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-06-06}}: Where will Abstract Content go?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-29}}: Rolling out to five Wiktionaries; Calculating with today's date</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-23}}: Ongoing consultation about the Location for Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-15}}: Location of Abstract Content</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-05-09}}: Abstract Wikipedia and the Wikimedia AI Strategy</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-30}}: Abstract Wikipedia is a MacArthur 100&Change finalist</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-25}}: Welcome, Gregory!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-16}}: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-11}}: Quarter in review</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-04-05}}: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-03-28}}: It's about time</span> * {{Status updates|2025-03-20}}:基于维基数据的简单枚举 * {{Status updates|2025-03-15}}:即将举行的自然语言生成会议,软件的近期更改 * {{Status updates|2025-03-07}}:软件的近期更改,志愿者角记录,以及伦敦谈话 * {{Status updates|2025-02-26}}:从事物到词语 * {{Status updates|2025-02-19}}:一个按语言和语篇划分类型的建议 * {{Status updates|2025-02-13}}:限制世界,再版 * {{Status updates|2025-02-06}}:邀请加入自然语言生成特别兴趣小组 * {{Status updates|2025-01-29}}:伴随2000个功能进入新的一年:统计时间 * {{Status updates|2025-01-22}}:欢迎,大卫!命名规范建议 * {{Status updates|2025-01-15}}:维基百科日快乐!季度规划 === 2024 === * {{Status updates|2024-12-19}}:每周功能:年龄;年份条目的介绍;新类型:浮点数 * {{Status updates|2024-12-12}}:勾画通往抽象維基百科的路径;在里斯本的团队异地工作;新类型:公历日期 * {{Status updates|2024-11-27}}:WordGraph 发布;新的特殊页面:按测试列出功能;新的年月日类型 * {{Status updates|2024-11-21}}:新增遗失标签的特殊页面、新的公元年份类型,以及更多內容 * {{Status updates|2024-11-13}}:新类型:有理数;关于基于维基数据类型的文档;诸此之类 * {{Status updates|2024-11-07}}:通用语言之梦 * {{Status updates|2024-11-01}}:重写后端 * {{Status updates|2024-10-25}}:我们本季度的目标:协议 * {{Status updates|2024-10-17}}:抽象内容可以是什么样子? * {{Status updates|2024-10-11}}:维基功能中的维基数据词条即将推出 * {{Status updates|2024-10-02}}:重点议题:食物 * {{Status updates|2024-09-26}}:2024年10月-12月的季度规划;明在凯尔特之结发表演讲 * {{Status updates|2024-09-20}}:介绍重点专题领域 * {{Status updates|2024-09-13}}:达格巴尼维基百科将是我们第一个整合维基功能的维基百科 * {{Status updates|2024-09-06}}:志愿者之角及其它最新信息 * {{Status updates|2024-08-29}}:名称和描述长度限制 * {{Status updates|2024-08-23}}: WasmEdge,现减少300毫秒延迟 * {{Status updates|2024-08-16}}:2024年维基媒体国际会议 * {{Status updates|2024-08-02}}:改造我们的“关于 ”小部件 * {{Status updates|2024-07-26}}:2024年维基媒体大会即将召开! * {{Status updates|2024-07-18}}:关于从维基百科整合维基功能的研究报告 * {{Status updates|2024-07-10}}:访问词库的类型建议 * {{Status updates|2024-07-03}}:季度规划 * {{Status updates|2024-06-26}}:欢迎,达芙妮! * {{Status updates|2024-06-20}}:新类型:整数 * {{Status updates|2024-06-13}}:新类型:伊格博日历月 * {{Status updates|2024-06-06}}:新类型:带符号 * {{Status updates|2024-05-30}}:单数形式的唯一性还是复数形式的多样性? * {{Status updates|2024-05-22}}:新类型:公历月份 * {{Status updates|2024-05-15}}:征集功能:拼读数字! * {{Status updates|2024-05-10}}:枚举的旗舰类型:公历月份 * {{Status updates|2024-05-03}}:团队会议和季度计划 * {{Status updates|2024-04-19}}:欢迎,沙瓦妮! * {{Status updates|2024-04-11}}:用于调用维基函数和庆祝1000个函数的新API * {{Status updates|2024-04-03}}:关于差分和即将推出的 API 改进的产品更新 * {{Status updates|2024-03-28}}:创建测试现已更容易! * {{Status updates|2024-03-21}}:在号码国际化的道路上 * {{Status updates|2024-03-13}}:关于识别对象 * {{Status updates|2024-03-07}}:介绍我们的第二个新类型:自然数 * {{Status updates|2024-02-28}}:自然数类型提案 * {{Status updates|2024-02-22}}:更新功能模型 * {{Status updates|2024-02-14}}:修——缮周 * {{Status updates|2024-02-07}}:季度规划。谢谢你,尼克!本周功能:是置换 * {{Status updates|2024-02-01}}:伊格博人的要务! <span id="Before_February_2024"></span> === 2024年2月之前 === 这一时期的所有更新都[[:m:Special:MyLanguage/Abstract Wikipedia/Updates|在 Meta-Wiki 上可用]]。 [[Category:Status updates{{#translation:}}| ]] qdlw8wq6v77c8mbpfyxwngan6zq6pq7 Wikifunctions:Status updates/zh-hant 4 59873 280680 279582 2026-06-05T14:02:48Z FuzzyBot 207 Updating to match new version of source page 280680 wikitext text/x-wiki <languages/> {{shortcut|WF:SU}}{{notice|1='''[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|訂閱]]'''以接收有關每個新内容的維基內簡短群發消息通知}} {{Wikifunctions updates | prevlabel = 先前的更新 | prev = 2024-02-01 | nextlabel = 最新的更新 | next = 2026-06-05 }} 圍繞維基函數和抽象維基百科有很多事情發生。本頁面發佈了我們的更新,包括[[Special:MyLanguage/WF:function of the Week|每週函數]]。 您也可以訂閱[[:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia|維基內新聞通訊]],將它們發送到您的討論頁或您項目的互助客棧。 <inputbox> type=fulltext prefix={{NAMESPACE}}:{{PAGENAME}}/ break=no width=30 searchbuttonlabel={{int:Search}} placeholder=Search all status updates </inputbox> <span id="Newsletters"></span> == 電子報 == <!--<nowiki> Newsletter entry template: * <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate> NOTE: Remember to also update the "next =" date at the top of this page. </nowiki>--> === 2026 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-02}}: Request for input: what should we count for Abstract Wikipedia?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-25}}: The Foundation's search for the perfect language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-16}}: Milestones; Some major issues hopefully resolved</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-10}}: Community proposals for capturing meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-04-02}}: Request for Discussion: Syntactic tables</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-26}}: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-19}}: Abstract Wikipedia in Beta</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-11}}: A new composition language</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-03-06}}: Citations and Copy and Paste</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-26}}: Graceful overrides and fallbacks</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-20}}: A sneak preview of Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-02-13}}: Finishing each other sentences: Starting things; Offsite in Istanbul</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-29}}: Integrating Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-22}}: Quarterly plan for January–March 2026</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-01-15}}: 25 years of Wikipedia</span> === 2025 === * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-18}}: We wish you a happy new Gregorian year!</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-11}}: How to write better error messages</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-12-04}}: And the name is Abstract Wikipedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-27}}: Vote on the new wiki name!; Finishing each other’s sentences</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-20}}: Second round of voting for naming the wiki with language-independent content; Sharing function calls</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-13}}: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-11-05}}: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-29}}: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-23}}: Welcome Zaree and Laura! Naming contest round 1 kicked off</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-15}}: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2025-10-08}}: Decision on location for abstract content and Quarterly Planning for October–December</span> * {{Status updates|2025-10-03}}:富文本格式現在可用於148個維基詞典和維基孵化器上的嵌入式功能呼叫 * {{Status updates|2025-09-26}}:存取維基數據陳述中的限定詞 * {{Status updates|2025-09-19}}:在123種不同語言的維基詞典上提供維基函數 * {{Status updates|2025-09-12}}:維基函數上有超過3000個函數 * {{Status updates|2025-09-07}}:將函數呼叫從一個維基百科複製到另一個維基百科 * {{Status updates|2025-08-29}}:現在可以透過嵌入函數呼叫存取維基數據項目;維基函數在65個維基詞典中可用 * {{Status updates|2025-08-22}}:「維基媒體國際會議」的錄影:維基函數即將來到您附近的維基上! * {{Status updates|2025-08-01}}:2025年「維基媒體國際會議」即將到來! * {{Status updates|2025-07-26}}:「維基百科是一本百科全書」;兩年過去的維基函式 * {{Status updates|2025-07-19}}:基於維基資料的列舉現在能在這裏用 * {{Status updates|2025-07-10}}:標籤和描述的長度限制 * {{Status updates|2025-07-04}}:1298的覆蓋範圍 * {{Status updates|2025-06-27}}:寫一本百科全書需要多少人? * {{Status updates|2025-06-21}}:2025年7月至9月的季度計劃 * {{Status updates|2025-06-15}}:結束關於抽象內容位置的諮詢 * {{Status updates|2025-06-06}}:抽象內容會去哪裡? * {{Status updates|2025-05-29}}:向五個維基詞典推出;用今天的日期計算 * {{Status updates|2025-05-23}}:關於抽象內容位置的持續諮詢 * {{Status updates|2025-05-15}}:抽象內容的位置 * {{Status updates|2025-05-09}}:抽象維基百科和維基媒體人工智慧策略 * {{Status updates|2025-04-30}}:抽象維基百科是「麥克阿瑟基金會100&Change」的決賽入圍者 * {{Status updates|2025-04-25}}:歡迎,格雷戈裡! * {{Status updates|2025-04-16}}:維基函式整合在達格巴尼-和維基函式中;以及復活節的日期 * {{Status updates|2025-04-11}}:季度回顧 * {{Status updates|2025-04-05}}:2025年4月至6月的季度規劃;我們正在尋找一名高階產品經理 * {{Status updates|2025-03-28}}:是時候了 * {{Status updates|2025-03-20}}:基於維基資料的簡單列舉 * {{Status updates|2025-03-15}}:即將舉行的自然語言生成會議,軟體的最新變化 * {{Status updates|2025-03-07}}:軟體的最新變化、志願者角的錄影以及在倫敦的會談 * {{Status updates|2025-02-26}}:從事物到文字 * {{Status updates|2025-02-19}}:一個按語言和詞性劃分類型的建議 * {{Status updates|2025-02-13}}:限制世界,再版 * {{Status updates|2025-02-06}}:邀請參加自然語言生成特別興趣小組 * {{Status updates|2025-01-29}}:隨著2000個功能進入新的一年:統計數據時間 * {{Status updates|2025-01-22}}:歡迎,大衛! 命名規範建議 * {{Status updates|2025-01-15}}:維基百科日快樂! 季度計劃 === 2024 === * {{Status updates|2024-12-19}}:本週函式:年齡;年份文章簡介;新型別:浮點數 * {{Status updates|2024-12-12}}:繪製抽象維基百科的道路;在里斯本的團隊異地工作;以及更多內容 * {{Status updates|2024-11-27}}:WordGraph發佈;新的特殊頁面:按測試列出函式;年月日的新型別,以及更多內容 * {{Status updates|2024-11-21}}:新增缺失標籤的特殊頁面,新的公曆年型別,以及更多內容 * {{Status updates|2024-11-13}}:新型別:有理數;關於維基資料型別的文件;以及更多內容 * {{Status updates|2024-11-07}}:通用語言的夢想 * {{Status updates|2024-11-01}}:重寫後端 * {{Status updates|2024-10-25}}:我們本季度的目標:協議 * {{Status updates|2024-10-17}}:抽象內容會是什麼樣子? * {{Status updates|2024-10-11}}:維基函式中的維基數據詞條即將推出 * {{Status updates|2024-10-02}}:焦點主題:食物 * {{Status updates|2024-09-26}}:2024年10月至12月的季度計劃;明天在凱爾特結會議上發表演講 * {{Status updates|2024-09-20}}:介紹重點主題領域 * {{Status updates|2024-09-13}}:達巴尼語維基百科將是我們第一個用於維基函式庫整合的wiki * {{Status updates|2024-09-06}}:志願者角和其他更新 * {{Status updates|2024-08-29}}:名稱和描述長度的限制 * {{Status updates|2024-08-23}}:WasmEdge,現減少300毫秒延遲 * {{Status updates|2024-08-16}}:2024年維基媒體國際會議 * {{Status updates|2024-08-02}}:改造我們的「關於」小工具 * {{Status updates|2024-07-26}}:2024年「維基媒體國際會議」即將到來! * {{Status updates|2024-07-18}}:關於維基百科與維基函數整合的研究報告 * {{Status updates|2024-07-10}}:訪問詞彙的型別建議 * {{Status updates|2024-07-03}}:季度計畫 * {{Status updates|2024-06-26}}:歡迎,達芙妮! * {{Status updates|2024-06-20}}:新型別:整數 * {{Status updates|2024-06-13}}:新型別:伊博語日曆月份 * {{Status updates|2024-06-06}}:新型別:符號 * {{Status updates|2024-05-30}}:單數形式的唯一性還是複數形式的多樣性? * {{Status updates|2024-05-22}}:新型別:公曆月份 * {{Status updates|2024-05-15}}:徵集函式:拼出數字! * {{Status updates|2024-05-10}}:列舉的旗艦型別:公曆的月份 * {{Status updates|2024-05-03}}:團隊會議和季度計畫 * {{Status updates|2024-04-19}}:歡迎,沙瓦妮! * {{Status updates|2024-04-11}}:用於呼叫維基函式庫的新API和慶祝1000個函式 * {{Status updates|2024-04-03}}:在Diff上刊的產品更新和即將推出的 API 改進 * {{Status updates|2024-03-28}}:建立測試現在要容易得多! * {{Status updates|2024-03-21}}:在數字國際化的路上 * {{Status updates|2024-03-13}}:關於識別物件 * {{Status updates|2024-03-07}}:介紹我們的第二個新型別:自然數 * {{Status updates|2024-02-28}}:自然數型別的提案 * {{Status updates|2024-02-22}}:更新功能模型 * {{Status updates|2024-02-14}}:修復週 * {{Status updates|2024-02-07}}:季度計畫。謝謝你,尼克!本週函式:是排列 * {{Status updates|2024-02-01}}:伊博語的祈使句! <span id="Before_February_2024"></span> === 2024年2月之前 === 在此期間的所有更新都可以在[[:m:Special:MyLanguage/Abstract Wikipedia/Updates|Meta-Wiki上找到]]。 [[Category:Status updates{{#translation:}}| ]] h3ikfuxlvku58scc3kfefxldbdklrlq User talk:Yamato Shiya 3 60445 280720 279846 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280720 wikitext text/x-wiki == Wikifunctions & Abstract Wikipedia Newsletter #209 is out: Coverage of 1298 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a short essay from Denny about how Wikipedias cover articles about years, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1751909400 July 7, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:39, 4 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28927185 --> == Wikifunctions & Abstract Wikipedia Newsletter #210 is out: Length limits on labels and descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a measure to limit length of labels and descriptions, we show a video illustrating our work on front-end components, we share some news on new Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1752595200 July 15, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:46, 11 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #211 is out: Wikidata-based enumerations are here == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a new kind of Type (Wikidata-based enumerations), we remind you of our current sprint in fixing labels and descriptions that are too long, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:16, 19 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=28960872 --> == Wikifunctions & Abstract Wikipedia Newsletter #212 is out: “Wikipedia is an encyclopedia”; Two years of Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-07-26|the '''second anniversary update''']] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our work on functions that generate sentences and fragments in several languages, we celebrate our second anniversary, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:33, 26 July 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29016422 --> == Wikifunctions & Abstract Wikipedia Newsletter #215 is out: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-08-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to access Wikidata items from embedded function calls, we also inform that Wikifunctions is now available on 60 more Wiktionaries, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:57, 29 August 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Next Wikifunctions & Abstract Wikipedia Volunteers’ Corner is tomorrow! == We remind you that our next '''Wikifunctions & Abstract Wikipedia Volunteers’ Corner''' will be '''[https://zonestamp.toolforge.org/1757352600 tomorrow, September 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Unless you have many questions, we will follow our usual agenda, giving updates on the upcoming plans and recent activities, having plenty of time and space for your questions, and building a Function together. See you at the Corner! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:39, 7 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #216 is out: Copying function calls from one Wikipedia to another == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-07|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that it is now possible to use natural languages as a default value in embedded function calls, we discuss the latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:04, 8 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #217 is out: More than 3,000 functions on Wikifunctions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-12|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we celebrate reaching the milestone of 3,000 functions on Wikifunctions, we discuss our upcoming commitments in outreach, we share with you our latest blogpost, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:21, 12 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29173200 --> == Wikifunctions & Abstract Wikipedia Newsletter #218 is out: Wikifunctions available on 123 Wiktionary languages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-19|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we update you on the recent Wikifunctions deployment on Wiktionaries, we introduce our new page for requesting cleanups, we update you on what's new on Types, we remind you of the upcoming meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1758643200 September 23, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:26, 20 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29289969 --> == Wikifunctions & Abstract Wikipedia Newsletter #219 is out: Accessing qualifiers in Wikidata statements == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-09-26|a new update]] for Wikifunctions and Abstract Wikipedia. Please, come and read it! In this issue, we introduce the possibility of calling also qualifiers from Wikidata, we update you on the recent deployments of Wikifunctions and on the Wikifunctions presentations at Wikimedia events, we give you the recent updates on Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:46, 26 September 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29319712 --> == Wikifunctions & Abstract Wikipedia Newsletter #220 is out: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-03|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the latest functions and types you can create, we announce that functions are now available to call on 152 projects, we talk about our presentations at Wikimedia meetings, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1759771800 October 6, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 08:55, 4 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #221 is out: Decision on location for abstract content and Quarterly Planning for October–December == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our plans and work for the upcoming quarter (October-December 2025), we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:47, 9 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29367070 --> == Wikifunctions & Abstract Wikipedia Newsletter #222 is out: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we kickstart our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we present a beautiful representation of functions by a community member, we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:04, 15 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29444338 --> == Wikifunctions & Abstract Wikipedia Newsletter #223 is out: Welcome Zaree and Laura! Naming contest round 1 kicked off == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we welcome two new additions to the team, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we report on the next events we'll be part of, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 21:10, 23 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29491948 --> == Wikifunctions & Abstract Wikipedia Newsletter #224 is out: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-10-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we announce our first experimentation with short descriptions on Wikidata, we talk about our presentations at the upcoming WikidataCon 2025, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 November 3, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:48, 30 October 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #225 is out: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on the closing of the first phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we introduce a possible implementation of Wikifunctions for Wiktionaries, we talk about our latest outreach events, and we take a look at the latest Type and software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:06, 6 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #226 is out: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust? == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we summarise current discussion regarding the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss how we are rewriting the backend, we ask for help in substituting a function, we suggest you the recordings of Wikifunctions-related sessions at the WikidataCon 2025, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also we remind you that the next '''Natural Language Generation Special Interest Group meeting''' will be held on '''[https://zonestamp.toolforge.org/1763481600 November 18, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:42, 13 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #227 is out: Second round of voting for naming the wiki with language-independent content; Sharing function calls == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce the start of the second phase of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share the results of the MacArthur Foundation's 100&Change contest, we share the recording of the last NLG SIG meeting, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:11, 21 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #228 is out: Vote on the new wiki name! Finishing each other’s sentences == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-11-27|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we update you on our [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we discuss our progress on sentence creation with functions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1762194600 December 1, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:38, 27 November 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29511879 --> == Wikifunctions & Abstract Wikipedia Newsletter #229 is out: And the name is Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the final results of the [[:m:Special:MyLanguage/Abstract Wikipedia/Abstract Wikipedia naming contest|naming contest for Abstract Wikipedia]], we share two demos about new Wikifunctions features, we talk about Wikidata components in Wikifunctions, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:02, 4 December 2025 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #230 is out: How to write better error messages == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share an essay on how to write better error messages, on improving which we focused in the last months. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 12 December 2025 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29735279 --> == Wikifunctions & Abstract Wikipedia Newsletter #231 is out: We wish you a happy new Gregorian year! == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2025-12-18|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we showcase some templates using Wikifunctions functions on several projects, and we wrap up work for this Gregorian year, wishing you happy holidays. The updates will resume in the week of January 14, so if you feel like you want more, you can always read the previous updates in [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:01, 18 December 2025 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29814552 --> == Wikifunctions & Abstract Wikipedia Newsletter #232 is out: 25 years of Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In the first issue of 2026, we celebrate our incredible milestone of 25 years of Wikipedia and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 16 January 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29902635 --> == Wikifunctions & Abstract Wikipedia Newsletter #233 is out: Quarterly plan for January–March 2026 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-22|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our work plans for the quarter that goes from January to March 2026, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:01, 22 January 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #234 is out: Integrating Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-01-29|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share our ideas about the integration of Abstract Wikipedia with the existing Wikimedia projects, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:51, 30 January 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Next Wikifunctions & Abstract Wikipedia Volunteers' Corner will be on February 9 == Hi, we remind you that, if you have questions or ideas to discuss about Wikifunctions & Abstract Wikipedia, you can participate to the next '''Volunteers' Corner''', that will be held on '''[https://zonestamp.toolforge.org/1770661800 February 9, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). We hope to see you there! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 06:23, 6 February 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #235 is out: Finishing each other sentences: Starting things; Offsite in Istanbul == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-13|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share the results of our recent team offsite (meeting in person) in Istanbul, Türkiye, especially on creating sentence fragments in several languages. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:31, 13 February 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #236 is out: A sneak preview of Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-20|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we share a sneak preview of how Abstract Wikipedia will look like and work, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:15, 20 February 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=29963119 --> == Wikifunctions & Abstract Wikipedia Newsletter #237 is out: Graceful overrides and fallbacks == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-02-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss different patterns in articles about years on different Wikipedias, we present the video of the Wikifunctions presentation by Nicolas Vigneron at the last Celtic Knot, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1772476200 March 2, at 18:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:18, 27 February 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #238 is out: Citations and Copy and Paste == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-06|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce the possibility of creating a function that deals with references and a Wikifunctions internal clipboard, where you can temporarily store any piece of code in order to paste it somewhere else, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 17:28, 6 March 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30119120 --> == Wikifunctions & Abstract Wikipedia Newsletter #239 is out: A new composition language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-11|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we talk about the revamp of the composition language on Wikifunctions, with its potential for further improvements. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:19, 12 March 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #240 is out: Abstract Wikipedia is now in Beta == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate the launch of the [https://abstract.wikipedia.org/ preliminary Beta version of Abstract Wikipedia], and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 18:23, 19 March 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30229736 --> == Wikifunctions & Abstract Wikipedia Newsletter #241 is out: First few days of Abstract Wikipedia Beta; Status of Composition Language v2 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-03-26|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss the first early edits on [https://abstract.wikipedia.org/ Abstract Wikipedia], we share the status of Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 16:48, 26 March 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30289284 --> == Wikifunctions & Abstract Wikipedia Newsletter #242 is out: Request for Discussion: Syntactic tables == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce a proposal for Natural Language Generation, we introduce a page for function suggestions from Abstract Wikipedia, we inform you that there will be a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 13:37, 3 April 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #243 is out: Community proposals for capturing meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-10|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we report on three community proposals on syntactic approaches, we introduce a new Type (Complex numbers), we report on current hiccups on Abstract Wikipedia, we share more information about a presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1776101400 April 13, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:35, 10 April 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #244 is out: Milestones; Some major issues hopefully resolved == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-16|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we celebrate 4000 functions on Wikifunctions and 1000 abstract articles on Abstract Wikipedia, we announce that we should have fixed some major issues with the websites, we inform you on our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:22, 17 April 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #245 is out: The Foundation's search for the perfect language == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-04-25|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present an academic paper about Abstract Wikipedia, we discuss our latest Type created, and we take a look at the newest created functions. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:54, 25 April 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) (This message was sent to [[:User talk:Athayahisyam]] and is being posted here due to a redirect.) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> 7j4utolpjc3qcvdnr9kzwlw5vfjwtuh Z26570 0 61686 280931 277746 2026-06-05T21:52:55Z HenkvD 1290 Added Z36121 to the approved list of test cases 280931 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z26570" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z26570K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" }, { "Z1K1": "Z11", "Z11K1": "Z1643", "Z11K2": "클래스" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "entité" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "entitas" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "entita" }, { "Z1K1": "Z11", "Z11K1": "Z1645", "Z11K2": "实体" }, { "Z1K1": "Z11", "Z11K1": "Z1592", "Z11K2": "entitet" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Ding" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z26570K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" }, { "Z1K1": "Z11", "Z11K1": "Z1643", "Z11K2": "엔터티" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "classe" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "kelas" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "třída" }, { "Z1K1": "Z11", "Z11K1": "Z1645", "Z11K2": "类别" }, { "Z1K1": "Z11", "Z11K1": "Z1592", "Z11K2": "typ" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Art" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z26570K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" }, { "Z1K1": "Z11", "Z11K1": "Z1643", "Z11K2": "위치" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "localisation" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "lokasi" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "umístění" }, { "Z1K1": "Z11", "Z11K1": "Z1645", "Z11K2": "位置" }, { "Z1K1": "Z11", "Z11K1": "Z1592", "Z11K2": "plats" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Ort" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z26570K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1643", "Z11K2": "언어" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "langue" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "bahasa" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "jazyk" }, { "Z1K1": "Z11", "Z11K1": "Z1645", "Z11K2": "语言" }, { "Z1K1": "Z11", "Z11K1": "Z1592", "Z11K2": "språk" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Sprache" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z26609", "Z26623", "Z26625", "Z26626", "Z26932", "Z27175", "Z27176", "Z32289", "Z32377", "Z32861", "Z35621", "Z35620", "Z35619", "Z35622", "Z35623", "Z35624", "Z35625", "Z36121" ], "Z8K4": [ "Z14", "Z34043", "Z29840" ], "Z8K5": "Z26570" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "state location using entity and class" }, { "Z1K1": "Z11", "Z11K1": "Z1643", "Z11K2": "엔터티와 클래스를 사용하여 위치 지정" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "localiser en utilisant l'entité et la classe" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "Berikan lokasi menggunakan entitas dan kelas" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "vyjádřit umístění pomocí entity a třídy" }, { "Z1K1": "Z11", "Z11K1": "Z1645", "Z11K2": "使用实体和类别说明位置" }, { "Z1K1": "Z11", "Z11K1": "Z1592", "Z11K2": "Ange plats med entitet och typ" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Satz über ein Ding einer Art an einem Ort" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "something is a something in somewhere", "is a ? in ?", "location is a class in entity", "X is a Y in Z" ] }, { "Z1K1": "Z31", "Z31K1": "Z1078", "Z31K2": [ "Z6", "sesuatu adalah sesuatu di suatu tempat" ] }, { "Z1K1": "Z31", "Z31K1": "Z1645", "Z31K2": [ "Z6", "某物是某地的某类事物" ] }, { "Z1K1": "Z31", "Z31K1": "Z1592", "Z31K2": [ "Z6", "Ange plats med entitet och klass" ] }, { "Z1K1": "Z31", "Z31K1": "Z1430", "Z31K2": [ "Z6", "X ist ein Y in Z" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Forms a sentence stating the location and class of a given entity. E.g. \"Seoul is a city in South Korea.\"" }, { "Z1K1": "Z11", "Z11K1": "Z1078", "Z11K2": "Membuat kalimat yang memberikan lokasi dan kelas dari entitas yang diberikan. Misalnya \"Seoul adalah kota di Korea Selatan.\"" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "Vytvoří větu popisující polohu a třídu dané entity. Např. „Soul je město v Jižní Koreji.“" }, { "Z1K1": "Z11", "Z11K1": "Z1645", "Z11K2": "生成一句话,说明某个给定实体的类别及其所在位置。如:“首尔是韩国的一座城市。”" }, { "Z1K1": "Z11", "Z11K1": "Z1592", "Z11K2": "Skapar en mening med plats och typ av en angiven entitet. Ex. \"Seoul är en stad i Sydkorea.\"" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "z.B. \"Seoul ist eine Stadt in Südkorea.\"" } ] } } o2kdorbgwevcd0u8exzopmssr9kezmu Wikifunctions:Catalogue/Miscellaneous 4 64372 280868 280036 2026-06-05T18:31:35Z YoshiRulz 10156 /* Typed pair */ Add swap function 280868 wikitext text/x-wiki == Typed maps == * {{Z+|Z24646}} * {{Z+|Z30271}} * {{Z+|Z24606}} * {{Z+|Z27915}} * {{Z+|Z33357}} * {{Z+|Z30172}} === Typed pair === * {{Z+|Z821}} * {{Z+|Z822}} * {{Z+|Z35864}} == Games and sports == === Chess === * {{Z+|Z27783}} * {{Z+|Z27791}} == Natural phenomena == === Hurricanes === * {{Z+|Z26830}} === Tornadoes === * {{Z+|Z35797}} g3n0qhrw0hlambfutajnawcf7ws0rl0 Z28016 0 65058 280955 278227 2026-06-06T10:13:32Z HenkvD 1290 Added Z36126 to the approved list of test cases 280955 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28016" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z28016K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "subject" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "sujet" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Subjekt" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "subjekt" }, { "Z1K1": "Z11", "Z11K1": "Z1576", "Z11K2": "subjekto" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z28016K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "role" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "rôle" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Rolle" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "role" }, { "Z1K1": "Z11", "Z11K1": "Z1576", "Z11K2": "rolo" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z28016K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "dependency" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "dépendance" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Abhängigkeit" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "kontext" }, { "Z1K1": "Z11", "Z11K1": "Z1576", "Z11K2": "de kio" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z28016K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "langue" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Sprache" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "jazyk" }, { "Z1K1": "Z11", "Z11K1": "Z1576", "Z11K2": "lingvo" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z28017", "Z28033", "Z35054", "Z36126" ], "Z8K4": [ "Z14", "Z28032", "Z28034" ], "Z8K5": "Z28016" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "defining role sentence" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "phrase de définition de rôle" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Satz, um etwas mit einer Rolle zu definieren" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "věta definiční role" }, { "Z1K1": "Z11", "Z11K1": "Z1576", "Z11K2": "frazo pri rolo" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "is the", "is the of", "of", "X is the Y of Z" ] }, { "Z1K1": "Z31", "Z31K1": "Z1004", "Z31K2": [ "Z6", "est le, est le de, de, X est le Y de Z" ] }, { "Z1K1": "Z31", "Z31K1": "Z1430", "Z31K2": [ "Z6", "X ist das Y von Z" ] }, { "Z1K1": "Z31", "Z31K1": "Z1062", "Z31K2": [ "Z6", "[X] je [Y] [Z]" ] }, { "Z1K1": "Z31", "Z31K1": "Z1576", "Z31K2": [ "Z6", "[X] estas la [Y] de [Z]", "estas la" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Sentences of the type \"Paris is the capital of France.\" or \"Elisabeth II is the mother of Charles III.\" (with a definite article, like \"the\")" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "Phrases du type \"Paris est la capitale de la France.\" ou \"Elisabeth II est la mère de Charles III.\"" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Sätze wie „Berlin ist die Hauptstadt von Deutschland“" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "Sestaví větu definující konkrétní entitu pomocí její role, např. „Paříž je hlavní město Francie.“ nebo „Alžběta II. je matka Karla III.“" }, { "Z1K1": "Z11", "Z11K1": "Z1576", "Z11K2": "Por krei frazojn kiel \"Parizo estas la ĉefurbo de Francujo\" aŭ \"Elizabeto la 2-a estas la patrino de Karlo la 3-a\"" } ] } } o1y826wowofsxnqc99yli7ulk4zucgg Z28021 0 65096 280629 216553 2026-06-05T12:28:51Z HenkvD 1290 Using NLG default text 280629 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28021" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z28019", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z28019K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z28019K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z28019K4" } }, { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z28019K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z28019K4" } }, { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z28019K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z28019K4" } } ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "join with spaces labels of QIDs in language" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } rzqsmq1z8sed3k0hl2r3hpbesk70seb 280651 280629 2026-06-05T13:51:04Z HenkvD 1290 A (is the) B (of) C. 280651 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28021" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z28019", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z28019K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z28019K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z28019K4" } }, "(is the)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z28019K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z28019K4" } }, "(of)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z28019K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z28019K4" } }, "." ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "join with spaces labels of QIDs in language" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "A (is the) B (of) C." ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } g9zbylj8wc6my310kmyhjydi741943b Z28580 0 66325 280797 224846 2026-06-05T17:35:05Z YoshiRulz 10156 Removed Z28592 from the approved list of implementations 280797 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28580" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z28579", "Z17K2": "Z28580K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "this" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "primo colore" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "dies" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z28579", "Z17K2": "Z28580K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "that" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "secondo colore" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "das" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z28581", "Z28582" ], "Z8K4": [ "Z14", "Z28585", "Z28583" ], "Z8K5": "Z28580" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "same RGBA color" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stesso colore RGBA" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleiche RGBA-Farbe" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "同じRGBAカラー値" }, { "Z1K1": "Z11", "Z11K1": "Z1199", "Z11K2": "same RGBA colour" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "入力された2つのRGBAカラー値が一致するかどうか調べる。" } ] } } k9euwu6g57w3lmu5ctewngjn178z5x0 Z28587 0 66333 280792 241952 2026-06-05T17:32:04Z YoshiRulz 10156 Removed Z28594 from the approved list of implementations 280792 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z28579", "Z17K2": "Z28587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "color" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Farbe" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "colore" }, { "Z1K1": "Z11", "Z11K1": "Z1199", "Z11K2": "colour" } ] } } ], "Z8K2": "Z28579", "Z8K3": [ "Z20", "Z28588" ], "Z8K4": [ "Z14", "Z28590", "Z28589" ], "Z8K5": "Z28587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "make opaque" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Undurchsichtig machen" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "rendi opaco" }, { "Z1K1": "Z11", "Z11K1": "Z1860", "Z11K2": "mambuek buram" }, { "Z1K1": "Z11", "Z11K1": "Z1199", "Z11K2": "make opaque" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Takes a color and sets it to full opacity" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Nimmt eine Farbe und setzt die Opazität auf das Maximum" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Prende un colore e lo rende opaco" }, { "Z1K1": "Z11", "Z11K1": "Z1860", "Z11K2": "mambuek buram" }, { "Z1K1": "Z11", "Z11K1": "Z1199", "Z11K2": "Takes a colour and sets it to full opacity" } ] } } 131jbm2zgqxpbuqxrppe9olsjq9smmh Template:Main page/News 10 68963 280726 279832 2026-06-05T14:17:21Z Sannita (WMF) 10 update 280726 wikitext text/x-wiki <noinclude><languages /></noinclude> ; <translate><!--T:1--> Volunteer's Corners</translate> * <translate><!--T:2--> The next Volunteers' Corner will be at <tvar name="date-and-time"><bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi></tvar> on <tvar name="platform"><bdi lang="en" dir="ltr">Google Meet</bdi></tvar> at <tvar name="link"><bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi></tvar>.</translate> * <translate><!--T:3--> The [[<tvar name="1">:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm</tvar>|most recent Volunteer's Corner]] is available on Commons</translate> ; <translate><!--T:4--> Recent status updates about Wikifunctions</translate> <!--Keep this to the most recent 5 entries--> * <translate><tvar name="1">{{Status updates|2026-06-05}}</tvar>: The illustrated encyclopaedia</translate> * <translate><!--T:33--> <tvar name="1">{{Status updates|2026-05-30}}</tvar>: Looking back and forward</translate> * <translate><!--T:32--> <tvar name="1">{{Status updates|2026-05-23}}</tvar>: Annual plan 2026-2027</translate> * <translate><!--T:31--> <tvar name="1">{{Status updates|2026-05-15}}</tvar>: A higher meaning</translate> * <translate><!--T:30--> <tvar name="1">{{Status updates|2026-05-08}}</tvar>: References from Wikidata are now available</translate> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small"><translate><!--T:10--> More news</translate></span>]] 2pmkx9ndpz0k9gy0i9wsmz4qy5m8s7b 280727 280726 2026-06-05T14:17:31Z Sannita (WMF) 10 Marked this version for translation 280727 wikitext text/x-wiki <noinclude><languages /></noinclude> ; <translate><!--T:1--> Volunteer's Corners</translate> * <translate><!--T:2--> The next Volunteers' Corner will be at <tvar name="date-and-time"><bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi></tvar> on <tvar name="platform"><bdi lang="en" dir="ltr">Google Meet</bdi></tvar> at <tvar name="link"><bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi></tvar>.</translate> * <translate><!--T:3--> The [[<tvar name="1">:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm</tvar>|most recent Volunteer's Corner]] is available on Commons</translate> ; <translate><!--T:4--> Recent status updates about Wikifunctions</translate> <!--Keep this to the most recent 5 entries--> * <translate><!--T:34--> <tvar name="1">{{Status updates|2026-06-05}}</tvar>: The illustrated encyclopaedia</translate> * <translate><!--T:33--> <tvar name="1">{{Status updates|2026-05-30}}</tvar>: Looking back and forward</translate> * <translate><!--T:32--> <tvar name="1">{{Status updates|2026-05-23}}</tvar>: Annual plan 2026-2027</translate> * <translate><!--T:31--> <tvar name="1">{{Status updates|2026-05-15}}</tvar>: A higher meaning</translate> * <translate><!--T:30--> <tvar name="1">{{Status updates|2026-05-08}}</tvar>: References from Wikidata are now available</translate> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small"><translate><!--T:10--> More news</translate></span>]] lqorkig928qnvnfv4tcar0zc66cgzz1 Template:Main page/News/en 10 69028 280733 279838 2026-06-05T14:17:34Z FuzzyBot 207 Updating to match new version of source page 280733 wikitext text/x-wiki <noinclude><languages /></noinclude> ; Volunteer's Corners * The next Volunteers' Corner will be at <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> on <bdi lang="en" dir="ltr">Google Meet</bdi> at <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|most recent Volunteer's Corner]] is available on Commons ; Recent status updates about Wikifunctions <!--Keep this to the most recent 5 entries--> * {{Status updates|2026-06-05}}: The illustrated encyclopaedia * {{Status updates|2026-05-30}}: Looking back and forward * {{Status updates|2026-05-23}}: Annual plan 2026-2027 * {{Status updates|2026-05-15}}: A higher meaning * {{Status updates|2026-05-08}}: References from Wikidata are now available [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">More news</span>]] i00pxkt38fm185yrpol6odvezztaghy Template:Main page/News/de 10 69043 280732 280410 2026-06-05T14:17:33Z FuzzyBot 207 Updating to match new version of source page 280732 wikitext text/x-wiki <noinclude><languages /></noinclude> ; Freiwilligentreffen * Das nächste Freiwilligentreffen findet am <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> auf <bdi lang="en" dir="ltr">Google Meet</bdi> unter <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi> statt. * Das [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|letzte Freiwilligentreffen]] ist auf Commons verfügbar ; Aktuelle Neuigkeiten zum Status von Wikifunctions <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * {{Status updates|2026-05-30}}: Rückblick und Ausblick * {{Status updates|2026-05-23}}: Jahresplan 2026/2027 * {{Status updates|2026-05-15}}: Eine höhere Bedeutung * {{Status updates|2026-05-08}}: Einzelnachweise aus Wikidata jetzt verfügbar [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">Weitere Neuigkeiten</span>]] iy01up2961d7mkch44mw7w096shkrwr Template:Main page/News/ko 10 69053 280736 279841 2026-06-05T14:17:35Z FuzzyBot 207 Updating to match new version of source page 280736 wikitext text/x-wiki <noinclude><languages /></noinclude> ; 지원자 코너 * 다음 지원자 코너는 <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>에 진행됩니다: <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>(<bdi lang="en" dir="ltr">Google Meet</bdi>) * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|최신 지원자 코너]]는 공용에서 사용할 수 있습니다. ; 위키함수의 최신 상태 업데이트 <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">더 많은 소식</span>]] t6uw0qo0kegwfybybjxvuttdyph7h2v Template:Main page/News/ar 10 69123 280731 279836 2026-06-05T14:17:33Z FuzzyBot 207 Updating to match new version of source page 280731 wikitext text/x-wiki <noinclude><languages /></noinclude> ; ركن المتطوعين * ستكون جلسة ركن المتطوعين التالية بتوقيت <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> على <bdi lang="en" dir="ltr">Google Meet</bdi> على <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|أحدث جلسة لركن المتطوعين]] متاحة على كومنز ; تحديثات الحالة الأخيرة حول ويكي دوال <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * {{Status updates|2026-05-08}}: المراجع من ويكي بيانات متاحة الآن [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">المزيد من الأخبار</span>]] fy5x21vyeolly6p7m4qu4gaoa7fp38j Z29841 0 69316 280644 274604 2026-06-05T13:07:43Z 99of9 1622 all English variants use English 280644 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29841" }, "Z2K2": { "Z1K1": "Z14294", "Z14294K1": [ "Z14293", { "Z1K1": "Z14293", "Z14293K1": "Z29010", "Z14293K2": "Z33034" }, { "Z1K1": "Z14293", "Z14293K1": "Z32906", "Z14293K2": [ "Z60", "Z1430" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32243", "Z14293K2": [ "Z60", "Z1531" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32973", "Z14293K2": [ "Z60", "Z1011" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z33260", "Z14293K2": [ "Z60", "Z1062" ] } ], "Z14294K2": "Z29010" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "config for superlative definition" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "konfigurace pro definici superlativem" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "configuration pour une définition superlative" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "konfigurace funkcí pro jazykové verze Z27243" } ] } } sjupymlxbn9urvxhvhrbd8ym37hoanp Z29843 0 69318 280641 277717 2026-06-05T12:56:16Z HenkvD 1290 State location using entity and class, Default 280641 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29843" }, "Z2K2": { "Z1K1": "Z14294", "Z14294K1": [ "Z14293", { "Z1K1": "Z14293", "Z14293K1": "Z26707", "Z14293K2": [ "Z60", "Z1011" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z27219", "Z14293K2": [ "Z60", "Z1787" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z30397", "Z14293K2": "Z33034" }, { "Z1K1": "Z14293", "Z14293K1": "Z30484", "Z14293K2": [ "Z60", "Z1430" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z30514", "Z14293K2": [ "Z60", "Z1541" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z30534", "Z14293K2": [ "Z60", "Z1146" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32152", "Z14293K2": [ "Z60", "Z1531" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32193", "Z14293K2": [ "Z60", "Z1844", "Z1226" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32219", "Z14293K2": [ "Z60", "Z1037", "Z1294", "Z1381" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32287", "Z14293K2": [ "Z60", "Z1005" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32371", "Z14293K2": [ "Z60", "Z1004", "Z1640" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32442", "Z14293K2": [ "Z60", "Z1830", "Z1326", "Z1171", "Z1736" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32739", "Z14293K2": [ "Z60", "Z1157", "Z1517" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32848", "Z14293K2": [ "Z60", "Z1403" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32855", "Z14293K2": [ "Z60", "Z1592" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32788", "Z14293K2": "Z33463" }, { "Z1K1": "Z14293", "Z14293K1": "Z27267", "Z14293K2": [ "Z60", "Z1078" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z33831", "Z14293K2": [ "Z60", "Z1762" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z34070", "Z14293K2": [ "Z60", "Z1823" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32698", "Z14293K2": [ "Z60", "Z1062" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z35589", "Z14293K2": [ "Z60", "Z1216", "Z1532", "Z1730", "Z1576", "Z1402", "Z1137", "Z1650" ] } ], "Z14294K2": "Z36096" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "config for state location using entity and class" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "konfigurace pro vyjádřit umístění Z26570" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "konfigurace pro funkci „vyjádřit umístění pomocí entity a třídy“" } ] } } je2l99i43mqxj4iqfspauq8wm6y5pl1 Template:Main page/News/zh-hant 10 69589 280739 279844 2026-06-05T14:17:36Z FuzzyBot 207 Updating to match new version of source page 280739 wikitext text/x-wiki <noinclude><languages /></noinclude> ; <span lang="en" dir="ltr" class="mw-content-ltr">Volunteer's Corners</span> * <span lang="en" dir="ltr" class="mw-content-ltr">The next Volunteers' Corner will be at <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> on <bdi lang="en" dir="ltr">Google Meet</bdi> at <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|most recent Volunteer's Corner]] is available on Commons</span> ; 維基函式庫的近期狀態更新 <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">更多消息</span>]] nr7rqvyewbsbeiskzbkgcl2vy2z2l21 Template:Main page/News/ja 10 70114 280734 279840 2026-06-05T14:17:34Z FuzzyBot 207 Updating to match new version of source page 280734 wikitext text/x-wiki <noinclude><languages /></noinclude> ; ボランティアのコーナース * 次のボランティアのコーナーは<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>で<bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>に<bdi lang="en" dir="ltr">Google Meet</bdi>。 * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|最新のボランティアのコーナー]]にコモンズで利用可能です。 ; ウィキファンクションズに関するステータスの最近のアップデート <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">その他のニュース</span>]] odoq56v0pqg93habox1n7jqfx5fqlm0 Template:Main page/News/bn 10 71222 280730 279835 2026-06-05T14:17:33Z FuzzyBot 207 Updating to match new version of source page 280730 wikitext text/x-wiki <noinclude><languages /></noinclude> ; স্বেচ্ছাসেবকদের সভা * পরবর্তী স্বেচ্ছাসেবক সভাটি <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi> ঠিকানায় <bdi lang="en" dir="ltr">Google Meet</bdi>-এ <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>-তে অনুষ্ঠিত হবে। * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|সর্বশেষ স্বেচ্ছাসেবকদের সভাটি]] কমন্সে উপলব্ধ রয়েছে। ; উইকিফাংশন্স সম্পর্কে সাম্প্রতিক হালনাগাদ <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">আরও সংবাদ</span>]] gikjq3k5f67z2jn908jy8dc6k2jjt5w Template:Main page/News/fr 10 73409 280735 279839 2026-06-05T14:17:34Z FuzzyBot 207 Updating to match new version of source page 280735 wikitext text/x-wiki <noinclude><languages /></noinclude> ; Le coin des bénévoles * Le prochain Coin des bénévoles se tiendra le <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> sur <bdi lang="en" dir="ltr">Google Meet</bdi> à <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * Le [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|dernier Coin des bénévoles]] est disponible sur Commons ; Dernières mises à jour de l'état de Wikifunctions <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">Plus ...</span>]] 0aavlomueiubc8ultiwanvkvttoqxa0 Template:Main page/News/nl 10 75151 280738 280360 2026-06-05T14:17:35Z FuzzyBot 207 Updating to match new version of source page 280738 wikitext text/x-wiki <noinclude><languages /></noinclude> ; Bijeenkomst vrijwilligers * De volgende bijeenkomst zal plaatsvinden op <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> op <bdi lang="en" dir="ltr">Google Meet</bdi> op <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * Verslag [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|meest recente "Volunteer's Corner"]] ; Recente statusupdates over Wikifuncties <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * {{Status updates|2026-05-23}}: Jaarplan 2026-2027 * {{Status updates|2026-05-15}}: Een hogere betekenis * {{Status updates|2026-05-08}}: Referenties van Wikidata zijn nu beschikbaar [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">Meer nieuws</span>]] od6lnx7lokd1az4wkep5o6fmuzwlvp0 280963 280738 2026-06-06T10:31:21Z HanV 6833 Created page with "$1: De geïllustreerde encyclopedie" 280963 wikitext text/x-wiki <noinclude><languages /></noinclude> ; Bijeenkomst vrijwilligers * De volgende bijeenkomst zal plaatsvinden op <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> op <bdi lang="en" dir="ltr">Google Meet</bdi> op <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * Verslag [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|meest recente "Volunteer's Corner"]] ; Recente statusupdates over Wikifuncties <!--Keep this to the most recent 5 entries--> * {{Status updates|2026-06-05}}: De geïllustreerde encyclopedie * {{Status updates|2026-05-30}}: Terugkijken en vooruitkijken * {{Status updates|2026-05-23}}: Jaarplan 2026-2027 * {{Status updates|2026-05-15}}: Een hogere betekenis * {{Status updates|2026-05-08}}: Referenties van Wikidata zijn nu beschikbaar [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">Meer nieuws</span>]] 2k503mt69k8acze9riuocj4ltvlkzo9 Template:Main page/News/zh-hans 10 75568 280737 279843 2026-06-05T14:17:35Z FuzzyBot 207 Updating to match new version of source page 280737 wikitext text/x-wiki <noinclude><languages /></noinclude> ; 志愿者角 * 下期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>在<bdi lang="en" dir="ltr">Google Meet</bdi>的<bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>开始。 * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|最近的志愿者角]]现已发布于 Commons。 ; <span lang="en" dir="ltr" class="mw-content-ltr">Recent status updates about Wikifunctions</span> <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small"><span lang="en" dir="ltr" class="mw-content-ltr">More news</span></span>]] 4i9hv1okqi4s7wy1yhtm5zyda5wuqpd Wikifunctions:Excel functions/nl 4 75611 281003 270300 2026-06-06T10:44:38Z HanV 6833 Created page with "Geeft de som van kwadraten van afwijkingen terug." 281003 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the exponential distribution</span> || || |- !scope="row"|F.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the F probability distribution</span> || || |- !scope="row"|F.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the F probability distribution</span> || || |- !scope="row"|F.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|F.INV.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|FISHER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Fisher transformation</span> || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 3f065h7phfeau0exs4ta33gxpdxtxfh 281005 281003 2026-06-06T10:44:45Z HanV 6833 Created page with "Geeft de exponentiële verdeling terug" 281005 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the F probability distribution</span> || || |- !scope="row"|F.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the F probability distribution</span> || || |- !scope="row"|F.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|F.INV.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|FISHER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Fisher transformation</span> || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 86o3fx4u45f8o9ubexxvtxpfgwtcd9s 281007 281005 2026-06-06T10:45:01Z HanV 6833 Created page with "Geeft de F-kansverdeling terug" 281007 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the F probability distribution</span> || || |- !scope="row"|F.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|F.INV.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|FISHER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Fisher transformation</span> || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] scc4z01q1hfpczf83vgncimx9fdhnum 281009 281007 2026-06-06T10:45:08Z HanV 6833 Created page with "Geeft de F-kansverdeling terug" 281009 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|F.INV.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|FISHER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Fisher transformation</span> || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] bgw82eixlsnxs0zl8924qst6tfp22cz 281011 281009 2026-06-06T10:45:33Z HanV 6833 Created page with "Geeft de inverse van de F-kansverdeling terug" 281011 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the F probability distribution</span> || || |- !scope="row"|FISHER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Fisher transformation</span> || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] tecvogamem24t7o3iyjd4uutqgpn41y 281013 281011 2026-06-06T10:45:38Z HanV 6833 Created page with "Geeft de inverse van de F-kansverdeling terug" 281013 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Fisher transformation</span> || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] kmvxun3ovv6bfvmmwzh8dt8nbaq0a5t 281015 281013 2026-06-06T10:45:52Z HanV 6833 Created page with "Geeft de Fisher-transformatie terug" 281015 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Fisher transformation</span> || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] pndqnquqv1qq4vo9nnn99wp05rmue82 281017 281015 2026-06-06T10:46:42Z HanV 6833 Created page with "Geeft de inverse van de Fisher-transformatie terug" 281017 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a value along a linear trend</span> || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] f6994obme1xc2cgdq070nrc5eq4ah1p 281019 281017 2026-06-06T10:47:02Z HanV 6833 Created page with "Geeft een waarde terug volgens een lineaire trend" 281019 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm</span> || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] me7lnxoktik7r12gmmcvn29wyk27fhy 281021 281019 2026-06-06T10:47:30Z HanV 6833 Created page with "Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme" 281021 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a confidence interval for the forecast value at the specified target date</span> || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 1now4n66rh72a1ees6gcpsp96q6w73d 281023 281021 2026-06-06T10:48:42Z HanV 6833 Created page with "Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum" 281023 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the length of the repetitive pattern Excel detects for the specified time series</span> || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 710fnn3n3wytjhdd4c73ssm3dotrcgu 281025 281023 2026-06-06T10:49:08Z HanV 6833 Created page with "Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks" 281025 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a statistical value as a result of time series forecasting</span> || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 25mvk23snkbuid8exp46acmmcyz3img 281027 281025 2026-06-06T10:49:26Z HanV 6833 Created page with "Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen" 281027 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a future value based on existing values</span> || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] cvhxkr2jnzefo3v4t4zet9cqf7h5iqs 281029 281027 2026-06-06T10:49:37Z HanV 6833 Created page with "Geeft een toekomstige waarde terug op basis van bestaande waarden" 281029 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a frequency distribution as a vertical array</span> || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] trk6sfbjrj88xi3t4ahkhtdky62b7rx 281031 281029 2026-06-06T10:50:07Z HanV 6833 Created page with "Geeft een frequentieverdeling terug als een verticale array" 281031 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the result of an F-test</span> || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 1z9ywqdg3wan3fn77c9at4hre997gbp 281033 281031 2026-06-06T10:50:20Z HanV 6833 Created page with "Geeft het resultaat van een F-test terug" 281033 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Gamma function value</span> || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 5xkp1wurgu0kapzmn9w40rp93kcykxz 281035 281033 2026-06-06T10:50:45Z HanV 6833 Created page with "Geeft de waarde van de Gamma-functie terug" 281035 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the gamma distribution</span> || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] priqupidtj72tee72a7duqpqsctzuqy 281037 281035 2026-06-06T10:50:50Z HanV 6833 Created page with "Geeft de gamma-verdeling terug" 281037 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the gamma cumulative distribution</span> || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] gononcom481fpaoaer396dwoshad0az 281039 281037 2026-06-06T10:50:54Z HanV 6833 Created page with "Geeft de inverse van de cumulatieve gammaverdeling terug" 281039 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|GAMMALN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 3he5az5f25e37x4f68mysgjki4s8avi 281041 281039 2026-06-06T10:51:28Z HanV 6833 Created page with "Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug" 281041 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|GAMMALN | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAMMALN.PRECISE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the natural logarithm of the gamma function, Γ(x)</span> || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] lq32qdsspy0l8h2gxkyqfjyjetf3le4 281043 281041 2026-06-06T10:52:10Z HanV 6833 Created page with "Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug" 281043 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|GAMMALN | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAMMALN.PRECISE | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAUSS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns 0.5 less than the standard normal cumulative distribution</span> || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] oafovkniip88qiky0qclu7sg4wgpyk8 281045 281043 2026-06-06T10:53:17Z HanV 6833 Created page with "Geeft 0,5 minder dan de standaard normale cumulatieve verdeling terug" 281045 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|GAMMALN | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAMMALN.PRECISE | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAUSS | Geeft 0,5 minder dan de standaard normale cumulatieve verdeling terug || || |- !scope="row"|GEOMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the geometric mean</span> || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] p476k8lma5jutd64jyzegqyrtypcile 281047 281045 2026-06-06T10:53:33Z HanV 6833 Created page with "Geeft het geometrische gemiddelde terug" 281047 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|GAMMALN | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAMMALN.PRECISE | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAUSS | Geeft 0,5 minder dan de standaard normale cumulatieve verdeling terug || || |- !scope="row"|GEOMEAN | Geeft het geometrische gemiddelde terug || || |- !scope="row"|GROWTH | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along an exponential trend</span> || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] rb7u62gurfkt7us0yhjefem3xlwg497 281049 281047 2026-06-06T10:53:55Z HanV 6833 Created page with "Geeft waarden terug langs een exponentiële trend" 281049 wikitext text/x-wiki <languages/> {{w|Microsoft Excel}} functies omvatten de volgende categorieën. Deze pagina vermeldt Excel-functies als ze een bijbehorende [[Special:MyLanguage/Wikifunctions:Function model|WikiFuncties functie]] hebben. <span id="Add-in_and_automation"></span> == Interne en Automatisering == {| class="wikitable collapsible sortable" |+Lijst van interne en automatiseringsfuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CALL | Aanroep van een procedure in een dynamische link-bibliotheek of codebron || || |- !scope="row"|EUROCONVERT | Zet een getal om euro's, een getal van euro's omzetten naar een munt van een eurolid, of een getal van de ene munt van een eurolid naar een andere door de euro als tussenpersoon te gebruiken (triangulatie). || || |- !scope="row"|REGISTER.ID | Geeft de register-ID terug van de gespecificeerde dynamische link-bibliotheek (DLL) of codebron die eerder is geregistreerd || || |} <span id="Compatibility"></span> == Compatibiliteit == {| class="wikitable collapsible sortable" |+Lijst van compatibiliteit Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BETADIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETAINV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOMDIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|CEILING | Rond een getal af naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CHIDIST | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHIINV | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHITEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|COVAR | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|CRITBINOM | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|EXPONDIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|FDIST | Geeft de F kansverdeling terug || || |- !scope="row"|FINV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FLOOR | Rondt een getal naar beneden af, richting nul || {{Z+|Z20032}} {{Z+|Z20841}} | |- !scope="row"|FTEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMADIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMAINV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|HYPGEOMDIST | Geeft de hypergeometrische verdeling terug || || |- !scope="row"|LOGINV | Geeft de inverse van de lognormale cumulatieve verdeling terug || || |- !scope="row"|LOGNORMDIST | Geeft de cumulatieve lognormale verdeling terug || || |- !scope="row"|MODE | Geeft de meest voorkomende waarde in een dataset terug || {{Z+|Z21851}} || |- !scope="row"|NEGBINOMDIST | Geeft de negatieve binomiale verdeling terug || || |- !scope="row"|NORMDIST | Geeft de normale cumulatieve verdeling terug || || |- !scope="row"|NORM.INV | Geeft de inverse van de normale cumulatieve verdeling terug || || |- !scope="row"|NORMSDIST | Geeft de standaard normale cumulatieve verdeling terug || || |- !scope="row"|NORMSINV | Geeft de inverse van de standaard normale cumulatieve verdeling terug || || |- !scope="row"|PERCENTILE | Geeft het k-de percentiel van waarden in een bereik terug || || |- !scope="row"|PERCENTRANK | Geeft de procentuele rang van een waarde in een dataset terug || || |- !scope="row"|POISSON | Geeft de Poisson-verdeling terug || || |- !scope="row"|QUARTILE | Geeft het kwartiel van een dataset terug || || |- !scope="row"|RANK | Geeft de rangorde van een getal in een lijst van getallen terug || || |- !scope="row"|STDEV | Schatting van standaarddeviatie op basis van een steekproef || || |- !scope="row"|STDEVP | Berekent de standaarddeviatie op basis van de gehele populatie || || |- !scope="row"|TDIST | Geeft de Student's t-verdeling terug || || |- !scope="row"|TINV | Geeft de inverse van de Student's t-verdeling terug || || |- !scope="row"|TTEST | Geeft de kans terug die hoort bij de Student's t-test || || |- !scope="row"|VAR | Schatting van de variantie op basis van een steekproef || || |- !scope="row"|VARP | Berekent de variantie op basis van de gehele populatie || || |- !scope="row"|WEIBULL | Berekent de variantie op basis van de gehele populatie, inclusief getallen, tekst en logische waarden || || |- !scope="row"|ZTEST | Geeft de eenzijdige kanswaarde van een z-test terug || || |} == Cube == {| class="wikitable collapsible sortable" |+Lijst van Cube Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CUBEKPIMEMBER | Geeft een naam, eigenschap en maatstaf (Key Performance Indicator) (KPI) terug en toont de naam en eigenschap in de cel. Een KPI is een kwantificeerbare maatstaf, zoals de maandelijkse brutowinst of het kwartaalomzet van medewerkers, die wordt gebruikt om de prestaties van een organisatie te monitoren. || || |- !scope="row"|CUBEMEMBER | Geeft een lid of tupel terug in een cube-hiërarchie. Gebruik om te valideren dat het lid of de tupel in de cube bestaat. || || |- !scope="row"|CUBEMEMBERPROPERTY | Geeft de waarde van een lideigenschap in de cube terug. Gebruik om te valideren dat er een lidnaam in de cube bestaat en om de gespecificeerde eigenschap voor dit lid terug te geven. || || |- !scope="row"|CUBERANKEDMEMBER | Geeft het n-de, of gerangschikte, lid in een set terug. Gebruik het om één of meer elementen in een set op te halen, zoals de beste verkoper of de top 10 studenten. || || |- !scope="row"|CUBESET | Definieert een berekende set van leden of tupels door een set-expressie naar de cube op de server te sturen, die de set aanmaakt en die set vervolgens teruggeeft aan Microsoft Office Excel. || || |- !scope="row"|CUBESETCOUNT | Geeft het aantal items in een set terug. || || |- !scope="row"|CUBEVALUE | Geeft een geaggregeerde waarde terug van een cube. || || |} == Database == {| class="wikitable collapsible sortable" |+Lijst van Excel-databasefuncties !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DAVERAGE | Geeft het gemiddelde van geselecteerde database-items terug || || |- !scope="row"|DCOUNT | Telt de cellen die getallen bevatten in een database || || |- !scope="row"|DCOUNTA | Telt niet-lege cellen in een database || || |- !scope="row"|DGET | Haalt uit een database een enkel record dat voldoet aan de gespecificeerde criteria || || |- !scope="row"|DMAX | Geeft de maximale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DMIN | Geeft de minimale waarde terug uit geselecteerde database-gegevens || || |- !scope="row"|DPRODUCT | Vermenigvuldigt de waarden in een bepaald veld van records die overeenkomen met de criteria in een database || || |- !scope="row"|DSTDEV | De standaardafwijking wordt geschat op basis van een steekproef van geselecteerde database-gegevens || || |- !scope="row"|DSTDEVP | Berekent de standaardafwijking op basis van de gehele populatie van geselecteerde database-gegevens || || |- !scope="row"|DSUM | Voegt de nummers toe in de veldkolom van database-gegevens die overeenkomen met de criteria || || |- !scope="row"|DVAR | Schat de variantie op basis van een steekproef uit geselecteerde database-gegevens || || |- !scope="row"|DVARP | Berekent variantie op basis van de gehele populatie van geselecteerde database-gegevens || || |} <span id="Date_and_time"></span> == Datum en tijd == {| class="wikitable collapsible sortable" |+Lijst van datum en tijd Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|DATE | Geeft het serienummer van een bepaalde datum terug || || |- !scope="row"|DATEDIF | Berekent het aantal dagen, maanden of jaren tussen twee data. Deze functie is nuttig in formules waarbij u een leeftijd moet berekenen. || || |- !scope="row"|DATEVALUE | Zet een datum in de vorm van tekst om in een serienummer || || |- !scope="row"|DAY | Zet een serienummer om in een dag van de maand || || |- !scope="row"|DAYS | Geeft het aantal dagen tussen twee datums terug || || |- !scope="row"|DAYS360 | Berekent het aantal dagen tussen twee datums op basis van een jaar van 360-dagen || || |- !scope="row"|EDATE | Geeft het serienummer van de datum terug, dat het aangegeven aantal maanden vóór of na de startdatum is || || |- !scope="row"|EOMONTH | Geeft het serienummer van de laatste dag van de maand vóór of na een bepaald aantal maanden || || |- !scope="row"|HOUR | Zet een serienummer om in een uur || || |- !scope="row"|ISOWEEKNUM | Geeft het nummer van het ISO-weeknummer van het jaar terug voor een bepaalde datum || || |- !scope="row"|MINUTE | Zet een serienummer om in een minuut || || |- !scope="row"|MONTH | Zet een serienummer om in een maand || || |- !scope="row"|NETWORKDAYS | Geeft het aantal hele werkdagen tussen twee datums terug || || |- !scope="row"|NETWORKDAYS.INTL | Geeft het aantal hele werkdagen tussen twee datums terug met behulp van parameters om aan te geven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|NOW | Geeft het serienummer van de huidige datum en tijd terug || || |- !scope="row"|SECOND | Zet een serienummer om in een seconde || || |- !scope="row"|TIME | Geeft het serienummer van een bepaald tijdstip terug || || |- !scope="row"|TIMEVALUE | Zet een tijd in de vorm van tekst om in een serienummer || || |- !scope="row"|TODAY | Geeft het serienummer van de datum van vandaag terug. || || |- !scope="row"|WEEKDAY | Zet een serienummer om in een dag van de week || {{Z+|Z17540}} || Heeft Dag, Maand en Jaar nodig in plaats van een serienummer |- !scope="row"|WEEKNUM | Zet een serienummer om in een nummer dat numeriek aangeeft waar de week ligt met een jaar || || |- !scope="row"|WORKDAY | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug. || || |- !scope="row"|WORKDAY.INTL | Geeft het serienummer van de datum voor of na een bepaald aantal werkdagen terug met behulp van parameters die aangeven welke en hoeveel dagen weekenddagen zijn || || |- !scope="row"|YEAR | Zet een serienummer om in een jaar || || |- !scope="row"|YEARFRAC | Geeft het jaardeel terug dat staat voor het aantal hele dagen tussen 'start_date' en 'end_date' || || |} <span id="Engineering"></span> == Technisch == {| class="wikitable collapsible sortable" |+Lijst van technische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|BESSELI | Geeft de aangepaste Besselfunctie In(x) terug || || |- !scope="row"|BESSELJ | Geeft de Besselfunctie Jn(x) terug || || |- !scope="row"|BESSELK | Geeft de aangepaste Besselfunctie Kn(x) terug || || |- !scope="row"|BESSELY | Geeft de Besselfunctie Yn(x) terug || || |- !scope="row"|BIN2DEC | Zet een binair getal om in een decimaal getal || || |- !scope="row"|BIN2HEX | Zet een binair getal om in een hexadecimaal getal || || |- !scope="row"|BIN2OCT | Zet een binair getal om in een octaal nummer || || |- !scope="row"|BITAND | Geeft een 'Bitgewijs And' van twee getallen terug || || |- !scope="row"|BITLSHIFT | Geeft een getal terug dat met shift_amount bits naar links is verschoven || || |- !scope="row"|BITOR | Geeft een 'Bitgewijs OR' van 2 getallen terug || || |- !scope="row"|BITRSHIFT | Geeft een getal terug dat met shift_amount bits naar rechts is verschoven || || |- !scope="row"|BITXOR | Geeft een bitsgewijs 'Exclusieve OR' van twee getallen terug || || |- !scope="row"|COMPLEX | Zet reële en imaginaire coëfficiënten om in een complex getal || || |- !scope="row"|CONVERT | Zet een getal om van het ene meetstelsel naar het andere. || || |- !scope="row"|DEC2BIN | Zet een decimaal getal om in een binair getal || || |- !scope="row"|DEC2HEX | Zet een decimaal getal om in een hexadecimaal getal || || |- !scope="row"|DEC2OCT | Zet een decimaal getal om in een octaal getal || || |- !scope="row"|DELTA | Test of twee waarden gelijk zijn || || |- !scope="row"|ERF | Geeft de foutfunctie terug || || |- !scope="row"|ERF.PRECISE | Geeft de foutfunctie terug || || |- !scope="row"|ERFC | Geeft de complementaire foutfunctie terug || || |- !scope="row"|ERFC.PRECISE | Geeft de complementaire functie ERF terug geïntegreerd tussen x en oneindig || || |- !scope="row"|GESTEP | Test of een getal groter is dan een drempelwaarde || || |- !scope="row"|HEX2BIN | Zet een hexadecimaal getal om in een binair getal || || |- !scope="row"|HEX2DEC | Zet een hexadecimaal getal om in een decimaal getal || || |- !scope="row"|HEX2OCT | Zet een hexadecimaal getal om in een octaal getal || || |- !scope="row"|IMABS | Geeft de absolute waarde (modulus) van een complex getal terug || || |- !scope="row"|IMAGINARY | Geeft de imaginaire coëfficiënt van een complex getal terug || || |- !scope="row"|IMARGUMENT | Geeft het argument theta terug, een hoek uitgedrukt in radialen || || |- !scope="row"|IMCONJUGATE | Geeft het complex geconjugeerde van een complex getal terug || || |- !scope="row"|IMCOS | Geeft de cosinus van een complex getal terug || || |- !scope="row"|IMCOSH | Geeft de hyperbolische cosinus van een complex getal terug || || |- !scope="row"|IMCOT | Geeft de cotangens van een complex getal terug || || |- !scope="row"|IMCSC | Geeft de cosecans van een complex getal terug || || |- !scope="row"|IMCSCH | Geeft de hyperbolische cosecans van een complex getal terug || || |- !scope="row"|IMDIV | Geeft het quotiënt van twee complexe getallen terug || || |- !scope="row"|IMEXP | Geeft de exponentiële van een complex getal terug || || |- !scope="row"|IMLN | Geeft het natuurlijke logaritme van een complex getal terug || || |- !scope="row"|IMLOG10 | Geeft de logaritme van basis-10 van een complex getal terug || || |- !scope="row"|IMLOG2 | Geeft de logaritme van basis-2 van een complex getal terug || || |- !scope="row"|IMPOWER | Geeft een complex getal terug dat tot een geheel getal macht is verhoogd || || |- !scope="row"|IMPRODUCT | Geeft het product van complexe getallen terug || || |- !scope="row"|IMREAL | Geeft de reële coëfficiënt van een complex getal terug || || |- !scope="row"|IMSEC | Geeft de secans van een complex getal terug || || |- !scope="row"|IMSECH | Geeft de hyperbolische secans van een complex getal terug || || |- !scope="row"|IMSIN | Geeft de sinus van een complex getal terug || || |- !scope="row"|IMSINH | Geeft de hyperbolische sinus van een complex getal terug || || |- !scope="row"|IMSQRT | Geeft de wortel van een complex getal terug || || |- !scope="row"|IMSUB | Geeft het verschil terug tussen twee complexe getallen || || |- !scope="row"|IMSUM | Geeft de som van complexe getallen terug || || |- !scope="row"|IMTAN | Geeft de tangens van een complex getal terug || || |- !scope="row"|OCT2BIN | Zet een octaal getal om in een binair getal || || |- !scope="row"|OCT2DEC | Zet een octaal getal om in een decimaal getal || || |- !scope="row"|OCT2HEX | Zet een octaal getal om in een hexadecimaal getal || || |} <span id="Financial"></span> == Financieel == {| class="wikitable collapsible sortable" |+Lijst van financiële Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ACCRINT | Retourneert de opgebouwde rente voor een zekerheid dat periodieke rente betaalt || || |- !scope="row"|ACCRINTM | Geeft de opgebouwde rente terug voor een zekerheid dat rente betaalt op een vervaldatum || || |- !scope="row"|AMORDEGRC | Geeft de afschrijving voor elke boekhoudperiode terug met behulp van een afschrijvingscoëfficiënt || || |- !scope="row"|AMORLINC | Geeft de afschrijving voor elke boekhoudperiode terug || || |- !scope="row"|COUPDAYBS | Geeft het aantal dagen terug vanaf het begin van de couponperiode tot de afwikkelingsdatum || || |- !scope="row"|COUPDAYS | Geeft het aantal dagen in de couponperiode terug waarin de afwikkelingsdatum is opgenomen || || |- !scope="row"|COUPDAYSNC | Geeft het aantal dagen terug van de afwikkelingsdatum tot de volgende coupondatum || || |- !scope="row"|COUPNCD | Geeft de volgende coupondatum na de afwikkelingsdatum terug || || |- !scope="row"|COUPNUM | Geeft het aantal coupons terug dat tussen de afwikkelingsdatum en de vervaldatum moet worden betaald || || |- !scope="row"|COUPPCD | Geeft de vorige coupondatum vóór de afwikkelingsdatum terug || || |- !scope="row"|CUMIPMT | Geeft de cumulatieve rente terug die tussen twee perioden is betaald || || |- !scope="row"|CUMPRINC | Geeft de cumulatieve hoofdsom terug die is betaald op een lening tussen twee periodes || || |- !scope="row"|DB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de fixed-declining balansmethode || || |- !scope="row"|DDB | Geeft de afschrijving van een activa voor een bepaalde periode terug door gebruik te maken van de double-declining balansmethode of een andere methode die u specificeert || || |- !scope="row"|DISC | Geeft het discontopercentage voor een zekerheid terug || || |- !scope="row"|DOLLARDE | Zet een dollarprijs, uitgedrukt als een fractie, om in een dollarprijs, uitgedrukt als een decimaal getal || || |- !scope="row"|DOLLARFR | Zet een dollarprijs, uitgedrukt als een decimaal getal, om in een dollarprijs, uitgedrukt als een fractie || || |- !scope="row"|DURATION | Geeft de jaarlijkse looptijd van een zekerheid terug met periodieke rentebetalingen || || |- !scope="row"|EFFECT | Geeft de effectieve jaarlijkse rente terug || || |- !scope="row"|FV | Geeft de toekomstige waarde van een belegging terug || || |- !scope="row"|FVSCHEDULE | Geeft de toekomstige waarde van een initiële hoofdsom terug na het toepassen van een reeks samengestelde rentetarieven || || |- !scope="row"|INTRATE | Geeft de rente terug voor een volledig geïnvesteerde zekerheid || || |- !scope="row"|IPMT | Geeft de rentebetaling voor een investering voor een bepaalde periode terug || || |- !scope="row"|IRR | Geeft het interne rendement terug voor een reeks kasstromen || || |- !scope="row"|ISPMT | Berekent de rente die wordt betaald gedurende een specifieke investeringsperiode || || |- !scope="row"|MDURATION | Geeft de Macauley-aangepaste duur terug voor een zekerheid met een veronderstelde nominale waarde van $100 || || |- !scope="row"|MIRR | Geeft het interne rendement terug, waarbij positieve en negatieve kasstromen worden gefinancierd tegen verschillende rentes || || |- !scope="row"|NOMINAL | Geeft het jaarlijkse nominale rentepercentage terug || || |- !scope="row"|NPER | Geeft het aantal periodes voor een investering terug || || |- !scope="row"|NPV | Geeft de netto contante waarde van een investering terug op basis van een reeks periodieke kasstromen en een discontovoet || || |- !scope="row"|ODDFPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDFYIELD | Geeft het rendement van een zekerheid terug met een oneven eerste periode || || |- !scope="row"|ODDLPRICE | Geeft de prijs per $100 nominale waarde van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|ODDLYIELD | Geeft het rendement van een zekerheid terug met een oneven laatste periode || || |- !scope="row"|PDURATION | Geeft het aantal periodes terug dat een investering nodig heeft om een bepaalde waarde te bereiken || || |- !scope="row"|PMT | Retourneert de periodieke betaling voor een annuïteit || || |- !scope="row"|PPMT | Geeft de betaling van de hoofdsom voor een investering voor een bepaalde periode terug || || |- !scope="row"|PRICE | Geeft de prijs terug per nominale waarde van $100 van een zekerheid dat periodieke rente betaalt || || |- !scope="row"|PRICEDISC | Geeft de prijs per nominale waarde van $100 van een afgeprijsde zekerheid terug || || |- !scope="row"|PRICEMAT | Geeft de prijs per nominale waarde van $100 terug van een zekerheid dat rente betaalt bij vervaldatum || || |- !scope="row"|PV | Geeft de huidige waarde van een investering terug || || |- !scope="row"|RATE | Geeft het rentepercentage per periode van een annuïteit terug || || |- !scope="row"|RECEIVED | Retourneert het bedrag dat bij de vervaldatum is ontvangen voor een volledig geïnvesteerd zekerheid || || |- !scope="row"|RRI | Geeft een gelijkwaardige rente voor de groei van een investering || || |- !scope="row"|SLN | Geeft de rechtlijnige afschrijving van een activa voor één periode terug || || |- !scope="row"|STOCKHISTORY | Haalt historische gegevens op over een financieel instrument || || |- !scope="row"|SYD | Geeft de "sum-of-years" afschrijving van een activa voor een bepaalde periode terug || || |- !scope="row"|TBILLEQ | Geeft het obligatie-equivalente rendement voor een schatkistwissel terug || || |- !scope="row"|TBILLPRICE | Geeft de prijs per nominale waarde van $100 voor een schatkistwissel terug || || |- !scope="row"|TBILLYIELD | Geeft het rendement terug voor een schatkistwissel || || |- !scope="row"|VDB | Geeft de afschrijving van een activa terug voor een gespecificeerde of gedeeltelijke periode door gebruik te maken van een afnemende balansmethode || || |- !scope="row"|XIRR | Geeft het interne rendement terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|XNPV | Geeft de netto contante waarde terug voor een schema van kasstromen dat niet noodzakelijkerwijs periodiek is || || |- !scope="row"|YIELD | Geeft het rendement terug op een zekerheid dat periodieke rente betaalt || || |- !scope="row"|YIELDDISC | Geeft de jaarlijkse opbrengst terug voor een gedisconteerde zekerheid; bijvoorbeeld een schatkistwissel || || |- !scope="row"|YIELDMAT | Geeft het jaarlijkse rendement terug van een zekerheid dat rente betaalt op een vervaldatum || || |} <span id="Information"></span> == Informatie == {| class="wikitable collapsible sortable" |+Lijst van informatie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|CELL | Geeft informatie terug over de opmaak, locatie of inhoud van een cel || || |- !scope="row"|ERROR.TYPE | Geeft een getal terug dat overeenkomt met een fouttype || || |- !scope="row"|INFO | Geeft informatie terug over de huidige operationele omgeving || || |- !scope="row"|ISBLANK | Geeft TRUE terug als de waarde leeg is || {{Z+|Z10008}} || |- !scope="row"|ISERR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is anders dan #N/A || || |- !scope="row"|ISERROR | Geeft TRUE terug als de waarde een willekeurige foutwaarde is || {{Z+|Z20107}} || |- !scope="row"|ISEVEN | Geeft TRUE terug als het getal even is || {{Z+|Z12480}} || |- !scope="row"|ISFORMULA | Geeft TRUE terug als er een verwijzing is naar een cel die een formule bevat || || |- !scope="row"|ISLOGICAL | Geeft TRUE terug als de waarde een logische waarde is || || |- !scope="row"|ISNA | Geeft TRUE terug als de waarde de #N/A-foutwaarde is || || |- !scope="row"|ISNONTEXT | Geeft TRUE terug als de waarde geen tekst is || || |- !scope="row"|ISNUMBER | Geeft TRUE als de waarde een getal is || {{Z+|Z10715}} || |- !scope="row"|ISODD | Geeft TRUE terug als het getal oneven is || {{Z+|Z12429}} || |- !scope="row"|ISOMITTED | Controleert of de waarde in een LAMBDA ontbreekt en geeft TRUE of FALSE terug || || |- !scope="row"|ISREF | Geeft TRUE terug als de waarde een referentie is || || |- !scope="row"|ISTEXT | Geeft TRUE terug als de waarde een tekst is || || |- !scope="row"|N | Geeft een waarde terug die is omgezet in een getal || || |- !scope="row"|NA | Geeft de foutwaarde #N/A terug || || |- !scope="row"|SHEET | Geeft het bladnummer van het gerefereerde blad terug || || |- !scope="row"|SHEETS | Geeft het aantal bladen in een referentie terug || || |- !scope="row"|TYPE | Geeft een getal terug dat het datatype van een waarde aangeeft || || |} <span id="Logical"></span> == Logica == {| class="wikitable collapsible sortable" |+Lijst van logische Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AND | Geeft TRUE terug als al zijn argumenten TRUE zijn || {{Z+|Z10174}} || |- !scope="row"|BYCOL | Past een LAMBDA toe op elke kolom en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|BYROW | Past een LAMBDA toe op elke rij en geeft een array van de resultaten terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|FALSE | Geeft de logische waarde FALSE terug || {{Z+|Z10206}} || |- !scope="row"|IF | Specificeert een logische test om uit te voeren || {{Z+|Z802}}, {{Z+|Z11542}} || |- !scope="row"|IFERROR | Geeft een waarde terug die u specificeert als een formule evalueert naar een fout; geeft anders het resultaat van de formule terug || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|IFNA | Geeft de door u opgegeven waarde terug als de expressie wordt opgelost naar #N/A, anders geeft het resultaat van de expressie terug || || |- !scope="row"|IFS | Controleert of aan één of meer voorwaarden is voldaan en geeft een waarde terug die overeenkomt met de eerste TRUE-voorwaarde. || {{Z+|Z19601}} || |- !scope="row"|LAMBDA | Maak aangepaste, herbruikbare functies en roept ze met een vriendelijke naam aan || {{Z+|Z8}} || |- !scope="row"|LET | Wijst een naam toe aan het resultaat van een berekening || || |- !scope="row"|MAKEARRAY | Geeft een berekende array van een gespecificeerde rij- en kolomgrootte terug door een LAMBDA toe te passen || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|MAP | Geeft een array terug die wordt gevormd door elke waarde in de array(s) te koppelen naar een nieuwe waarde door een LAMBDA toe te passen om een nieuwe waarde te creëren || {{Z+|Z873}} || |- !scope="row"|NOT | Keert de logische waarde van zijn argument om || {{Z+|Z10216}} || |- !scope="row"|OR | Geeft TRUE terug als minstens een van de argumenten TRUE is || {{Z+|Z10184}} || |- !scope="row"|REDUCE | Reduceert een array tot een enkele waarde door een LAMBDA toe te passen op elke waarde en de totale waarde in de accumulator terug te geven || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SCAN | Scant een array door een LAMBDA toe te passen op elke waarde en geeft een array terug met elke tussenliggende waarde || || Wordt nu als niet mogelijk beschouwd |- !scope="row"|SWITCH | Evalueert een expressie aan de hand van een lijst met waarden en geeft het resultaat terug dat overeenkomt met de eerste overeenkomende waarde. Als er geen overeenkomenst is, kan een optionele standaardwaarde worden teruggegeven. || || |- !scope="row"|TRUE | Geeft de logische waarde TRUE terug || {{Z+|Z10210}} || |- !scope="row"|XOR | Geeft een logisch exclusieve OF alle argumenten terug || {{Z+|Z10237}} || |} <span id="Lookup_and_reference"></span> == Opzoeken en referentie == {| class="wikitable collapsible sortable" |+Lijst van zoek- en referentiefuncties van Excel !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|VSTACK | Voegt arrays verticaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|WRAPCOLS | Wikkelt de opgegeven rij of kolom met waarden in kolommen na een bepaald aantal elementen || || |- !scope="row"|WRAPROWS | Wikkelt de opgegeven rij of kolom met waarden in rijen na een bepaald aantal elementen || || |- !scope="row"|ADDRESS | Geeft een verwijzing als tekst terug naar een enkele cel in een werkblad || || |- !scope="row"|AREAS | Geeft het aantal velden in een referentie terug || || |- !scope="row"|CHOOSE | Kiest een waarde uit een lijst van waarden || || |- !scope="row"|CHOOSECOLS | Geeft de gespecificeerde kolommen terug uit een array || || |- !scope="row"|CHOOSEROWS | Geeft de gespecificeerde rijen terug uit een array || || |- !scope="row"|COLUMN | Geeft het kolomnummer van een referentie terug || || |- !scope="row"|COLUMNS | Geeft het aantal kolommen in een referentie terug || || |- !scope="row"|DROP | Sluit een bepaald aantal rijen of kolommen uit van het begin of einde van een array || || |- !scope="row"|EXPAND | Breidt een array uit of vult deze op tot gespecificeerde rij- en kolomafmetingen || || |- !scope="row"|FILTER | Filtert een reeks gegevens op basis van criteria die u definieert || || |- !scope="row"|FORMULATEXT | Geeft de formule op de gegeven referentie terug als tekst || || |- !scope="row"|GETPIVOTDATA | Retourneert gegevens die zijn opgeslagen in een draaitafelrapport (PivotTable) || || |- !scope="row"|HLOOKUP | Kijkt in de bovenste rij van een array en geeft de waarde van de aangegeven cel terug || || |- !scope="row"|HSTACK | Voegt arrays horizontaal en in volgorde toe om een groter array terug te geven || || |- !scope="row"|HYPERLINK | Maakt een snelkoppeling of sprong aan die een document opent dat is opgeslagen op een netwerkserver, een intranet of het internet || || |- !scope="row"|IMAGE | Geeft een afbeelding terug uit een gegeven bron || || |- !scope="row"|INDEX | Gebruikt een index om een waarde te kiezen uit een referentie of array || {{Z+|Z13397}} || Controleren Indexbase |- !scope="row"|INDIRECT | Geeft een referentie terug die wordt aangegeven door een tekstwaarde || || |- !scope="row"|LOOKUP | Zoekt waarden op in een vector of array || {{Z+|Z13708}} || Controleer of het mogelijk is in arrays met meerdere kolommen. |- !scope="row"|MATCH | Zoekt waarden op in een referentie of array || || |- !scope="row"|OFFSET | Geeft een referentie-offset terug ten opzichte van een gegeven referentie || || |- !scope="row"|ROW | Geeft het rijnummer van een referentie terug || || |- !scope="row"|ROWS | Geeft het aantal rijen in een referentie terug || || |- !scope="row"|RTD | Haalt realtime data op uit een programma dat COM-automatisering ondersteunt || || |- !scope="row"|SORT | Sorteert de inhoud van een bereik of een array || || |- !scope="row"|SORTBY | Sorteert de inhoud van een bereik of array op basis van de waarden in een overeenkomstige bereik of array || || |- !scope="row"|TAKE | Geeft een gespecificeerd aantal aaneengesloten rijen of kolommen terug vanaf het begin of einde van een array || || |- !scope="row"|TOCOL | Geeft het array terug in één kolom || || |- !scope="row"|TOROW | Geeft het array terug in één rij || || |- !scope="row"|TRANSPOSE | Geeft het array terug waarbij de rijen en kolommen omgedraaid zijn. || || |- !scope="row"|UNIQUE | Geeft een lijst van unieke waarden terug in een lijst of bereik || || |- !scope="row"|VLOOKUP | Kijkt in de eerste kolom van een array en beweegt over de rij om de waarde van een cel terug te geven || || |- !scope="row"|XLOOKUP | Zoekt in een bereik of array, en geeft een item terug dat overeenkomt met de eerste gevonden match. Als er geen match bestaat, kan XLOOKUP de dichtstbijzijnde (benaderende) match teruggeven. || || |- !scope="row"|XMATCH | Geeft de relatieve positie van een item in een array of bereik van cellen terug. || || |} <span id="Math_and_trigonometry"></span> == Wiskunde en trigonometrie == {| class="wikitable collapsible sortable" |+Lijst van Wiskunde en trigonometrie Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ABS | Geeft de absolute waarde van een getal terug || {{Z+|Z11235}} || |- !scope="row"|ACOS | Geeft de arccosinus van een getal terug || {{Z+|Z12497}} || |- !scope="row"|ACOSH | Geeft de inverse hyperbolische cosinus van een getal terug || {{Z+|Z12500}} || |- !scope="row"|ACOT | Geeft de arccotangent van een getal terug || || |- !scope="row"|ACOTH | Geeft de hyperbolische arccotangent van een getal terug || || |- !scope="row"|AGGREGATE | Geeft een aggregaat terug in een lijst of database || || |- !scope="row"|ARABIC | Zet een Romeins getal om in een gewoon getal || {{Z+|Z11023}} || |- !scope="row"|ASIN | Geeft de arcsinus van een getal terug || {{Z+|Z12505}} || |- !scope="row"|ASINH | Geeft de inverse hyperbolische sinus van een getal terug || {{Z+|Z12509}} || |- !scope="row"|ATAN | Geeft de arctangens van een getal terug || || |- !scope="row"|ATAN2 | Geeft de arctangens terug van x- en y-coördinaten || || |- !scope="row"|ATANH | Geeft de inverse hyperbolische tangens van een getal terug || || |- !scope="row"|BASE | Zet een getal om in een tekstrepresentatie met de gegeven radix (basis) || || |- !scope="row"|CEILING.MATH | Rond een getal naar boven af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|CEILING.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|COMBIN | Geeft het aantal combinaties terug voor een gegeven aantal objecten || || |- !scope="row"|COMBINA | Geeft het aantal combinaties (met herhalingen) terug voor een gegeven aantal items || || |- !scope="row"|COS | Geeft de cosinus van een getal terug || {{Z+|Z12473}} | |- !scope="row"|COSH | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COT | Geeft de hyperbolische cosinus van een getal terug || || |- !scope="row"|COTH | Geeft de cotangens van een hoek terug || || |- !scope="row"|CSC | Geeft de cosecant van een hoek terug || || |- !scope="row"|CSCH | Geeft de hyperbolische cosecant van een hoek terug || || |- !scope="row"|DECIMAL | Zet een tekstweergave van een getal in een gegeven basis om in een decimaal getal || || |- !scope="row"|DEGREES | Zet radialen om in graden || || |- !scope="row"|EVEN | Rond een getal af naar het dichtstbijzijnde even geheel getal || || |- !scope="row"|EXP | Geeft e terug die wordt verhoogd tot de macht van een gegeven getal || || |- !scope="row"|FACT | Geeft de faculteit van een getal terug || || |- !scope="row"|FACTDOUBLE | Geeft de dubbele faculteit van een getal terug || || |- !scope="row"|FLOOR.MATH | Rond een getal naar beneden af op het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|FLOOR.PRECISE | Rond een getal af op het dichtstbijzijnde geheel getal of op het dichtstbijzijnde veelvoud van significantie. Ongeacht het teken van het getal wordt het getal afgerond. || || |- !scope="row"|GCD | Geeft de grootste gemene deler terug || || |- !scope="row"|INT | Rond een getal af naar beneden naar het dichtstbijzijnde geheel getal || || |- !scope="row"|ISO.CEILING | Geeft een getal terug dat wordt afgerond naar het dichtstbijzijnde geheel getal of naar het dichtstbijzijnde veelvoud van significantie || || |- !scope="row"|LCM | Geeft het kleinste gemeenschappelijke veelvoud terug || || |- !scope="row"|LN | Geeft het natuurlijke logaritme van een getal terug || || |- !scope="row"|LOG | Geeft de logaritme van een getal terug met een opgegeven basisgetal || || |- !scope="row"|LOG10 | Geeft de logaritme van basis-10 van een getal terug || || |- !scope="row"|MDETERM | Geeft de matrixdeterminant van een array terug || || |- !scope="row"|MINVERSE | Geeft de matrixinverse van een array terug || || |- !scope="row"|MMULT | Geeft het matrixproduct van twee arrays terug || || |- !scope="row"|MOD | Geeft de rest terug uit een deling || {{Z+|Z12476}} || |- !scope="row"|MROUND | Geeft een getal terug dat wordt afgerond op het gewenste veelvoud || || |- !scope="row"|MULTINOMIAL | Geeft de som (multinomial) van een verzameling getallen terug || || |- !scope="row"|MUNIT | Geeft de eenheidsmatrix voor de gespecificeerde dimensie terug || || |- !scope="row"|ODD | Rond een getal af naar boven op het dichtstbijzijnde oneven geheel getal || || |- !scope="row"|PI | Geeft de waarde van Pi terug || {{Z+|Z20862}} || |- !scope="row"|POWER | Geeft het resultaat terug van een getal dat tot een macht is verhoogd || {{Z+|Z13647}} || |- !scope="row"|PRODUCT | Vermenigvuldigt zijn argumenten || {{Z+|Z10862}} || |- !scope="row"|QUOTIENT | Geeft het gehele deel terug van een deling || {{Z+|Z12522}} || |- !scope="row"|RADIANS | Zet graden om in radialen || || |- !scope="row"|RAND | Geeft een willekeurig getal tussen 0 en 1 terug || || |- !scope="row"|RANDARRAY | Geeft een reeks willekeurige getallen tussen 0 en 1 terug. U kunt echter het aantal rijen en kolommen aangeven om in te vullen, de minimale en maximale waarden en of u gehele getallen of decimalen wilt terug krijgen. || || |- !scope="row"|RANDBETWEEN | Geeft een willekeurig getal terug tussen de getallen die u heeft gespecificeerd || || |- !scope="row"|ROMAN | Zet een Arabisch getal om naar een Romeins getal, als tekst || {{Z+|Z11022}} || |- !scope="row"|ROUND | Rondt een getal af op een bepaald aantal cijfers achter de komma || || |- !scope="row"|ROUNDDOWN | Rondt een getal naar beneden af, richting nul || || |- !scope="row"|ROUNDUP | Rondt een getal naar boven af, weg van nul || || |- !scope="row"|SEC | Geeft de secant van een hoek terug || || |- !scope="row"|SECH | Geeft de hyperbolische secant van een hoek terug || || |- !scope="row"|SEQUENCE | Genereert een lijst met sequentiële getallen in een array, zoals 1, 2, 3, 4 || || |- !scope="row"|SERIESSUM | Geef de som terug van macht serie op basis van de formule || || |- !scope="row"|SIGN | Geeft het teken van een getal terug || || |- !scope="row"|SIN | Geeft de sinus van een hoek terug || || |- !scope="row"|SINH | Geeft de hyperbolische sinus van een getal terug || || |- !scope="row"|SQRT | Geeft een positieve wortel terug || || |- !scope="row"|SQRTPI | Geeft de wortel terug van (getal * pi) || || |- !scope="row"|SUBTOTAL | Geeft een subtotaal terug van een lijst of database || || |- !scope="row"|SUM | Telt de argumenten op || {{Z+|Z12720}} || |- !scope="row"|SUMIF | Voegt de cellen toe die gespecificeerd zijn volgens een bepaald criterium || || |- !scope="row"|SUMIFS | Voegt de cellen toe in een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|SUMPRODUCT | Geeft de som van de producten van de overeenkomstige arraycomponenten terug. || || |- !scope="row"|SUMSQ | Geeft de som van de kwadraten van de argumenten terug || || |- !scope="row"|SUMX2MY2 | Geeft de som terug van het verschil van kwadraten van overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMX2PY2 | Geeft de som terug van de som van de kwadraten van de overeenkomstige waarden in twee arrays || || |- !scope="row"|SUMXMY2 | Geeft de som van kwadraten van verschillen van overeenkomstige waarden in twee arrays terug. || || |- !scope="row"|TAN | Geeft de tangens van een getal terug || || |- !scope="row"|TANH | Geeft de hyperbolische tangens van een getal terug || || |- !scope="row"|TRUNC | Kapt een getal af tot een geheel getal || || |} <span id="Statistical"></span> == Statistiek == {| class="wikitable collapsible sortable" |+Lijst van statistiek Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|AVEDEV | Geeft het gemiddelde van de absolute afwijkingen van datapunten van hun gemiddelde terug. || || |- !scope="row"|AVERAGE | Geeft het gemiddelde van zijn argumenten terug || || |- !scope="row"|AVERAGEA | Geeft het gemiddelde van zijn argumenten terug, inclusief getallen, tekst en logische waarden || || |- !scope="row"|AVERAGEIF | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen in een bereik die aan een gegeven criterium voldoen || || |- !scope="row"|AVERAGEIFS | Geeft het gemiddelde (rekenkundig gemiddelde) terug van alle cellen die aan meerdere criteria voldoen. || || |- !scope="row"|BETA.DIST | Geeft de bèta-cumulatieve verdelingsfunctie terug || || |- !scope="row"|BETA.INV | Geeft de inverse van de cumulatieve verdelingsfunctie terug voor een gespecificeerde bètaverdeling || || |- !scope="row"|BINOM.DIST | Geeft de binomiale verdelingskans van de individuele term terug || || |- !scope="row"|BINOM.DIST.RANGE | Geeft de waarschijnlijkheid van een proefresultaat terug met behulp van een binaire verdeling || || |- !scope="row"|BINOM.INV | Geeft de kleinste waarde terug waarvoor de cumulatieve binomiale verdeling kleiner is dan of gelijk aan een criteriumwaarde || || |- !scope="row"|CHISQ.DIST | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.DIST.RT | Geeft de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.INV | Geeft de cumulatieve beta-waarschijnlijkheid dichtheidsfunctie terug || || |- !scope="row"|CHISQ.INV.RT | Geeft de inverse van de eenzijdige kans van de chi-kwadraatverdeling terug || || |- !scope="row"|CHISQ.TEST | Geeft de test voor onafhankelijkheid terug || || |- !scope="row"|CONFIDENCE.NORM | Geeft het betrouwbaarheidsinterval terug voor een populatiegemiddelde || || |- !scope="row"|CONFIDENCE.T | Geeft het vertrouwensinterval voor een bevolkingsgemiddelde terug, met behulp van de t-verdeling || || |- !scope="row"|CORREL | Geeft de correlatiecoëfficiënt tussen twee gegevenssets terug || || |- !scope="row"|COUNT | Telt het aantal getallen in de lijst met argumenten || || |- !scope="row"|COUNTA | Telt hoeveel waarden er zijn in de lijst met argumenten || || |- !scope="row"|COUNTBLANK | Telt het aantal lege cellen binnen een bereik || || |- !scope="row"|COUNTIF | Telt het aantal cellen binnen een bereik dat aan de gegeven criteria voldoet || || |- !scope="row"|COUNTIFS | Telt het aantal cellen binnen een bereik dat aan meerdere criteria voldoet || || |- !scope="row"|COVARIANCE.P | Geeft covariantie terug, het gemiddelde van de producten van gepaarde afwijkingen || || |- !scope="row"|COVARIANCE.S | Geeft de covariantie van de steekproef terug, het gemiddelde van de productafwijkingen voor elk datapuntpaar in twee datasets || || |- !scope="row"|DEVSQ | Geeft de som van kwadraten van afwijkingen terug. || || |- !scope="row"|EXPON.DIST | Geeft de exponentiële verdeling terug || || |- !scope="row"|F.DIST | Geeft de F-kansverdeling terug || || |- !scope="row"|F.DIST.RT | Geeft de F-kansverdeling terug || || |- !scope="row"|F.INV | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|F.INV.RT | Geeft de inverse van de F-kansverdeling terug || || |- !scope="row"|FISHER | Geeft de Fisher-transformatie terug || || |- !scope="row"|FISHERINV | Geeft de inverse van de Fisher-transformatie terug || || |- !scope="row"|FORECAST | Geeft een waarde terug volgens een lineaire trend || || |- !scope="row"|FORECAST.ETS | Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme || || |- !scope="row"|FORECAST.ETS.CONFINT | Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum || || |- !scope="row"|FORECAST.ETS.SEASONALITY | Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks || || |- !scope="row"|FORECAST.ETS.STAT | Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen || || |- !scope="row"|FORECAST.LINEAR | Geeft een toekomstige waarde terug op basis van bestaande waarden || || |- !scope="row"|FREQUENCY | Geeft een frequentieverdeling terug als een verticale array || || |- !scope="row"|F.TEST | Geeft het resultaat van een F-test terug || || |- !scope="row"|GAMMA | Geeft de waarde van de Gamma-functie terug || || |- !scope="row"|GAMMA.DIST | Geeft de gamma-verdeling terug || || |- !scope="row"|GAMMA.INV | Geeft de inverse van de cumulatieve gammaverdeling terug || || |- !scope="row"|GAMMALN | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAMMALN.PRECISE | Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug || || |- !scope="row"|GAUSS | Geeft 0,5 minder dan de standaard normale cumulatieve verdeling terug || || |- !scope="row"|GEOMEAN | Geeft het geometrische gemiddelde terug || || |- !scope="row"|GROWTH | Geeft waarden terug langs een exponentiële trend || || |- !scope="row"|HARMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the harmonic mean</span> || || |- !scope="row"|HYPGEOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the hypergeometric distribution</span> || || |- !scope="row"|INTERCEPT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the intercept of the linear regression line</span> || || |- !scope="row"|KURT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the kurtosis of a data set</span> || || |- !scope="row"|LARGE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th largest value in a data set</span> || || |- !scope="row"|LINEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of a linear trend</span> || || |- !scope="row"|LOGEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the parameters of an exponential trend</span> || || |- !scope="row"|LOGNORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the cumulative lognormal distribution</span> || || |- !scope="row"|LOGNORM.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the lognormal cumulative distribution</span> || || |- !scope="row"|MAX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments</span> || || |- !scope="row"|MAXA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MAXIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the maximum value among cells specified by a given set of conditions or criteria</span> || || |- !scope="row"|MEDIAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the median of the given numbers</span> || || |- !scope="row"|MIN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value in a list of arguments</span> || * {{z+|Z19509}} * {{Z+|Z21341}} || |- !scope="row"|MINIFS | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the minimum value among cells specified by a given set of conditions or criteria.</span> || || |- !scope="row"|MINA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the smallest value in a list of arguments, including numbers, text, and logical values</span> || || |- !scope="row"|MODE.MULT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data</span> || || |- !scope="row"|MODE.SNGL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the most common value in a data set</span> || || |- !scope="row"|NEGBINOM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the negative binomial distribution</span> || || |- !scope="row"|NORM.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the normal cumulative distribution</span> || || |- !scope="row"|NORMINV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the normal cumulative distribution</span> || || |- !scope="row"|NORM.S.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard normal cumulative distribution</span> || || |- !scope="row"|NORM.S.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the standard normal cumulative distribution</span> || || |- !scope="row"|PEARSON | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Pearson product moment correlation coefficient</span> || || |- !scope="row"|PERCENTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive</span> || || |- !scope="row"|PERCENTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th percentile of values in a range</span> || || |- !scope="row"|PERCENTRANK.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set</span> || || |- !scope="row"|PERCENTRANK.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the percentage rank of a value in a data set</span> || || |- !scope="row"|PERMUT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects</span> || || |- !scope="row"|PERMUTATIONA | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects</span> || || |- !scope="row"|PHI | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the value of the density function for a standard normal distribution</span> || || |- !scope="row"|POISSON.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Poisson distribution</span> || || |- !scope="row"|PROB | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability that values in a range are between two limits</span> || || |- !scope="row"|QUARTILE.EXC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of the data set, based on percentile values from 0..1, exclusive</span> || || |- !scope="row"|QUARTILE.INC | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the quartile of a data set</span> || || |- !scope="row"|RANK.AVG | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the average rank</span> || || |- !scope="row"|RANK.EQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rank of a number in a list of numbers; duplicate values receive the same rank</span> || || |- !scope="row"|RSQ | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the square of the Pearson product moment correlation coefficient</span> || || |- !scope="row"|SKEW | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution</span> || || |- !scope="row"|SKEW.P | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean</span> || || |- !scope="row"|SLOPE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the slope of the linear regression line</span> || || |- !scope="row"|SMALL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the k-th smallest value in a data set</span> || || |- !scope="row"|STANDARDIZE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a normalized value</span> || || |- !scope="row"|STDEV.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population</span> || || |- !scope="row"|STDEV.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample</span> || || |- !scope="row"|STDEVA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates standard deviation based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|STDEVPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates standard deviation based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|STEYX | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the standard error of the predicted y-value for each x in the regression</span> || || |- !scope="row"|T.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Percentage Points (probability) for the Student t-distribution</span> || || |- !scope="row"|T.DIST.RT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Student's t-distribution</span> || || |- !scope="row"|T.INV | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom</span> || || |- !scope="row"|T.INV.2T | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the inverse of the Student's t-distribution</span> || || |- !scope="row"|TREND | <span lang="en" dir="ltr" class="mw-content-ltr">Returns values along a linear trend</span> || || |- !scope="row"|TRIMMEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the mean of the interior of a data set</span> || || |- !scope="row"|T.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the probability associated with a Student's t-test</span> || || |- !scope="row"|VAR.P | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population</span> || || |- !scope="row"|VAR.S | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample</span> || || |- !scope="row"|VARA | <span lang="en" dir="ltr" class="mw-content-ltr">Estimates variance based on a sample, including numbers, text, and logical values</span> || || |- !scope="row"|VARPA | <span lang="en" dir="ltr" class="mw-content-ltr">Calculates variance based on the entire population, including numbers, text, and logical values</span> || || |- !scope="row"|WEIBULL.DIST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Weibull distribution</span> || || |- !scope="row"|Z.TEST | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the one-tailed probability-value of a z-test</span> || || |} <span id="Text"></span> == Tekst == {| class="wikitable collapsible sortable" |+Lijst van tekst Excel-functies !scope="col"| Functienaam !scope="col"| Beschrijving !scope="col"| ZID !scope="col"| Opmerking |- !scope="row"|ARRAYTOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns an array of text values from any specified range</span> || || |- !scope="row"|ASC | <span lang="en" dir="ltr" class="mw-content-ltr">Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters</span> || || |- !scope="row"|BAHTTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the ß (baht) currency format</span> || || |- !scope="row"|CHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the character specified by the code number</span> || || |- !scope="row"|CLEAN | <span lang="en" dir="ltr" class="mw-content-ltr">Removes all nonprintable characters from text</span> || || |- !scope="row"|CODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a numeric code for the first character in a text string</span> || || |- !scope="row"|CONCAT | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.</span> || {{Z+|Z10000}} || <span lang="en" dir="ltr" class="mw-content-ltr">WF only takes two strings</span> |- !scope="row"|CONCATENATE | <span lang="en" dir="ltr" class="mw-content-ltr">Joins several text items into one text item</span> || {{Z+|Z10000}} || |- !scope="row"|DBCS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters</span> || || |- !scope="row"|DOLLAR | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a number to text, using the $ (dollar) currency format</span> || || |- !scope="row"|EXACT | <span lang="en" dir="ltr" class="mw-content-ltr">Checks to see if two text values are identical</span> || {{Z+|Z866}} || |- !scope="row"|FIND, FINDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (case-sensitive)</span> || || |- !scope="row"|FIXED | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number as text with a fixed number of decimals</span> || || |- !scope="row"|JIS | <span lang="en" dir="ltr" class="mw-content-ltr">Changes half-width (single-byte) characters within a string to full-width (double-byte) characters</span> || || |- !scope="row"|LEFT, LEFTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the leftmost characters from a text value</span> || || |- !scope="row"|LEN, LENBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number of characters in a text string</span> || {{Z+|Z11040}} || |- !scope="row"|LOWER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to lowercase</span> || {{Z+|Z10047}} || |- !scope="row"|MID, MIDBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a specific number of characters from a text string starting at the position you specify</span> || || |- !scope="row"|NUMBERVALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to number in a locale-independent manner</span> || || |- !scope="row"|PHONETIC | <span lang="en" dir="ltr" class="mw-content-ltr">Extracts the phonetic (furigana) characters from a text string</span> || || |- !scope="row"|PROPER | <span lang="en" dir="ltr" class="mw-content-ltr">Capitalizes the first letter in each word of a text value</span> || {{Z+|Z10251}} || |- !scope="row"|REPLACE, REPLACEBs | <span lang="en" dir="ltr" class="mw-content-ltr">Replaces characters within text</span> || || |- !scope="row"|REPT | <span lang="en" dir="ltr" class="mw-content-ltr">Repeats text a given number of times</span> || {{Z+|Z10911}} || |- !scope="row"|RIGHT, RIGHTBs | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the rightmost characters from a text value</span> || || |- !scope="row"|SEARCH, SEARCHBs | <span lang="en" dir="ltr" class="mw-content-ltr">Finds one text value within another (not case-sensitive)</span> || || |- !scope="row"|SUBSTITUTE | <span lang="en" dir="ltr" class="mw-content-ltr">Substitutes new text for old text in a text string</span> || {{Z+|Z10075}} || |- !scope="row"|T | <span lang="en" dir="ltr" class="mw-content-ltr">Converts its arguments to text</span> || || |- !scope="row"|TEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Formats a number and converts it to text</span> || {{Z+|Z13713}} || |- !scope="row"|TEXTAFTER | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs after given character or string</span> || {{Z+|Z11412}} {{Z+|Z11416}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTBEFORE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text that occurs before a given character or string</span> || {{Z+|Z11418}} {{Z+|Z11422}} || <span lang="en" dir="ltr" class="mw-content-ltr">Excel has parameters to choose last (or Nth)</span> |- !scope="row"|TEXTJOIN | <span lang="en" dir="ltr" class="mw-content-ltr">Combines the text from multiple ranges and/or strings</span> || || |- !scope="row"|TEXTSPLIT | <span lang="en" dir="ltr" class="mw-content-ltr">Splits text strings by using column and row delimiters</span> || || |- !scope="row"|TRIM | <span lang="en" dir="ltr" class="mw-content-ltr">Removes spaces from text</span> || {{Z+|Z10079}} || |- !scope="row"|UNICHAR | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the Unicode character that is references by the given numeric value</span> || {{Z+|Z11534}} || |- !scope="row"|UNICODE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns the number (code point) that corresponds to the first character of the text</span> || {{Z+|Z11515}} || |- !scope="row"|UPPER | <span lang="en" dir="ltr" class="mw-content-ltr">Converts text to uppercase</span> || {{Z+|Z10018}} || |- !scope="row"|VALUE | <span lang="en" dir="ltr" class="mw-content-ltr">Converts a text argument to a number</span> || || |- !scope="row"|VALUETOTEXT | <span lang="en" dir="ltr" class="mw-content-ltr">Returns text from any specified value</span> || || |- !scope="row"|ENCODEURL | <span lang="en" dir="ltr" class="mw-content-ltr">Returns a URL-encoded string</span> || {{Z+|Z10761}} || |- !scope="row"|FILTERXML | <span lang="en" dir="ltr" class="mw-content-ltr">Returns specific data from the XML content by using the specified XPath</span> || || |- !scope="row"|WEBSERVICE | <span lang="en" dir="ltr" class="mw-content-ltr">Returns data from a web service.</span> | | |} [[Category:Lists of functions]] 6ku8nyrte236o0szd3h5c959mdp8gwp Template:Main page/News/cs 10 78172 280729 279834 2026-06-05T14:17:33Z FuzzyBot 207 Updating to match new version of source page 280729 wikitext text/x-wiki <noinclude><languages /></noinclude> ; Dobrovolnické koutky * Následující Dobrovolnický koutek se bude konat <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> na platformě <bdi lang="en" dir="ltr">Google Meet</bdi> na <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|Poslední Dobrovolnický koutek]] je dostupný na Commons. ; Nedávné aktuality o Wikifunkcích <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-05}}: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-30}}: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-23}}: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-15}}: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-05-08}}: References from Wikidata are now available</span> [[Special:MyLanguage/Wikifunctions:Status updates|<span class="mw-ui-button mw-ui-constructive mw-ui-small">Další novinky</span>]] qumzadtvhzclxhzbzd8k8ldl3xsyp3t Z32215 0 78375 280940 280610 2026-06-05T23:12:34Z Feeglgeef 8776 Removed Z32217 from the approved list of implementations 280940 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32215" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32215K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item (must be on the wiki)" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z32215K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z89", "Z8K3": [ "Z20", "Z32407", "Z36092" ], "Z8K4": [ "Z14", "Z36093" ], "Z8K5": "Z32215" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "AW list item with linked QID and label" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "basic Abstract Wikipedia list item" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } h5i8f8r9cb2hgsndkuxap87wqt57u8p 280941 280940 2026-06-05T23:16:24Z Feeglgeef 8776 Added Z32217 to the approved list of implementations 280941 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32215" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32215K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item (must be on the wiki)" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z32215K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z89", "Z8K3": [ "Z20", "Z32407", "Z36092" ], "Z8K4": [ "Z14", "Z36093", "Z32217" ], "Z8K5": "Z32215" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "AW list item with linked QID and label" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "basic Abstract Wikipedia list item" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6bp0ezna0qgwquivztz0oc7u8gj8nyi Z32371 0 78605 280867 259113 2026-06-05T18:25:50Z Strobilomyces 193 + description 280867 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32371" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32371K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32371K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32371K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z32372" ], "Z8K4": [ "Z14", "Z32374" ], "Z8K5": "Z32371" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, French" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Example : Australie est un pais en Océanie. The initial article doesn't work." } ] } } hrq6d8gmtqhha2yos9z8t7u0tmymsnz Z32374 0 78608 280829 260326 2026-06-05T17:45:53Z Strobilomyces 193 improve French label 280829 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32374" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z32371", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": "Z1004", "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z11170", "Z11170K1": { "Z1K1": "Z7", "Z7K1": "Z26562", "Z26562K1": { "Z1K1": "Z18", "Z18K1": "Z32371K1" }, "Z26562K2": { "Z1K1": "Z18", "Z18K1": "Z32371K2" } }, "Z11170K2": "." }, " en ", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z32371K3" }, "Z23753K2": "Z1004" }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "French string from entity, class, location" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "texte français à partir de: entité, classe, lieu" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 29q1teionlyr1vgj84ifdx0htb1qaw3 280832 280829 2026-06-05T18:02:40Z Strobilomyces 193 + en description 280832 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32374" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z32371", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": "Z1004", "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z11170", "Z11170K1": { "Z1K1": "Z7", "Z7K1": "Z26562", "Z26562K1": { "Z1K1": "Z18", "Z18K1": "Z32371K1" }, "Z26562K2": { "Z1K1": "Z18", "Z18K1": "Z32371K2" } }, "Z11170K2": "." }, " en ", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z32371K3" }, "Z23753K2": "Z1004" }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "French string from entity, class, location" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "texte français à partir de: entité, classe, lieu" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Example: Australie est un pais en Océanie. The article of the subject is not handled correctly." } ] } } 08q9vmzcqzqk6zczla275e4fhnt427w 280836 280832 2026-06-05T18:08:41Z Strobilomyces 193 + description 280836 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32374" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z32371", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": "Z1004", "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z11170", "Z11170K1": { "Z1K1": "Z7", "Z7K1": "Z26562", "Z26562K1": { "Z1K1": "Z18", "Z18K1": "Z32371K1" }, "Z26562K2": { "Z1K1": "Z18", "Z18K1": "Z32371K2" } }, "Z11170K2": "." }, " en ", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z32371K3" }, "Z23753K2": "Z1004" }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "French string from entity, class, location" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "texte français à partir de: entité, classe, lieu" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Example: Australie est un pais en Océanie. The article of the subject is not handled correctly." }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "Exemple : Australie est un pais en Océanie. Le premier article n'est pas bien géré." } ] } } kzmaromtmndga1ic2eqbsa69hdtuwej Z32534 0 78784 280685 270473 2026-06-05T14:06:48Z HenkvD 1290 Creative work - entity, class, creator, Default 280685 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32534" }, "Z2K2": { "Z1K1": "Z14294", "Z14294K1": [ "Z14293", { "Z1K1": "Z14293", "Z14293K1": "Z32536", "Z14293K2": "Z33034" }, { "Z1K1": "Z14293", "Z14293K1": "Z32591", "Z14293K2": "Z33056" }, { "Z1K1": "Z14293", "Z14293K1": "Z32688", "Z14293K2": "Z34003" }, { "Z1K1": "Z14293", "Z14293K1": "Z32910", "Z14293K2": [ "Z60", "Z1592" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z33026", "Z14293K2": "Z33463" }, { "Z1K1": "Z14293", "Z14293K1": "Z34459", "Z14293K2": [ "Z60", "Z1011" ] } ], "Z14294K2": "Z36098" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "config for creative work - entity, class, creator" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "config oeuvre - entité, classe, créateur/trice" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } b9fxf0ldtlnda11dtzrzqendjz9w0ki Z32581 0 78831 280952 276348 2026-06-06T10:01:18Z HenkvD 1290 Added Z36125 to the approved list of test cases 280952 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z32581" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32581K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "entita" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32581K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "třída" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z32581K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "tvůrce" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z32581K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "jazyk" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z32583", "Z36125" ], "Z8K4": [ "Z14", "Z32582" ], "Z8K5": "Z32581" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creative work – entity, class, creator" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "Oeuvre de l'esprit - entité, classe, auteur" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "tvůrčí dílo – entita, třída, tvůrce" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "creative work - entity, class, creator" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "sestaví definiční větu popisující tvůrčí dílo pomocí jeho třídy a tvůrce" } ] } } t7fwrlyggzocxeegoej00u5aup2pj6f User talk:Rachmat04 3 79351 280721 279845 2026-06-05T14:14:44Z MediaWiki message delivery 791 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 280721 wikitext text/x-wiki {{Autoarchive resolved section |age=3 |timeout=30 |show=yes |archive='((FULLPAGENAME))/Archives/((year))' |overview= |latest archive=[[{{FULLPAGENAME}}/Archives/{{CURRENTYEAR}}|Archives/{{CURRENTYEAR}}]] }} == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> lte8u3z7p1ruy3vumxt1fe4kh2mqhbj Z33026 0 79573 280632 262664 2026-06-05T12:43:31Z 99of9 1622 Added Z33388 to the approved list of test cases 280632 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33026" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z33388" ], "Z8K4": [ "Z14" ], "Z8K5": "Z33026" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, zh-Hans" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } e4sl5ldcnrd8s95kmfa9n7l1v4dzpi3 280633 280632 2026-06-05T12:44:11Z 99of9 1622 Added Z33387 to the approved list of test cases 280633 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33026" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z33388", "Z33387" ], "Z8K4": [ "Z14" ], "Z8K5": "Z33026" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, zh-Hans" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 0e4kq8l3z3hwueofh1pid52vs5wtdgk 280634 280633 2026-06-05T12:44:13Z 99of9 1622 Added Z33027 to the approved list of implementations 280634 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33026" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33026K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z33388", "Z33387" ], "Z8K4": [ "Z14", "Z33027" ], "Z8K5": "Z33026" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, zh-Hans" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } i83bkhufta6g4ghkky8xtay6jvuotgu Z33421 0 80184 280649 280617 2026-06-05T13:47:40Z HenkvD 1290 A (is a) B. 280649 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33421" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z33420", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z33420K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z33420K3" } }, "(is a)", { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z33420K2" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z33420K3" } }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "subject is instance of, default, compose set note" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A (is a) B." } ] } } anb0bfu4k6knbv5bt29w7dk63fkq8m7 280653 280649 2026-06-05T13:54:40Z HenkvD 1290 A (is a) B. added spaces 280653 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33421" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z33420", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z33420K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z33420K3" } }, " (is a) ", { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z33420K2" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z33420K3" } }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "subject is instance of, default, compose set note" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A (is a) B." } ] } } 912pej6hgetxgfhsz6pf5q3usci3q0m Z33422 0 80185 280922 280155 2026-06-05T21:35:06Z HenkvD 1290 ❌≪Berlin (is a) city.≫❌ 280922 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33422" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z33420", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z33420", "Z33420K1": { "Z1K1": "Z6091", "Z6091K1": "Q64" }, "Z33420K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z33420K3": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "❌≪Berlin (is a) city.≫❌" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "❌≪Berlin (is a) city.≫❌" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } dqc7rqmbolq9y5w3zc7w68x5dz94e5d 280960 280922 2026-06-06T10:18:44Z HenkvD 1290 [en] 280960 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33422" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z33420", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z33420", "Z33420K1": { "Z1K1": "Z6091", "Z6091K1": "Q64" }, "Z33420K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z33420K3": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "❌≪Berlin (is a) city.≫❌" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "[en] ❌≪Berlin (is a) city.≫❌" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } fysycr0ti856b59vwbwn04vdkxo6cwo Z33423 0 80186 280924 265106 2026-06-05T21:36:50Z HenkvD 1290 ❌≪Berlino (is a) città.≫❌ 280924 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33423" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z33420", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z33420", "Z33420K1": { "Z1K1": "Z6091", "Z6091K1": "Q64" }, "Z33420K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z33420K3": "Z1787" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "❌≪Berlino (is a) città.≫❌" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Italian: ❌≪Berlino (is a) città.≫❌" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 4tb9scwbd0ncsq2gnmg8ckal6q9daji Z33424 0 80187 280923 265109 2026-06-05T21:36:06Z HenkvD 1290 ❌≪Sun (is a) star.≫❌ 280923 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33424" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z33420", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z33420", "Z33420K1": { "Z1K1": "Z6091", "Z6091K1": "Q525" }, "Z33420K2": { "Z1K1": "Z6091", "Z6091K1": "Q523" }, "Z33420K3": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "❌≪Sun (is a) star.≫❌" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "English: ❌≪Sun (is a) star.≫❌" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } sm7yb7oge13nnwofgzfjyvhc5dmvnpx Z33726 0 80617 280953 280156 2026-06-06T10:06:55Z HenkvD 1290 ❌≪Sun (is a) star.≫❌ 280953 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33726" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z26039", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q525" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q523" }, "Z26039K3": "Z1881" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "❌≪Sun (is a) star.≫❌" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "controlla fallback \"Sun ∈ {star}\"" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "check fallback ❌≪Sun (is a) star.≫❌ in Pig Latin" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } qp0uehvcpi1lz13xpk4ysyzlyvqq0xx User:HenkvD 2 81186 280756 279045 2026-06-05T15:55:26Z HenkvD 1290 280756 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse;" | | colspan="10" | <div class="plainlinks"><div style="text-align:center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''Gebruiker:HenkvD op [[commons:Template talk:Sisterlinks|zusterprojecten]]'''</div></div> |- | valign="top" align="center" | [[Image:Wikipedia-logo.png|18px]]<br>Wikipedia<br>[[:de:Benutzer:HenkvD|de:]] [[:en:User:HenkvD|en:]] [[:fr:Utilisateur:HenkvD|fr:]] '''[[:nl:User:HenkvD|nl:]]''' | valign="top" align="center" | [[Image:Wiktionary-logo-en.png|17px]]<br>Wiktionary<br>[[:wikt:en:User:HenkvD|en:]]<br />[http://www.omegawiki.org/index.php/User:HenkvD ΩWiki] | valign="top" align="center" | [[Image:Wikinews-logo.png|35px]]<br>Wikinews<br>[[wikinews:User:HenkvD|en:]] [[:n:nl:User:HenkvD|nl:]]<br><div id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br>'''[http://nl.wikimedia.org/wiki/Gebruiker:HenkvD nl:]''' </div> |- | valign="top" align="center" | [[Image:Wikivoyage-Logo-v3-icon.svg|16px]]<br>Wikivoyage<br>[[:en:voy:User:HenkvD|en:]] | valign="top" align="center" | [[File:Wikidata-logo.svg|19px|Wikidata]]<br><div class="plainlinks">[http://www.wikidata.org/wiki/User:HenkvD Wikidata]</div> | valign="top" align="center" | [[Image:Commons-logo.svg|14px]]<br>[[:Commons:User:HenkvD|Commons]] | valign="top" align="center" | [[File:Wikifunctions-logo.svg|14px]] [[File:Abstract-Wikipedia-wordmark.svg|42px]]<br>'''Wikifunctions''' <br>[[abstract:User:HenkvD|AbstractWiki]] |} My name is Henk, from the Netherlands ([[:nl:Gebruiker:HenkvD]]). I am interested in Abstract Wikipedia functionality and have general knowledge of the Dutch language (as native speaker). As most other Dutch persons I have good knowledge of English and some of German and a bit of French and Romance languages.<br> I have an IT background, and try to understand the programming in Wikifunctions.<br> I will try to analyse Wikifunction, Wikidata, lexemes and add Wikifunction tests if needed. In my opinion the initial goal is to have Abstract Wikipedia pages with simple lead section (like stubs), an infobox fully from Wikidata, one or more images and maybe some simple lists. The simple lead sentences should function for as many languages as possible. That will also need that many languages will have labels in Wikidata and lexemes with genders. That will be a difficult enough to achieve. In my opinion extensive prose will be very hard to achieve. {{#babel:nl|en-3|de-1}} Usefull pages: * [[Wikifunctions:Status updates]] * [[Wikifunctions:Requests for connection and disconnection]] * [[Wikifunctions:Requests for user groups]] * [[:Category:Natural language generation functions]] Wikidata queries * [https://query.wikidata.org/#%23%20Gender%20of%20City%20per%20langague%0ASELECT%20%3Fl%20%3Flemma%20%3Fsense%20%3Fgender%20%3FgenderLabel%20%28LANG%28%3Flemma%29%20AS%20%3Flanguage%29%0AWHERE%20%7B%0A%20%20%20%20%20%20%3Fsense%20wdt%3AP5137%20wd%3AQ515.%20%20%20%23%20City%0A%20%20%20%20%20%20%3Fl%20ontolex%3Asense%20%3Fsense.%0A%20%20%20%20%20%20%3Fl%20wikibase%3Alemma%20%3Flemma.%20%20%20%23%20FILTER%28LANG%28%3Flemma%29%3D%22de%22%29%0A%20%20%20%20%20%20%3Fl%20wdt%3AP5185%20%3Fgender.%0A%20%20%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Gender of City per langague ] {| class="wikitable" ! Function !! English !! Z1157 Nederlands !! Z60 Local language |- | <nowiki>{{#function:</nowiki>[[f:Z26039|Z26039]]<nowiki>|Q64|Q515|Z1002}}</nowiki> | {{#function:Z26039|Q64|Q515|Z1002}} || {{#function:Z26039|Q64|Q515|Z1157}} || {{#function:Z26039|Q64|Q515|Z60}} |} * <span style="color:grey;">NLG Default text grey</span> Normal text * <span style="color:magenta;">NLG Default text magenta</span> [[Normal red link]] * <span style="color:blue;">NLG Default text blue</span> [[:nl:Gebruiker:HenkvD|Normal blue link]] io7d9wi7wim22f2f5aejf5iokbiwu3x Talk:Z28579 1 83582 280804 280025 2026-06-05T17:36:58Z YoshiRulz 10156 /* Mismatching JS code representation */ new section 280804 wikitext text/x-wiki {{type documentation|Z28579|RGBA colour |cardinality=arbitrarily many }} == Mismatching JS code representation == The Type converters to/from code use a different representation for the 4 components of this Type compared to the converters for {{Z|19677}}. This is at best confusing, and we should probably fix it now while there aren't many Functions using this Type. * Disconnect the Implementations [[Z28592]], [[Z28594]], and [[Z34743]]. I've just done so, but they may have been reconnected by the time you're reading this. * In [[Z28591]]: Replace <code>[ sign * numerator, denominator ]</code> with <code>{ "K1": sign * numerator, "K2": denominator }</code>. * In [[Z28593]]: Only <code>_Z19677</code> should need changing, replace <code>rat[0]</code> with <code>rat.K1</code> and <code>rat[1]</code> with <code>rat.K2</code>. * Fix and reconnect the aforementioned Implementations (can be left to me or other editors). ** [[Z28592]] shouldn't need changing. ** In [[Z28594]]: Replace <code>[1, 1]</code> with <code>{ K1: 1, K2: 1 }</code>. ** In [[Z34743]]: Replace <code></code> with <code></code>. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:36, 5 June 2026 (UTC) gj385wpwmg8nh24fp42ayxhvxd25ogr Wikifunctions:Status updates/2026-05-30 4 84650 280682 280111 2026-06-05T14:05:09Z Sannita (WMF) 10 fix 280682 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <translate><!--T:1--> Previous update</translate> | prev = 2026-05-23 | nextlabel = <translate><!--T:2--> Next update</translate> | next = 2026-06-05 }} <translate> === Looking back and forward === <!--T:3--> </translate> :<translate><!--T:4--> '''''Abstract Wikipedia will be a long journey, and I expect the project to shift and pivot over time. Our ultimate goal is clear: a system that allows more people to share more knowledge with more people, across languages. And we have an idea which path we are going to take.'''''</translate> <translate> <!--T:5--> This is how we started the [[<tvar name="1">:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2020-09-30</tvar>|first edition of this newsletter in 2020]], and since then, this newsletter has accompanied in a mostly weekly rhythm the development and progress of the Abstract Wikipedia project. <!--T:6--> This is the 250th edition of the Abstract Wikipedia newsletter. We use this arbitrary round number as an opportunity to look back at some of the milestones we have been following with this newsletter: </translate> * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2020-11-17|<translate><!--T:7--> Naming the wiki of functions as Wikifunctions</translate>]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-04-08|<translate><!--T:8--> A mission statement for Wikifunctions</translate>]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-10-27|<translate><!--T:9--> The logo for Wikifunctions</translate>]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-12-21|<translate><!--T:10--> Licensing decision for Wikifunctions and Abstract Wikipedia</translate>]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2023-08-07|<translate><!--T:11--> Starting up Wikifunctions</translate>]] * [[Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|<translate><!--T:12--> The location for Abstract Content</translate>]] * [[Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|<translate><!--T:13--> Naming the wiki of abstract content Abstract Wikipedia</translate>]] * [[Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|<translate><!--T:14--> Abstract Wikipedia in early Beta</translate>]] <translate> <!--T:15--> As we had originally anticipated, the system has evolved and changed from the original plan. And by now, we have most of the pieces in place: </translate> * <translate><!--T:16--> Wikifunctions is there, for maintaining a library of functions, which can be called from some Wikimedia projects</translate> * <translate><!--T:17--> Functions on Wikifunctions can access and process data and lexicographic data from Wikidata</translate> * <translate><!--T:18--> Abstract Wikipedia can compose articles from functions on Wikifunctions</translate> <translate> <!--T:19--> What is still missing? We are working on the next main step towards enabling the whole project: Integrating articles from Abstract Wikipedia in the language Wikipedias. <!--T:20--> With that, all the major functionalities of the architecture will be in place. <!--T:21--> There are still many other things that need to be worked on: scaling the various parts of the system, adding more capabilities (images, categories), building more functions, developing the right types, finding the right abstractions. <!--T:22--> As the pieces all come into their place, the outline of the puzzle as a whole will become more visible, and the value of the system will start to become real. <!--T:23--> Thank you for accompanying us on this journey! === Recent Changes in the software === <!--T:24--> <!--T:25--> Abstract article pages now show the label of the Wikidata item alongside the QID in the page title. This makes it easier to see what the article is about without relying only on the QID (<tvar name="1">[[:phab:T423651|T423651]]</tvar>). The QID can also be copied by clicking on it. The same title format is now used consistently during the creation workflow for abstract articles (<tvar name="2">[[:phab:T425408|T425408]]</tvar>). <!--T:26--> In addition, we also fixed an issue where lookup fields could sometimes show results based on what you had typed a moment earlier, rather than your latest input. <!--T:27--> We are also working towards adding support for images in abstract articles (<tvar name="1">[[:phab:T421841|T421841]]</tvar>). The first user-facing part of this, Z310/Commons media reference, will land this week, and support for using it will follow soon. === Recording of University of Washington Roundtable === <!--T:28--> <!--T:29--> Crystal Yragui has organized a roundtable at the Information School of the University of Washington, '''Artificial Intelligence and Machine Learning in Metadata: Possibilities, Limitations, and Ethical Implications'''. The panelists were: </translate> * <translate><!--T:30--> Morag Boyd (Director of Metadata Applications and Engagement at OCLC)</translate> * <translate><!--T:31--> Charlene Chou (Head of the Knowledge Access Department at New York University Libraries)</translate> * <translate><!--T:32--> Jeremy Nelson (Stanford University Libraries)</translate> * <translate><!--T:33--> Philippe Saadé (AI/ML Project Manager at Wikimedia Deutschland)</translate> * <translate><!--T:34--> Osma Suominen (Information Systems Specialist at the National Library of Finland)</translate> * <translate><!--T:35--> Denny Vrandečić (Wikimedia Foundation)</translate> <translate> <!--T:36--> More than 300 people attended the roundtable, listened to the short introductions by the panelists, and then had questions filed by the attendees. A [<tvar name="1">https://calma.ischool.uw.edu/uw-event/artificial-intelligence-and-machine-learning-in-metadata-possibilities-limitations-and-ethical-implications/</tvar> recording of the roundtable on AI and Machine Learning for Metadata] is now available. === Volunteers’ Corner on June 8 === <!--T:37--> <!--T:38--> The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Fresh Functions weekly: 67 new Functions === <!--T:39--> </translate> [[File:67 Meme Performance (6-7, 6 7).webm|thumb|<translate><!--T:40--> 67 new functions!</translate>]] <translate> <!--T:41--> This week we had 67 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </translate> * {{Z|Z35273}} * {{Z|Z35278}} * {{Z|Z35288}} * {{Z|Z35292}} * {{Z|Z35303}} * {{Z|Z35312}} * {{Z|Z35314}} * {{Z|Z35331}} * {{Z|Z35334}} * {{Z|Z35338}} * {{Z|Z35352}} * {{Z|Z35362}} * {{Z|Z35364}} * {{Z|Z35370}} * {{Z|Z35374}} * {{Z|Z35376}} * {{Z|Z35392}} * {{Z|Z35399}} * {{Z|Z35402}} * {{Z|Z35418}} * {{Z|Z35428}} * {{Z|Z35437}} * {{Z|Z35449}} * {{Z|Z35472}} * {{Z|Z35475}} * {{Z|Z35482}} * {{Z|Z35494}} * {{Z|Z35505}} * {{Z|Z35524}} * {{Z|Z35528}} * {{Z|Z35544}} * {{Z|Z35550}} * {{Z|Z35557}} * {{Z|Z35568}} * {{Z|Z35580}} * {{Z|Z35587}} * {{Z|Z35589}} * {{Z|Z35606}} * {{Z|Z35611}} * {{Z|Z35615}} <translate> <!--T:42--> A [<tvar name="1">https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest</tvar> complete list of all functions sorted by when they were created] is available. </translate> [[Category:Status updates{{#translation:}}|2026-05-30]] 4npqteigssgzgobao5q85y1uingcrzt Wikifunctions:Status updates/2026-05-30/de 4 84741 280683 280272 2026-06-05T14:05:21Z FuzzyBot 207 Updating to match new version of source page 280683 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-23 | nextlabel = Nächstes Update | next = 2026-06-05 }} <span id="Looking_back_and_forward"></span> === Rückblick und Ausblick === :'''''Die Abstrakte Wikipedia wird ein langer Weg sein, und ich gehe davon aus, dass sich das Projekt im Laufe der Zeit verändern und neu ausrichten wird. Unser übergeordnetes Ziel ist klar: ein System, das es mehr Menschen ermöglicht, mehr Wissen mit mehr Menschen über Sprachen hinweg zu teilen. Und wir haben eine Vorstellung davon, welchen Weg wir einschlagen werden.''''' So starteten wir die [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2020-09-30|erste Ausgabe dieses Newsletters im Jahr 2020]] und seither begleitet dieser Newsletter in einem überwiegend wöchentlichen Rhythmus die Entwicklung und den Fortschritt des Projekts der Abstrakten Wikipedia. Dies ist die 250. Ausgabe des Newsletters zur Abstrakten Wikipedia. Wir nutzen diese willkürliche runde Zahl als Gelegenheit, auf einige der Meilensteine ​​zurückzublicken, die wir mit diesem Newsletter begleitet haben: * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2020-11-17|Benennung des Wikis der Funktionen als Wikifunctions]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-04-08|Ein Leitbild für Wikifunctions]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-10-27|Das Logo für Wikifunctions]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-12-21|Lizenzentscheidung für Wikifunctions und die Abstrakte Wikipedia]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2023-08-07|Start von Wikifunctions]] * [[Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|Der Ort des Abstrakten Inhalts]] * [[Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|Benennung des Wikis der abstrakten Inhalte als Abstrakte Wikipedia]] * [[Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|Abstrakte Wikipedia in früher Beta-Version]] Wie wir ursprünglich erwartet hatten, hat sich das System weiterentwickelt und gegenüber dem ursprünglichen Plan verändert. Und mittlerweile sind die meisten Teile an ihrem Platz: * Wikifunctions ist vorhanden für die Verwaltung einer Bibliothek von Funktionen, die von einigen Wikimedia-Projekten aufgerufen werden können * Funktionen auf Wikifunctions können auf Daten und lexikografische Daten aus Wikidata zugreifen und diese verarbeiten * Die Abstrakte Wikipedia kann Artikel aus Funktionen auf Wikifunctions zusammenstellen Was fehlt noch? Wir arbeiten am nächsten wesentlichen Schritt, um das gesamte Projekt zu ermöglichen: Die Integration von Artikeln aus der Abstrakten Wikipedia in die Sprach-Wikipedias. Damit werden alle wesentlichen Funktionalitäten der Architektur vorhanden sein. Es gibt noch viele weitere Dinge, an denen gearbeitet werden muss: Die Skalierung der verschiedenen Systemteile, das Hinzufügen weiterer Funktionen (Bilder, Kategorien), die Entwicklung zusätzlicher Funktionalitäten, das Definieren der richtigen Typen sowie das Finden der richtigen Abstraktionen. Sobald alle Teile an ihrem Platz sind, wird die Gesamtstruktur des Puzzles deutlicher sichtbar, und der Wert des Systems beginnt, greifbar zu werden. Vielen Dank, dass ihr uns auf dieser Reise begleitet habt! <span id="Recent_Changes_in_the_software"></span> === Letzte Änderungen an der Software === Auf Seiten mit abstrakten Artikeln wird nun neben der QID auch die Bezeichnung des Wikidata-Datenobjekts im Seitentitel angezeigt. Dies erleichtert es, den Themeninhalt des Artikels zu erkennen, ohne sich dabei ausschließlich auf die QID verlassen zu müssen ([[:phab:T423651|T423651]]). Zudem lässt sich die QID durch Anklicken kopieren. Dasselbe Titelformat wird nun auch während des Erstellungsprozesses für abstrakte Artikel durchgängig angewendet ([[:phab:T425408|T425408]]). Darüber hinaus haben wir ein Problem behoben, bei dem Nachschlagefelder mitunter Ergebnisse anzeigten, die auf deiner kurz zuvor getätigten Eingabe basierten, anstatt auf deiner aktuellsten Eingabe. Wir arbeiten zudem daran, Unterstützung für Bilder in abstrakten Artikeln hinzuzufügen ([[:phab:T421841|T421841]]). Der erste für Nutzer sichtbare Teil, Z310/Commons-Medienreferenz, wird noch in dieser Woche eingeführt, und die Unterstützung für dessen Nutzung wird bald darauf folgen. <span id="Recording_of_University_of_Washington_Roundtable"></span> === Aufzeichnung des Runden Tisches bei der University of Washington === Crystal Yragui hat an der Information School der University of Washington einen Runden Tisch organisiert: '''Künstliche Intelligenz und Maschinelles Lernen in Metadaten: Möglichkeiten, Grenzen und ethische Implikationen'''. Die Diskussionsteilnehmer waren: * Morag Boyd (Leiterin für Metadatenanwendungen und Engagement beim OCLC) * Charlene Chou (Leiterin der Abteilung für Wissenszugang an den Bibliotheken der New York University) * Jeremy Nelson (Bibliotheken der Stanford University) * Philippe Saadé (AI/ML-Projektmanager bei Wikimedia Deutschland) * Osma Suominen (Spezialist für Informationssysteme bei der Finnischen Nationalbibliothek) * Denny Vrandečić (Wikimedia Foundation) Mehr als 300 Personen nahmen am runden Tisch teil, hörten sich die kurzen Einführungen der Diskussionsteilnehmer an und stellten anschließend Fragen. Eine [https://calma.ischool.uw.edu/uw-event/artificial-intelligence-and-machine-learning-in-metadata-possibilities-limitations-and-ethical-implications/ Aufzeichnung des runden Tisches zu KI und Maschinellem Lernen für Metadaten] ist nun verfügbar. <span id="Volunteers’_Corner_on_June_8"></span> === Freiwilligentreffen am 8. Juni === Das nächste Freiwilligentreffen findet am [https://zonestamp.toolforge.org/1780939800 Montag, dem 8. Juni 2026, um 19:30 Uhr MESZ] statt. Wir planen folgende Tagesordnung: Es wird Zeit geben, Fragen zu stellen und alle anstehenden Themen zu besprechen. Sofern die Zeit reicht, werden wir gemeinsam eine Funktion erstellen. Jeder ist herzlich eingeladen, über [https://meet.google.com/xuy-njxh-rkw Google Meet] teilzunehmen. <span id="Fresh_Functions_weekly:_67_new_Functions"></span> === Wöchentliche neue Funktionen: 67 neue Funktionen === [[File:67 Meme Performance (6-7, 6 7).webm|thumb|67 neue Funktionen!]] Diese Woche hatten wir 67 neue Funktionen. Hier ist eine unvollständige Liste von Funktionen mit Implementierungen und bestandenen Tests, um einen Eindruck davon zu bekommen, welche Funktionen erstellt wurden. Vielen Dank an alle für ihre Beiträge! * {{Z|Z35273}} * {{Z|Z35278}} * {{Z|Z35288}} * {{Z|Z35292}} * {{Z|Z35303}} * {{Z|Z35312}} * {{Z|Z35314}} * {{Z|Z35331}} * {{Z|Z35334}} * {{Z|Z35338}} * {{Z|Z35352}} * {{Z|Z35362}} * {{Z|Z35364}} * {{Z|Z35370}} * {{Z|Z35374}} * {{Z|Z35376}} * {{Z|Z35392}} * {{Z|Z35399}} * {{Z|Z35402}} * {{Z|Z35418}} * {{Z|Z35428}} * {{Z|Z35437}} * {{Z|Z35449}} * {{Z|Z35472}} * {{Z|Z35475}} * {{Z|Z35482}} * {{Z|Z35494}} * {{Z|Z35505}} * {{Z|Z35524}} * {{Z|Z35528}} * {{Z|Z35544}} * {{Z|Z35550}} * {{Z|Z35557}} * {{Z|Z35568}} * {{Z|Z35580}} * {{Z|Z35587}} * {{Z|Z35589}} * {{Z|Z35606}} * {{Z|Z35611}} * {{Z|Z35615}} Eine [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest vollständige Liste aller Funktionen, sortiert nach ihrem Erstellungszeitpunkt], ist verfügbar. [[Category:Status updates{{#translation:}}|2026-05-30]] k2fq88lqvosqaiwgti4g2ow9a97fn3d Z35911 0 84770 280873 279691 2026-06-05T18:46:48Z YoshiRulz 10156 Added Z36112 to the approved list of test cases 280873 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35911" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z35911K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "hours" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z35911K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "minutes" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z35911K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "seconds" } ] } } ], "Z8K2": "Z6060", "Z8K3": [ "Z20", "Z36112" ], "Z8K4": [ "Z14", "Z35912" ], "Z8K5": "Z35911" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Time of day from components" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ahk7ohdkf63ycvsknw1k1lwoecvbr4f Z35921 0 84780 280961 280620 2026-06-06T10:21:05Z HenkvD 1290 Removed Z35926 from the approved list of test cases 280961 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35921" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35921K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "text type" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36095" ], "Z8K4": [ "Z14", "Z36094" ], "Z8K5": "Z35921" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "NLG default text " } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "NLG fallback text" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Marks a text to represent it being NLG default text " } ] } } rta9ks6e13pxyw2363u2h84qm4oger8 Z35936 0 84795 280875 279780 2026-06-05T18:50:34Z YoshiRulz 10156 Add en aliases 280875 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35936" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35936K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z35936K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "length" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z35938", "Z35939" ], "Z8K4": [ "Z14", "Z35937" ], "Z8K5": "Z35936" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string length equals number" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "String has length", "number of Codepoints in String is exactly" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Returns true if the given string's length is the given number. Else, returns false." } ] } } 69mpgx8qmyj5zrs3d0p83f28w0on66g Wikifunctions:Project chat/Archive/2026/05 4 84806 280947 280147 2026-06-06T03:08:05Z SpBot 978 archiving 1 section from [[Wikifunctions:Project chat]] (after section [[Wikifunctions:Project chat/Archive/2026/05#Nested_functions_in_compositions|Nested_functions_in_compositions]]) 280947 wikitext text/x-wiki {{Talkarchive}} == Key not found error == Is there a reason why I am getting key not found error for this [[Z34677|function]] {{Z|Z34677}}? All the underlying functions run and all the test cases work. The debug information does not give more details. Any pointers? Thanks in advance [[User:Jsamwrites|John Samuel]] 19:24, 1 May 2026 (UTC) :It was passing the [[Z6091]] to {{Z|34641}} when that takes a [[Z6001]]. I've fixed that, but there's some other problem with the logic, so I've left it disconnected. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 19:42, 1 May 2026 (UTC) ::@[[User:YoshiRulz|YoshiRulz]] Thanks a lot. [[User:Jsamwrites|John Samuel]] 20:21, 1 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #246 is out: Request for input: what should we count for Abstract Wikipedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-02|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we ask you what would be the relevant metrics for Abstract Wikipedia, we discuss our latest news on Composition Language v2, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:21, 2 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == Any formal process for deletion of pages == Does a formal process exist for the deletion of functions, implementations, and tests that includes a notification system for creators, analogous to Wikidata’s process, explaining the rationale behind the deletion (or proposal for deletion)? [[User:Jsamwrites|John Samuel]] 12:36, 3 May 2026 (UTC) :Does [[Wikifunctions:Requests for deletions]] work? [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 13:00, 3 May 2026 (UTC) :Please see the discussion at [[Wikifunctions talk:Requests for deletions#Should we expect Objects' creators to get pinged on deletion proposals?]]. :As I see it, it is the proposer’s responsibility to consult appropriately before making a request and we expect our administrators to act only when satisfied that appropriate consultation has occurred. In many cases, no consultation is required. Administrators may delete their own contributions without making a request, but this is not a practice I would encourage. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 13:51, 3 May 2026 (UTC) == Nested functions in compositions == I wish it will be easier to a add another function about a specific existing function in a function implementation based on a composition. When I write long functions in spreadsheets I usually stat with a small part and then I try to go further and after important steps I test if the output is as expected. I created [[Z34826]] to get the German gender specific occupation lexeme for a specific person based on their gender. I wanted to add a function around the existing one and it was not successful. It is not very easy to implement as it requires the possibily to move a part to another section but I think it can be helpful if it will be implemented. So far I spend more time as expected on the function. Describing it with words what the function needs to do is much easier than implementing it here in Wikifunctions. So I think there needs to be improvement to make Wikifunctions more accessible. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 21:10, 5 May 2026 (UTC) :Have you tried to use the copy-paste functionality? It is very useful to move parts of composition arounn. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 07:12, 6 May 2026 (UTC) :I've also found the composition editor to be wholly unsuitable for any expressions more than a few levels deep. (Even with the <code>localStorage</code> clipboard, because of its overzealous type checks.) Compositions naturally grow out from the "leaves", the immediate operations on the inputs, while the interface really wants you to build from the "root". I mostly use the [https://yoshirulz.gitlab.io/WikiLambdaBlockly drag-and-drop block editor] which I made to smooth over some of the site's problems, so if you want to try that out and give me some feedback I'd appreciate it. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:36, 6 May 2026 (UTC) pf6w8dzdah7awhdc9216jm9sxzmobdm Z310 0 84841 280750 280445 2026-06-05T15:37:14Z Asked42 932 280750 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z310" }, "Z2K2": { "Z1K1": "Z4", "Z4K1": "Z310", "Z4K2": [ "Z3", { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z310K1", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Commons media id" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "id media Commons" } ] } } ], "Z4K3": "Z101" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Commons image reference" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Riferimento a immagine Commons" }, { "Z1K1": "Z11", "Z11K1": "Z1011", "Z11K2": "কমন্স ছবি উল্লেখ" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1011", "Z31K2": [ "Z6", "কমন্স ছবি রেফারেন্স" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A reference to a Wikimedia Commons image, using the file's Commons page ID (M-ID)" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Un riferimento ad una immagine Wikimedia Commons, usando l'ID della pagina Commons (M-ID)" }, { "Z1K1": "Z11", "Z11K1": "Z1011", "Z11K2": "উইকিমিডিয়া কমন্স হতে কোনো ছবির কমন্স পেইজ আইডি ব্যবহার করে সেই ছবিটির উল্লেখ। " } ] } } n8qpxgc1dq8gplcxqouzigv5xuf8q2j 280751 280750 2026-06-05T15:38:15Z Asked42 932 280751 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z310" }, "Z2K2": { "Z1K1": "Z4", "Z4K1": "Z310", "Z4K2": [ "Z3", { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z310K1", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Commons media id" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "id media Commons" }, { "Z1K1": "Z11", "Z11K1": "Z1011", "Z11K2": "কমন্স মিডিয়া আইডি" } ] } } ], "Z4K3": "Z101" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Commons image reference" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Riferimento a immagine Commons" }, { "Z1K1": "Z11", "Z11K1": "Z1011", "Z11K2": "কমন্স ছবি উল্লেখ" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1011", "Z31K2": [ "Z6", "কমন্স ছবি রেফারেন্স" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A reference to a Wikimedia Commons image, using the file's Commons page ID (M-ID)" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Un riferimento ad una immagine Wikimedia Commons, usando l'ID della pagina Commons (M-ID)" }, { "Z1K1": "Z11", "Z11K1": "Z1011", "Z11K2": "উইকিমিডিয়া কমন্স হতে কোনো ছবির কমন্স পেইজ আইডি ব্যবহার করে সেই ছবিটির উল্লেখ। " } ] } } oxb5h0n95yih3cylrjdsz8lgd171zgl Wikifunctions:Status updates/2026-05-30/en 4 84883 280684 280113 2026-06-05T14:05:21Z FuzzyBot 207 Updating to match new version of source page 280684 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Previous update | prev = 2026-05-23 | nextlabel = Next update | next = 2026-06-05 }} === Looking back and forward === :'''''Abstract Wikipedia will be a long journey, and I expect the project to shift and pivot over time. Our ultimate goal is clear: a system that allows more people to share more knowledge with more people, across languages. And we have an idea which path we are going to take.''''' This is how we started the [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2020-09-30|first edition of this newsletter in 2020]], and since then, this newsletter has accompanied in a mostly weekly rhythm the development and progress of the Abstract Wikipedia project. This is the 250th edition of the Abstract Wikipedia newsletter. We use this arbitrary round number as an opportunity to look back at some of the milestones we have been following with this newsletter: * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2020-11-17|Naming the wiki of functions as Wikifunctions]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-04-08|A mission statement for Wikifunctions]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-10-27|The logo for Wikifunctions]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2021-12-21|Licensing decision for Wikifunctions and Abstract Wikipedia]] * [[:meta:Special:MyLanguage/Abstract Wikipedia/Updates/2023-08-07|Starting up Wikifunctions]] * [[Special:MyLanguage/Wikifunctions:Status updates/2025-10-08|The location for Abstract Content]] * [[Special:MyLanguage/Wikifunctions:Status updates/2025-12-04|Naming the wiki of abstract content Abstract Wikipedia]] * [[Special:MyLanguage/Wikifunctions:Status updates/2026-03-19|Abstract Wikipedia in early Beta]] As we had originally anticipated, the system has evolved and changed from the original plan. And by now, we have most of the pieces in place: * Wikifunctions is there, for maintaining a library of functions, which can be called from some Wikimedia projects * Functions on Wikifunctions can access and process data and lexicographic data from Wikidata * Abstract Wikipedia can compose articles from functions on Wikifunctions What is still missing? We are working on the next main step towards enabling the whole project: Integrating articles from Abstract Wikipedia in the language Wikipedias. With that, all the major functionalities of the architecture will be in place. There are still many other things that need to be worked on: scaling the various parts of the system, adding more capabilities (images, categories), building more functions, developing the right types, finding the right abstractions. As the pieces all come into their place, the outline of the puzzle as a whole will become more visible, and the value of the system will start to become real. Thank you for accompanying us on this journey! === Recent Changes in the software === Abstract article pages now show the label of the Wikidata item alongside the QID in the page title. This makes it easier to see what the article is about without relying only on the QID ([[:phab:T423651|T423651]]). The QID can also be copied by clicking on it. The same title format is now used consistently during the creation workflow for abstract articles ([[:phab:T425408|T425408]]). In addition, we also fixed an issue where lookup fields could sometimes show results based on what you had typed a moment earlier, rather than your latest input. We are also working towards adding support for images in abstract articles ([[:phab:T421841|T421841]]). The first user-facing part of this, Z310/Commons media reference, will land this week, and support for using it will follow soon. === Recording of University of Washington Roundtable === Crystal Yragui has organized a roundtable at the Information School of the University of Washington, '''Artificial Intelligence and Machine Learning in Metadata: Possibilities, Limitations, and Ethical Implications'''. The panelists were: * Morag Boyd (Director of Metadata Applications and Engagement at OCLC) * Charlene Chou (Head of the Knowledge Access Department at New York University Libraries) * Jeremy Nelson (Stanford University Libraries) * Philippe Saadé (AI/ML Project Manager at Wikimedia Deutschland) * Osma Suominen (Information Systems Specialist at the National Library of Finland) * Denny Vrandečić (Wikimedia Foundation) More than 300 people attended the roundtable, listened to the short introductions by the panelists, and then had questions filed by the attendees. A [https://calma.ischool.uw.edu/uw-event/artificial-intelligence-and-machine-learning-in-metadata-possibilities-limitations-and-ethical-implications/ recording of the roundtable on AI and Machine Learning for Metadata] is now available. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. === Fresh Functions weekly: 67 new Functions === [[File:67 Meme Performance (6-7, 6 7).webm|thumb|67 new functions!]] This week we had 67 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35273}} * {{Z|Z35278}} * {{Z|Z35288}} * {{Z|Z35292}} * {{Z|Z35303}} * {{Z|Z35312}} * {{Z|Z35314}} * {{Z|Z35331}} * {{Z|Z35334}} * {{Z|Z35338}} * {{Z|Z35352}} * {{Z|Z35362}} * {{Z|Z35364}} * {{Z|Z35370}} * {{Z|Z35374}} * {{Z|Z35376}} * {{Z|Z35392}} * {{Z|Z35399}} * {{Z|Z35402}} * {{Z|Z35418}} * {{Z|Z35428}} * {{Z|Z35437}} * {{Z|Z35449}} * {{Z|Z35472}} * {{Z|Z35475}} * {{Z|Z35482}} * {{Z|Z35494}} * {{Z|Z35505}} * {{Z|Z35524}} * {{Z|Z35528}} * {{Z|Z35544}} * {{Z|Z35550}} * {{Z|Z35557}} * {{Z|Z35568}} * {{Z|Z35580}} * {{Z|Z35587}} * {{Z|Z35589}} * {{Z|Z35606}} * {{Z|Z35611}} * {{Z|Z35615}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. [[Category:Status updates{{#translation:}}|2026-05-30]] 96h9frbbaqpkskwrcbt7g2o743k94d9 User talk:Vintagecomp141 3 84992 280934 280499 2026-06-05T21:56:23Z Jules* 8805 Jules* moved page [[User talk:Vintagecomp]] to [[User talk:Vintagecomp141]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Vintagecomp|Vintagecomp]]" to "[[Special:CentralAuth/Vintagecomp141|Vintagecomp141]]" 280499 wikitext text/x-wiki {{Welcome/lang|user=Vintagecomp|welcominguser=Feeglgeef|1=}}[[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:49, 4 June 2026 (UTC) auzfmscxaachjugarfqphyl2ey8zp3j Wikifunctions:Status updates/2026-06-05 4 85038 280626 280624 2026-06-05T12:04:16Z DVrandecic (WMF) 7 280626 wikitext text/x-wiki === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only configured in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. ci0s3jf0imdgl44lgbjgko2nwu25wbq 280627 280626 2026-06-05T12:04:52Z DVrandecic (WMF) 7 280627 wikitext text/x-wiki === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only configured in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. mdvsp08cag9t6js1zxk78ff2o66dsl0 280628 280627 2026-06-05T12:18:25Z DVrandecic (WMF) 7 280628 wikitext text/x-wiki === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known v1 limitations. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as this is the space to share images across all Wikipedia editions. Also, images from third-party Websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only configured in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. mfycpplx8viiukehkwtypfdnelnj80y 280630 280628 2026-06-05T12:37:14Z 99of9 1622 /* Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} */ link the configuration 280630 wikitext text/x-wiki === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known v1 limitations. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as this is the space to share images across all Wikipedia editions. Also, images from third-party Websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. fm4n5m4o5scy5hkfbn218boyk4jwdpp 280646 280630 2026-06-05T13:45:00Z Waldyrious 801 clarify 280646 wikitext text/x-wiki === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as this is the space to share images across all Wikipedia editions. Also, images from third-party Websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. p90e0j0bvu893y3brxd2yw6ri59fpl3 280648 280646 2026-06-05T13:46:08Z Waldyrious 801 minor tweaks 280648 wikitext text/x-wiki === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to have the following agenda: there will be time to ask questions and discuss all matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. 3c8h8dq9t9q9b16j9e6hn2nk68entya 280650 280648 2026-06-05T13:48:50Z Waldyrious 801 /* Volunteers’ Corner on June 8 */ simplify 280650 wikitext text/x-wiki === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. 4v94cosxsktp3huo918njkc8a902xeq 280686 280650 2026-06-05T14:08:44Z Sannita (WMF) 10 wrapping for translation 280686 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <translate><!--T:1--> Previous update</translate> | prev = 2026-05-30 | nextlabel = <translate><!--T:2--> Next update</translate> | next = }} <translate> === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: <tvar name="1">{{Z|Z36038}}</tvar> Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[<tvar name="1">:mw:Help:Wikifunctions/Images</tvar>|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[<tvar name="1">abstract:Q922</tvar>|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis (<tvar name="1">[[:phab:T407066|T407066]]</tvar>). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: <tvar name="1">{{Z|Z36083}}</tvar> and <tvar name="2">{{Z|Z33842}}</tvar> === </translate> : <translate>''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[<tvar name="1">Wikifunctions:Function of the Week/submissions</tvar>|You can submit a Function here]]. This week’s Function of the Week was written by [[<tvar name="2">User:99of9</tvar>|99of9]] and copyedited by [[<tvar name="3">User:Feeglgeef</tvar>|Feeglgeef]]. Thanks!''</translate> <translate>The functions [[<tvar name="1">Z36083</tvar>|main articles]] and [[<tvar name="2">Z33842</tvar>|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[<tvar name="3">w:Template:Main</tvar>|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[<tvar name="1">Z33842</tvar>|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[<tvar name="2">Z6091</tvar>|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[<tvar name="3">Z89</tvar>|HTML fragment]] as required for Abstract Wikipedia. The [[<tvar name="4">Z33847</tvar>|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <tvar name="5"><code>role="note" class="hatnote navigation-not-searchable"</code></tvar>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[<tvar name="1">Z36083</tvar>|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[<tvar name="1">:abstract:Q408</tvar>|Australia (Q408)]]:</translate> * <translate>[[<tvar name="1">Z36085</tvar>|''Main article:'' History of Australia]]</translate> * <translate>[[<tvar name="1">Z36086</tvar>|''Main articles:'' Geography of Australia and Australian continent]]</translate> * <translate>[[<tvar name="1">Z36087</tvar>|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, <tvar name="2">[[phab:T427454|T427454]]</tvar>, affecting [[<tvar name="3">Z13464</tvar>|Z13464]], which the composition relies on.</translate> * <translate>[[<tvar name="1">Z36089</tvar>|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</translate> * <translate>[[<tvar name="1">Z36088</tvar>|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</translate> * <translate>[[<tvar name="1">Z36090</tvar>|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <tvar name="2"><code><span dir="rtl">← تاريخ أستراليا</span></code></tvar> with a link.</translate> <translate>I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[<tvar name="1">Z33855</tvar>|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!</translate> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <translate>A [<tvar name="1">https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest</tvar> complete list of all functions sorted by when they were created] is available.</translate> [[Category:Status updates{{#translation:}}|2026-06-05]] 21nl43fjewimfg5jzklg2ess6kp89g7 280687 280686 2026-06-05T14:09:02Z Sannita (WMF) 10 Marked this version for translation 280687 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <translate><!--T:1--> Previous update</translate> | prev = 2026-05-30 | nextlabel = <translate><!--T:2--> Next update</translate> | next = }} <translate> <!--T:3--> === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. <!--T:4--> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. <!--T:5--> A first example function creating an HTML fragment is available here: <tvar name="1">{{Z|Z36038}}</tvar> Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. <!--T:6--> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. <!--T:7--> The example function is available for you to explore, and you're welcome to create others. [[<tvar name="1">:mw:Help:Wikifunctions/Images</tvar>|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. <!--T:8--> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. <!--T:9--> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. <!--T:10--> A first image integrated in an article on Abstract Wikipedia can be seen here: [[<tvar name="1">abstract:Q922</tvar>|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! <!--T:11--> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis (<tvar name="1">[[:phab:T407066|T407066]]</tvar>). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. <!--T:12--> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: <tvar name="1">{{Z|Z36083}}</tvar> and <tvar name="2">{{Z|Z33842}}</tvar> === <!--T:13--> </translate> : <translate><!--T:14--> ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[<tvar name="1">Wikifunctions:Function of the Week/submissions</tvar>|You can submit a Function here]]. This week’s Function of the Week was written by [[<tvar name="2">User:99of9</tvar>|99of9]] and copyedited by [[<tvar name="3">User:Feeglgeef</tvar>|Feeglgeef]]. Thanks!''</translate> <translate><!--T:15--> The functions [[<tvar name="1">Z36083</tvar>|main articles]] and [[<tvar name="2">Z33842</tvar>|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[<tvar name="3">w:Template:Main</tvar>|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. <!--T:16--> The full version of our function, [[<tvar name="1">Z33842</tvar>|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[<tvar name="2">Z6091</tvar>|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[<tvar name="3">Z89</tvar>|HTML fragment]] as required for Abstract Wikipedia. The [[<tvar name="4">Z33847</tvar>|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <tvar name="5"><code>role="note" class="hatnote navigation-not-searchable"</code></tvar>, so the language sub-functions are just responsible for fetching and formatting the link name. <!--T:17--> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[<tvar name="1">Z36083</tvar>|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. <!--T:18--> Six tests are available, based on the prolific use of this function to structure the abstract article [[<tvar name="1">:abstract:Q408</tvar>|Australia (Q408)]]:</translate> * <translate><!--T:19--> [[<tvar name="1">Z36085</tvar>|''Main article:'' History of Australia]]</translate> * <translate><!--T:20--> [[<tvar name="1">Z36086</tvar>|''Main articles:'' Geography of Australia and Australian continent]]</translate> * <translate><!--T:21--> [[<tvar name="1">Z36087</tvar>|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, <tvar name="2">[[phab:T427454|T427454]]</tvar>, affecting [[<tvar name="3">Z13464</tvar>|Z13464]], which the composition relies on.</translate> * <translate><!--T:22--> [[<tvar name="1">Z36089</tvar>|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</translate> * <translate><!--T:23--> [[<tvar name="1">Z36088</tvar>|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</translate> * <translate><!--T:24--> [[<tvar name="1">Z36090</tvar>|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <tvar name="2"><code><span dir="rtl">← تاريخ أستراليا</span></code></tvar> with a link.</translate> <translate><!--T:25--> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[<tvar name="1">Z33855</tvar>|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. <!--T:26--> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!</translate> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <translate><!--T:27--> A [<tvar name="1">https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest</tvar> complete list of all functions sorted by when they were created] is available.</translate> [[Category:Status updates{{#translation:}}|2026-06-05]] otjlpwuytekv8b5ght3eda9z1yn6h10 280851 280687 2026-06-05T18:22:41Z Ameisenigel 44 280851 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <translate><!--T:1--> Previous update</translate> | prev = 2026-05-30 | nextlabel = <translate><!--T:2--> Next update</translate> | next = }} <translate> <!--T:3--> === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. <!--T:4--> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. <!--T:5--> A first example function creating an HTML fragment is available here: <tvar name="1">{{Z|Z36038}}</tvar> Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. <!--T:6--> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. <!--T:7--> The example function is available for you to explore, and you're welcome to create others. [[<tvar name="1">:mw:Special:MyLanguage/Help:Wikifunctions/Images</tvar>|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. <!--T:8--> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. <!--T:9--> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. <!--T:10--> A first image integrated in an article on Abstract Wikipedia can be seen here: [[<tvar name="1">abstract:Q922</tvar>|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! <!--T:11--> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis (<tvar name="1">[[:phab:T407066|T407066]]</tvar>). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. <!--T:12--> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: <tvar name="1">{{Z|Z36083}}</tvar> and <tvar name="2">{{Z|Z33842}}</tvar> === <!--T:13--> </translate> : <translate><!--T:14--> ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[<tvar name="1">Wikifunctions:Function of the Week/submissions</tvar>|You can submit a Function here]]. This week’s Function of the Week was written by [[<tvar name="2">User:99of9</tvar>|99of9]] and copyedited by [[<tvar name="3">User:Feeglgeef</tvar>|Feeglgeef]]. Thanks!''</translate> <translate><!--T:15--> The functions [[<tvar name="1">Z36083</tvar>|main articles]] and [[<tvar name="2">Z33842</tvar>|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[<tvar name="3">w:Template:Main</tvar>|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. <!--T:16--> The full version of our function, [[<tvar name="1">Z33842</tvar>|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[<tvar name="2">Z6091</tvar>|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[<tvar name="3">Z89</tvar>|HTML fragment]] as required for Abstract Wikipedia. The [[<tvar name="4">Z33847</tvar>|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <tvar name="5"><code>role="note" class="hatnote navigation-not-searchable"</code></tvar>, so the language sub-functions are just responsible for fetching and formatting the link name. <!--T:17--> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[<tvar name="1">Z36083</tvar>|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. <!--T:18--> Six tests are available, based on the prolific use of this function to structure the abstract article [[<tvar name="1">:abstract:Q408</tvar>|Australia (Q408)]]:</translate> * <translate><!--T:19--> [[<tvar name="1">Z36085</tvar>|''Main article:'' History of Australia]]</translate> * <translate><!--T:20--> [[<tvar name="1">Z36086</tvar>|''Main articles:'' Geography of Australia and Australian continent]]</translate> * <translate><!--T:21--> [[<tvar name="1">Z36087</tvar>|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, <tvar name="2">[[phab:T427454|T427454]]</tvar>, affecting [[<tvar name="3">Z13464</tvar>|Z13464]], which the composition relies on.</translate> * <translate><!--T:22--> [[<tvar name="1">Z36089</tvar>|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</translate> * <translate><!--T:23--> [[<tvar name="1">Z36088</tvar>|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</translate> * <translate><!--T:24--> [[<tvar name="1">Z36090</tvar>|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <tvar name="2"><code><span dir="rtl">← تاريخ أستراليا</span></code></tvar> with a link.</translate> <translate><!--T:25--> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[<tvar name="1">Z33855</tvar>|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. <!--T:26--> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!</translate> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <translate><!--T:27--> A [<tvar name="1">https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest</tvar> complete list of all functions sorted by when they were created] is available.</translate> [[Category:Status updates{{#translation:}}|2026-06-05]] lhvdtonjj862lt4gxtsxm07x7125iyy 280852 280851 2026-06-05T18:22:53Z Ameisenigel 44 Marked this version for translation 280852 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <translate><!--T:1--> Previous update</translate> | prev = 2026-05-30 | nextlabel = <translate><!--T:2--> Next update</translate> | next = }} <translate> === The illustrated encyclopaedia === <!--T:3--> <!--T:28--> We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. <!--T:4--> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. <!--T:5--> A first example function creating an HTML fragment is available here: <tvar name="1">{{Z|Z36038}}</tvar> Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. <!--T:6--> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. <!--T:7--> The example function is available for you to explore, and you're welcome to create others. [[<tvar name="1">:mw:Special:MyLanguage/Help:Wikifunctions/Images</tvar>|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. <!--T:8--> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. <!--T:9--> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. <!--T:10--> A first image integrated in an article on Abstract Wikipedia can be seen here: [[<tvar name="1">abstract:Q922</tvar>|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === <!--T:11--> <!--T:29--> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis (<tvar name="1">[[:phab:T407066|T407066]]</tvar>). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === <!--T:12--> <!--T:30--> The next Volunteers’ Corner will be on [<tvar name="1">https://zonestamp.toolforge.org/1780939800</tvar> Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [<tvar name="2">https://meet.google.com/xuy-njxh-rkw</tvar> Google Meet]. === Functions of the Week: <tvar name="1">{{Z|Z36083}}</tvar> and <tvar name="2">{{Z|Z33842}}</tvar> === <!--T:13--> </translate> : <translate><!--T:14--> ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[<tvar name="1">Wikifunctions:Function of the Week/submissions</tvar>|You can submit a Function here]]. This week’s Function of the Week was written by [[<tvar name="2">User:99of9</tvar>|99of9]] and copyedited by [[<tvar name="3">User:Feeglgeef</tvar>|Feeglgeef]]. Thanks!''</translate> <translate><!--T:15--> The functions [[<tvar name="1">Z36083</tvar>|main articles]] and [[<tvar name="2">Z33842</tvar>|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[<tvar name="3">w:Template:Main</tvar>|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. <!--T:16--> The full version of our function, [[<tvar name="1">Z33842</tvar>|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[<tvar name="2">Z6091</tvar>|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[<tvar name="3">Z89</tvar>|HTML fragment]] as required for Abstract Wikipedia. The [[<tvar name="4">Z33847</tvar>|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <tvar name="5"><code>role="note" class="hatnote navigation-not-searchable"</code></tvar>, so the language sub-functions are just responsible for fetching and formatting the link name. <!--T:17--> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[<tvar name="1">Z36083</tvar>|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. <!--T:18--> Six tests are available, based on the prolific use of this function to structure the abstract article [[<tvar name="1">:abstract:Q408</tvar>|Australia (Q408)]]:</translate> * <translate><!--T:19--> [[<tvar name="1">Z36085</tvar>|''Main article:'' History of Australia]]</translate> * <translate><!--T:20--> [[<tvar name="1">Z36086</tvar>|''Main articles:'' Geography of Australia and Australian continent]]</translate> * <translate><!--T:21--> [[<tvar name="1">Z36087</tvar>|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, <tvar name="2">[[phab:T427454|T427454]]</tvar>, affecting [[<tvar name="3">Z13464</tvar>|Z13464]], which the composition relies on.</translate> * <translate><!--T:22--> [[<tvar name="1">Z36089</tvar>|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</translate> * <translate><!--T:23--> [[<tvar name="1">Z36088</tvar>|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</translate> * <translate><!--T:24--> [[<tvar name="1">Z36090</tvar>|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <tvar name="2"><code><span dir="rtl">← تاريخ أستراليا</span></code></tvar> with a link.</translate> <translate><!--T:25--> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[<tvar name="1">Z33855</tvar>|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === <!--T:26--> <!--T:31--> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing!</translate> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <translate><!--T:27--> A [<tvar name="1">https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest</tvar> complete list of all functions sorted by when they were created] is available.</translate> [[Category:Status updates{{#translation:}}|2026-06-05]] d9jk12na1f65y0olgwrqfnxx67g8h2b Z36096 0 85039 280631 2026-06-05T12:37:26Z HenkvD 1290 New function State location using entity and class,Deafult 280631 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36096" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36096" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class,Deafult" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ig86afhx3q6bs4llkakmrnz8eghdcpg 280635 280631 2026-06-05T12:49:07Z HenkvD 1290 280635 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36096" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36096" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class,Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } agxlcpfvl8cvpaqsrphn0s8em7ubys7 280636 280635 2026-06-05T12:49:57Z HenkvD 1290 + language 280636 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36096" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36096K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36096" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } nm0jpgkd0j202qfei8xf5ht15ezd5i1 280638 280636 2026-06-05T12:53:36Z HenkvD 1290 Added Z36097 to the approved list of implementations 280638 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36096" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36096K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36097" ], "Z8K5": "Z36096" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 8bkl8nw9wa17i6ckpefy0b2e6e5hq8d 280929 280638 2026-06-05T21:49:24Z HenkvD 1290 Added Z36120 to the approved list of test cases 280929 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36096" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36096K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36096K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z36120" ], "Z8K4": [ "Z14", "Z36097" ], "Z8K5": "Z36096" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } evrjtmb0dyat2umouatejn8kde8t2fc Z36097 0 85040 280637 2026-06-05T12:53:15Z HenkvD 1290 State location using entity and class, Default composition 280637 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36097" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36096", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z36096K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } } ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default com" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } agxdlfc7kifunvm76ccwev4ddouqtuc 280645 280637 2026-06-05T13:42:24Z HenkvD 1290 A (is a) B (in) C 280645 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36097" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36096", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z36096K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, "(is a)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, "(in)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } } ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default com" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A (is a) B (in) C" } ] } } 4kzy1v5h63dap43llovs20k7cwz3js8 280647 280645 2026-06-05T13:45:13Z HenkvD 1290 A (is a) B (in) C. 280647 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36097" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36096", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z36096K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, "(is a)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, "(in)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, "." ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default com" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A (is a) B (in) C." } ] } } g489m5ljw56icrero94csn36sxy2rdk 280652 280647 2026-06-05T13:54:03Z HenkvD 1290 A (is a) B (in) C. added spaces 280652 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36097" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36096", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z36096K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, " (is a) ", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, " (in) ", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36096K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36096K4" } }, "." ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Default com" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "A (is a) B (in) C." } ] } } dpzk72qza2aku499uf4pc1088zcv7q9 Talk:Z36083 1 85041 280639 2026-06-05T12:54:38Z 99of9 1622 {{FOTW|date=2026-06-05|link=Wikifunctions:Status updates/2026-06-05}} 280639 wikitext text/x-wiki {{FOTW|date=2026-06-05|link=Wikifunctions:Status updates/2026-06-05}} ahtwf4gjnk9l5xxv90nx9sxmnls4y8j Talk:Z33842 1 85042 280640 2026-06-05T12:54:53Z 99of9 1622 {{FOTW|date=2026-06-05|link=Wikifunctions:Status updates/2026-06-05}} 280640 wikitext text/x-wiki {{FOTW|date=2026-06-05|link=Wikifunctions:Status updates/2026-06-05}} ahtwf4gjnk9l5xxv90nx9sxmnls4y8j Z36098 0 85043 280654 2026-06-05T14:01:06Z HenkvD 1290 New function Creative work - entity, class, creator, Default 280654 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36098" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36098" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } c5vc89ff20y85m2g9v2zuk9v41n8zbi 280717 280654 2026-06-05T14:10:36Z HenkvD 1290 Added Z36099 to the approved list of implementations 280717 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36098" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36099" ], "Z8K5": "Z36098" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 2doigo57seuwv3mf8kq716yfblx1aep 280741 280717 2026-06-05T14:24:45Z HenkvD 1290 Removed Z36099 from the approved list of implementations 280741 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36098" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36098" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } c5vc89ff20y85m2g9v2zuk9v41n8zbi 280742 280741 2026-06-05T14:25:08Z HenkvD 1290 Natural language 280742 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36098" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36098K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36098" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 903v6uwapwpztjpjjvxqpt83j3ikkje 280743 280742 2026-06-05T14:25:14Z HenkvD 1290 Added Z36099 to the approved list of implementations 280743 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36098" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36098K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "creator" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36098K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36099" ], "Z8K5": "Z36098" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class, creator, Default" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } mprx5mfx8qmkzq7dkiov3a5zq3fzr6z Translations:Wikifunctions:Status updates/123/en 1198 85044 280656 2026-06-05T14:02:26Z FuzzyBot 207 Importing a new version from external source 280656 wikitext text/x-wiki $1: The illustrated encyclopaedia 45xofhpaidf9rfye8b1139lvl768u73 Z36099 0 85045 280681 2026-06-05T14:04:28Z HenkvD 1290 A (is a) B (by) C. 280681 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36099" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36098", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z36098K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36098K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36098K4" } }, "(is the)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36098K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36098K4" } }, "(by)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36098K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36098K4" } }, "." ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class,creator,Default comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "A (is a) B (by) C." ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 7fgbpjz5snkz3xgxo47nvvqqdlkwt51 280740 280681 2026-06-05T14:20:51Z HenkvD 1290 typo 280740 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36099" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36098", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z36098K4" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z35921", "Z35921K1": { "Z1K1": "Z7", "Z7K1": "Z22504", "Z22504K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36098K1" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36098K4" } }, "(is a)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36098K2" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36098K4" } }, "(by)", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36098K3" }, "Z23753K2": { "Z1K1": "Z18", "Z18K1": "Z36098K4" } }, "." ] } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Creative work - entity, class,creator,Default comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "A (is a) B (by) C." ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } kzyr997m0hwfhm5u8m4c9i47lcxdet7 Translations:Wikifunctions:Status updates/2026-06-05/Page display title/en 1198 85046 280688 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280688 wikitext text/x-wiki Wikifunctions:Status updates/2026-06-05 9qdu238rtgr469qtw48hxqkqmm4ilol Translations:Wikifunctions:Status updates/2026-06-05/1/en 1198 85047 280689 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280689 wikitext text/x-wiki Previous update 9vg8ik5cl54jflmg4oolhxg71iuevnn Translations:Wikifunctions:Status updates/2026-06-05/2/en 1198 85048 280690 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280690 wikitext text/x-wiki Next update c8d3p3ibb7xo6gugsz9ua4kzsie95pa Translations:Wikifunctions:Status updates/2026-06-05/3/en 1198 85049 280691 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280691 wikitext text/x-wiki === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. 8t9ebwgk9pgg0qwnl0ohbtgoiq5t2so 280853 280691 2026-06-05T18:22:53Z FuzzyBot 207 Importing a new version from external source 280853 wikitext text/x-wiki === The illustrated encyclopaedia === mc1gkz3pynnzixru3fdseez7ayqu5bp Translations:Wikifunctions:Status updates/2026-06-05/4/en 1198 85050 280692 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280692 wikitext text/x-wiki Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. hvsjljhyibk4ti7vx6lmq36pusxxou4 Translations:Wikifunctions:Status updates/2026-06-05/5/en 1198 85051 280693 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280693 wikitext text/x-wiki A first example function creating an HTML fragment is available here: $1 Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. k5elylw6oa6zz6v58dzzs7qzvvdyiz3 Translations:Wikifunctions:Status updates/2026-06-05/6/en 1198 85052 280694 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280694 wikitext text/x-wiki For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. jg5drf2ten2fpp0md0ng4fq5abzokiu Translations:Wikifunctions:Status updates/2026-06-05/7/en 1198 85053 280695 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280695 wikitext text/x-wiki The example function is available for you to explore, and you're welcome to create others. [[$1|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. 6mqpxsn0gvtok2dnefc9xauh5x8xc87 Translations:Wikifunctions:Status updates/2026-06-05/8/en 1198 85054 280696 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280696 wikitext text/x-wiki Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. iuo9eewwher0621n6kfdp0kj3y71gra Translations:Wikifunctions:Status updates/2026-06-05/9/en 1198 85055 280697 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280697 wikitext text/x-wiki If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. qgqgvb0hs7umojwbrh4mf3vi9twqnbb Translations:Wikifunctions:Status updates/2026-06-05/10/en 1198 85056 280698 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280698 wikitext text/x-wiki A first image integrated in an article on Abstract Wikipedia can be seen here: [[$1|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! ii7ynrjwb6xw72u4t9zvmerameemwx8 Translations:Wikifunctions:Status updates/2026-06-05/11/en 1198 85057 280699 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280699 wikitext text/x-wiki === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ($1). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. 1ywaf25ps6et8jp0ku1k1cz36z9tifi 280855 280699 2026-06-05T18:22:53Z FuzzyBot 207 Importing a new version from external source 280855 wikitext text/x-wiki === Recent Changes in the software === 0wkgk5zbnz8yeis277kmszjppej85s4 Translations:Wikifunctions:Status updates/2026-06-05/12/en 1198 85058 280700 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280700 wikitext text/x-wiki === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [$1 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [$2 Google Meet]. ih5qperlcihsbg1dn6nu4bllf8er0xk 280857 280700 2026-06-05T18:22:53Z FuzzyBot 207 Importing a new version from external source 280857 wikitext text/x-wiki === Volunteers’ Corner on June 8 === 9tvpui3ovy8e41zx1cgjotczlmfk3jm Translations:Wikifunctions:Status updates/2026-06-05/13/en 1198 85059 280701 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280701 wikitext text/x-wiki === Functions of the Week: $1 and $2 === 13fmltjzjr0f3lt1yn8f9wfo22irevg Translations:Wikifunctions:Status updates/2026-06-05/14/en 1198 85060 280702 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280702 wikitext text/x-wiki ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[$1|You can submit a Function here]]. This week’s Function of the Week was written by [[$2|99of9]] and copyedited by [[$3|Feeglgeef]]. Thanks!'' jxdq68v46uxj8chhs41dly1n2b0jimt Translations:Wikifunctions:Status updates/2026-06-05/15/en 1198 85061 280703 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280703 wikitext text/x-wiki The functions [[$1|main articles]] and [[$2|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[$3|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. f3m8dh9ml5z9s7e0nuo113zcz3vbhm3 Translations:Wikifunctions:Status updates/2026-06-05/16/en 1198 85062 280704 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280704 wikitext text/x-wiki The full version of our function, [[$1|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[$2|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[$3|HTML fragment]] as required for Abstract Wikipedia. The [[$4|composition implementation]] deals with wrapping each language's output with an HTML div with attributes $5, so the language sub-functions are just responsible for fetching and formatting the link name. 2kygc7j4g36d0ey1w3kipr1p5fhwfkx Translations:Wikifunctions:Status updates/2026-06-05/17/en 1198 85063 280705 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280705 wikitext text/x-wiki Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[$1|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. br3d7pqpoz280iibpi3eppkwetx05mc Translations:Wikifunctions:Status updates/2026-06-05/18/en 1198 85064 280706 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280706 wikitext text/x-wiki Six tests are available, based on the prolific use of this function to structure the abstract article [[$1|Australia (Q408)]]: b1ottq8vgdp46bf44g6rrnbyi6cvc3c Translations:Wikifunctions:Status updates/2026-06-05/19/en 1198 85065 280707 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280707 wikitext text/x-wiki [[$1|''Main article:'' History of Australia]] r1q8cq9m7x4qctyj5psew59dli73eg1 Translations:Wikifunctions:Status updates/2026-06-05/20/en 1198 85066 280708 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280708 wikitext text/x-wiki [[$1|''Main articles:'' Geography of Australia and Australian continent]] nf4m99bqdkoaepcut451zstrhzcnx0q Translations:Wikifunctions:Status updates/2026-06-05/21/en 1198 85067 280709 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280709 wikitext text/x-wiki [[$1|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, $2, affecting [[$3|Z13464]], which the composition relies on. 6za9wequqmp7ksqi9tqkbz8ac7jz6t1 Translations:Wikifunctions:Status updates/2026-06-05/22/en 1198 85068 280710 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280710 wikitext text/x-wiki [[$1|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. ruldtbl035v813x1dggcdhw935ozd91 Translations:Wikifunctions:Status updates/2026-06-05/23/en 1198 85069 280711 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280711 wikitext text/x-wiki [[$1|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. qzo5n232csu8u66w9ma69uo4g83edgq Translations:Wikifunctions:Status updates/2026-06-05/24/en 1198 85070 280712 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280712 wikitext text/x-wiki [[$1|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating $2 with a link. cce59gozrqfh9jmm9sqe6ny6y8jmhtm Translations:Wikifunctions:Status updates/2026-06-05/25/en 1198 85071 280713 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280713 wikitext text/x-wiki I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[$1|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. 2p82sol5n6ciwn24hsmyp0k4j406x09 Translations:Wikifunctions:Status updates/2026-06-05/26/en 1198 85072 280714 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280714 wikitext text/x-wiki === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! 8iadxbn9ajzxl2wb9or6polgr41duhc 280859 280714 2026-06-05T18:22:54Z FuzzyBot 207 Importing a new version from external source 280859 wikitext text/x-wiki === Fresh Functions weekly: 63 new Functions === h2wo1pngdp5m2gfbtcl3r8hojo8em2i Translations:Wikifunctions:Status updates/2026-06-05/27/en 1198 85073 280715 2026-06-05T14:09:03Z FuzzyBot 207 Importing a new version from external source 280715 wikitext text/x-wiki A [$1 complete list of all functions sorted by when they were created] is available. 3brx2nrk9em2es1j2gn59c2f6vecc1q Wikifunctions:Status updates/2026-06-05/en 4 85074 280716 2026-06-05T14:09:07Z FuzzyBot 207 Updating to match new version of source page 280716 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Previous update | prev = 2026-05-30 | nextlabel = Next update | next = }} === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. [[Category:Status updates{{#translation:}}|2026-06-05]] lz6c537w6padtfwbbwb8wht50nc5rxg 280862 280716 2026-06-05T18:22:55Z FuzzyBot 207 Updating to match new version of source page 280862 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Previous update | prev = 2026-05-30 | nextlabel = Next update | next = }} === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === : ''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!'' The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German. * [[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link. I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available. [[Category:Status updates{{#translation:}}|2026-06-05]] mh4vsa449k6lqlz4ur8skffalg5jrvo Translations:Template:Main page/News/34/en 1198 85075 280728 2026-06-05T14:17:31Z FuzzyBot 207 Importing a new version from external source 280728 wikitext text/x-wiki $1: The illustrated encyclopaedia 45xofhpaidf9rfye8b1139lvl768u73 Translations:Wikifunctions:Status updates/2026-06-05/Page display title/fr 1198 85078 280763 2026-06-05T17:18:30Z L'embellie 9414 Created page with "Wikifonctions:Mises à jour/2026-06-05" 280763 wikitext text/x-wiki Wikifonctions:Mises à jour/2026-06-05 5u86c8n6mxg2lnhopt6w2804dvcavyw Wikifunctions:Status updates/2026-06-05/fr 4 85079 280764 2026-06-05T17:18:31Z L'embellie 9414 Created page with "Wikifonctions:Mises à jour/2026-06-05" 280764 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2026-05-30 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Next update</span> | next = }} <div lang="en" dir="ltr" class="mw-content-ltr"> === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] rkya8uta2gd5jz49fbd7vv3j9g67vdi 280766 280764 2026-06-05T17:18:38Z L'embellie 9414 Created page with "Mise à jour précédente" 280766 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Next update</span> | next = }} <div lang="en" dir="ltr" class="mw-content-ltr"> === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] i6pbepn9mzti2355w5r9snyh0jtroa7 280768 280766 2026-06-05T17:18:51Z L'embellie 9414 Created page with "Prochaine mise à jour" 280768 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} <div lang="en" dir="ltr" class="mw-content-ltr"> === The illustrated encyclopaedia === We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] pi2xkhsw6hczvc9bem1gf8qt35s1tf0 280770 280768 2026-06-05T17:19:27Z L'embellie 9414 Created page with "=== L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite." 280770 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 8x00d21fo2pxv4vqq5f66sd4j087cs0 280772 280770 2026-06-05T17:20:02Z L'embellie 9414 Created page with "Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation." 280772 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] nt1dsmnu4v4vs1ryyao3gi9paj9sh6j 280774 280772 2026-06-05T17:20:26Z L'embellie 9414 Created page with "Une première fonction d'exemple créant un fragment HTML est disponible ici : $1 Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia." 280774 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 5d5rx1u329ni9h2q79h2tou7vgh0b2z 280776 280774 2026-06-05T17:20:54Z L'embellie 9414 Created page with "Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées." 280776 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 639r07mwo1aeq1gpfc723ydt3x4qzlj 280779 280776 2026-06-05T17:22:16Z L'embellie 9414 Created page with "La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[$1|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version." 280779 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] b7hnvuvdf265ek7x99is41nwci4f6kn 280781 280779 2026-06-05T17:23:07Z L'embellie 9414 Created page with "Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre." 280781 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 4p1cwv765ho2mjj6yi0o04yy9ft856g 280783 280781 2026-06-05T17:25:44Z L'embellie 9414 Created page with "Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[$1|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite !" 280783 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 9xbyp7vqdg8keo759sf9d38ly436uqc 280785 280783 2026-06-05T17:28:16Z L'embellie 9414 Created page with "=== Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ($1). Nous avons également c..." 280785 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] it5cl5qsrshpvhy8p8numflcvbpj1g9 280787 280785 2026-06-05T17:29:04Z L'embellie 9414 Created page with "=== Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [$1 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [$2 Google Meet]." 280787 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] lbkky4422p2yrome1abx79de5yj0t5v 280789 280787 2026-06-05T17:29:22Z L'embellie 9414 Created page with "=== Fonction de la semaine : $1 et $2 ===" 280789 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] ok2cycott92cdkxq93jx5caj1yrk76x 280791 280789 2026-06-05T17:30:32Z L'embellie 9414 Created page with "''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[$1|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[$2|99of9]] et révisée par [[$3|Feeglgeef]]. Merci !''" 280791 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] hrqkv6qb5zrgr8o7ghrmlfgww5lbf3x 280794 280791 2026-06-05T17:32:09Z L'embellie 9414 Created page with "Les fonctions [[$1|articles principaux]] et [[$2|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle $3|Temp..." 280794 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] b46nbvcuc838xd0i0h34vhbzoxg1lsc 280799 280794 2026-06-05T17:35:23Z L'embellie 9414 Created page with "La version complète de notre fonction, [[$1|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[$2|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une l..." 280799 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australie (Q408)]] : * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] qg6shxdr7ff1lodss2kdlcb3z0kei3k 280801 280799 2026-06-05T17:35:53Z L'embellie 9414 Created page with "[[$1|''Article principal :'' Histoire de l'Australie]]" 280801 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australie (Q408)]] : * [[Z36085|''Article principal :'' Histoire de l'Australie]] * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] etquf3fuigylxiw3bjfb0ecob8umgiv 280803 280801 2026-06-05T17:36:39Z L'embellie 9414 Created page with "[[$1|''Articles principaux :'' Géographie de l'Australie et du continent australien]]" 280803 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australie (Q408)]] : * [[Z36085|''Article principal :'' Histoire de l'Australie]] * [[Z36086|''Articles principaux :'' Géographie de l'Australie et du continent australien]] * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] qzb4d7rfxwidpt8v97rm174bnz1mf8r 280806 280803 2026-06-05T17:37:27Z L'embellie 9414 Created page with "[[$1|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, $2, affectant [[$3|Z13464]], dont la composition dépend." 280806 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australie (Q408)]] : * [[Z36085|''Article principal :'' Histoire de l'Australie]] * [[Z36086|''Articles principaux :'' Géographie de l'Australie et du continent australien]] * [[Z36087|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 1i4j25fq0co15kwoeeskk3gquqoi69v 280808 280806 2026-06-05T17:38:28Z L'embellie 9414 280808 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australie (Q408)]] : * [[Z36085|''Article principal :'' Histoire de l'Australie]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] a8ynce3m84bidexr61e785gpy770jpc 280810 280808 2026-06-05T17:38:36Z L'embellie 9414 280810 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australie (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] t4e12hltycty83fn0ph9op69aok5twe 280812 280810 2026-06-05T17:38:51Z L'embellie 9414 280812 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] kjotzx225ltg73hdjxsjszpslg7vnzc 280815 280812 2026-06-05T17:39:13Z L'embellie 9414 280815 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] bbn7fx8ca153afokehi4u1fao91v6wd 280817 280815 2026-06-05T17:39:27Z L'embellie 9414 Created page with "[[$1|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch." 280817 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 1mqj2a0mkwh0a7zsc9j3o217lyq0290 280820 280817 2026-06-05T17:40:08Z L'embellie 9414 Created page with "[[$1|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand." 280820 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 8bjdbjbcyhsx7rqx8xhd96tqqwddd2j 280822 280820 2026-06-05T17:40:50Z L'embellie 9414 Created page with "[[$1|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de $2 grâce à un lien." 280822 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. * [[Z36090|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de <code><span dir="rtl">← تاريخ أستراليا</span></code> grâce à un lien. <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] rf1xs8paudm7qushsvnsbf0nj71mwni 280824 280822 2026-06-05T17:41:36Z L'embellie 9414 Created page with "J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[$1|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentair..." 280824 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. * [[Z36090|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de <code><span dir="rtl">← تاريخ أستراليا</span></code> grâce à un lien. J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[Z33855|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentaire serait donc la bienvenue. Il serait également intéressant de discuter des orientations théoriques pour l'argument de configuration des étiquettes, qui n'est pas utilisé pour l'instant. <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 313o5xlqw90kxcxcfeaf6uuwxkqp8vk 280826 280824 2026-06-05T17:42:58Z L'embellie 9414 Created page with "=== 63 nouvelles Fonctions === Cette semaine, nous avons eu 63 nouvelles fonctions. Voici une liste incomplète de fonctions avec des mises en œuvre et des tests passés pour avoir une idée des fonctions créées. Merci à tout le monde pour vos contributions !" 280826 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. * [[Z36090|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de <code><span dir="rtl">← تاريخ أستراليا</span></code> grâce à un lien. J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[Z33855|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentaire serait donc la bienvenue. Il serait également intéressant de discuter des orientations théoriques pour l'argument de configuration des étiquettes, qui n'est pas utilisé pour l'instant. === 63 nouvelles Fonctions === Cette semaine, nous avons eu 63 nouvelles fonctions. Voici une liste incomplète de fonctions avec des mises en œuvre et des tests passés pour avoir une idée des fonctions créées. Merci à tout le monde pour vos contributions ! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] ryd9ubl66qeslar5229emvvd4qqat0b 280828 280826 2026-06-05T17:43:32Z L'embellie 9414 Created page with "Une [$1 liste complète de toutes les fonctions classées par leur date de création] est disponible." 280828 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ([[:phab:T407066|T407066]]). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [https://zonestamp.toolforge.org/1780939800 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [https://meet.google.com/xuy-njxh-rkw Google Meet]. <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. * [[Z36090|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de <code><span dir="rtl">← تاريخ أستراليا</span></code> grâce à un lien. J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[Z33855|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentaire serait donc la bienvenue. Il serait également intéressant de discuter des orientations théoriques pour l'argument de configuration des étiquettes, qui n'est pas utilisé pour l'instant. === 63 nouvelles Fonctions === Cette semaine, nous avons eu 63 nouvelles fonctions. Voici une liste incomplète de fonctions avec des mises en œuvre et des tests passés pour avoir une idée des fonctions créées. Merci à tout le monde pour vos contributions ! * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} Une [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest liste complète de toutes les fonctions classées par leur date de création] est disponible. [[Category:Status updates{{#translation:}}|2026-06-05]] 261wpr40ic3utd0gp40aav3yqs6brgc 280861 280828 2026-06-05T18:22:55Z FuzzyBot 207 Updating to match new version of source page 280861 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Mise à jour précédente | prev = 2026-05-30 | nextlabel = Prochaine mise à jour | next = }} <span id="The_illustrated_encyclopaedia"></span> <div class="mw-translate-fuzzy"> === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. Une première fonction d'exemple créant un fragment HTML est disponible ici : {{Z|Z36038}} Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[abstract:Q922|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! <span id="Recent_Changes_in_the_software"></span> <div class="mw-translate-fuzzy"> === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ($1). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <span id="Volunteers’_Corner_on_June_8"></span> <div class="mw-translate-fuzzy"> === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [$1 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [$2 Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <span id="Functions_of_the_Week:_{{Z|Z36083}}_and_{{Z|Z33842}}"></span> === Fonction de la semaine : {{Z|Z36083}} et {{Z|Z33842}} === : ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[Wikifunctions:Function of the Week/submissions|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[User:99of9|99of9]] et révisée par [[User:Feeglgeef|Feeglgeef]]. Merci !'' Les fonctions [[Z36083|articles principaux]] et [[Z33842|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[w:Template:Main|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. La version complète de notre fonction, [[Z33842|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[Z6091|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[Z89|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[Z33847|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs <code>role="note" class="hatnote navigation-not-searchable"</code>, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[Z36083|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[:abstract:Q408|Australia (Q408)]] : * [[Z36085|''Main article:'' History of Australia]] * [[Z36086|''Main articles:'' Geography of Australia and Australian continent]] * [[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, [[phab:T427454|T427454]], affectant [[Z13464|Z13464]], dont la composition dépend. * [[Z36089|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. * [[Z36088|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. * [[Z36090|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de <code><span dir="rtl">← تاريخ أستراليا</span></code> grâce à un lien. J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[Z33855|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentaire serait donc la bienvenue. Il serait également intéressant de discuter des orientations théoriques pour l'argument de configuration des étiquettes, qui n'est pas utilisé pour l'instant. <span id="Fresh_Functions_weekly:_63_new_Functions"></span> <div class="mw-translate-fuzzy"> === 63 nouvelles Fonctions === Cette semaine, nous avons eu 63 nouvelles fonctions. Voici une liste incomplète de fonctions avec des mises en œuvre et des tests passés pour avoir une idée des fonctions créées. Merci à tout le monde pour vos contributions ! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} Une [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest liste complète de toutes les fonctions classées par leur date de création] est disponible. [[Category:Status updates{{#translation:}}|2026-06-05]] 79w0xsugh9jfzlb38hdtiwdcxm5nkin Translations:Wikifunctions:Status updates/2026-06-05/1/fr 1198 85080 280765 2026-06-05T17:18:37Z L'embellie 9414 Created page with "Mise à jour précédente" 280765 wikitext text/x-wiki Mise à jour précédente edvh6vvtv3yqkr85wn0fvchk95jnttj Translations:Wikifunctions:Status updates/2026-06-05/2/fr 1198 85081 280767 2026-06-05T17:18:50Z L'embellie 9414 Created page with "Prochaine mise à jour" 280767 wikitext text/x-wiki Prochaine mise à jour apk53i468ppktizfgapcofkmtymfzyv Translations:Wikifunctions:Status updates/2026-06-05/3/fr 1198 85082 280769 2026-06-05T17:19:26Z L'embellie 9414 Created page with "=== L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite." 280769 wikitext text/x-wiki === L'encyclopédie illustrée === Nous sommes ravis de vous annoncer que, dès cette semaine, il est possible d'ajouter des images à Wikipédia Abstraite. 4yx9p1i91inrz9nqj90jlm4xmxjz0b0 Translations:Wikifunctions:Status updates/2026-06-05/4/fr 1198 85083 280771 2026-06-05T17:20:02Z L'embellie 9414 Created page with "Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation." 280771 wikitext text/x-wiki Les images sont une partie importante d'une encyclopédie moderne. Elles peuvent compléter les descriptions textuelles et fonctionnent souvent dans différentes langues. Les cartes, les diagrammes et les photographies fournissent un moyen de transmettre les relations spatiales, les proportions, les interactions et d'illustrer un sujet. Les images peuvent rendre une page de Wikipédia plus animée et faciliter la navigation. fwgbmhwc391ve0lb4ehhrsqb0dr1e35 Translations:Wikifunctions:Status updates/2026-06-05/5/fr 1198 85084 280773 2026-06-05T17:20:25Z L'embellie 9414 Created page with "Une première fonction d'exemple créant un fragment HTML est disponible ici : $1 Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia." 280773 wikitext text/x-wiki Une première fonction d'exemple créant un fragment HTML est disponible ici : $1 Cliquer sur une image vous mènera à la page Commons pour l'image, comme sur les articles de Wikipédia. mvbodqrk0k84kn5a7cu4oz6jfxevq2a Translations:Wikifunctions:Status updates/2026-06-05/6/fr 1198 85085 280775 2026-06-05T17:20:47Z L'embellie 9414 Created page with "Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées." 280775 wikitext text/x-wiki Pour l'instant, nous ne prenons en charge que des images : pas des vidéos, des fichiers audio, des cartes, des modèles 3D, des tableaux de données ou des documents. Nous prenons en charge une variété de formats d'images, y compris les PNG animés et GIF. Les images SVG fonctionnent aussi, mais leurs animations ne sont pas affichées. 5q236gd3eheuk05neg18gwwunv8oath Translations:Wikifunctions:Status updates/2026-06-05/7/fr 1198 85086 280777 2026-06-05T17:21:29Z L'embellie 9414 Created page with "La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[$1|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version." 280777 wikitext text/x-wiki La fonction d'exemple est à votre disposition pour que vous puissiez l'explorer, et n'hésitez pas à en créer d'autres. La [[$1|documentation]] est disponible — elle est encore en cours d'élaboration, mais elle couvre le champ d'application actuel et les limites connues de cette première version. La prise en charge des légendes n'est pas encore disponible, mais elle sera ajoutée dans une prochaine version. 2fl6gf2gi354f83sl53s1fq94xokbat Translations:Wikifunctions:Status updates/2026-06-05/8/fr 1198 85087 280778 2026-06-05T17:22:00Z L'embellie 9414 Created page with "Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles." 280778 wikitext text/x-wiki Les images qui sont téléversées dans les éditions linguistiques individuelles de Wikipédia ne sont pas disponibles. C'est une limitation intentionnelle, et il n'y a pas de plans pour changer cela. Seules les images de Wikimedia Commons seront disponibles, car c'est l'espace pour partager des images dans toutes les éditions de Wikipédia. En outre, les images provenant de sites Web tiers ne seront pas disponibles. 00m649i703vqflmqp8me7oripynq1uj Translations:Wikifunctions:Status updates/2026-06-05/9/fr 1198 85088 280780 2026-06-05T17:23:06Z L'embellie 9414 Created page with "Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre." 280780 wikitext text/x-wiki Si vous rencontrez des problèmes, veuillez nous les signaler. Comme pour toutes les nouveautés, étant donné l'écosystème complexe dans lequel nous sommes, nous nous attendons à ce que certaines choses qui devraient fonctionner ne fonctionnent pas. S'il vous plaît, signalez ces situations, idéalement sur Phabricator, pour que nous puissions les résoudre. ihicqd3h6vgg7nq4cuqe0e1nzqbeo0n Translations:Wikifunctions:Status updates/2026-06-05/10/fr 1198 85089 280782 2026-06-05T17:25:43Z L'embellie 9414 Created page with "Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[$1|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite !" 280782 wikitext text/x-wiki Vous pouvez voir ici une première image intégrée à un article de Wikipédia abstraite : [[$1|Brač]]. Nous avons hâte de vous voir utiliser des images dans la Wikipédia abstraite ! 4m3hy8ft53d3nknbzpghu6w3he9l10c Translations:Wikifunctions:Status updates/2026-06-05/11/fr 1198 85090 280784 2026-06-05T17:28:15Z L'embellie 9414 Created page with "=== Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ($1). Nous avons également c..." 280784 wikitext text/x-wiki === Modifications récentes du logiciel === Cette semaine, nous avons repensé la manière dont nous enregistrons le code. Cela signifie que les droits d'utilisateur spéciaux (tels que « Associer un cas de test à sa fonction » ou « Créer de nouveaux articles abstraits ») et les groupes (tels que « Fonctionnaire ») n'apparaîtront désormais que sur Wikifonction ou Wikipédia abstraite, selon le cas, et non plus sur les wikis clients ($1). Nous avons également corrigé un bug sur Wikifonctions qui faisait que les pages de comparaison affichaient l'ancienne révision d'une page sous la comparaison, plutôt que la nouvelle. Wikipédia abstraite n'était pas concernée. 8jvnljhpq8boh6e9l1y7kmejvgbjirt Translations:Wikifunctions:Status updates/2026-06-05/12/fr 1198 85091 280786 2026-06-05T17:29:03Z L'embellie 9414 Created page with "=== Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [$1 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [$2 Google Meet]." 280786 wikitext text/x-wiki === Le coin des bénévoles du 8 juin === La prochaine session du coin des bénévoles aura lieu le [$1 lundi 8 juin 2026 à 17 h 30 UTC]. Nous prévoyons de répondre aux questions de la communauté et de discuter des sujets qui se présenteront. Si nous avons le temps, nous écrirons une fonction ensemble. Tout le monde est le bienvenu sur [$2 Google Meet]. thwphgp9nk35g5xucik6eszs4mscmul Translations:Wikifunctions:Status updates/2026-06-05/13/fr 1198 85092 280788 2026-06-05T17:29:21Z L'embellie 9414 Created page with "=== Fonction de la semaine : $1 et $2 ===" 280788 wikitext text/x-wiki === Fonction de la semaine : $1 et $2 === 6auy17gfg6wk1zphxsrhuynlx6gnhb7 Translations:Wikifunctions:Status updates/2026-06-05/14/fr 1198 85093 280790 2026-06-05T17:30:31Z L'embellie 9414 Created page with "''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[$1|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[$2|99of9]] et révisée par [[$3|Feeglgeef]]. Merci !''" 280790 wikitext text/x-wiki ''Chaque semaine, nous présentons en détail une fonction, afin de mettre en avant les possibilités offertes par Wikifonctions. Les « Fonctions de la semaine » sont généralement proposées par la communauté. [[$1|Vous pouvez soumettre une fonction ici]]. La Fonction de cette semaine a été écrite par [[$2|99of9]] et révisée par [[$3|Feeglgeef]]. Merci !'' c487ho62j1xnftrze9krigauzn1xi2l Translations:Wikifunctions:Status updates/2026-06-05/15/fr 1198 85094 280793 2026-06-05T17:32:08Z L'embellie 9414 Created page with "Les fonctions [[$1|articles principaux]] et [[$2|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle $3|Temp..." 280793 wikitext text/x-wiki Les fonctions [[$1|articles principaux]] et [[$2|articles principaux, complexes]] doivent être utilisées sur Wikipédia abstraite après un titre de section pour renvoyer vers un article distinct contenant davantage d'informations sur ce sous-thème. Ces liens aident le lecteur à accéder rapidement aux sujets qui l'intéressent le plus et sont largement utilisés dans la plupart des éditions linguistiques de Wikipédia. Nos fonctions s'inspirent du modèle [[$3|Template:Main]] de Wikipédia en anglais, qui prend en charge un ensemble (généralement court) d'articles vers lesquels renvoyer, des chaînes de libellé alternatives facultatives pour ces liens, ainsi qu'un paramètre permettant de désigner et de modifier légèrement le comportement des autoréférences. Il renvoie un court encadré désignant ce lien comme l'article principal de la sous-section. id0gq28axuknh1vq7n9komb5ve7x7tc Translations:Wikifunctions:Status updates/2026-06-05/16/fr 1198 85095 280795 2026-06-05T17:33:58Z L'embellie 9414 Created page with "La version complète de notre fonction, [[$1|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[$2|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une l..." 280795 wikitext text/x-wiki La version complète de notre fonction, [[$1|articles principaux, complexes]], est conçue pour accepter trois entrées similaires ainsi que la langue dans laquelle elle doit être affichée. Les éléments de lien sont saisis sous la forme d'une liste de [[$2|références d'éléments Wikidata]]. Les libellés alternatifs ne peuvent pas être de simples chaînes de caractères, car ils ne fonctionneraient pas dans toutes les langues. Pour l'instant, nous acceptons une liste d'objets, mais ne prenons pas encore en charge de fonctionnalité sur ces objets. À l'avenir, ils pourraient être renseignés avec des références de fonction ou d'autres structures de données contenant les informations nécessaires pour générer des libellés alternatifs. Le paramètre d'autoréférence est un booléen. La fonction renvoie un [[$3|fragment HTML]] tel que requis par Wikipédia abstraite. L'[[$4|implémentation de la composition]] se charge d'encapsuler la sortie de chaque langue dans une balise div HTML avec les attributs $5, de sorte que les sous-fonctions de langue sont uniquement chargées de récupérer et de formater le nom du lien. 0jnf74wzn0tzx5s1md7rlosjzxqnzo9 Translations:Wikifunctions:Status updates/2026-06-05/17/fr 1198 85096 280796 2026-06-05T17:34:51Z L'embellie 9414 Created page with "En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[$1|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite." 280796 wikitext text/x-wiki En général, la complexité des étiquettes alternatives et des autoréférences n'est pas nécessaire. Ainsi, la version simplifiée de notre fonction, [[$1|articles principaux]], ne nécessite qu'une liste d'éléments et une langue comme arguments. Elle encapsule la version complexe, en transmettant des valeurs par défaut pour les arguments inutilisés. Cette version est plus simple à utiliser et à lire dans le code source de Wikipédia abstraite. bu7d9sbqd51173qxlxngrbdhckkzu90 Translations:Wikifunctions:Status updates/2026-06-05/18/fr 1198 85097 280798 2026-06-05T17:35:16Z L'embellie 9414 Created page with "Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[$1|Australie (Q408)]] :" 280798 wikitext text/x-wiki Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[$1|Australie (Q408)]] : rfk72mnaj0t63qkjhlosmuluuy7k7fb 280811 280798 2026-06-05T17:38:50Z L'embellie 9414 280811 wikitext text/x-wiki Six tests sont disponibles, s'appuyant sur l'utilisation intensive de cette fonction pour structurer l'article abstrait [[$1|Australia (Q408)]] : i75uizz7kytp2zr9d51mwp2yv392is9 Translations:Wikifunctions:Status updates/2026-06-05/19/fr 1198 85098 280800 2026-06-05T17:35:52Z L'embellie 9414 Created page with "[[$1|''Article principal :'' Histoire de l'Australie]]" 280800 wikitext text/x-wiki [[$1|''Article principal :'' Histoire de l'Australie]] 0kl1b4xqlwjdlkxjyjjsljyl9pkxvmk 280809 280800 2026-06-05T17:38:35Z L'embellie 9414 280809 wikitext text/x-wiki [[$1|''Main article:'' History of Australia]] r1q8cq9m7x4qctyj5psew59dli73eg1 Translations:Wikifunctions:Status updates/2026-06-05/20/fr 1198 85099 280802 2026-06-05T17:36:39Z L'embellie 9414 Created page with "[[$1|''Articles principaux :'' Géographie de l'Australie et du continent australien]]" 280802 wikitext text/x-wiki [[$1|''Articles principaux :'' Géographie de l'Australie et du continent australien]] ny5jf4gjuhs27bfiucdvgdmm6x299ko 280807 280802 2026-06-05T17:38:27Z L'embellie 9414 280807 wikitext text/x-wiki [[$1|''Main articles:'' Geography of Australia and Australian continent]] nf4m99bqdkoaepcut451zstrhzcnx0q Translations:Wikifunctions:Status updates/2026-06-05/21/fr 1198 85100 280805 2026-06-05T17:37:26Z L'embellie 9414 Created page with "[[$1|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, $2, affectant [[$3|Z13464]], dont la composition dépend." 280805 wikitext text/x-wiki [[$1|« Articles principaux : » Gouvernement australien, Politique en Australie et Monarchie australienne]] ne fonctionne pas actuellement en raison d'un bug répertorié, $2, affectant [[$3|Z13464]], dont la composition dépend. dsq9ccgxtycrmg1ccala3npto83vzkf 280814 280805 2026-06-05T17:39:12Z L'embellie 9414 280814 wikitext text/x-wiki [[$1|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] ne fonctionne pas actuellement en raison d'un bug répertorié, $2, affectant [[$3|Z13464]], dont la composition dépend. b0z7cvcewffnrztd36su5jlc7ycp7s2 Translations:Wikifunctions:Status updates/2026-06-05/22/fr 1198 85101 280816 2026-06-05T17:39:26Z L'embellie 9414 Created page with "[[$1|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch." 280816 wikitext text/x-wiki [[$1|''Hoofdartikel:'' Geografie van Australië]] en Belgian Dutch. tfvkup53e3chng8dw242c98nw9gcf5t Translations:Wikifunctions:Status updates/2026-06-05/23/fr 1198 85102 280819 2026-06-05T17:40:07Z L'embellie 9414 Created page with "[[$1|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand." 280819 wikitext text/x-wiki [[$1|''→ Hauptartikel:'' Klima in Australien]] attend une implémentation en Allemand. essrk9l359dqa766prx0cigmn9fy1i7 Translations:Wikifunctions:Status updates/2026-06-05/24/fr 1198 85103 280821 2026-06-05T17:40:49Z L'embellie 9414 Created page with "[[$1|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de $2 grâce à un lien." 280821 wikitext text/x-wiki [[$1|a test of the default function]] des tests en arabe, une langue s'écrivant de droite à gauche, et la génération réussie de $2 grâce à un lien. p2cfgzfole1z1hyby0yahvc1io6dq7t Translations:Wikifunctions:Status updates/2026-06-05/25/fr 1198 85104 280823 2026-06-05T17:41:36Z L'embellie 9414 Created page with "J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[$1|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentair..." 280823 wikitext text/x-wiki J'ai choisi cet exemple comme « Fonction de la semaine » afin d'encourager la poursuite de la configuration linguistique. La prise en charge de liens simples avec des étiquettes selon un schéma cohérent constitue un objectif très clairement défini et représente un point de départ relativement facile par rapport à d'autres fonctions de langage naturel. Elle n'est actuellement [[$1|configurée]] qu'en anglais et en néerlandais ; toute contribution supplémentaire serait donc la bienvenue. Il serait également intéressant de discuter des orientations théoriques pour l'argument de configuration des étiquettes, qui n'est pas utilisé pour l'instant. or5i3h1750nmsaery7z7e3iqy3dov9z Translations:Wikifunctions:Status updates/2026-06-05/26/fr 1198 85105 280825 2026-06-05T17:42:57Z L'embellie 9414 Created page with "=== 63 nouvelles Fonctions === Cette semaine, nous avons eu 63 nouvelles fonctions. Voici une liste incomplète de fonctions avec des mises en œuvre et des tests passés pour avoir une idée des fonctions créées. Merci à tout le monde pour vos contributions !" 280825 wikitext text/x-wiki === 63 nouvelles Fonctions === Cette semaine, nous avons eu 63 nouvelles fonctions. Voici une liste incomplète de fonctions avec des mises en œuvre et des tests passés pour avoir une idée des fonctions créées. Merci à tout le monde pour vos contributions ! 6m6o018e9aberabrk63gw4qmyjz7828 Translations:Wikifunctions:Status updates/2026-06-05/27/fr 1198 85106 280827 2026-06-05T17:43:31Z L'embellie 9414 Created page with "Une [$1 liste complète de toutes les fonctions classées par leur date de création] est disponible." 280827 wikitext text/x-wiki Une [$1 liste complète de toutes les fonctions classées par leur date de création] est disponible. p9k956v531tvn0mnklrv37l9wla4ej4 Talk:Z310 1 85107 280830 2026-06-05T17:59:38Z YoshiRulz 10156 Add auto-generated docs 280830 wikitext text/x-wiki {{type documentation|Z310|Commons image reference |related types= * {{Z+|Z6091}} * {{Z+|Z6039}} |cardinality=Valid: about {{formatnum:190000000}} <br>Type admits: arbitrarily high }} jkkdc7dohlusweyut47vm1yc7q7ha4p Help:Z310 12 85108 280831 2026-06-05T17:59:58Z YoshiRulz 10156 Create page 280831 wikitext text/x-wiki See [[mw:Help:Wikifunctions/Images]]. 97zwi575an4obujvcl0iybe8dutoolu Z36100 0 85109 280834 2026-06-05T18:06:59Z EnaldoSS 675 280834 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36100" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z35399", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z35399", "Z35399K1": "M512x516S14c20489x485" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "𝠃𝤒𝤖񁲡𝣻𝣷" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1381", "Z11K2": "M512x516S14c20489x485 → 𝠃𝤒𝤖񁲡𝣻𝣷" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 311xybxtur18t44vqx8gztyamgfh5an Help:Type deconstruction table/Commons image reference 12 85110 280835 2026-06-05T18:07:39Z YoshiRulz 10156 Create page 280835 wikitext text/x-wiki {{Help:Type deconstruction table/preface|Z310|Commons image reference}} |- | {{Z|36045}} ! K1: {{Z|6}} | &mdash; |} 5rucragwss776vm5u6ehzlulysn74e9 280847 280835 2026-06-05T18:20:00Z YoshiRulz 10156 Add deconstructor 280847 wikitext text/x-wiki {{Help:Type deconstruction table/preface|Z310|Commons image reference}} |- | {{Z|36045}} ! K1: {{Z|6}} | {{Z|36104}} |} 5hkmc362v2meuqm5u65fd8buoyqdrz4 Z36101 0 85111 280837 2026-06-05T18:13:42Z YoshiRulz 10156 Create function 280837 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36101" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36101" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "are Commons image references equal?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Commons image reference equality", "same Commons image reference", "Commons image reference = other", "are Commons image references identical?", "are Commons image references equivalent?", "Commons image reference equivalence" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } j2yq0hg35wmpm8jlzfd85k4teij3vcb 280840 280837 2026-06-05T18:15:43Z YoshiRulz 10156 Added Z36102 and Z36103 to the approved list of test cases 280840 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36101" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36102", "Z36103" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36101" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "are Commons image references equal?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Commons image reference equality", "same Commons image reference", "Commons image reference = other", "are Commons image references identical?", "are Commons image references equivalent?", "Commons image reference equivalence" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5co5ar67lhtuu9w2ruje2pahkkilyvq 280849 280840 2026-06-05T18:20:20Z YoshiRulz 10156 Added Z36108 to the approved list of implementations 280849 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36101" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36102", "Z36103" ], "Z8K4": [ "Z14", "Z36108" ], "Z8K5": "Z36101" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "are Commons image references equal?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Commons image reference equality", "same Commons image reference", "Commons image reference = other", "are Commons image references identical?", "are Commons image references equivalent?", "Commons image reference equivalence" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 2wbqxvlxv9v2ss63cdtansefq72bush 280866 280849 2026-06-05T18:24:29Z YoshiRulz 10156 Added Z36111 to the approved list of implementations 280866 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36101" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36101K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36102", "Z36103" ], "Z8K4": [ "Z14", "Z36108", "Z36111" ], "Z8K5": "Z36101" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "are Commons image references equal?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Commons image reference equality", "same Commons image reference", "Commons image reference = other", "are Commons image references identical?", "are Commons image references equivalent?", "Commons image reference equivalence" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } mftscgi66ca01f2uyrgto3mlx5k10s3 Z36102 0 85112 280838 2026-06-05T18:15:21Z YoshiRulz 10156 Create test 280838 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36102" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36101", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36101", "Z36101K1": { "Z1K1": "Z310", "Z310K1": "M3947518" }, "Z36101K2": { "Z1K1": "Z310", "Z310K1": "M3947518" } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "M3947518 = M3947518" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } h04njdds5biegximyak6tnmdbl5meqk Z36103 0 85113 280839 2026-06-05T18:15:30Z YoshiRulz 10156 Create test 280839 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36103" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36101", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36101", "Z36101K1": { "Z1K1": "Z310", "Z310K1": "M3947518" }, "Z36101K2": { "Z1K1": "Z310", "Z310K1": "M185147161" } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z42" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "M3947518 ≠ M185147161" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } g1mydpq831ggt8aeqwggb34jf4eotpf Z36104 0 85114 280841 2026-06-05T18:17:18Z YoshiRulz 10156 Create function 280841 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36104" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36104K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "image ref" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36104" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "MID String from Commons image reference" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } b8733n6mjvpdsn0wz7rulqth5l3wnk7 280843 280841 2026-06-05T18:18:47Z YoshiRulz 10156 Added Z36105 to the approved list of test cases 280843 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36104" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36104K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "image ref" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36105" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36104" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "MID String from Commons image reference" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } hhi6u59amxxb2nnrbnlloj2rl6btmmi 280846 280843 2026-06-05T18:19:49Z YoshiRulz 10156 Added Z36107 to the approved list of implementations 280846 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36104" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36104K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "image ref" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36105" ], "Z8K4": [ "Z14", "Z36107" ], "Z8K5": "Z36104" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "MID String from Commons image reference" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 1sq23183dz6daz4b5vpycid5jobuwyk 280864 280846 2026-06-05T18:23:14Z YoshiRulz 10156 Added Z36110 to the approved list of implementations 280864 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36104" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z310", "Z17K2": "Z36104K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "image ref" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36105" ], "Z8K4": [ "Z14", "Z36107", "Z36110" ], "Z8K5": "Z36104" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "MID String from Commons image reference" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } kxl2oxiaiqqzjynd0yc5j9s1uiuude4 Z36105 0 85115 280842 2026-06-05T18:18:29Z YoshiRulz 10156 Create test 280842 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36105" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36104", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36104", "Z36104K1": { "Z1K1": "Z310", "Z310K1": "M3947518" } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "M3947518" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "M3947518 -\u003E \"M3947518\"" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } d6d936zl6obprvzsjcsfvyz9gd20lua Z36106 0 85116 280844 2026-06-05T18:19:01Z Strobilomyces 193 created function 280844 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36106" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36106K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36106K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36106K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36106" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "State location using entity and class, Spanish" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Example : Australia es un país en Oceanía." } ] } } 6b62jm4xmkdbnfg71ss87thkf7f6fcv Z36107 0 85117 280845 2026-06-05T18:19:25Z YoshiRulz 10156 Create implementation 280845 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36107" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36104", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z803", "Z803K1": { "Z1K1": "Z39", "Z39K1": "Z310K1" }, "Z803K2": { "Z1K1": "Z18", "Z18K1": "Z36104K1" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "MID String from Commons image ref., composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } j59mm2vcsma105jss1f5fay62hsfj7e Z36108 0 85118 280848 2026-06-05T18:20:07Z YoshiRulz 10156 Create implementation 280848 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36108" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36101", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K1": { "Z1K1": "Z7", "Z7K1": "Z36104", "Z36104K1": { "Z1K1": "Z18", "Z18K1": "Z36101K1" } }, "Z866K2": { "Z1K1": "Z7", "Z7K1": "Z36104", "Z36104K1": { "Z1K1": "Z18", "Z18K1": "Z36101K2" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Commons image reference equality, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5k3neoald0p3fm8orglalflfbthdk9i Z36109 0 85119 280850 2026-06-05T18:20:31Z YoshiRulz 10156 Create test 280850 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36109" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36043", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36043", "Z36043K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z6091", "Z6091K1": "Q277514" }, "Z30120K2": [ "Z6030", "Z6036" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P18" } ] } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z36101", "Z36101K2": { "Z1K1": "Z310", "Z310K1": "M3947518" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Q277514 -\u003E M3947518" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6tbekein3p6eq4s37ahfvmubbpe3khn Translations:Wikifunctions:Status updates/2026-06-05/28/en 1198 85120 280854 2026-06-05T18:22:53Z FuzzyBot 207 Importing a new version from external source 280854 wikitext text/x-wiki We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. h9kg3nnvngy3fx5is7q3l2iqozhd5ez Translations:Wikifunctions:Status updates/2026-06-05/29/en 1198 85121 280856 2026-06-05T18:22:53Z FuzzyBot 207 Importing a new version from external source 280856 wikitext text/x-wiki This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ($1). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. 2bn9n763dcd1h9le8fwjj9aapgew5zm Translations:Wikifunctions:Status updates/2026-06-05/30/en 1198 85122 280858 2026-06-05T18:22:53Z FuzzyBot 207 Importing a new version from external source 280858 wikitext text/x-wiki The next Volunteers’ Corner will be on [$1 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [$2 Google Meet]. dx8cewepxh44qz1ixl8nyqqy4cadwkl Translations:Wikifunctions:Status updates/2026-06-05/31/en 1198 85123 280860 2026-06-05T18:22:54Z FuzzyBot 207 Importing a new version from external source 280860 wikitext text/x-wiki This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! c8n8ogoqlhj9eoc9lpfvyktr2goue2a Z36110 0 85124 280863 2026-06-05T18:23:00Z YoshiRulz 10156 Create implementation 280863 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36110" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36104", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z36104( Z36104K1 ) {\n\treturn Z36104K1.Z310K1;\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "MID String from Commons image reference, JS" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } hmhfvx0dz4yqhkm7vbmlcpqyyg4fwqq Z36111 0 85125 280865 2026-06-05T18:23:55Z YoshiRulz 10156 Create implementation 280865 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36111" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36101", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z36101( Z36101K1, Z36101K2 ) {\n\treturn Z36101K1.Z310K1 == Z36101K2.Z310K1;\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Commons image reference equality, JS" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } kjpyvkuchj3w51xkgt4cdzyobvpi62c Module:Navbar/styles.css 828 85126 280871 2026-06-05T18:46:06Z ZI Jony 1002 Created page with "/* {{pp|small=yes}} */ .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar-mini abbr { f..." 280871 sanitized-css text/css /* {{pp|small=yes}} */ .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar-mini abbr { font-variant: small-caps; border-bottom: none; text-decoration: none; cursor: inherit; } .navbar-ct-full { font-size: 114%; margin: 0 7em; } .navbar-ct-mini { font-size: 114%; margin: 0 4em; } /* Navbar styling when nested in infobox and navbox Should consider having a separate TemplateStyles for those specific places using an infobox/navbox and a navbar, or possibly override from using template */ .infobox .navbar { font-size: 100%; } .navbox .navbar { display: block; font-size: 100%; } .navbox-title .navbar { float: left; /* @noflip */ text-align: left; /* @noflip */ margin-right: 0.5em; } mm6x1sxe2qzmyxfzl7adipytxumrql8 Z36112 0 85127 280872 2026-06-05T18:46:34Z YoshiRulz 10156 Create test 280872 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36112" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z35911", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z35911", "Z35911K1": { "Z1K1": "Z13518", "Z13518K1": "14" }, "Z35911K2": { "Z1K1": "Z13518", "Z13518K1": "35" }, "Z35911K3": { "Z1K1": "Z13518", "Z13518K1": "60" } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z25098", "Z25098K2": { "Z1K1": "Z6060", "Z6060K1": { "Z1K1": "Z13518", "Z13518K1": "14" }, "Z6060K2": { "Z1K1": "Z13518", "Z13518K1": "35" }, "Z6060K3": { "Z1K1": "Z13518", "Z13518K1": "60" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "(14, 35, 60) -\u003E 14:35:60" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 1iuixdptvtsp427x686gcr2l4wj3g8i Translations:Wikifunctions:Status updates/2026-06-05/Page display title/de 1198 85128 280877 2026-06-05T19:25:30Z Ameisenigel 44 Created page with "Wikifunctions:Status-Updates/2026-06-05" 280877 wikitext text/x-wiki Wikifunctions:Status-Updates/2026-06-05 lvx3oioolwruiy093kjpdb52l6kowcw Wikifunctions:Status updates/2026-06-05/de 4 85129 280878 2026-06-05T19:25:31Z Ameisenigel 44 Created page with "Wikifunctions:Status-Updates/2026-06-05" 280878 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Previous update</span> | prev = 2026-05-30 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Next update</span> | next = }} <div lang="en" dir="ltr" class="mw-content-ltr"> === The illustrated encyclopaedia === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 1amxpp82zk0n4rlvwrssl13tgk3ddrp 280880 280878 2026-06-05T19:25:34Z Ameisenigel 44 Created page with "Vorheriges Update" 280880 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = <span lang="en" dir="ltr" class="mw-content-ltr">Next update</span> | next = }} <div lang="en" dir="ltr" class="mw-content-ltr"> === The illustrated encyclopaedia === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] lerbv93wy40i4z3o2pv5azrvflkh7nv 280882 280880 2026-06-05T19:25:44Z Ameisenigel 44 Created page with "Nächstes Update" 280882 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <div lang="en" dir="ltr" class="mw-content-ltr"> === The illustrated encyclopaedia === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 1wyun3e9rp0q6hvoip69fob96mmpkbl 280884 280882 2026-06-05T19:26:03Z Ameisenigel 44 Created page with "=== Die illustrierte Enzyklopädie ===" 280884 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === <div lang="en" dir="ltr" class="mw-content-ltr"> We are very excited to let you know that starting this week the ability to add images to Abstract Wikipedia is available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 4ly6izwj1mcaes07kosjezu5q5frx3h 280886 280884 2026-06-05T19:26:28Z Ameisenigel 44 Created page with "Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen." 280886 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. <div lang="en" dir="ltr" class="mw-content-ltr"> Images are an important part of a modern encyclopaedia. They can complement textual descriptions, and often work across languages. Maps, diagrams, and photographs provide a way to convey spatial relationships, proportions, interactions and to illustrate a topic. Images can make a Wikipedia page be more lively, and make it easier to digest. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] ilcp1srag4749kq6kma9nv1r75ttbla 280888 280886 2026-06-05T19:28:40Z Ameisenigel 44 Created page with "Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern." 280888 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. <div lang="en" dir="ltr" class="mw-content-ltr"> A first example function creating an HTML fragment is available here: {{Z|Z36038}} Clicking through an image will take you to the Commons page for the image, like on Wikipedia articles. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] eyc9nnn1stn94jrl0kw760397ty6spn 280890 280888 2026-06-05T19:29:38Z Ameisenigel 44 Created page with "Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: $1. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln." 280890 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. <div lang="en" dir="ltr" class="mw-content-ltr"> For now, we only support images: not videos, audio files, maps, 3D models, data tables, or documents. We do support a variety of image formats, including animated PNGs and GIFs. SVG images also work, but their animations are not being displayed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] imlm1yj7jm89vegfrkay975j105e5e1 280892 280890 2026-06-05T19:31:12Z Ameisenigel 44 Created page with "Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt." 280892 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. <div lang="en" dir="ltr" class="mw-content-ltr"> The example function is available for you to explore, and you're welcome to create others. [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Documentation]] is available — still a work in progress, but it covers the current scope and known limitations of this first version. Caption support is not yet available but will be added in a future iteration. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] ngg3lnkj1sjyfeqvf8i88iasi7jee6r 280894 280892 2026-06-05T19:32:50Z Ameisenigel 44 Created page with "Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[$1|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht." 280894 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht. <div lang="en" dir="ltr" class="mw-content-ltr"> Images that are uploaded to individual language editions of Wikipedia are not available. This is an intentional limitation, and there are no plans on changing that. Only images from Wikimedia Commons will be available, as that is the space to share images across all Wikipedia editions. Also, images from third-party websites will not be available. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 68ojmnlzuau75jzje5qa1kdrwy76hfe 280896 280894 2026-06-05T19:34:16Z Ameisenigel 44 Created page with "Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung." 280896 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht. Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung. <div lang="en" dir="ltr" class="mw-content-ltr"> If you find issues, please let us know. As with every new capability, given the complex ecosystem we are in, we expect that some things that should work might not. Please report such situations, ideally on Phabricator, so we can fix them. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] mtkn12b42cmq1nbdhogpak8jktrylda 280898 280896 2026-06-05T19:35:43Z Ameisenigel 44 Created page with "Solltest du auf Probleme stoßen, lass es uns bitte wissen. Angesichts des komplexen Ökosystems, in dem wir uns bewegen, rechnen wir, wie bei jeder neuen Funktion, damit, dass manches möglicherweise nicht wie vorgesehen funktioniert. Bitte melde solche Fälle, idealerweise über Phabricator, damit wir sie beheben können." 280898 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht. Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung. Solltest du auf Probleme stoßen, lass es uns bitte wissen. Angesichts des komplexen Ökosystems, in dem wir uns bewegen, rechnen wir, wie bei jeder neuen Funktion, damit, dass manches möglicherweise nicht wie vorgesehen funktioniert. Bitte melde solche Fälle, idealerweise über Phabricator, damit wir sie beheben können. <div lang="en" dir="ltr" class="mw-content-ltr"> A first image integrated in an article on Abstract Wikipedia can be seen here: [[abstract:Q922|Brač]]. We are looking forward to seeing you use images in Abstract Wikipedia! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 103az5oxr9360zxrpf8j15l6jinyswp 280900 280898 2026-06-05T19:36:52Z Ameisenigel 44 Created page with "Ein erstes Bild, das in einen Artikel in der Abstrakten Wikipedia eingebunden ist, ist hier zu sehen: [[$1|Brač]]. Wir freuen uns darauf, zu sehen, wir du Bilder in der Abstrakten verwendest!" 280900 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht. Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung. Solltest du auf Probleme stoßen, lass es uns bitte wissen. Angesichts des komplexen Ökosystems, in dem wir uns bewegen, rechnen wir, wie bei jeder neuen Funktion, damit, dass manches möglicherweise nicht wie vorgesehen funktioniert. Bitte melde solche Fälle, idealerweise über Phabricator, damit wir sie beheben können. Ein erstes Bild, das in einen Artikel in der Abstrakten Wikipedia eingebunden ist, ist hier zu sehen: [[abstract:Q922|Brač]]. Wir freuen uns darauf, zu sehen, wir du Bilder in der Abstrakten verwendest! <div lang="en" dir="ltr" class="mw-content-ltr"> === Recent Changes in the software === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 0yrxir6cntjxodbxirz73lel0jhlorm 280902 280900 2026-06-05T19:36:54Z Ameisenigel 44 Created page with "=== Letzte Änderungen an der Software ===" 280902 wikitext text/x-wiki <languages/> {{Wikifunctions updates | prevlabel = Vorheriges Update | prev = 2026-05-30 | nextlabel = Nächstes Update | next = }} <span id="The_illustrated_encyclopaedia"></span> === Die illustrierte Enzyklopädie === Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: {{Z|Z36038}}. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[:mw:Special:MyLanguage/Help:Wikifunctions/Images|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht. Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung. Solltest du auf Probleme stoßen, lass es uns bitte wissen. Angesichts des komplexen Ökosystems, in dem wir uns bewegen, rechnen wir, wie bei jeder neuen Funktion, damit, dass manches möglicherweise nicht wie vorgesehen funktioniert. Bitte melde solche Fälle, idealerweise über Phabricator, damit wir sie beheben können. Ein erstes Bild, das in einen Artikel in der Abstrakten Wikipedia eingebunden ist, ist hier zu sehen: [[abstract:Q922|Brač]]. Wir freuen uns darauf, zu sehen, wir du Bilder in der Abstrakten verwendest! <span id="Recent_Changes_in_the_software"></span> === Letzte Änderungen an der Software === <div lang="en" dir="ltr" class="mw-content-ltr"> This week, we re-built how we register the code, which means that the special user rights (like "Connect a Test Case to its Function" or "Create new Abstract Articles") and groups (like "Functioneer"), now will only show up on Wikifunctions or Abstract Wikipedia as appropriate, and not on client wikis ([[:phab:T407066|T407066]]). We also fixed a bug for Wikifunctions that meant that diff pages showed the old revision of a page underneath a diff, rather than the new one. Abstract Wikipedia wasn't affected. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Volunteers’ Corner on June 8 === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The next Volunteers’ Corner will be on [https://zonestamp.toolforge.org/1780939800 Monday, 8 June 2026 at 17:30 UTC]. We plan to address questions from the community and discuss any matters arising. If we have time, we will write a function together. Everyone is welcome to join us on [https://meet.google.com/xuy-njxh-rkw Google Meet]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Functions of the Week: {{Z|Z36083}} and {{Z|Z33842}} === </div> : <span lang="en" dir="ltr" class="mw-content-ltr">''Every week we present up to one Function in detail, to show off the possibilities of Wikifunctions. The Functions of the Week are usually community submissions. [[Wikifunctions:Function of the Week/submissions|You can submit a Function here]]. This week’s Function of the Week was written by [[User:99of9|99of9]] and copyedited by [[User:Feeglgeef|Feeglgeef]]. Thanks!''</span> <div lang="en" dir="ltr" class="mw-content-ltr"> The functions [[Z36083|main articles]] and [[Z33842|main articles, complex]] are to be used on Abstract Wikipedia after a section heading to link to a separate article with more information about that subtopic. These links help the reader to quickly navigate to the topics they are most interested in, and are widely used across most language editions of Wikipedia. Our functions are modelled on the English Wikipedia [[w:Template:Main|Template:Main]], which takes a (usually short) set of articles to link to, optional alternative label strings for those links, and a parameter to denote and slightly change the behaviour of self-references. It returns a short inset referring to this link as the Main article for the subsection. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The full version of our function, [[Z33842|main articles, complex]] is set up to accept three similar inputs and the language in which it should be rendered. The link items are entered as a list of [[Z6091|Wikidata item references]]. The alternate labels cannot simply be strings, because they would not work in all languages. For now, we accept a list of objects, but do not yet support any functionality on these objects. In the future they may be populated with function references or other data structures with the information required to generate alternate labels. The self-reference parameter is a Boolean. The function returns an [[Z89|HTML fragment]] as required for Abstract Wikipedia. The [[Z33847|composition implementation]] deals with wrapping each language's output with an HTML div with attributes <code>role="note" class="hatnote navigation-not-searchable"</code>, so the language sub-functions are just responsible for fetching and formatting the link name. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Usually, the complexity of alternative labels and self-references is unnecessary. So the simpler version of our function, [[Z36083|main articles]], only requires a list of items and a language as arguments. It wraps the complex version, passing default values for the unused arguments. This version is simpler to use and read in Abstract Wikipedia source code. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Six tests are available, based on the prolific use of this function to structure the abstract article [[:abstract:Q408|Australia (Q408)]]: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36085|''Main article:'' History of Australia]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36086|''Main articles:'' Geography of Australia and Australian continent]]</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36087|''Main articles:'' Australian Government, Politics of Australia and Monarchy of Australia]] currently failing due to a tracked bug, [[phab:T427454|T427454]], affecting [[Z13464|Z13464]], which the composition relies on.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36089|''Hoofdartikel:'' Geografie van Australië]] in Belgian Dutch.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36088|''→ Hauptartikel:'' Klima in Australien]] awaiting an implementation in German.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[Z36090|a test of the default function]] testing in Arabic, a right-to-left language, and successfully generating <code><span dir="rtl">← تاريخ أستراليا</span></code> with a link.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> I chose this example as Function of the Week to encourage further language configuration. Supporting simple links with labels in a consistent scheme is a very clearly defined purpose, and is a reasonably easy starting point compared to other natural language functions. It is currently only [[Z33855|configured]] in English and Dutch, so further contributions would be welcome. It would also be interesting to discuss theoretical directions for the currently unused label-configuring argument. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Fresh Functions weekly: 63 new Functions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> This week we had 63 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. Thanks everybody for contributing! </div> * {{Z|Z35641}} * {{Z|Z35646}} * {{Z|Z35652}} * {{Z|Z35656}} * {{Z|Z35663}} * {{Z|Z35666}} * {{Z|Z35672}} * {{Z|Z35677}} * {{Z|Z35683}} * {{Z|Z35687}} * {{Z|Z35693}} * {{Z|Z35702}} * {{Z|Z35709}} * {{Z|Z35714}} * {{Z|Z35721}} * {{Z|Z35727}} * {{Z|Z35732}} * {{Z|Z35737}} * {{Z|Z35740}} * {{Z|Z35747}} * {{Z|Z35766}} * {{Z|Z35772}} * {{Z|Z35774}} * {{Z|Z35776}} * {{Z|Z35780}} * {{Z|Z35792}} * {{Z|Z35797}} * {{Z|Z35806}} * {{Z|Z35809}} * {{Z|Z35811}} * {{Z|Z35815}} * {{Z|Z35828}} * {{Z|Z35839}} * {{Z|Z35847}} * {{Z|Z35860}} * {{Z|Z35864}} * {{Z|Z35874}} * {{Z|Z35879}} * {{Z|Z35883}} * {{Z|Z35889}} * {{Z|Z35892}} * {{Z|Z35901}} * {{Z|Z35911}} * {{Z|Z35921}} * {{Z|Z35936}} * {{Z|Z35941}} <span lang="en" dir="ltr" class="mw-content-ltr">A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.</span> [[Category:Status updates{{#translation:}}|2026-06-05]] 2lkccg87bu6lyb84e9f3xa84ek1muur Translations:Wikifunctions:Status updates/2026-06-05/1/de 1198 85130 280879 2026-06-05T19:25:33Z Ameisenigel 44 Created page with "Vorheriges Update" 280879 wikitext text/x-wiki Vorheriges Update gip3hi7u0wf8jv7dena73ndlrx52ohv Translations:Wikifunctions:Status updates/2026-06-05/2/de 1198 85131 280881 2026-06-05T19:25:44Z Ameisenigel 44 Created page with "Nächstes Update" 280881 wikitext text/x-wiki Nächstes Update srj2pwwjkwr7a3zol9puxaaqvo0drwd Translations:Wikifunctions:Status updates/2026-06-05/3/de 1198 85132 280883 2026-06-05T19:26:02Z Ameisenigel 44 Created page with "=== Die illustrierte Enzyklopädie ===" 280883 wikitext text/x-wiki === Die illustrierte Enzyklopädie === lao4j8pqj07pr26tyq8rp0g9oy46dgg Translations:Wikifunctions:Status updates/2026-06-05/28/de 1198 85133 280885 2026-06-05T19:26:27Z Ameisenigel 44 Created page with "Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen." 280885 wikitext text/x-wiki Wir freuen uns sehr, mitteilen zu können, dass ab dieser Woche die Möglichkeit besteht, Bilder zur Abstrakten Wikipedia hinzuzufügen. mu0n2kzjlhj589zzjy2r00pzpvt2dvu Translations:Wikifunctions:Status updates/2026-06-05/4/de 1198 85134 280887 2026-06-05T19:28:40Z Ameisenigel 44 Created page with "Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern." 280887 wikitext text/x-wiki Bilder sind ein wichtiger Bestandteil einer modernen Enzyklopädie. Sie können Textbeschreibungen ergänzen und funktionieren oft sprachübergreifend. Karten, Diagramme und Fotografien ermöglichen es, räumliche Beziehungen, Proportionen und Wechselwirkungen zu vermitteln sowie ein Thema zu veranschaulichen. Bilder können einen Wikipedia-Artikel lebendiger gestalten und die Aufnahme der Inhalte erleichtern. 407e6m2h5cfdvn0nyrpvotflf3798ua Translations:Wikifunctions:Status updates/2026-06-05/5/de 1198 85135 280889 2026-06-05T19:29:37Z Ameisenigel 44 Created page with "Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: $1. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln." 280889 wikitext text/x-wiki Ein erstes Beispiel für eine Funktion, die ein HTML-Fragment erstellt, ist hier verfügbar: $1. Ein Klick auf ein Bild führt zur Commons-Seite des Bildes, genau wie bei Wikipedia-Artikeln. mv28bg94pfn97m5320as0l6hj71th6j Translations:Wikifunctions:Status updates/2026-06-05/6/de 1198 85136 280891 2026-06-05T19:31:11Z Ameisenigel 44 Created page with "Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt." 280891 wikitext text/x-wiki Derzeit unterstützen wir nur Bilder: keine Videos, Audiodateien, Karten, 3D-Modelle, Datentabellen oder Dokumente. Wir unterstützen jedoch eine Vielzahl von Bildformaten, einschließlich animierter PNGs und GIFs. Auch SVG-Bilder funktionieren, allerdings werden deren Animationen nicht angezeigt. 94bm14337fu0aia0947eezispfqeaob Translations:Wikifunctions:Status updates/2026-06-05/7/de 1198 85137 280893 2026-06-05T19:32:49Z Ameisenigel 44 Created page with "Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[$1|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht." 280893 wikitext text/x-wiki Die Beispielfunktion steht dir zum Ausprobieren zur Verfügung, und du kannst gerne weitere erstellen. Eine [[$1|Dokumentation]] ist ebenfalls verfügbar — sie befindet sich zwar noch in Arbeit, deckt aber den aktuellen Umfang sowie die bekannten Einschränkungen dieser ersten Version ab. Eine Unterstützung für Bildbeschreibungen ist noch nicht vorhanden, wird jedoch in einer künftigen Version nachgereicht. hmswjgfr88so2p8sgk0lgb9vqowra5z Translations:Wikifunctions:Status updates/2026-06-05/8/de 1198 85138 280895 2026-06-05T19:34:15Z Ameisenigel 44 Created page with "Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung." 280895 wikitext text/x-wiki Bilder, die in einzelne Sprachversionen der Wikipedia hochgeladen wurden, stehen nicht zur Verfügung. Dies ist eine bewusste Einschränkung und es ist nicht geplant, dies zu ändern. Verfügbar sind lediglich Bilder von Wikimedia Commons, da dies der zentrale Ort für die gemeinsame Nutzung von Bildern über alle Wikipedia-Sprachversionen hinweg ist. Ebenso stehen keine Bilder von Websites Dritter zur Verfügung. 569t1tno830xawl3sau61hz8svwamqz Translations:Wikifunctions:Status updates/2026-06-05/9/de 1198 85139 280897 2026-06-05T19:35:42Z Ameisenigel 44 Created page with "Solltest du auf Probleme stoßen, lass es uns bitte wissen. Angesichts des komplexen Ökosystems, in dem wir uns bewegen, rechnen wir, wie bei jeder neuen Funktion, damit, dass manches möglicherweise nicht wie vorgesehen funktioniert. Bitte melde solche Fälle, idealerweise über Phabricator, damit wir sie beheben können." 280897 wikitext text/x-wiki Solltest du auf Probleme stoßen, lass es uns bitte wissen. Angesichts des komplexen Ökosystems, in dem wir uns bewegen, rechnen wir, wie bei jeder neuen Funktion, damit, dass manches möglicherweise nicht wie vorgesehen funktioniert. Bitte melde solche Fälle, idealerweise über Phabricator, damit wir sie beheben können. focs1omcm27dju6segm3483o2lfvb77 Translations:Wikifunctions:Status updates/2026-06-05/10/de 1198 85140 280899 2026-06-05T19:36:51Z Ameisenigel 44 Created page with "Ein erstes Bild, das in einen Artikel in der Abstrakten Wikipedia eingebunden ist, ist hier zu sehen: [[$1|Brač]]. Wir freuen uns darauf, zu sehen, wir du Bilder in der Abstrakten verwendest!" 280899 wikitext text/x-wiki Ein erstes Bild, das in einen Artikel in der Abstrakten Wikipedia eingebunden ist, ist hier zu sehen: [[$1|Brač]]. Wir freuen uns darauf, zu sehen, wir du Bilder in der Abstrakten verwendest! odx8aiwhx9w2te2f839znjkk84ip7pp Translations:Wikifunctions:Status updates/2026-06-05/11/de 1198 85141 280901 2026-06-05T19:36:54Z Ameisenigel 44 Created page with "=== Letzte Änderungen an der Software ===" 280901 wikitext text/x-wiki === Letzte Änderungen an der Software === owrlw2m6o36leoohdu60use5kie2fbo Z36113 0 85142 280903 2026-06-05T20:13:54Z Strobilomyces 193 created 280903 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36113" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36106", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": "Z1003", "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z11170", "Z11170K1": { "Z1K1": "Z7", "Z7K1": "Z26337", "Z26337K1": { "Z1K1": "Z18", "Z18K1": "Z36106K1" }, "Z26337K2": { "Z1K1": "Z18", "Z18K1": "Z36106K2" } }, "Z11170K2": "\".\"" }, "\" en \"", { "Z1K1": "Z7", "Z7K1": "Z23753", "Z23753K1": { "Z1K1": "Z18", "Z18K1": "Z36106K3" }, "Z23753K2": "Z1003" }, "\".\"" ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Spanish string from entity, class, location" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Ejemplo : Australia es un país en Oceanía." } ] } } b3rr1gad9bakt8xkn3rvifdhn2mg693 Z36114 0 85143 280904 2026-06-05T20:45:41Z Vintagecomp141 84065 Création d'une fonction ayant pour but d'inverser les couleurs des pixels présentés sous forme de liste de listes 280904 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36114" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z13518" } } }, "Z17K2": "Z36114K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "List of list" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z13518" } } }, "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36114" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Invert pixels values in pixels array" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Invert the pixels values of a pixels array" } ] } } quuym3nyo2evzj57tlrx3a5aochz11w Z36115 0 85144 280905 2026-06-05T20:48:14Z Vintagecomp141 84065 280905 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36115" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36114", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z610", "Z16K2": "def Z36114(Z36114K1):\n '''Type d'entrée attendue: Liste de liste de pixels du format (x,y,z) avec x,y et z des entiers compris entre 0 et 255 inclus\n Chaque sous liste de la liste doit être de même longueur\n La sortie retournée se compose d'une liste de liste composées de tuples (255-x,255-y,255-z)'''\n assert type(Z36114K1)==list, \"L'élément que vous avez rentré n'est pas de type adapté\"\n pixels_inverses=[]\n nombre_colonnes=len(Z36114K1[0])\n for ligne in Z36114K1:\n if len(ligne)!=nombre_colonnes:\n return \"Au moins une ligne a un nombre de colonne différents\"\n ligne_inversee=[]\n for colonne in ligne:\n if len(colonne)!=3:\n return \"Au moins un pixel n'est pas de bon format\"\n elif max(colonne)\u003E255 or min(colonne)\u003C0:\n return \"Au moins un pixel a une valeur qui n'est pas valide\"\n else:\n ligne_inversee.append((255-colonne[0],255-colonne[1],255-colonne[2]))\n pixels_inverses.append(ligne_inversee)\n return pixels_inverses" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Invert pixels values in pixel array" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "Inverser les valeurs dans un tableau de pixels" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 0uy1n0ymm1r0wdbjp4mp8fszzkw1v9i Z36116 0 85145 280906 2026-06-05T20:48:38Z JJPMaster 6409 280906 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36116" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z16683", "Z17K2": "Z36116K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "seed" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z20838", "Z17K2": "Z36116K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "mutation probability" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z36116K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "number of copies per generation" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "target string" } ] } } ], "Z8K2": "Z13518", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36116" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "weasel program for target string" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Dawkins' weasel" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Runs Richard Dawkins's weasel simulation for a given target string. Returns the number of generations that were needed to reach the target string." } ] } } 4dp7wdvafyglzt2ec9i1mtjgy5zz6of 280907 280906 2026-06-05T20:50:42Z JJPMaster 6409 allow user to choose valid characters 280907 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36116" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z16683", "Z17K2": "Z36116K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "seed" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z20838", "Z17K2": "Z36116K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "mutation probability" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z36116K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "number of copies per generation" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "target string" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string containing all valid characters" } ] } } ], "Z8K2": "Z13518", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36116" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "weasel program for target string" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Dawkins' weasel" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Runs Richard Dawkins's weasel simulation for a given target string. Returns the number of generations that were needed to reach the target string." } ] } } anald8k47kzn82hpmlrud8nu44lq1o1 280926 280907 2026-06-05T21:41:09Z JJPMaster 6409 Added Z36119 to the approved list of implementations 280926 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36116" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z16683", "Z17K2": "Z36116K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "seed" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z20838", "Z17K2": "Z36116K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "mutation probability" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z36116K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "number of copies per generation" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "target string" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string containing all valid characters" } ] } } ], "Z8K2": "Z13518", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36119" ], "Z8K5": "Z36116" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "weasel program for target string" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Dawkins' weasel" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Runs Richard Dawkins's weasel simulation for a given target string. Returns the number of generations that were needed to reach the target string." } ] } } 3rifmwk9szo4hn09h6l88wamozhp6tx 280945 280926 2026-06-06T01:49:17Z JJPMaster 6409 Added Z36124 to the approved list of test cases 280945 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36116" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z16683", "Z17K2": "Z36116K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "seed" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z20838", "Z17K2": "Z36116K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "mutation probability" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z36116K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "number of copies per generation" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "target string" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z36116K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string containing all valid characters" } ] } } ], "Z8K2": "Z13518", "Z8K3": [ "Z20", "Z36124" ], "Z8K4": [ "Z14", "Z36119" ], "Z8K5": "Z36116" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "weasel program for target string" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "Dawkins' weasel" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Runs Richard Dawkins's weasel simulation for a given target string. Returns the number of generations that were needed to reach the target string." } ] } } bh1ykbens16nqfvz2p07ai4gq9zxmzi Z36117 0 85146 280918 2026-06-05T21:26:42Z Jsamwrites 938 280918 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36117" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36117K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36117K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z89", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36117" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "infobox for museum" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 719r62cvdt90xsf56eg5mx1tp8mzt7h 280921 280918 2026-06-05T21:31:36Z Jsamwrites 938 Added Z36118 to the approved list of implementations 280921 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36117" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36117K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36117K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z89", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36118" ], "Z8K5": "Z36117" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "infobox for museum" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } toxdz1zdzqgp0gf6beq8obnc4cxzs6z Z36118 0 85147 280919 2026-06-05T21:30:34Z Jsamwrites 938 280919 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36118" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36117", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z33328", "Z33328K1": { "Z1K1": "Z7", "Z7K1": "Z33325", "Z33325K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "" } } } }, "Z33328K2": { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q937228" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q11028" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "" } } } } ] }, "Z33328K3": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q2221906" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z7", "Z7K1": "Z21449", "Z21449K1": { "Z1K1": "Z6092", "Z6092K1": "P131" }, "Z21449K2": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" } } }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z28767", "Z28767K1": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" } }, "Z28767K2": { "Z1K1": "Z6092", "Z6092K1": "P17" }, "Z28767K3": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } ] } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "infobox for museum, comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } eflunz7rl8adlo95s5s6qx1pf0p0z2k 280920 280919 2026-06-05T21:31:25Z Jsamwrites 938 280920 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36118" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36117", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z33328", "Z33328K1": { "Z1K1": "Z7", "Z7K1": "Z33325", "Z33325K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, "Z33328K2": { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q937228" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q11028" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, "Z33328K3": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q2221906" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z7", "Z7K1": "Z21449", "Z21449K1": { "Z1K1": "Z6092", "Z6092K1": "P131" }, "Z21449K2": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" } } }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z28767", "Z28767K1": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" } }, "Z28767K2": { "Z1K1": "Z6092", "Z6092K1": "P17" }, "Z28767K3": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } ] } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "infobox for museum, comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6ow9r9qs6jcup9jwbp8vxlhng6qx7xc 280933 280920 2026-06-05T21:56:10Z Jsamwrites 938 280933 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36118" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36117", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z33328", "Z33328K1": { "Z1K1": "Z7", "Z7K1": "Z33325", "Z33325K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, "Z33328K2": { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q937228" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q11028" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, "Z33328K3": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z7", "Z7K1": "Z21449", "Z21449K1": { "Z1K1": "Z6092", "Z6092K1": "P17" }, "Z21449K2": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q3406134" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z28767", "Z28767K1": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } }, "Z28767K2": { "Z1K1": "Z6092", "Z6092K1": "P571" }, "Z28767K3": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } ] } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "infobox for museum, comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } rag7v7jw5fcx8iovwug32i19dk95p27 280936 280933 2026-06-05T21:57:31Z Jsamwrites 938 280936 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36118" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36117", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z33328", "Z33328K1": { "Z1K1": "Z7", "Z7K1": "Z33325", "Z33325K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, "Z33328K2": { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q937228" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33322", "Z33322K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q11028" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, "Z33328K3": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z7", "Z7K1": "Z21449", "Z21449K1": { "Z1K1": "Z6092", "Z6092K1": "P17" }, "Z21449K2": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" } } }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } } ] }, { "Z1K1": "Z7", "Z7K1": "Z33319", "Z33319K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z10771", "Z10771K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q3406134" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } }, { "Z1K1": "Z7", "Z7K1": "Z33315", "Z33315K1": { "Z1K1": "Z7", "Z7K1": "Z28767", "Z28767K1": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z18", "Z18K1": "Z36117K1" } }, "Z28767K2": { "Z1K1": "Z6092", "Z6092K1": "P571" }, "Z28767K3": { "Z1K1": "Z18", "Z18K1": "Z36117K2" } } } ] } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "infobox for museum, comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 1ip7teqk3voudouewpkv4hsdnu44n5o Z36119 0 85148 280925 2026-06-05T21:41:01Z JJPMaster 6409 280925 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36119" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36116", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z610", "Z16K2": "def Z36116(Z36116K1, Z36116K2, Z36116K3, Z36116K4, Z36116K5):\n import random\n number_of_generations = 0\n\n VALID_CHARS = list(dict.fromkeys(Z36116K5))\n TARGET_LIST = list(Z36116K4)\n if not VALID_CHARS:\n raise ValueError(\"There must be at least one permitted character.\")\n if not set(TARGET_LIST).issubset(VALID_CHARS):\n raise ValueError(\"The target string has at least one character that is not in the list of permitted characters.\")\n if Z36116K2 \u003C= 0:\n raise ValueError(\"The chance of a mutation must be greater than zero.\")\n if Z36116K2 \u003E 1:\n raise ValueError(\"The chance of a mutation must be less than or equal to one.\")\n if Z36116K3 \u003C 1:\n raise ValueError(\"The number of copies must be at least one.\")\n if not Z36116K4:\n raise ValueError(\"The target string must not be empty.\")\n \n def string_distance(a, b):\n return sum(a != b for a, b in zip(a, b))\n\n def generate_random_string(Z36116K1): \n random.seed(Z36116K1)\n rand_string = \"\"\n for i in range(len(Z36116K4)):\n rand_string = rand_string + random.choice(VALID_CHARS)\n return rand_string\n\n def copy_once(string, Z36116K2):\n new_string = string\n for i in range(len(new_string)):\n if random.random() \u003C Z36116K2:\n new_string = new_string[:i] + random.choice(VALID_CHARS) + new_string[(i + 1):]\n return new_string\n\n def copy_multiple_times(string, Z36116K2, Z36116K3):\n copies = []\n for i in range(Z36116K3):\n copies.append(copy_once(string, Z36116K2))\n return copies\n\n def select(string_list):\n list_of_distances = []\n for s in string_list:\n dist = string_distance(s, Z36116K4)\n list_of_distances.append(dist)\n best_dist = min(list_of_distances)\n index = list_of_distances.index(best_dist)\n selected_string = string_list[index]\n print(selected_string)\n return selected_string\n \n def reach_target(string, Z36116K2, Z36116K3):\n new_string = select(copy_multiple_times(string, Z36116K2, Z36116K3))\n while not new_string == Z36116K4:\n nonlocal number_of_generations\n number_of_generations += 1\n newer_string = select(copy_multiple_times(new_string, Z36116K2, Z36116K3))\n new_string = newer_string\n return number_of_generations\n \n return reach_target(generate_random_string(Z36116K1), Z36116K2, Z36116K3)" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "weasel program for target string, python" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } kpwctytj5ewsbg2ngn65gpzq5bo11f2 280946 280925 2026-06-06T01:54:31Z JJPMaster 6409 link to github repository 280946 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36119" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36116", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z610", "Z16K2": "def Z36116(Z36116K1, Z36116K2, Z36116K3, Z36116K4, Z36116K5):\n import random\n number_of_generations = 0\n\n VALID_CHARS = list(dict.fromkeys(Z36116K5))\n TARGET_LIST = list(Z36116K4)\n if not VALID_CHARS:\n raise ValueError(\"There must be at least one permitted character.\")\n if not set(TARGET_LIST).issubset(VALID_CHARS):\n raise ValueError(\"The target string has at least one character that is not in the list of permitted characters.\")\n if Z36116K2 \u003C= 0:\n raise ValueError(\"The chance of a mutation must be greater than zero.\")\n if Z36116K2 \u003E 1:\n raise ValueError(\"The chance of a mutation must be less than or equal to one.\")\n if Z36116K3 \u003C 1:\n raise ValueError(\"The number of copies must be at least one.\")\n if not Z36116K4:\n raise ValueError(\"The target string must not be empty.\")\n \n def string_distance(a, b):\n return sum(a != b for a, b in zip(a, b))\n\n def generate_random_string(Z36116K1): \n random.seed(Z36116K1)\n rand_string = \"\"\n for i in range(len(Z36116K4)):\n rand_string = rand_string + random.choice(VALID_CHARS)\n return rand_string\n\n def copy_once(string, Z36116K2):\n new_string = string\n for i in range(len(new_string)):\n if random.random() \u003C Z36116K2:\n new_string = new_string[:i] + random.choice(VALID_CHARS) + new_string[(i + 1):]\n return new_string\n\n def copy_multiple_times(string, Z36116K2, Z36116K3):\n copies = []\n for i in range(Z36116K3):\n copies.append(copy_once(string, Z36116K2))\n return copies\n\n def select(string_list):\n list_of_distances = []\n for s in string_list:\n dist = string_distance(s, Z36116K4)\n list_of_distances.append(dist)\n best_dist = min(list_of_distances)\n index = list_of_distances.index(best_dist)\n selected_string = string_list[index]\n print(selected_string)\n return selected_string\n \n def reach_target(string, Z36116K2, Z36116K3):\n new_string = select(copy_multiple_times(string, Z36116K2, Z36116K3))\n while not new_string == Z36116K4:\n nonlocal number_of_generations\n number_of_generations += 1\n newer_string = select(copy_multiple_times(new_string, Z36116K2, Z36116K3))\n new_string = newer_string\n return number_of_generations\n \n return reach_target(generate_random_string(Z36116K1), Z36116K2, Z36116K3)" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "weasel program for target string, python" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "See also https://github.com/JJPMaster/weasel-program" } ] } } aguye4zn6zvqbvk64414u0mkh0jb63q Z36120 0 85149 280927 2026-06-05T21:47:05Z HenkvD 1290 ❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌ 280927 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36120" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36096", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36096", "Z36096K1": { "Z1K1": "Z6091", "Z6091K1": "Q84" }, "Z36096K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z36096K3": { "Z1K1": "Z6091", "Z6091K1": "Q145" }, "Z36096K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1338", "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } aj7tjqyrrg64flrhd7po68gc70qrzhs 280928 280927 2026-06-05T21:48:35Z HenkvD 1290 280928 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36120" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36096", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36096", "Z36096K1": { "Z1K1": "Z6091", "Z6091K1": "Q84" }, "Z36096K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z36096K3": { "Z1K1": "Z6091", "Z6091K1": "Q145" }, "Z36096K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": { "Z1K1": "Z60", "Z60K1": "zea", "Z60K2": [ "Z6" ] }, "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 9zm5r8rj8byj1ll7bbtyrb5q9s7lky6 280959 280928 2026-06-06T10:17:45Z HenkvD 1290 [zea] 280959 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36120" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36096", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36096", "Z36096K1": { "Z1K1": "Z6091", "Z6091K1": "Q84" }, "Z36096K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z36096K3": { "Z1K1": "Z6091", "Z6091K1": "Q145" }, "Z36096K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": { "Z1K1": "Z60", "Z60K1": "zea", "Z60K2": [ "Z6" ] }, "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "[zea] ❌≪Londen (is a) stad (in) Vereênigd Konienkr" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } csyo6a6phch8hzarbpvtff6q2h0qbw3 Z36121 0 85150 280930 2026-06-05T21:52:34Z HenkvD 1290 ❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌ 280930 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36121" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z26570", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z6091", "Z6091K1": "Q84" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q145" }, "Z26570K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1338", "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek.≫" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 1uqycfodeoghtcosiim2dmwwh5drcjs 280958 280930 2026-06-06T10:16:58Z HenkvD 1290 [zea] 280958 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36121" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z26570", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z6091", "Z6091K1": "Q84" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q145" }, "Z26570K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1338", "Z11K2": "❌≪Londen (is a) stad (in) Vereênigd Konienkriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "[zea] ❌≪Londen (is a) stad (in) Vereênigd Konienk" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } a6irmir5ew0elnqrc9hk15lpdwq8x9h Talk:Z35108 1 85151 280932 2026-06-05T21:55:26Z Arlo Barnes 1231 /* image URL */ new section 280932 wikitext text/x-wiki == image URL == Can now be a Commons reference: [[WF:status updates/2026-06-05#The illustrated encyclopaedia]] [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:55, 5 June 2026 (UTC) 2pdxb0iv20ua89qa37atko95ic97ul9 User talk:Vintagecomp 3 85152 280935 2026-06-05T21:56:23Z Jules* 8805 Jules* moved page [[User talk:Vintagecomp]] to [[User talk:Vintagecomp141]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Vintagecomp|Vintagecomp]]" to "[[Special:CentralAuth/Vintagecomp141|Vintagecomp141]]" 280935 wikitext text/x-wiki #REDIRECT [[User talk:Vintagecomp141]] s8s6rvh4led8j5s7jv7432vw2aw8sim Z36122 0 85153 280937 2026-06-05T23:00:42Z Feeglgeef 8776 280937 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36122" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z89", "Z17K2": "Z36122K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "fragment" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z36122K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "times" } ] } } ], "Z8K2": "Z89", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36122" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "repeat HTML fragment" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "repeats an HTML fragment n times" } ] } } qygla8ucu9agnrtymnjwtnirdl02i2m 280939 280937 2026-06-05T23:02:47Z Feeglgeef 8776 Added Z36123 to the approved list of implementations 280939 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36122" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z89", "Z17K2": "Z36122K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "fragment" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z13518", "Z17K2": "Z36122K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "times" } ] } } ], "Z8K2": "Z89", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36123" ], "Z8K5": "Z36122" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "repeat HTML fragment" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "repeats an HTML fragment n times" } ] } } t11jfhc91d06mb5zjsx4j9qoihdfkjh Z36123 0 85154 280938 2026-06-05T23:02:00Z Feeglgeef 8776 280938 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36123" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36122", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z27861", "Z27861K1": { "Z1K1": "Z7", "Z7K1": "Z12624", "Z12624K1": { "Z1K1": "Z7", "Z7K1": "Z27854", "Z27854K1": { "Z1K1": "Z18", "Z18K1": "Z36122K1" } }, "Z12624K2": { "Z1K1": "Z18", "Z18K1": "Z36122K2" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } c5udm9oz171c4xs49in9a4xgwmccsf6 Z36124 0 85155 280944 2026-06-06T01:49:03Z JJPMaster 6409 280944 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36124" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36116", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36116", "Z36116K1": { "Z1K1": "Z16683", "Z16683K1": "Z16661", "Z16683K2": { "Z1K1": "Z13518", "Z13518K1": "0" } }, "Z36116K2": { "Z1K1": "Z20838", "Z20838K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z20838K2": { "Z1K1": "Z16683", "Z16683K1": { "Z1K1": "Z16659", "Z16659K1": "Z16662" }, "Z16683K2": { "Z1K1": "Z13518", "Z13518K1": "5" } }, "Z20838K3": { "Z1K1": "Z13518", "Z13518K1": "2702159776422298" }, "Z20838K4": { "Z1K1": "Z20825", "Z20825K1": "Z20837" } }, "Z36116K3": { "Z1K1": "Z13518", "Z13518K1": "100" }, "Z36116K4": "METHINKS IT IS LIKE A WEASEL", "Z36116K5": "ABCDEFGHIJKLMNOPQRSTUVWXYZ " }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z13522", "Z13522K2": { "Z1K1": "Z13518", "Z13518K1": "73" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "\"METHINKS IT IS LIKE A WEASEL\"" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Analogous to Richard Dawkins's own example from The Blind Watchmaker (pp. 65-70)" } ] } } 13q4cupip87g71p7cozl3nunnsahslc Talk:Z32053 1 85156 280949 2026-06-06T05:21:13Z Arlo Barnes 1231 /* documentation */ new section 280949 wikitext text/x-wiki == documentation == [[mw:help:Wikifunctions/Citations]] [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 05:21, 6 June 2026 (UTC) mh6jht3c92exrxncn8rvmozxxc5exhr 280950 280949 2026-06-06T05:22:32Z Arlo Barnes 1231 /* documentation */ mention desire for exploration 280950 wikitext text/x-wiki == documentation == is currently at [[mw:help:Wikifunctions/Citations]]. I am interested in how it might be invoked in running text as an [[w:evidential]]. — [[user:Arlo Barnes|Arlo Barnes]] ([[user talk:Arlo Barnes|talk]]) 05:21, 6 June 2026 (UTC) hxfbnztkt980n0o7z6xxfymwvfycxjl Z36125 0 85157 280951 2026-06-06T10:00:29Z HenkvD 1290 ❌≪Mona Lisa (is a) schilderij (by) Leonardo da Vinci .≫❌ 280951 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36125" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z32581", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z32581", "Z32581K1": { "Z1K1": "Z6091", "Z6091K1": "Q12418" }, "Z32581K2": { "Z1K1": "Z6091", "Z6091K1": "Q3305213" }, "Z32581K3": { "Z1K1": "Z6091", "Z6091K1": "Q762" }, "Z32581K4": "Z1157" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1157", "Z11K2": "❌≪Mona Lisa (is a) schilderij (by) Leonardo da Vinci .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "❌≪Mona Lisa (is a) schilderij (by) Leonardo da Vin" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } m5ue0s4brkh1d3m8pej7ht0p3kpyvrl 280957 280951 2026-06-06T10:16:02Z HenkvD 1290 [nl] 280957 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36125" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z32581", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z32581", "Z32581K1": { "Z1K1": "Z6091", "Z6091K1": "Q12418" }, "Z32581K2": { "Z1K1": "Z6091", "Z6091K1": "Q3305213" }, "Z32581K3": { "Z1K1": "Z6091", "Z6091K1": "Q762" }, "Z32581K4": "Z1157" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1157", "Z11K2": "❌≪Mona Lisa (is a) schilderij (by) Leonardo da Vinci .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "[nl] ❌≪Mona Lisa (is a) schilderij (by) Leonardo" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } cbtwz028bwomv6ir4z2a8vlgsitc71u Z36126 0 85158 280954 2026-06-06T10:12:53Z HenkvD 1290 ❌≪Paris (is the) oôdstad (of) Frankriek .≫❌ 280954 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36126" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z28016", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q90" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z6091", "Z6091K1": "Q142" }, "Z28016K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1338", "Z11K2": "❌≪Paris (is the) oôdstad (of) Frankriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "❌≪Paris (is the) oôdstad (of) Frankriek .≫❌" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 77ax18apbi8788oxqd8t3uc438rl8s9 280956 280954 2026-06-06T10:14:09Z HenkvD 1290 [zea] 280956 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36126" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z28016", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q90" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z6091", "Z6091K1": "Q142" }, "Z28016K4": "Z1338" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z14392", "Z14392K2": { "Z1K1": "Z11", "Z11K1": "Z1338", "Z11K2": "❌≪Paris (is the) oôdstad (of) Frankriek .≫❌" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "[zea] ❌≪Paris (is the) oôdstad (of) Frankriek .≫❌" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } i6bgnntv7y1gsrldwtasi5pde1pwvu2 Translations:Template:Main page/News/34/nl 1198 85159 280962 2026-06-06T10:31:21Z HanV 6833 Created page with "$1: De geïllustreerde encyclopedie" 280962 wikitext text/x-wiki $1: De geïllustreerde encyclopedie rrehcc41re20ovtttg4rven6r3rlie5 Translations:Wikifunctions:Status updates/119/nl 1198 85160 280970 2026-06-06T10:35:27Z HanV 6833 Created page with "Alle statusupdates zoeken" 280970 wikitext text/x-wiki Alle statusupdates zoeken fwf1cirqsakjzkzwzkrg7bppadcwxll Translations:Wikifunctions:Status updates/123/nl 1198 85161 280972 2026-06-06T10:35:31Z HanV 6833 Created page with "$1: De geïllustreerde encyclopedie" 280972 wikitext text/x-wiki $1: De geïllustreerde encyclopedie rrehcc41re20ovtttg4rven6r3rlie5 Translations:Wikifunctions:Status updates/122/nl 1198 85162 280974 2026-06-06T10:35:35Z HanV 6833 Created page with "$1: Terugkijken en vooruitkijken" 280974 wikitext text/x-wiki $1: Terugkijken en vooruitkijken 6l62qqirjmo0gwkyxwupwxtuu509e0y Translations:Wikifunctions:Status updates/121/nl 1198 85163 280976 2026-06-06T10:35:47Z HanV 6833 Created page with "$1: Jaarplan 2026-2027" 280976 wikitext text/x-wiki $1: Jaarplan 2026-2027 7l9jwr0yfnxyx86uidlbn0o382n4o0h Translations:Wikifunctions:Status updates/120/nl 1198 85164 280978 2026-06-06T10:35:51Z HanV 6833 Created page with "$1: Een hogere betekenis" 280978 wikitext text/x-wiki $1: Een hogere betekenis pdd6ue77zmw0l9jn9fvx5pppovbst6g Translations:Wikifunctions:Status updates/117/nl 1198 85165 280980 2026-06-06T10:36:01Z HanV 6833 Created page with "$1: Referenties van Wikidata zijn nu beschikbaar" 280980 wikitext text/x-wiki $1: Referenties van Wikidata zijn nu beschikbaar ovgbc3xz3raekfphh9uzqonb62ei6bu Translations:Wikifunctions:Status updates/116/nl 1198 85166 280982 2026-06-06T10:36:20Z HanV 6833 Created page with "$1: Vraag om feedback: wat moeten we tellen voor Abstract Wikipedia?" 280982 wikitext text/x-wiki $1: Vraag om feedback: wat moeten we tellen voor Abstract Wikipedia? dqhfk0yf9aelg15h007xg99egtupb6t Translations:Template:Administrators' noticeboard/1/nl 1198 85167 280984 2026-06-06T10:37:42Z HanV 6833 Created page with "Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!" 280984 wikitext text/x-wiki Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''! b04nc7lh22dn49txxuw36ybjpmqaosj Template:Administrators' noticeboard/nl 10 85168 280985 2026-06-06T10:37:43Z HanV 6833 Created page with "Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!" 280985 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> This is a noticeboard for '''matters requiring [[Special:MyLanguage/Wikifunctions:Administrators|administrators]] attention'''. </div> * <span lang="en" dir="ltr" class="mw-content-ltr">If you wish for something to be deleted, please use [[Wikifunctions:Requests for deletions]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">If you want to report a bug in Wikifunctions software, please see {{Ll|Wikifunctions:Report a technical problem}}.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Matters not requiring administrator action should be raised at [[Wikifunctions:Project chat|Project chat]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">To report [[Special:MyLanguage/Wikifunctions:Vandalism|vandalism]] on Wikifunctions: Please use [[Wikifunctions:Report vandalism]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> ahpx6t4nf9qctqaiyvz912vzpkttdp3 280987 280985 2026-06-06T10:39:36Z HanV 6833 Created page with "Dit is een prikbord voor '''zaken waarbij de aandacht van een [[$wd-admins|moderator]] benodigd is'''." 280987 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[$wd-admins|moderator]] benodigd is'''. * <span lang="en" dir="ltr" class="mw-content-ltr">If you wish for something to be deleted, please use [[Wikifunctions:Requests for deletions]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">If you want to report a bug in Wikifunctions software, please see {{Ll|Wikifunctions:Report a technical problem}}.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Matters not requiring administrator action should be raised at [[Wikifunctions:Project chat|Project chat]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">To report [[Special:MyLanguage/Wikifunctions:Vandalism|vandalism]] on Wikifunctions: Please use [[Wikifunctions:Report vandalism]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> eqzek73eawtwsiy7iy0spp5p4ksup4k 280989 280987 2026-06-06T10:40:24Z HanV 6833 280989 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * <span lang="en" dir="ltr" class="mw-content-ltr">If you wish for something to be deleted, please use [[Wikifunctions:Requests for deletions]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">If you want to report a bug in Wikifunctions software, please see {{Ll|Wikifunctions:Report a technical problem}}.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Matters not requiring administrator action should be raised at [[Wikifunctions:Project chat|Project chat]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">To report [[Special:MyLanguage/Wikifunctions:Vandalism|vandalism]] on Wikifunctions: Please use [[Wikifunctions:Report vandalism]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> f7kl50bncy2td9tkzp4euofdtd0jhjc 280991 280989 2026-06-06T10:41:14Z HanV 6833 Created page with "Als u wilt dat er iets verwijderd wordt, gebruik dan $1." 280991 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * Als u wilt dat er iets verwijderd wordt, gebruik dan [[Wikifunctions:Requests for deletions]]. * <span lang="en" dir="ltr" class="mw-content-ltr">If you want to report a bug in Wikifunctions software, please see {{Ll|Wikifunctions:Report a technical problem}}.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Matters not requiring administrator action should be raised at [[Wikifunctions:Project chat|Project chat]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">To report [[Special:MyLanguage/Wikifunctions:Vandalism|vandalism]] on Wikifunctions: Please use [[Wikifunctions:Report vandalism]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> dy8trmg7x1wii3pr5qmlgbgnvuo6sge 280993 280991 2026-06-06T10:41:21Z HanV 6833 Created page with "Als u een fout wilt melden in de software van Wikifunctions, zie dan $1." 280993 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * Als u wilt dat er iets verwijderd wordt, gebruik dan [[Wikifunctions:Requests for deletions]]. * Als u een fout wilt melden in de software van Wikifunctions, zie dan {{Ll|Wikifunctions:Report a technical problem}}. * <span lang="en" dir="ltr" class="mw-content-ltr">Matters not requiring administrator action should be raised at [[Wikifunctions:Project chat|Project chat]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">To report [[Special:MyLanguage/Wikifunctions:Vandalism|vandalism]] on Wikifunctions: Please use [[Wikifunctions:Report vandalism]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> r502mnu08u9qj97x7suaf4ogovf3ozs 280995 280993 2026-06-06T10:41:56Z HanV 6833 Created page with "Zaken waar geen moderator voor nodig is kunt u melden op de [[$1|Projectchat]];" 280995 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * Als u wilt dat er iets verwijderd wordt, gebruik dan [[Wikifunctions:Requests for deletions]]. * Als u een fout wilt melden in de software van Wikifunctions, zie dan {{Ll|Wikifunctions:Report a technical problem}}. * Zaken waar geen moderator voor nodig is kunt u melden op de [[Wikifunctions:Project chat|Projectchat]]; * <span lang="en" dir="ltr" class="mw-content-ltr">To report [[Special:MyLanguage/Wikifunctions:Vandalism|vandalism]] on Wikifunctions: Please use [[Wikifunctions:Report vandalism]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> 6szv2hnvy3gwykftft1a8iicblsbjer 280997 280995 2026-06-06T10:42:45Z HanV 6833 Created page with "Om [[$1|vandalisme]] op Wikifunctions te melden: Gebruik $2." 280997 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * Als u wilt dat er iets verwijderd wordt, gebruik dan [[Wikifunctions:Requests for deletions]]. * Als u een fout wilt melden in de software van Wikifunctions, zie dan {{Ll|Wikifunctions:Report a technical problem}}. * Zaken waar geen moderator voor nodig is kunt u melden op de [[Wikifunctions:Project chat|Projectchat]]; * Om [[Special:MyLanguage/Wikifunctions:Vandalism|vandalisme]] op Wikifunctions te melden: Gebruik [[Wikifunctions:Report vandalism]]. * <span lang="en" dir="ltr" class="mw-content-ltr">Please add <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> to resolved sections.</span><br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> kumbgqpwkq93yf5ezbb5zhqsyk7ft3y 280999 280997 2026-06-06T10:43:37Z HanV 6833 Created page with "Voeg $1 toe als een onderdeel is opgelost." 280999 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * Als u wilt dat er iets verwijderd wordt, gebruik dan [[Wikifunctions:Requests for deletions]]. * Als u een fout wilt melden in de software van Wikifunctions, zie dan {{Ll|Wikifunctions:Report a technical problem}}. * Zaken waar geen moderator voor nodig is kunt u melden op de [[Wikifunctions:Project chat|Projectchat]]; * Om [[Special:MyLanguage/Wikifunctions:Vandalism|vandalisme]] op Wikifunctions te melden: Gebruik [[Wikifunctions:Report vandalism]]. * Voeg <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> toe als een onderdeel is opgelost.<br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|<span lang="en" dir="ltr" class="mw-content-ltr">Translate</span>]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> cx4h408wtyqbr17yj81q5he6qcxj5dv 281001 280999 2026-06-06T10:43:39Z HanV 6833 Created page with "Vertalen" 281001 wikitext text/x-wiki <noinclude><languages />[[Category:Headers{{#translation:}}]]</noinclude><onlyinclude>{{shortcut|[[WF:AN]]}} <div style="border:1px solid grey; margin:1em 5em 2em; padding:1.5em 1em;"> <span style="font-size:x-large;">Welkom op het '''Beheerders mededelingenbord voor Wikifuncties'''!</span> Dit is een prikbord voor '''zaken waarbij de aandacht van een [[Special:MyLanguage/Wikifunctions:Administrators|moderator]] benodigd is'''. * Als u wilt dat er iets verwijderd wordt, gebruik dan [[Wikifunctions:Requests for deletions]]. * Als u een fout wilt melden in de software van Wikifunctions, zie dan {{Ll|Wikifunctions:Report a technical problem}}. * Zaken waar geen moderator voor nodig is kunt u melden op de [[Wikifunctions:Project chat|Projectchat]]; * Om [[Special:MyLanguage/Wikifunctions:Vandalism|vandalisme]] op Wikifunctions te melden: Gebruik [[Wikifunctions:Report vandalism]]. * Voeg <code><nowiki>{{section resolved|1=~~~~}}</nowiki></code> toe als een onderdeel is opgelost.<br /> <div class="cdx-button cdx-button--action-progressive cdx-button--weight-primary mw-ui-progressive" style="white-space:break-spaces; text-align:center; gap:0;" role="button" aria-disabled="false"><bdi lang="">{{int:Lqt new thread}}</bdi></div> <span class="plainlinks plainlinksneverexpand noarchive noprint" style="float:right; font-size:x-small; padding-top:2em;">[[Template:Administrators' noticeboard|Vertalen]]</span> <div style="margin-top:1em;"></div> </div></onlyinclude><includeonly> [[Category:Requests]] </includeonly> 8bomy4ulfls64id1xkrvls1cqviuzju Translations:Template:Administrators' noticeboard/2/nl 1198 85169 280986 2026-06-06T10:39:36Z HanV 6833 Created page with "Dit is een prikbord voor '''zaken waarbij de aandacht van een [[$wd-admins|moderator]] benodigd is'''." 280986 wikitext text/x-wiki Dit is een prikbord voor '''zaken waarbij de aandacht van een [[$wd-admins|moderator]] benodigd is'''. 8lvaxu4a1dtgp2o52bdv91lfgnasijo 280988 280986 2026-06-06T10:40:23Z HanV 6833 280988 wikitext text/x-wiki Dit is een prikbord voor '''zaken waarbij de aandacht van een [[$1|moderator]] benodigd is'''. erc7srdg8f1jnbuh20o35a30m0ki14q Translations:Template:Administrators' noticeboard/3/nl 1198 85170 280990 2026-06-06T10:41:13Z HanV 6833 Created page with "Als u wilt dat er iets verwijderd wordt, gebruik dan $1." 280990 wikitext text/x-wiki Als u wilt dat er iets verwijderd wordt, gebruik dan $1. ppzur4rsvk3eg6thnm6zo45jdamd2i5 Translations:Template:Administrators' noticeboard/4/nl 1198 85171 280992 2026-06-06T10:41:20Z HanV 6833 Created page with "Als u een fout wilt melden in de software van Wikifunctions, zie dan $1." 280992 wikitext text/x-wiki Als u een fout wilt melden in de software van Wikifunctions, zie dan $1. nzqbuv1bm12g78dunqkmjsocd5zlig1 Translations:Template:Administrators' noticeboard/5/nl 1198 85172 280994 2026-06-06T10:41:55Z HanV 6833 Created page with "Zaken waar geen moderator voor nodig is kunt u melden op de [[$1|Projectchat]];" 280994 wikitext text/x-wiki Zaken waar geen moderator voor nodig is kunt u melden op de [[$1|Projectchat]]; 62pvd4nnz90qkaizdft30hoatr8eiz2 Translations:Template:Administrators' noticeboard/6/nl 1198 85173 280996 2026-06-06T10:42:44Z HanV 6833 Created page with "Om [[$1|vandalisme]] op Wikifunctions te melden: Gebruik $2." 280996 wikitext text/x-wiki Om [[$1|vandalisme]] op Wikifunctions te melden: Gebruik $2. joreookse4zq1liyuiyvv11z91dz30q Translations:Template:Administrators' noticeboard/7/nl 1198 85174 280998 2026-06-06T10:43:36Z HanV 6833 Created page with "Voeg $1 toe als een onderdeel is opgelost." 280998 wikitext text/x-wiki Voeg $1 toe als een onderdeel is opgelost. 9eezxyzggswngqgzg7982z05qfjzup2 Translations:Template:Administrators' noticeboard/9/nl 1198 85175 281000 2026-06-06T10:43:38Z HanV 6833 Created page with "Vertalen" 281000 wikitext text/x-wiki Vertalen i4i40m30kcv4d1dnuv6zs7dzgio5fm7 Translations:Wikifunctions:Excel functions/452/nl 1198 85176 281002 2026-06-06T10:44:37Z HanV 6833 Created page with "Geeft de som van kwadraten van afwijkingen terug." 281002 wikitext text/x-wiki Geeft de som van kwadraten van afwijkingen terug. q5t08ebhjlwn8c19sbh415dphj5sjcw Translations:Wikifunctions:Excel functions/453/nl 1198 85177 281004 2026-06-06T10:44:44Z HanV 6833 Created page with "Geeft de exponentiële verdeling terug" 281004 wikitext text/x-wiki Geeft de exponentiële verdeling terug dx9n8umgwfci0qlt34ajfwn8g8yyi77 Translations:Wikifunctions:Excel functions/454/nl 1198 85178 281006 2026-06-06T10:45:00Z HanV 6833 Created page with "Geeft de F-kansverdeling terug" 281006 wikitext text/x-wiki Geeft de F-kansverdeling terug t74udszrl4a8bhsdky114t4ceixuw5x Translations:Wikifunctions:Excel functions/455/nl 1198 85179 281008 2026-06-06T10:45:08Z HanV 6833 Created page with "Geeft de F-kansverdeling terug" 281008 wikitext text/x-wiki Geeft de F-kansverdeling terug t74udszrl4a8bhsdky114t4ceixuw5x Translations:Wikifunctions:Excel functions/456/nl 1198 85180 281010 2026-06-06T10:45:32Z HanV 6833 Created page with "Geeft de inverse van de F-kansverdeling terug" 281010 wikitext text/x-wiki Geeft de inverse van de F-kansverdeling terug rjdqzoeruurku9p33m5grfcys2djwqa Translations:Wikifunctions:Excel functions/457/nl 1198 85181 281012 2026-06-06T10:45:37Z HanV 6833 Created page with "Geeft de inverse van de F-kansverdeling terug" 281012 wikitext text/x-wiki Geeft de inverse van de F-kansverdeling terug rjdqzoeruurku9p33m5grfcys2djwqa Translations:Wikifunctions:Excel functions/458/nl 1198 85182 281014 2026-06-06T10:45:51Z HanV 6833 Created page with "Geeft de Fisher-transformatie terug" 281014 wikitext text/x-wiki Geeft de Fisher-transformatie terug ikvzi6ltn2kpyl8sgp34zmhcbwtp484 Translations:Wikifunctions:Excel functions/459/nl 1198 85183 281016 2026-06-06T10:46:42Z HanV 6833 Created page with "Geeft de inverse van de Fisher-transformatie terug" 281016 wikitext text/x-wiki Geeft de inverse van de Fisher-transformatie terug l2tktghbgz4lnf7rm760fp3dry3jkm1 Translations:Wikifunctions:Excel functions/460/nl 1198 85184 281018 2026-06-06T10:47:01Z HanV 6833 Created page with "Geeft een waarde terug volgens een lineaire trend" 281018 wikitext text/x-wiki Geeft een waarde terug volgens een lineaire trend a5sfw8qvug0dxsvcc8j3eo8m0psyyrv Translations:Wikifunctions:Excel functions/461/nl 1198 85185 281020 2026-06-06T10:47:29Z HanV 6833 Created page with "Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme" 281020 wikitext text/x-wiki Geeft een toekomstige waarde terug op basis van bestaande (historische) waarden door gebruik te maken van de AAA-versie van het Exponential Smoothing (ETS) algoritme 5vij7ui6hqdwjdjts136rtnf7o9walf Translations:Wikifunctions:Excel functions/462/nl 1198 85186 281022 2026-06-06T10:48:41Z HanV 6833 Created page with "Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum" 281022 wikitext text/x-wiki Geeft een betrouwbaarheidsinterval terug voor de prognosewaarde op de opgegeven streefdatum ix7eedrun88dw5w43lf8tfkuospxq3u Translations:Wikifunctions:Excel functions/463/nl 1198 85187 281024 2026-06-06T10:49:08Z HanV 6833 Created page with "Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks" 281024 wikitext text/x-wiki Geeft de lengte van het repetitieve patroon terug dat Excel detecteert voor de opgegeven tijdreeks 12iju3iyd0bpq6w3ms46nclahvh5uxh Translations:Wikifunctions:Excel functions/464/nl 1198 85188 281026 2026-06-06T10:49:25Z HanV 6833 Created page with "Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen" 281026 wikitext text/x-wiki Geeft een statistische waarde terug als resultaat van tijdreeksvoorspellingen 7vrbhub382s7y87d6vc39j67mlym77n Translations:Wikifunctions:Excel functions/465/nl 1198 85189 281028 2026-06-06T10:49:36Z HanV 6833 Created page with "Geeft een toekomstige waarde terug op basis van bestaande waarden" 281028 wikitext text/x-wiki Geeft een toekomstige waarde terug op basis van bestaande waarden bse7dr9fl1i3xdni0insjnrqe5y3g1v Translations:Wikifunctions:Excel functions/466/nl 1198 85190 281030 2026-06-06T10:50:06Z HanV 6833 Created page with "Geeft een frequentieverdeling terug als een verticale array" 281030 wikitext text/x-wiki Geeft een frequentieverdeling terug als een verticale array 84ouxfetnzysnxupuhay3rmwsyh030p Translations:Wikifunctions:Excel functions/467/nl 1198 85191 281032 2026-06-06T10:50:19Z HanV 6833 Created page with "Geeft het resultaat van een F-test terug" 281032 wikitext text/x-wiki Geeft het resultaat van een F-test terug g2at2onoks2arygb4fbnxwkynrq475a Translations:Wikifunctions:Excel functions/468/nl 1198 85192 281034 2026-06-06T10:50:45Z HanV 6833 Created page with "Geeft de waarde van de Gamma-functie terug" 281034 wikitext text/x-wiki Geeft de waarde van de Gamma-functie terug rivbx2nropaeylhmfk1633im733y07o Translations:Wikifunctions:Excel functions/469/nl 1198 85193 281036 2026-06-06T10:50:49Z HanV 6833 Created page with "Geeft de gamma-verdeling terug" 281036 wikitext text/x-wiki Geeft de gamma-verdeling terug 9io0891huafwi16r55ogrlgee3ccjv6 Translations:Wikifunctions:Excel functions/470/nl 1198 85194 281038 2026-06-06T10:50:53Z HanV 6833 Created page with "Geeft de inverse van de cumulatieve gammaverdeling terug" 281038 wikitext text/x-wiki Geeft de inverse van de cumulatieve gammaverdeling terug 6edztbgx21u5558kcbxkdaoalnvolyy Translations:Wikifunctions:Excel functions/471/nl 1198 85195 281040 2026-06-06T10:51:27Z HanV 6833 Created page with "Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug" 281040 wikitext text/x-wiki Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug ap2oa55vv4odkxakycdwaklaxgsd9jr Translations:Wikifunctions:Excel functions/472/nl 1198 85196 281042 2026-06-06T10:52:10Z HanV 6833 Created page with "Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug" 281042 wikitext text/x-wiki Geeft het natuurlijke logaritme van de gammafunctie, Γ(x) terug ap2oa55vv4odkxakycdwaklaxgsd9jr Translations:Wikifunctions:Excel functions/473/nl 1198 85197 281044 2026-06-06T10:53:17Z HanV 6833 Created page with "Geeft 0,5 minder dan de standaard normale cumulatieve verdeling terug" 281044 wikitext text/x-wiki Geeft 0,5 minder dan de standaard normale cumulatieve verdeling terug gnhgvwaq2f2du5ruwm6eabup0ritoly Translations:Wikifunctions:Excel functions/474/nl 1198 85198 281046 2026-06-06T10:53:32Z HanV 6833 Created page with "Geeft het geometrische gemiddelde terug" 281046 wikitext text/x-wiki Geeft het geometrische gemiddelde terug 8ks0f82twjs2ubbov96rukz7scdybn0 Translations:Wikifunctions:Excel functions/475/nl 1198 85199 281048 2026-06-06T10:53:54Z HanV 6833 Created page with "Geeft waarden terug langs een exponentiële trend" 281048 wikitext text/x-wiki Geeft waarden terug langs een exponentiële trend rknyo7jz5zqd2le6zly86v6mva4x2vi User talk:-Haryad 3 85200 281050 2026-06-06T11:54:48Z -Haryad 9862 I welcomed myself 281050 wikitext text/x-wiki {{Welcome/lang|user=&#45;Haryad|welcominguser=-Haryad|1=}} [[User:-Haryad |<span style="color:black; font-size:16px;">'''ʜᴀʀʏᴀᴅ'''</span>]] <sub>[[User Talk: -Haryad |<span style="color:yellow; Background:black ">'''ᴛᴀʟᴋ'''</span>]]</sub> 11:54, 6 June 2026 (UTC) r6xm2subvfsfpfdcuk4p2b243s31anu