Wikifunctions wikifunctionswiki https://www.wikifunctions.org/wiki/Wikifunctions:Main_Page MediaWiki 1.47.0-wmf.7 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 284856 284696 2026-06-21T03:08:06Z SpBot 978 archive 1 section: 1 to [[Wikifunctions:Project chat/Archive/2026/05]] (after section [[Wikifunctions:Project chat/Archive/2026/05#May_2026_Wikimedia_Café_meetups_regarding_the_Wikimedia_Foundation_Annual_Plan|May_2026_Wikimedia_Café_meetups_regarding_the_Wikimedia_Foundation_Annual_Plan]]) - previous edit: [[:User:YoshiRulz|YoshiRulz]], 2026-06-20 05:03 284856 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/ }} == [[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) ::I don’t think there is a general problem with returning nested lists. There is a problem with not taking into account the declared type for a nested list, which is an issue only for types with custom conversion. There is an equivalent issue on the input side, applicable to all “generic types” that are nested, including typed lists: [[:phab:T417266]]. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 11:39, 16 June 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) :@[[User:Strobilomyces|Strobilomyces]] I think this topic is better placed at [[abstract:Abstract Wikipedia:Project chat|Abstract Wikipedia:Project chat]], so I copied your topic there, and answered it there too. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:07, 8 June 2026 (UTC) ::OK, sorry about that. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 17:03, 9 June 2026 (UTC) :1. Yes. :2. It depends on the language, but it is no bad thing if the subject of the sentence recapitulates the article title, ideally shorn of disambiguators. The difficulty is that item labels and article titles are simply text, so there is no guarantee that they can be parsed sufficiently well in any given language. :3a. Conceptually, this is true, but we must assume that it won’t happen. That means we have to construct the lexeme for any given language, and this will be discussed at the [[Wikifunctions:NLG SIG#Upcoming meeting]] on Tuesday. In the special case where the item’s linguistic form is consistently some kind of modified head noun, it may be appropriate to capture this as a qualified {{Q|P279}} relationship (the Eiffel Tower is classed as a monument but named as a tower, for example). :3b. It’s complicated, yes, but I believe all this needs to be considered as part of the above mentioned lexeme-construction process. :4. Yes, this is a stubborn problem, being partly context and partly custom. In English, the general rule is that names resist determiners. That implies the need to distinguish names from other proper nouns. “Mercury” is a name but “sun” and “moon” are ordinary nouns made proper by the definite article (although, exceptionally, this may be elided for “the Earth”, presumably influenced by the Sun’s other planets having names). More generally, as has been noted, the rules vary by language, so the distinction must be made at that level. The general rule for a particular language would typically apply according to the item’s class (country, language, construction…) but per-language exceptions are a case for lexicographic properties (because they are details exposed by Wikifunctions but required more generally, like the fact that, even when abbreviated, “the USA” and “the UK” require the definite article, whereas most countries have names that resist it). [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 10:46, 14 June 2026 (UTC) ::See also [[Wikifunctions:Status updates/2026-06-19#The or not the, this is (the?) question]]. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:38, 19 June 2026 (UTC) == Deployment of Legal and Safety Contacts Link in the Footer of Your Wiki == Hello community, The Wikimedia Foundation has provided [[wmf:Legal:Wikimedia Foundation Legal and Safety Contact Information|a single legal and safety contact page]], to be linked in the footer of your wiki, to ensure access to accurate legal information. This is a regulatory requirement. We have already rolled out links to English, German, Italian, Spanish Wikipedias and other wikis and we will deploy to your wiki soon. Please [[m:Wikimedia Foundation Legal and Safety Contacts FAQ|read more on the project page]] and leave any comments in this thread or on [[m:Talk:Wikimedia Foundation Legal and Safety Contacts FAQ|the talk page]]. –– [[User:STei (WMF)|STei (WMF)]] ([[User talk:STei (WMF)|talk]]) 17:54, 9 June 2026 (UTC) :[https://translatewiki.net/w/i.php?title=Special%3ATranslate&showMessage=wikimedia-legal-safety-contacts&group=ext-wikimediamessages&language=qqq&filter=&optional=1&action=translate example text] at translatewiki.net [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:32, 19 June 2026 (UTC) == Apache License 2.0 == Hello, Wikifunctions says it uses the Apache 2.0 license for code. Apache 2.0 is incompatible with GPLv2 only and some other licenses, and I would like to be able to use Wikifunctions with software that uses incompatible licenses with Apache 2.0. Is there any plans to fix this incompatibility or relicense Wikifunctions code? Thanks! [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 11:49, 12 June 2026 (UTC) :@[[User:A random Wikipedian in the billions|A random Wikipedian in the billions]]: No. The licence was picked very carefully based on the way it needs to integrate with other systems, principally Wikipedias and Wikidata. Changing the licence would ba a major, breaking undertaking. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 11:52, 12 June 2026 (UTC) :Just out of curiousity: what software would you like to use it with? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:19, 12 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take 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 Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, 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:29, 12 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 --> == June 2026 Wikimedia Café meetups regarding the English Wikipedia Editor Reflections project == <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: 10px; padding-right: 10px; padding-left: 10px; padding-bottom: 10px;">[[File:Wikimedia Café logo in plain SVG format.svg|60px|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 June. Both sessions will focus on the [https://en.wikipedia.org/wiki/Wikipedia:Editor_reflections English Wikipedia Editor Reflections project]. The featured guest in the Café will be [https://en.wikipedia.org/wiki/User:Clovermoss User:Clovermoss]. Participants may attend either or both sessions. #'''27 June 2026 15:00 UTC''' ([https://zonestamp.toolforge.org/1782572400 timestamp converter]), at a time friendly to the Americas, Africa, and Europe #'''28 June 2026 03:00 UTC''' ([https://zonestamp.toolforge.org/1782615600 timestamp converter]), at a time friendly to Asia and the Pacific Please see the Café page for more information, including [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> 03:55, 15 June 2026 (UTC) == I did something stupid, can I undo it? == Hello, I created a function (Z36415) I thought it would be in my user namespace because I put a prefix in the name. However, putting prefixes in the name didn't work for functions and I created it globally. Is there any way to rename it or remove it?. [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 12:08, 15 June 2026 (UTC) :[[WF:RFD]] please. {{Z|10119}} is available if you need to do testing. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:10, 15 June 2026 (UTC) ::Thanks! [[User:A random Wikipedian in the billions|A random Wikipedian in the billions]] ([[User talk:A random Wikipedian in the billions|talk]]) 12:17, 15 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #253 is out: The or not the, this is (the?) question == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-19|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a delicate question regarding grammatical framework, we talk about our next events and about the results of our latest online meetings, we discuss news 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]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 12:34, 19 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=30701693 --> :<blockquote>We also have two Functions, {{Z|Z32645}} and {{Z|Z32935}}, which both aim to answer whether an Item needs a definite article or not [...] but neither of these seem to be integrated into the ways that Functions are actually used on Abstract Wikipedia, as can be seen ''e.g.'' on [[abstract:Q243|the article for the Eiffel Tower]].</blockquote> One of the connected Implementations uses it for the subject and location, and the other uses it for the location only. There was no heuristic in [[Z32645]] for buildings, so I added [[Z36580|a new Implementation]] with an extra branch, but even my optimised [[Z36556|subclass checks for buildings]] are timing out. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 05:03, 20 June 2026 (UTC) e0wb1b85sd8h61toqwdjqaqonmbpoq9 Wikifunctions:Requests for deletions 4 1696 284791 284283 2026-06-20T15:58:05Z Dv103 11127 /* Z36498 */ Reply 284791 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 = == [[Z30234]] == Nonsense/won't work, {{ping|EnaldoSS}}. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:15, 9 June 2026 (UTC) :{{done}} --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:41, 18 June 2026 (UTC) == [[Z36498]] == {{Z|Z36498}} @[[User:Carlossn77716|Carlossn77716]] Nonsense. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:01, 18 June 2026 (UTC) :{{Z|Z36509}} too. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:58, 20 June 2026 (UTC) 9ur10hyf83jn2nu0qx0a1k35q715q5m 284806 284791 2026-06-20T17:48:43Z GrounderUK 50 /* Z36498 */ 284806 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 = == [[Z30234]] == Nonsense/won't work, {{ping|EnaldoSS}}. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:15, 9 June 2026 (UTC) :{{done}} --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 12:41, 18 June 2026 (UTC) == [[Z36498]] == {{Z|Z36498}} * when green flag clicked (Z36498) * start (Z36509) @[[User:Carlossn77716|Carlossn77716]] Nonsense. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 12:01, 18 June 2026 (UTC) :{{Z|Z36509}} too. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:58, 20 June 2026 (UTC) syi2cm57f4iifqnlkqrunmof7xkhx1j Wikifunctions:Report vandalism 4 1723 284790 284681 2026-06-20T15:49:02Z Dv103 11127 /* User:Dubaiescortshi */ new section 284790 wikitext text/x-wiki {{Wikifunctions:Report vandalism/header/{{#ifexist:Wikifunctions:Report vandalism/header/{{int:lang}}|{{int:lang}}|en}}}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} __NEWSECTIONLINK__ {{Archives|{{Flatlist|{{Special:PrefixIndex/WF:Report vandalism/Archive/|stripprefix=1}} }} }} <!-- Add new reports below this line --> == User:Dubaiescortshi == Promotional-only account. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:49, 20 June 2026 (UTC) accow2c2zy88fkdj6tkmj4ufd74vawa 284800 284790 2026-06-20T17:20:54Z Redmin 52094 /* User:Skamq1621 */ new section 284800 wikitext text/x-wiki {{Wikifunctions:Report vandalism/header/{{#ifexist:Wikifunctions:Report vandalism/header/{{int:lang}}|{{int:lang}}|en}}}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} __NEWSECTIONLINK__ {{Archives|{{Flatlist|{{Special:PrefixIndex/WF:Report vandalism/Archive/|stripprefix=1}} }} }} <!-- Add new reports below this line --> == User:Dubaiescortshi == Promotional-only account. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:49, 20 June 2026 (UTC) == [[User:Skamq1621]] == Spam [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:20, 20 June 2026 (UTC) sapq972oeszn6gkjgb1f7aagkhiz93z 284804 284800 2026-06-20T17:41:59Z Ameisenigel 44 Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]]) 284804 wikitext text/x-wiki {{Wikifunctions:Report vandalism/header/{{#ifexist:Wikifunctions:Report vandalism/header/{{int:lang}}|{{int:lang}}|en}}}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} __NEWSECTIONLINK__ {{Archives|{{Flatlist|{{Special:PrefixIndex/WF:Report vandalism/Archive/|stripprefix=1}} }} }} <!-- Add new reports below this line --> == User:Dubaiescortshi == Promotional-only account. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:49, 20 June 2026 (UTC) == [[User:Skamq1621]] == Spam [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:20, 20 June 2026 (UTC) :{{done}} [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:41, 20 June 2026 (UTC) {{Section resolved|1=[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:41, 20 June 2026 (UTC)}} plbcho9ivthvr4cx0ymu3i9ahi1xh6z 284805 284804 2026-06-20T17:43:03Z Ameisenigel 44 Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]]) 284805 wikitext text/x-wiki {{Wikifunctions:Report vandalism/header/{{#ifexist:Wikifunctions:Report vandalism/header/{{int:lang}}|{{int:lang}}|en}}}} {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |level = 2 }} __NEWSECTIONLINK__ {{Archives|{{Flatlist|{{Special:PrefixIndex/WF:Report vandalism/Archive/|stripprefix=1}} }} }} <!-- Add new reports below this line --> == User:Dubaiescortshi == Promotional-only account. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 15:49, 20 June 2026 (UTC) :{{done}} [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:43, 20 June 2026 (UTC) {{Section resolved|1=[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:43, 20 June 2026 (UTC)}} == [[User:Skamq1621]] == Spam [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 17:20, 20 June 2026 (UTC) :{{done}} [[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:41, 20 June 2026 (UTC) {{Section resolved|1=[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 17:41, 20 June 2026 (UTC)}} o08mbo2gxsye9snwaa6ys3328pfiu41 Wikifunctions talk:Main Page 5 3346 284825 284388 2026-06-20T21:27:17Z Hogü-456 617 /* Language specific Delimiter */ new section 284825 wikitext text/x-wiki *''This is the place where you can discuss the Main Page.'' ** ''The Main Page can be translated at [[Template:Main page]].'' ** ''The Main Page News can be translated at [[Template:Main page/News]].'' *'''''General project discussion takes place at [[Wikifunctions:Project chat]].''''' {{Autoarchive resolved section |age = 1 |archive = ((FULLPAGENAME))/Archive/((year))/((month:##)) |timeout=30 }} {{Archives|{{Flatlist|{{Special:PrefixIndex/Wikifunctions talk:Main Page/Archive/|stripprefix=1}} }} }} ;Sandbox links: Use the sandboxes for complex edit suggestions. * [[Template:Main page/sandbox]] and [[Template:Main page/sandbox/styles.css]] == Wikinews removal request == Hi @[[User:99of9|99of9]], could you please remove the Wikinews link from the sister projects section at the bottom of the page? Since [[n:Wikimedia Foundation closes Wikinews after 21 years|Wikinews has officially closed]], it is archived, no longer active and is in read-only mode. I noticed that [[w:special:diff/1347438875|English Wikipedia has already replaced it with Wikifunctions]]. [[User:Aram|Aram]] ([[User talk:Aram|talk]]) 08:27, 28 May 2026 (UTC) :Okay, I've edited the template, so if I've done it right, it should show up soon. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 14:13, 28 May 2026 (UTC) ::@[[User:99of9|99of9]] Thanks! And I think we should remove it from [[Template:Main page/en]] as well. [[User:Aram|Aram]] ([[User talk:Aram|talk]]) 15:05, 28 May 2026 (UTC) :::Done via [https://www.wikifunctions.org/w/index.php?title=Special:Log&logid=217750]. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 18:00, 28 May 2026 (UTC) == Language specific Delimiter == I see the , als Delimiter of the number of functions at the Mainpage and when I look at the language specific main page template for [[Template:Main page/de|German]] I see a . as the Delimiter. Do you know what is the reason for this behaviour. The number of functions in the Template is higher than the one I see at the Main page. It is not easy to find the right delimiter as it can differ within a language. It depends on the country and there sometimes on the region what is the most common delimiter for numbers. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 21:27, 20 June 2026 (UTC) omksk3opyz1giup3r5avwwkhtliij59 Wikifunctions:Sandbox 4 3424 284826 281956 2026-06-21T00:10:57Z YoshiRulz 10156 284826 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}} a{{int:colon-separator}}z d9wol0v7jhwad2eu90bvixzwmsg4qhz 284827 284826 2026-06-21T00:15:54Z YoshiRulz 10156 284827 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}} g1o9e9poom1pa1pkdl93bpdpcteouvl Wikifunctions:Reserved ZIDs/ko 4 7406 284867 283839 2026-06-21T04:21:13Z YeBoy371 5561 284867 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: <span class="mw-translate-fuzzy">'''영속적 객체(Persistent object)''' (유형) : 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다.</span> * <code>Z3</code>: <span class="mw-translate-fuzzy">'''키(Key)''' (유형) : <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다.</span> * <code>Z4</code>: <span class="mw-translate-fuzzy">'''유형(Type)''' (유형) : <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다.</span> * <code>Z5</code>: <span class="mw-translate-fuzzy">'''오류(Error)''' (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다.</span> ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: <span class="mw-translate-fuzzy">'''문자열(String)''' (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다.</span> * <code>Z7</code>: <span class="mw-translate-fuzzy">'''함수 호출(Function call)''' (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다.</span> * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> hnnf5x3ozz42rw2o6t5ebkam3gkdm6k 284869 284867 2026-06-21T04:21:29Z YeBoy371 5561 284869 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: <span class="mw-translate-fuzzy">'''키(Key)''' (유형) : <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다.</span> * <code>Z4</code>: <span class="mw-translate-fuzzy">'''유형(Type)''' (유형) : <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다.</span> * <code>Z5</code>: <span class="mw-translate-fuzzy">'''오류(Error)''' (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다.</span> ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: <span class="mw-translate-fuzzy">'''문자열(String)''' (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다.</span> * <code>Z7</code>: <span class="mw-translate-fuzzy">'''함수 호출(Function call)''' (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다.</span> * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 7ltoowqr6mu62igja1pmooac4ldkh2s 284871 284869 2026-06-21T04:21:41Z YeBoy371 5561 284871 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: <span class="mw-translate-fuzzy">'''유형(Type)''' (유형) : <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다.</span> * <code>Z5</code>: <span class="mw-translate-fuzzy">'''오류(Error)''' (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다.</span> ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: <span class="mw-translate-fuzzy">'''문자열(String)''' (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다.</span> * <code>Z7</code>: <span class="mw-translate-fuzzy">'''함수 호출(Function call)''' (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다.</span> * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> o03v6vj4x2rb78gdx6vauwd665jfvei 284873 284871 2026-06-21T04:21:45Z YeBoy371 5561 284873 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: <span class="mw-translate-fuzzy">'''오류(Error)''' (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다.</span> ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: <span class="mw-translate-fuzzy">'''문자열(String)''' (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다.</span> * <code>Z7</code>: <span class="mw-translate-fuzzy">'''함수 호출(Function call)''' (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다.</span> * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> m4lfa4kxm4ixb2145m9izrxin7hhvv0 284876 284873 2026-06-21T04:21:54Z YeBoy371 5561 284876 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: <span class="mw-translate-fuzzy">'''문자열(String)''' (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다.</span> * <code>Z7</code>: <span class="mw-translate-fuzzy">'''함수 호출(Function call)''' (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다.</span> * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> edxsqu1c2nin8kyw6rsjenjykyhciuj 284878 284876 2026-06-21T04:21:59Z YeBoy371 5561 284878 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: <span class="mw-translate-fuzzy">'''함수 호출(Function call)''' (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다.</span> * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 9xgf0dstlrc1l6ovf18jv24ps94kcwg 284880 284878 2026-06-21T04:22:02Z YeBoy371 5561 284880 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: <span class="mw-translate-fuzzy">'''함수(Function)''' (제네릭 유형, 따라서 기술적으로 함수) : <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다.</span> ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> n7c2i9qj5zbjx45xxhonpodmdciz9hc 284882 284880 2026-06-21T04:22:05Z YeBoy371 5561 284882 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: <span class="mw-translate-fuzzy">'''참조(Reference)''' (유형) : <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다.</span> * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 5we2yr1dvdppi04mq5po7gho28v8tf7 284884 284882 2026-06-21T04:22:08Z YeBoy371 5561 284884 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: <span class="mw-translate-fuzzy">'''단일 언어 텍스트(Monolingual text)''' (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다.</span> * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> dcwy9hzjtzuic4u9canriii4uuro39y 284886 284884 2026-06-21T04:22:11Z YeBoy371 5561 284886 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트(Multilingual text)''' (유형) : <code>Z11</code>의 확장이기 때문입니다.</span> * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 3l14h01wlwqgo3cozdrksxykkj3iun2 284889 284886 2026-06-21T04:22:14Z YeBoy371 5561 284889 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: <span class="mw-translate-fuzzy">'''구현(Implementation)''' (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다.</span> * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: <span class="mw-translate-fuzzy">'''코드(Code)''' (유형) : 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다.</span> * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> qd1xhu46w10vihzwp23gistnppk9fu7 284891 284889 2026-06-21T04:22:17Z YeBoy371 5561 284891 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: <span class="mw-translate-fuzzy">'''인수 선언''' (유형).</span> * <code>Z18</code>: <span class="mw-translate-fuzzy">'''인수 참조''' (유형).</span> * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> mf4ltyh4ba2fybplc7p9ocrytwd4r38 284895 284891 2026-06-21T04:22:30Z YeBoy371 5561 284895 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: <span class="mw-translate-fuzzy">'''테스터''' (유형) : 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다.</span> * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> dzp0p2dchgh4odzelfqs6u9lf1o1nx4 284896 284895 2026-06-21T04:22:32Z YeBoy371 5561 284896 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: <span class="mw-translate-fuzzy">'''유니트(Unit)''' (유형).</span> * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> s7ilsfkj9twnra3p3yll80eof80jwf2 284898 284896 2026-06-21T04:22:36Z YeBoy371 5561 284898 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: <span class="mw-translate-fuzzy">'''평가 결과''' (유형).</span> * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> b19q07w10aclxme9g8qgnltmd7o25uw 284901 284898 2026-06-21T04:22:38Z YeBoy371 5561 284901 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: <span class="mw-translate-fuzzy">'''Nothing''' (유형).</span> * <code>Z24</code>: <span class="mw-translate-fuzzy">'''빈(void)''' (유니트).</span> * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 2ctdp4r8oxnxshcdafthgi8puccvky4 284904 284901 2026-06-21T04:23:00Z YeBoy371 5561 284904 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (Unit). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> rruwj8675ox0jy4xtcyt5rsxf8e3jx4 284906 284904 2026-06-21T04:23:10Z YeBoy371 5561 284906 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (유형): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 724ce2oh9cgi5zf8mgt0lqwyecwufmg 284909 284906 2026-06-21T04:25:08Z YeBoy371 5561 284909 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: <span class="mw-translate-fuzzy">'''단일어 텍스트세트(Monolingual textset)''' (유형).</span> * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 18a9xxeshedqmja3dvylwnvkqougi86 284911 284909 2026-06-21T04:25:18Z YeBoy371 5561 Replaced content with "." 284911 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: . * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> mrz59r0u58d4ztdasotwyl4vzhn0exs 284913 284911 2026-06-21T04:25:26Z YeBoy371 5561 284913 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: <span class="mw-translate-fuzzy">'''다국어 텍스트세트(Multilingual textset)''' (유형): <code>Z31</code>의 확장이기 때문입니다.</span> * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> dvi9mreph58kvzapoemv3gpovi11ell 284915 284913 2026-06-21T04:25:36Z YeBoy371 5561 284915 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: <span class="mw-translate-fuzzy">'''키 참조''' (유형): Z3/키 Z9/참조이기 때문입니다.</span> * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 8kiw1ctset2sz2o1msly5ekrlz8fux1 284918 284915 2026-06-21T04:26:02Z YeBoy371 5561 284918 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: <span class="mw-translate-fuzzy">'''불리언(Boolean)''' (유형) : 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다</span> * <code>Z41</code>: <span class="mw-translate-fuzzy">'''참(true)''' (불리언).</span> * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> db632n5qnv03fixrwf8hky6ywvrrztg 284920 284918 2026-06-21T04:26:08Z YeBoy371 5561 284920 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: <span class="mw-translate-fuzzy">'''거짓(false)''' (불리언).</span> * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> bmhppfabr3njmx22drk1zgukl3fs6tb 284922 284920 2026-06-21T04:26:14Z YeBoy371 5561 284922 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: <span class="mw-translate-fuzzy">'''오류 유형(Error type)''' (유형) : 오류는 <code>Z5</code>이기 때문입니다.</span> <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> ay3sfh01ymm876kiecj2j8kwmnjueue 284925 284922 2026-06-21T04:26:17Z YeBoy371 5561 284925 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: <span class="mw-translate-fuzzy">'''자연어(Natural language)''' (유형): <code>Z6</code>는 문자열이기 때문입니다.</span> * <code>Z61</code>: <span class="mw-translate-fuzzy">'''프로그래밍 언어''' (유형): <code>Z16</code>는 코드이기 때문입니다.</span> * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> bquqzt51ei8ivmnmi9273w4h0nhddgb 284927 284925 2026-06-21T04:26:22Z YeBoy371 5561 284927 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: <span class="mw-translate-fuzzy">'''바이트(Byte)''' (유형) : 바이트는 8진수이기 때문입니다.</span> <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> gkecy5ixawggo5jwg2wt6k0c0lm9dq3 284929 284927 2026-06-21T04:26:24Z YeBoy371 5561 284929 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: <span class="mw-translate-fuzzy">'''코드 포인트'''(유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다.</span> <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> cdoqcs13jqi5oj4q4wq0zl5v3wlftq9 284931 284929 2026-06-21T04:26:27Z YeBoy371 5561 284931 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: <span class="mw-translate-fuzzy">'''인용(Quote)''' (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다.</span> </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> kq4r2q88ghpbbazv5gesjcdgyuyhud2 284933 284931 2026-06-21T04:26:53Z YeBoy371 5561 284933 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: <span class="mw-translate-fuzzy">객체에서 키로 값을 반환합니다; Z3/키</span> * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> h7ywef0si88qaocldgcvp58r7oqrkbt 284936 284933 2026-06-21T04:27:06Z YeBoy371 5561 284936 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: <span class="mw-translate-fuzzy">모든 객체를 키-값 쌍 목록으로 변환합니다. 구체화(reify)에는 다섯 글자가 있습니다</span> * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> rwzus6h0fjcsvvil5yq4f56c0uf0yko 284938 284936 2026-06-21T04:27:14Z YeBoy371 5561 284938 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: <span class="mw-translate-fuzzy">위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등''</span> ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 2u2pk15k1l8yt0ukgy67a775z90iami 284941 284938 2026-06-21T04:27:47Z YeBoy371 5561 284941 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: <span class="mw-translate-fuzzy">키-값 쌍 목록을 객체로 변환합니다; 추상(abstract)은 8개의 글자가 있습니다.</span> * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> ew318oyelg5c9lpyrmln8tqea7c4kt3 284943 284941 2026-06-21T04:28:14Z YeBoy371 5561 284943 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">(Z10이 목록이기 때문에) 정렬된 객체 목록의 시작 부분에 객체를 삽입합니다.</span> * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> npxztb22zm60rzbul4jid9y1nh7kjc2 284945 284943 2026-06-21T04:28:24Z YeBoy371 5561 284945 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에) * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: <span class="mw-translate-fuzzy">순서가 지정된 객체 목록에서 첫 번째 항목을 가져옵니다(Z10이 리스트이고 첫 번째 항목을 가져 오기 때문).</span> * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> p260ikhf5ct7ek8conczycbwaivuj9n 284947 284945 2026-06-21T04:28:43Z YeBoy371 5561 284947 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에) * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: <span class="mw-translate-fuzzy">첫 번째 객체없이 리스트를 가져옵니다(Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져 오기 때문에)</span> * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> nh8luffj72ozpr9i567cjlspe30ndyy 284949 284947 2026-06-21T04:28:51Z YeBoy371 5561 284949 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에) * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: <span class="mw-translate-fuzzy">리스트에 항목이 포함되어 있지 않으면 반환됩니다(Z13은 빈 리스트이기 때문).</span> * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> ox9o56tiyuyq1wv76vjb2x5y8t72ech 284951 284949 2026-06-21T04:29:02Z YeBoy371 5561 284951 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에) * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: (Z13은 빈 리스트이기 때문). * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> h1z3gebscb6yhgtpnb2twyusj7cwsl3 284953 284951 2026-06-21T04:29:07Z YeBoy371 5561 284953 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에). * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: (Z13은 빈 리스트이기 때문). * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: <span class="mw-translate-fuzzy">쌍의 첫 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 5m333hhhoaknlxn6eakhykjxqj2mnsz 284955 284953 2026-06-21T04:29:26Z YeBoy371 5561 284955 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에). * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: (Z13은 빈 리스트이기 때문). * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: (Z22는 쌍이기 때문에). * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 0lz6n07lyu8jfk0ou4c98g0oqu3wwfh 284957 284955 2026-06-21T04:29:31Z YeBoy371 5561 284957 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에). * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: (Z13은 빈 리스트이기 때문에). * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: (Z22는 쌍이기 때문에). * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: <span class="mw-translate-fuzzy">쌍의 두 번째 값을 추출합니다(Z22는 쌍이므로).</span> * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> 7r7ctbvsg6hyg7ok2g1cghpc0stzveg 284959 284957 2026-06-21T04:29:46Z YeBoy371 5561 284959 wikitext text/x-wiki <noinclude><languages/>{{Technical documentation navbox}}</noinclude> <div class="mw-translate-fuzzy"> 현재 정의된 객체 목록은 [[Wikifunctions:Reserved ZIDs/all]]를 참조하십시오. </div> <span id="Ranges"></span> === 범위 === 사전에 정의된 특정 종류의 객체를 위해 특정 공간을 예약합니다. <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code> – <code>Z99</code>: 핵심 유형. ''(아래의 [[#core-types|§ 핵심 유형]]을 참조하세요.)'' * <code>Z100</code> – <code>Z199</code>: 핵심 유형에 대한 검증자(즉, 각 핵심 유형에 대해 +100은 검증자를 제공함), 예를 들어 Z104는 Z4/유형의 검증자입니다. * <code>Z200</code> – <code>Z299</code>: <span class="mw-translate-fuzzy">핵심 유형의 검증자에 대한 기본 제공 구현(즉, Z204는 Z4/유형에 대한 검증자에 대한 기본 구현임)</span> * <code>Z300</code> – <code>Z399</code>: ''지금은 할당되지 않음'' * <code>Z400</code> – <code>Z499</code>: ''로컬 사용을 위해 예약됨'' * <code>Z500</code> – <code>Z599</code>: 핵심 오류 유형(<code>Z5</code>는 오류이므로 <code>Z5xx</code>) ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z600</code> – <code>Z699</code>: 핵심 프로그래밍 언어(<code>Z61</code>은 프로그래밍 언어이므로 <code>Z6xx</code>) * <code>Z700</code> – <code>Z799</code>: ''지금은 할당되지 않음'' * <code>Z800</code> – <code>Z899</code>: 내장된 핵심 함수의 정의(<code>Z8</code>은 함수이므로 <code>Z8xx</code>) ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z900</code> – <code>Z999</code>: 핵심 함수 내장(각각의 Z8xx에서 +100입니다) * <code>Z1000</code> – <code>Z2999</code>: 자연어 (Z60의 인스턴스) * <code>Z3000</code> – <code>Z5999</code>: ''향후 사용을 위해 예약됨'' * <code>Z6000</code> – <code>Z6999</code>: ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' ** <code>Z6000</code> – <code>Z6099</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">types for content from Wikidata and other Wikimedia sources</span>'' ''(See [[<tvar name="1">#wikidata-types</tvar>|§ Wikidata types]] below.)'' ** <code>Z6100</code> – <code>Z6199</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">validators for these types</span>'' ** <code>Z6200</code> – <code>Z6299</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the validators</span>'' ** <code>Z6800</code> – <code>Z6899</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">helper functions for these types that need to be built-in (e.g., fetching, equality)</span>'' ''(See [[<tvar name="1">#wikidata-functions</tvar>|§ Wikidata functions]] below.)'' ** <code>Z6900</code> – <code>Z6999</code>: ''<span lang="en" dir="ltr" class="mw-content-ltr">built-in implementations of the helper functions</span>'' * <code>Z7000</code> – <code>Z7999</code>: ''향후 사용을 위해 예약됨'' * <code>Z8000</code> – <code>Z8999</code>: 사전 정의된 각 기능에 대한 테스터("예" Z801은 Z8010, Z8011, Z8012, … Z8019를 통해 테스트됩니다.) * <code>Z9000</code> – <code>Z9999</code>: ''향후 사용을 위해 예약됨'' </div></div> {{Anchor|core-types}} <span id="Core_types"></span> === 핵심 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z1</code>: {{Z|Z1}} (유형), 루트. * <code>Z2</code>: {{Z|Z2}} (유형): 위키의 모든 것이 <code>Z2</code>이므로 ZID가 낮습니다. * <code>Z3</code>: {{Z|Z3}} (유형): <bdi lang="en" dir="ltr">''key''</bdi>라는 단어에는 영어로 된 세 글자가 있기 때문입니다. * <code>Z4</code>: {{Z|Z4}} (유형): <bdi lang="en" dir="ltr">''type''</bdi>이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. * <code>Z5</code>: {{Z|Z5}} (유형) : <bdi lang="en" dir="ltr">''error''</bdi>라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. ''(아래의 [[#core-error-types|§ 핵심 오류 유형]]을 참조하세요.)'' * <code>Z6</code>: {{Z|Z6}} (유형) : <bdi lang="en" dir="ltr">''string''</bdi>이라는 단어에는 영어로 된 6개의 글자가 있습니다. * <code>Z7</code>: {{Z|Z7}} (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 <code>Z8</code>에 가깝습니다. * <code>Z8</code>: {{Z|Z8}} (일반적인 유형, 즉 기술적인 함수): <bdi lang="en" dir="ltr">''function''</bdi>에는 영어로 된 8개의 문자가 있기 때문입니다. ''(아래의 [[#core-functions|§ 핵심 함수]]를 참조하세요.)'' * <code>Z9</code>: {{Z|Z9}} (유형): <bdi lang="en" dir="ltr">''reference''</bdi>라는 단어에는 영어로 된 9개의 글자가 있습니다. * <code>Z10</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z11</code>: {{Z|Z11}} (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. * <code>Z12</code>: {{Z|Z12}} (유형): <code>Z11</code>의 확장이기 때문입니다. * <code>Z13</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z14</code>: {{Z|Z14}} (유형) : <bdi lang="en" dir="ltr">''implementation''</bdi>이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. * <code>Z15</code>: "아직 할당되지 않았습니다." * <code>Z16</code>: {{Z|Z16}} (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. * <code>Z17</code>: {{Z|Z17}} (유형). * <code>Z18</code>: {{Z|Z18}} (유형). * <code>Z19</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z20</code>: {{Z|Z20}} (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. * <code>Z21</code>: {{Z|Z21}} (유형). * <code>Z22</code>: {{Z|Z22}} (유형). * <code>Z23</code>: {{Z|Z23}} (유형). * <code>Z24</code>: {{Z|Z24}} (유니트). * <code>Z25</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z26</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z27</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z28</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z29</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z30</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z31</code>: {{Z|Z31}} (유형). * <code>Z32</code>: {{Z|Z32}} (유형): <code>Z31</code>의 확장이기 때문입니다. * <code>Z33</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z34</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z35</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z36</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z37</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z38</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z39</code>: {{Z|Z39}} (유형): Z3/키 Z9/참조이기 때문입니다. * <code>Z40</code>: {{Z|Z40}} (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 * <code>Z41</code>: {{Z|Z41}} (불리언). * <code>Z42</code>: {{Z|Z42}} (불리언). * <code>Z43</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z44</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z45</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z46</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z46}} (Type): because it converts a Z4/Type into code in a Z61/Programming language.</span> * <code>Z47</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z48</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z49</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z50</code>: {{Z|Z50}} (유형) : 오류는 <code>Z5</code>이기 때문입니다. <!--<nowiki> * <code>Z51</code>: <translate>'''…''' (Type).</translate> … * <code>Z59</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z60</code>: {{Z|Z60}} (유형): <code>Z6</code>는 문자열이기 때문입니다. * <code>Z61</code>: {{Z|Z61}} (유형): <code>Z16</code>는 코드이기 때문입니다. * <code>Z64</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z64}}: because it is the inverse of <code>Z46</code>.</span> <!--<nowiki> * <code>Z62</code>: <translate>'''…''' (Type).</translate> … * <code>Z79</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z80</code>: {{Z|Z80}} (유형) : 바이트는 8진수이기 때문입니다. <!--<nowiki> * <code>Z81</code>: <translate>'''…''' (Type).</translate> … * <code>Z69</code>: <translate>'''…''' (Type).</translate> </nowiki>--> * <code>Z84</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z85</code>: {{Tunit|151|''Not yet assigned.''}} * <code>Z86</code>: {{Z|Z86}} (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. <!--<nowiki> * <code>Z87</code>: <translate>'''…''' (Type).</translate> * <code>Z88</code>: <translate>'''…''' (Type).</translate> </nowiki> --> * <code>Z89</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z89}} (Type)</span> * <code>Z99</code>: {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. </div></div> {{Anchor|wikidata-types}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata types ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<code>Z6001</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6001}} (Type)</span> *<code>Z6002</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6002}} (Type)</span> *<code>Z6003</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6003}} (Type)</span> *<code>Z6004</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6004}} (Type)</span> *<code>Z6005</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6005}} (Type)</span> *<code>Z6006</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6006}} (Type)</span> *<code>Z6007</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6007}} (Type)</span> *<code>Z6008</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6008}} (Type)</span> *<code>Z6010</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6010}} (Type)</span> *<code>Z6011</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6011}} (Type)</span> *<code>Z6020</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6020}} (Type)</span> *<code>Z6021</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6021}} (Claim subtype)</span> *<code>Z6022</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6022}} (Claim subtype)</span> *<code>Z6023</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6023}} (Claim subtype)</span> *<code>Z6030</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6030}} (Type)</span> *<code>Z6031</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6031}} (Entity part)</span> *<code>Z6032</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6032}} (Entity part)</span> *<code>Z6033</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6033}} (Entity part)</span> *<code>Z6034</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6034}} (Entity part)</span> *<code>Z6035</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6035}} (Entity part)</span> *<code>Z6036</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6036}} (Entity part)</span> *<code>Z6037</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6037}} (Entity part)</span> *<code>Z6038</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6038}} (Entity part)</span> *<code>Z6040</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6040}} (Type)</span> *<code>Z6041</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6041}} (Statement rank)</span> *<code>Z6042</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6042}} (Statement rank)</span> *<code>Z6043</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6043}} (Statement rank)</span> *<code>Z6060</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6060}} (Type)</span> *<code>Z6061</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6061}} (Type)</span> *<code>Z6062</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6062}} (Type)</span> *<code>Z6063</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6063}} (Type)</span> *<code>Z6064</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6064}} (Type)</span> *<code>Z6091</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6091}} (Type)</span> *<code>Z6092</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6092}} (Type)</span> *<code>Z6094</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6094}} (Type)</span> *<code>Z6095</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6095}} (Type)</span> *<code>Z6096</code>: <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z6096}} (Type)</span> </div></div> {{Anchor|core-functions}} <span id="Core_functions"></span> === 핵심 함수 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <code>Z801</code> {{Z+|Z801}}: T ➝ T * <code>Z802</code> {{Z+|Z802}}: Boolean, T, T ➝ T * <code>Z803</code> {{Z+|Z803}}: Key reference, Any ➝ Any *: Z3/키 * <code>Z804</code> {{Z+|Z804}}: List(Key reference) ➝ Abt * <code>Z805</code> {{Z+|Z805}}: Any ➝ List(Pair(Key reference, Any)) *: 구체화(reify)에는 다섯 글자가 있습니다 * <code>Z808</code> {{Z+|Z808}}: List(Pair(Key reference, Any)) ➝ Any *: 추상(abstract)은 8개의 글자가 있습니다. * <code>Z810</code> {{Z+|Z810}}: T, List(T) ➝ List(T) *: (Z10이 목록이기 때문에). * <code>Z811</code> {{Z+|Z811}}: List(T) ➝ T *: (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) * <code>Z812</code> {{Z+|Z812}}: List(T) ➝ List(T) *: (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) * <code>Z813</code> {{Z+|Z813}}: List(T) ➝ Boolean *: (Z13은 빈 리스트이기 때문에). * <code>Z820</code> {{Z+|Z820}}: String, Any ➝ Any * <code>Z821</code> {{Z+|Z821}}: Pair(T1, T2) ➝ T1 *: (Z22는 쌍이기 때문에). * <code>Z822</code> {{Z+|Z822}}: Pair(T1, T2) ➝ T2 *: (Z22는 쌍이기 때문에). * <code>Z823</code> {{Z+|Z823}}: Quote ➝ Pair(Object, Object) * <code>Z825</code> {{Z+|Z825}}: Item reference, Natural language, Gregorian calendar date ➝ HTML fragment * <code>Z828</code> {{Z+|Z828}}: Quote ➝ Persistent object * <code>Z832</code> {{Z+|Z832}}: Monolingual stringset, Monolingual stringset ➝ Boolean * <code>Z844</code> {{Z+|Z844}}: Boolean, Boolean ➝ Boolean * <code>Z850</code> {{Z+|Z850}}: Object, Error type, Object ➝ Object *: <span lang="en" dir="ltr" class="mw-content-ltr">(because it deals with Z5/Errors)</span> * <code>Z851</code> {{Z+|Z851}}: Error type, List(T) ➝ Unit * <code>Z852</code> {{Z+|Z852}}: Error, Error type ➝ Boolean * <code>Z853</code> {{Z+|Z853}}: Object ➝ Pair(Error, Object) * <code>Z854</code> {{Z+|Z854}}: Object ➝ String * <code>Z860</code> {{Z+|Z860}}: String ➝ Language * <code>Z862</code> {{Z+|Z862}}: Natural language, Natural language ➝ Boolean * <code>Z866</code> {{Z+|Z866}}: String, String ➝ Boolean * <code>Z868</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22717}}: String ➝ List(Character)</span> *: <span class="mw-translate-fuzzy">Z6/문자열 및 Z86/문자이므로 문자열을 문자 목록으로 변환합니다.</span> * <code>Z872</code> {{Z+|Z872}}: Function, Typed list (Object) ➝ Object * <code>Z873</code> {{Z+|Z873}} Function, List ➝ List * <code>Z876</code> {{Z+|Z876}}: Function, List, Object ➝ Object * <code>Z877</code> {{Z+|Z877}}: HTML fragment -> HTML fragment * <code>Z881</code> {{Z+|Z881}}: Type ➝ Type * <code>Z882</code> {{Z+|Z882}}: Type, Type ➝ Type * <code>Z883</code> {{Z+|Z883}}: T ➝ T * <code>Z884</code> {{Z+|Z884}}: Type, List(Reference), String ➝ Type * <code>Z885</code> {{Z+|Z885}}: Error type ➝ Type * <code>Z886</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22693}}: List*(Character) ➝ String</span> *: <span class="mw-translate-fuzzy">Z86/문자 및 Z6/문자열 때문에 문자 목록을 문자열로 변환합니다.</span> * <code>Z888</code> <span lang="en" dir="ltr" class="mw-content-ltr">Replaced by {{Z+|Z22683}}: Character, Character ➝ Boolean</span> * <code>Z889</code> {{Z+|Z889}}: Typed list (Object), Typed list (Object), Function ➝ Boolean * <code>Z899</code> {{Z+|Z899}}: Quote ➝ Any *: <span class="mw-translate-fuzzy">Z99/인용이기 때문에 Z객체를 인용 해제합니다.</span> </div></div> {{Anchor|wikidata-functions}} <div lang="en" dir="ltr" class="mw-content-ltr"> ==== Wikidata functions ==== </div> <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> *<span lang="en" dir="ltr" class="mw-content-ltr"><code>Z6801</code> to <code>Z6808</code> are the 'same object' functions corresponding to <code>Z6001</code> to <code>Z6008</code>.</span> *<code>Z6820</code> {{Z+|Z6820}}: List(Object) ➝ Map(String, Object) *<code>Z6821</code> {{Z+|Z6821}}: Item reference ➝ Item *<code>Z6822</code> {{Z+|Z6822}}: Property reference ➝ Property *<code>Z6824</code> {{Z+|Z6824}}: Lexeme form reference ➝ Lexeme form *<code>Z6825</code> {{Z+|Z6825}}: Lexeme reference ➝ Lexeme *<code>Z6826</code> {{Z+|Z6826}}: Lexeme sense reference ➝ Lexeme sense *<code>Z6830</code> {{Z+|Z6830}}: Item reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6831</code> {{Z+|Z6831}}: Lexeme sense reference, Property reference, Natural language ➝ List(Lexeme reference) *<code>Z6884</code> {{Z+|Z6884}}: Type, List(Object), String ➝ Type *<code>Z6894</code> {{Z+|Z6894}} *<code>Z6895</code> {{Z+|Z6895}}: Object ➝ Object *<code>Z6896</code> {{Z+|Z6896}}: List(String) ➝ Object </div></div> {{Anchor|core-error-types}} <span id="Core_error_types"></span> === 핵심 오류 유형 === <div style="margin:.3em 0; border:1px solid #AAA; padding:.3em .5em;"><div style="margin-top:-.3em"> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z500}} (error information): unspecified error</span> * {{Z|Z501}} (오류 메시지, 입력) : 구문 오류 * {{Z|Z502}} (하위 유형, 값): 형식이 올바르지 않음, Z52x 또는 Z53x를 가리킴 * {{Z|Z503}} (함수 이름): 아직 구현되지 않았습니다. * {{Z|Z504}} (zid) : Zid를 찾을 수 없습니다. * {{Z|Z505}} (예상, 실제, 인수): 인수 불일치 수 * {{Z|Z506}} (예상, 실제, 인수): 인수 유형 불일치 * {{Z|Z507}} (함수 호출): 평가 오류 * {{Z|Z508}} (객체): 모순되는 키 * {{Z|Z509}} (오류): 오류 목록 * {{Z|Z510}} (없음) : 없음 * {{Z|Z511}} (키 참조, 객체) : 키를 찾을 수 없습니다 * {{Z|Z512}} (객체) : Z9 오류 * {{Z|Z513}} (해결된 개체) : Z2K2없이 해결된 객체 * {{Z|Z514}} (구현) : 내장 기능이 존재하지 않습니다 * {{Z|Z515}} (구현) : 내장 ID가 잘못되었습니다 * {{Z|Z516}} (키, 잘못된 값) : 인수 값 오류 * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z517}} (expected type, actual type, returned value, propagated error): Return type mismatch</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z518}} (expected type, object, propagated error): Object type mismatch</span> * {{Z|Z519}} (object): 정의되지 않은 목록 유형 * {{Z|Z520}} (object): 잘못된 목록 유형 * {{Z|Z521}} (문제의 값) : Z객체는 숫자 또는 불리언, null이 아니어야합니다. * {{Z|Z522}} (배열의 잘못된 인덱스, 전파된 오류) : 배열 요소가 제대로 형성되지 않았습니다 * {{Z|Z523}} (객체) : Z1K1 누락 * {{Z|Z524}} (Z1K1의 값) : Z1K1은 문자열 또는 배열이 아니어야합니다 * {{Z|Z525}} (키) : 유효하지 않은 키 * {{Z|Z526}} (키, 전파된 오류) : 잘 형성되지 않은 값] * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z529}} (host name)</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Z|Z530}} (function call, propagated error)</span> * {{Z|Z531}} (전체객체) : Z6에는 2개의 키가 있어야합니다 * {{Z|Z532}} (전체객체) : Z6K1이 없는 Z6 * {{Z|Z533}} (Z6K1의 값) : Z6K1은 문자열이어야합니다 * {{Z|Z534}} (전체객체) : Z9에는 2개의 키가 있어야합니다 * {{Z|Z535}} (전체객체) : Z9K1이 없는 Z9 * {{Z|Z536}} (Z9K1의 값) : Z9K1은 JSON의 문자열이어야합니다 * {{Z|Z537}} (Z9K1의 값) : Z9K1은 참조처럼 보여야합니다 * {{Z|Z538}} (문서 제목): 잘못된 이름공간 * {{Z|Z539}} (문서 제목): 잘못된 콘텐츠 유형 * {{Z|Z540}} (언어 코드): 잘못된 언어 코드 * {{Z|Z541}} (언오 코드): 언어 코드를 찾을 수 없습니다 * {{Z|Z542}} (예상 유형, 실제 객체): 예상 유형, 실제 객체 * {{Z|Z543}} (유형 이름): 유형을 찾을 수 없습니다 * {{Z|Z544}} (유형 zid, 유형 이름, 기존 유형 이름): 충돌하는 유형 이름 * {{Z|Z545}} (유형 zid, 유형 이름, 기존 유형 zid): 충돌하는 유형 Zid * {{Z|Z546}} (유형 zid, 유형 이름): 내장 유형을 찾을 수 없습니다 * {{Z|Z547}} (입력): 잘못된 형식 * {{Z|Z548}} (오류 메시지, 입력): 잘못된 JSON * {{Z|Z549}} (참조 값): 잘못된 Z참조 * {{Z|Z550}} (참조 값): 알 수 없는 Z참조 * {{Z|Z551}} (키, 예상 유형, 실제 유형): 스키마 유형 불일치 * {{Z|Z552}} (인덱스, 예상 유형, 실제 유형): 배열 요소 유형 불일치 * {{Z|Z553}} (z객체): 허용되지 않는 루트 유형 * {{Z|Z554}} (충돌 ZID, 언어): 레이블이 다른 Z객체의 레이블과 충돌합니다. * {{Z|Z555}} (ZID, 제목): ZID와 문서 제목이 일치하지 않습니다. * {{Z|Z556}} (제목): 잘못된 문서 제목 * {{Z|Z557}} (오류 메시지): 사용자에게 권한이 없습니다. * {{Z|Z558}} (프로그래밍 언어): 잘못된 프로그래밍 언어 * {{Z|Z559}} (없음): 사용자가 함수를 평가할 수 없습니다. * {{Z|Z560}} (평가 결과): 잘못된 평가 결과 * {{Z|Z561}} <span lang="en" dir="ltr" class="mw-content-ltr">(propagated error): invalid evaluation request</span> * {{Z|Z562}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): incomplete evaluation request</span> * {{Z|Z563}} <span lang="en" dir="ltr" class="mw-content-ltr">(call): call by non-reentrant executor</span> * {{Z|Z564}} <span lang="en" dir="ltr" class="mw-content-ltr">(contents): invalid executor response</span> * {{Z|Z565}} <span lang="en" dir="ltr" class="mw-content-ltr">(missing property): Incomplete executor request</span> * {{Z|Z570}} (오케스트레이터 속도 제한): 오케스트레이터에서 속도 제한에 도달했습니다. * {{Z|Z571}} (평가자 속도 제한): 평가자에서 속도 제한 도달 * {{Z|Z572}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in orchestrator</span> * {{Z|Z573}} <span lang="en" dir="ltr" class="mw-content-ltr">(recursion limit, function name): reached recursion limit in evaluator</span> * {{Z|Z574}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in orchestrator</span> * {{Z|Z575}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit): reached time limit in evaluator</span> * {{Z|Z576}} <span lang="en" dir="ltr" class="mw-content-ltr">(time limit)</span> * {{Z|Z580}} <span lang="en" dir="ltr" class="mw-content-ltr">(duplicate language)</span> </div></div> <span id="See_also"></span> == 같이 보기 == * [[:m:Special:MyLanguage/Abstract Wikipedia/Notes|참고 사항 개요]] <noinclude> [[Category:Technical documentation{{#translation:}}|Reserved ZIDs]] </noinclude> t1istb7jnuc7gnjj0yhzfkrovy07vhd Translations:Wikifunctions:Reserved ZIDs/11/ko 1198 7632 284866 28286 2026-06-21T04:21:13Z YeBoy371 5561 284866 wikitext text/x-wiki $1 (유형), 루트. 6p504b6yy8ejmjdalzgiid17qfpr0vu Translations:Wikifunctions:Reserved ZIDs/12/ko 1198 7676 284868 28420 2026-06-21T04:21:29Z YeBoy371 5561 284868 wikitext text/x-wiki $1 (유형): 위키의 모든 것이 $Z이므로 ZID가 낮습니다. h1t3oq07mips2rqk44nf7567aa7hm8p Translations:Wikifunctions:Reserved ZIDs/13/ko 1198 7720 284870 28550 2026-06-21T04:21:41Z YeBoy371 5561 284870 wikitext text/x-wiki $1 (유형): $key라는 단어에는 영어로 된 세 글자가 있기 때문입니다. rh6i0qw4ybbii8vdm5k9s5xe6hrurpa Translations:Wikifunctions:Reserved ZIDs/132/ko 1198 7731 284903 28579 2026-06-21T04:22:59Z YeBoy371 5561 284903 wikitext text/x-wiki $1 (Unit). j9vuvzvwzzyesyamo1yi8q91c7w9e1z 284905 284903 2026-06-21T04:23:07Z YeBoy371 5561 284905 wikitext text/x-wiki $1 (유니트). 7x6d8sv63vaneeq3o0069geb4mp5ysi Translations:Wikifunctions:Reserved ZIDs/133/ko 1198 7734 284910 28587 2026-06-21T04:25:18Z YeBoy371 5561 Replaced content with "." 284910 wikitext text/x-wiki . 6t9fg2gmch401ldtk8m7pyzz632ixbb 284912 284910 2026-06-21T04:25:25Z YeBoy371 5561 284912 wikitext text/x-wiki $1 (유형). dfgl609vk11swtn8w1gy0uapavps3bh Translations:Wikifunctions:Reserved ZIDs/134/ko 1198 7737 284914 28597 2026-06-21T04:25:35Z YeBoy371 5561 284914 wikitext text/x-wiki $1 (유형): $Z의 확장이기 때문입니다. 0rztftjthjimrab31lct9vs6h7a6cwk Translations:Wikifunctions:Reserved ZIDs/14/ko 1198 7756 284872 28651 2026-06-21T04:21:44Z YeBoy371 5561 284872 wikitext text/x-wiki $1 (유형): $type이라는 단어에는 영어로 된 네 글자가 있기 때문입니다. c4w1diyblgknfvwz7h81l17xuh2nqyu Translations:Wikifunctions:Reserved ZIDs/15/ko 1198 7791 284875 28748 2026-06-21T04:21:53Z YeBoy371 5561 284875 wikitext text/x-wiki $1 (유형) : $error라는 단어에는 영어로 된 다섯 글자가 있기 때문입니다. db01ornubf4z4k1asfd40lommndi329 Translations:Wikifunctions:Reserved ZIDs/16/ko 1198 7865 284877 28918 2026-06-21T04:21:58Z YeBoy371 5561 284877 wikitext text/x-wiki $1 (유형) : $string이라는 단어에는 영어로 된 6개의 글자가 있습니다. bqq8gyxvsl6nt2n24ditvjgf8oq8t5q Translations:Wikifunctions:Reserved ZIDs/17/ko 1198 7949 284879 29111 2026-06-21T04:22:01Z YeBoy371 5561 284879 wikitext text/x-wiki $1 (유형) : 함수 호출은 시스템의 주요 마법이고 7은 마법의 숫자이기 때문입니다. 또한 $Z에 가깝습니다. 5h5ngrshp79zury65ckxn4k30somhl6 Translations:Wikifunctions:Reserved ZIDs/18/ko 1198 7996 284881 29230 2026-06-21T04:22:05Z YeBoy371 5561 284881 wikitext text/x-wiki $1 (유형): $function에는 영어로 된 8개의 문자가 있기 때문입니다. k4gutohri52fj8qku4ez35xh2rjctt1 284908 284881 2026-06-21T04:25:08Z YeBoy371 5561 284908 wikitext text/x-wiki $1 (일반적인 유형, 즉 기술적인 함수): $function에는 영어로 된 8개의 문자가 있기 때문입니다. bj5548wzp703a3ig0qalkrf2bvisidw Translations:Wikifunctions:Reserved ZIDs/19/ko 1198 8035 284883 29336 2026-06-21T04:22:07Z YeBoy371 5561 284883 wikitext text/x-wiki $1 (유형): $reference라는 단어에는 영어로 된 9개의 글자가 있습니다. cnoqnujt1rc1g79k7ee3tqo63fvlt2v Translations:Wikifunctions:Reserved ZIDs/21/ko 1198 8067 284885 29429 2026-06-21T04:22:10Z YeBoy371 5561 284885 wikitext text/x-wiki $1 (유형) : 왜냐하면 그것은 단지 하나의 언어이고 이름에 "하나(one)"가 있기 때문입니다. rnawueoxi9bgls0u30cppscj3ufb7t2 Translations:Wikifunctions:Reserved ZIDs/22/ko 1198 8071 284887 29443 2026-06-21T04:22:12Z YeBoy371 5561 284887 wikitext text/x-wiki $1 (유형): $Z의 확장이기 때문입니다. 0rztftjthjimrab31lct9vs6h7a6cwk Translations:Wikifunctions:Reserved ZIDs/23/ko 1198 8075 284888 29454 2026-06-21T04:22:14Z YeBoy371 5561 284888 wikitext text/x-wiki $1 (유형) : $implementation이라는 단어에는 영어로 된 14개의 문자가 있기 때문입니다. 1rk722gc3vcnqgg6flmbqyzeblis6y0 Translations:Wikifunctions:Reserved ZIDs/24/ko 1198 8079 284923 29466 2026-06-21T04:26:16Z YeBoy371 5561 284923 wikitext text/x-wiki $1 (유형) : 오류는 $Z이기 때문입니다. nslpq5yzz02obsm68juel36czveoe3c Translations:Wikifunctions:Reserved ZIDs/25/ko 1198 8083 284894 29479 2026-06-21T04:22:31Z YeBoy371 5561 284894 wikitext text/x-wiki $1 (유형): 20/20은 완벽한 비전이고 테스트는 오류를 가시화하기 때문입니다. sdvc39daik9xjtebcl9jq8p14s96sqz Translations:Wikifunctions:Reserved ZIDs/26/ko 1198 8087 284899 128218 2026-06-21T04:22:38Z YeBoy371 5561 284899 wikitext text/x-wiki $1 (유형). dfgl609vk11swtn8w1gy0uapavps3bh Translations:Wikifunctions:Reserved ZIDs/30/ko 1198 8096 284932 29516 2026-06-21T04:26:52Z YeBoy371 5561 284932 wikitext text/x-wiki {{Z|Z99}} (유형) : 마치 영어로 된 닫는 따옴표처럼 보이기 때문입니다. 0o7zx70io1vx5pixjhr9qs1x8vfildl Translations:Wikifunctions:Reserved ZIDs/41/ko 1198 8105 284937 29545 2026-06-21T04:27:13Z YeBoy371 5561 284937 wikitext text/x-wiki 구체화(reify)에는 다섯 글자가 있습니다 3g5th6yigxxsj74vx6epaubh89y3ww6 Translations:Wikifunctions:Reserved ZIDs/42/ko 1198 8109 284942 29557 2026-06-21T04:28:14Z YeBoy371 5561 284942 wikitext text/x-wiki 추상(abstract)은 8개의 글자가 있습니다. bg72s12k7re2vkmz9c7rrnao42btap0 Translations:Wikifunctions:Reserved ZIDs/43/ko 1198 8113 284946 29569 2026-06-21T04:28:42Z YeBoy371 5561 284946 wikitext text/x-wiki (Z10이 리스트이고 첫 번째 항목을 가져오기 때문에) k9ttp0h7skuuac6r3lsxg5xs6e66wrv Translations:Wikifunctions:Reserved ZIDs/44/ko 1198 8117 284948 29584 2026-06-21T04:28:50Z YeBoy371 5561 284948 wikitext text/x-wiki (Z10은 리스트이고 두 번째 객체는 나머지 객체를 가져오기 때문에) 7sa1s6na87vgdjw34t89q3c2h06vmik Translations:Wikifunctions:Reserved ZIDs/45/ko 1198 8121 284950 29596 2026-06-21T04:29:01Z YeBoy371 5561 284950 wikitext text/x-wiki (Z13은 빈 리스트이기 때문). il0b09jxgkovszthfkx6qo50erps4im 284956 284950 2026-06-21T04:29:30Z YeBoy371 5561 284956 wikitext text/x-wiki (Z13은 빈 리스트이기 때문에). 0mq1q69sel6f7b2xfo3jsmq1j1gva7c Translations:Wikifunctions:Reserved ZIDs/46/ko 1198 8125 284944 29610 2026-06-21T04:28:23Z YeBoy371 5561 284944 wikitext text/x-wiki (Z10이 목록이기 때문에) 3awxmvdl32yu8lilyq9l6eeq8f0d11u 284952 284944 2026-06-21T04:29:06Z YeBoy371 5561 284952 wikitext text/x-wiki (Z10이 목록이기 때문에). nnc3l8rlpgnrkxknm1t7yiha2dkebfg Translations:Wikifunctions:Reserved ZIDs/47/ko 1198 8129 284954 29622 2026-06-21T04:29:25Z YeBoy371 5561 284954 wikitext text/x-wiki (Z22는 쌍이기 때문에). hwdt9bngxaxi9qo10h6auqs5ybcrvmd Translations:Wikifunctions:Reserved ZIDs/48/ko 1198 8133 284958 29634 2026-06-21T04:29:45Z YeBoy371 5561 284958 wikitext text/x-wiki (Z22는 쌍이기 때문에). hwdt9bngxaxi9qo10h6auqs5ybcrvmd Translations:Wikifunctions:Reserved ZIDs/80/ko 1198 8293 284890 30083 2026-06-21T04:22:17Z YeBoy371 5561 284890 wikitext text/x-wiki $1 (유형): 그럴만 한 이유가 없으며 Z14 및 Z61/프로그래밍 언어에 가깝습니다. kdcsgpbefqjgdrmxj94nouy2itclgdx Translations:Wikifunctions:Reserved ZIDs/81/ko 1198 8297 284892 30094 2026-06-21T04:22:21Z YeBoy371 5561 284892 wikitext text/x-wiki $1 (유형). dfgl609vk11swtn8w1gy0uapavps3bh Translations:Wikifunctions:Reserved ZIDs/82/ko 1198 8301 284893 30105 2026-06-21T04:22:28Z YeBoy371 5561 284893 wikitext text/x-wiki $1 (유형). dfgl609vk11swtn8w1gy0uapavps3bh Translations:Wikifunctions:Reserved ZIDs/83/ko 1198 8305 284897 30117 2026-06-21T04:22:36Z YeBoy371 5561 284897 wikitext text/x-wiki $1 (유형). dfgl609vk11swtn8w1gy0uapavps3bh Translations:Wikifunctions:Reserved ZIDs/84/ko 1198 8309 284900 30130 2026-06-21T04:22:39Z YeBoy371 5561 284900 wikitext text/x-wiki $1 (유형). dfgl609vk11swtn8w1gy0uapavps3bh Translations:Wikifunctions:Reserved ZIDs/85/ko 1198 8313 284916 30143 2026-06-21T04:25:58Z YeBoy371 5561 284916 wikitext text/x-wiki $1 (유형): Z3/키 Z9/참조이기 때문입니다. pmzjgvow2qfvoukl61irvkin9kgybt7 Translations:Wikifunctions:Reserved ZIDs/86/ko 1198 8317 284917 30158 2026-06-21T04:26:02Z YeBoy371 5561 284917 wikitext text/x-wiki $1 (유형): 조지 불(Boole)이 (18)40년대에 처음 출판했기 때문입니다 nw2elcojolw954plnl8lpdq8io7lk3n Translations:Wikifunctions:Reserved ZIDs/87/ko 1198 8321 284919 30171 2026-06-21T04:26:08Z YeBoy371 5561 284919 wikitext text/x-wiki $1 (불리언). jz99a2f1do35zh7phg4bhi1g7fbpkb4 Translations:Wikifunctions:Reserved ZIDs/88/ko 1198 8325 284921 30183 2026-06-21T04:26:13Z YeBoy371 5561 284921 wikitext text/x-wiki $1 (불리언). jz99a2f1do35zh7phg4bhi1g7fbpkb4 Translations:Wikifunctions:Reserved ZIDs/89/ko 1198 8329 284924 30197 2026-06-21T04:26:18Z YeBoy371 5561 284924 wikitext text/x-wiki $1 (유형): <code>Z6</code>는 문자열이기 때문입니다. 1waqcgfe1imnzbo3omatbdl24ous6vn Translations:Wikifunctions:Reserved ZIDs/90/ko 1198 8338 284926 30226 2026-06-21T04:26:21Z YeBoy371 5561 284926 wikitext text/x-wiki $1 (유형): <code>Z16</code>는 코드이기 때문입니다. 4zsnnk21ooqzp671wkhvw2xkga8hrp2 Translations:Wikifunctions:Reserved ZIDs/92/ko 1198 8346 284928 30251 2026-06-21T04:26:24Z YeBoy371 5561 284928 wikitext text/x-wiki $1 (유형) : 바이트는 8진수이기 때문입니다. tnahrkju0v46bw1fizksfth3ysr3isq Translations:Wikifunctions:Reserved ZIDs/93/ko 1198 8350 284930 30265 2026-06-21T04:26:26Z YeBoy371 5561 284930 wikitext text/x-wiki $1 (유형): 정확히 Z80/바이트가 아니라 Z6/문자열과 비슷하기 때문입니다. dqepw4qrit53e74bm6w5pk3ozcf1aef Translations:Wikifunctions:Reserved ZIDs/96/ko 1198 8363 284935 30298 2026-06-21T04:27:05Z YeBoy371 5561 284935 wikitext text/x-wiki Z3/키 dxsda9tcmxrjg3vrbln3jkwgc9fqv7g Wikifunctions:Introduction/ko 4 29622 284961 254762 2026-06-21T04:32:12Z YeBoy371 5561 284961 wikitext text/x-wiki <languages/> <div lang="en" dir="ltr" class="mw-content-ltr"> Functions make calculations on the data you provide. </div> 위키함수는 누구나 함수를 만들어 다른 사람들이 사용, 수정, 테스트하고 배울 수 있도록 공유할 수 있도록 하는 오픈소스 프로젝트입니다. 다음 사용 설명서를 참고하여 위키함수의 기본 함수를 사용해 보세요. 여러분의 [[Special:MyLanguage/Wikifunctions:Report a technical problem|피드백]]과 기여를 기대하고 있습니다! <span id="Evaluate_a_Function"></span> == 함수 평가 == 커뮤니티가 제공한 함수를 위키함수에서 직접 사용해 보세요! ''[[Wikifunctions:Main Page#Functions to try out|함수 라이브러리]]''에서 하나를 선택하여 입력 값을 입력하면 출력을 찾을 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 입력 값을 입력하세요. #:[[File:Wikifunctions function page with evaluation input filled.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수를 실행하세요. #:[[File:Wikifunctions function page with evaluation result.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 예상했던 결과가 나왔나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <div lang="en" dir="ltr" class="mw-content-ltr"> == Share a Function call == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> After you run a function, use the 'Copy result link' button beneath the result panel to copy a shareable URL. When someone opens that link, Wikifunctions preloads the same function call and runs it automatically, so they see the inputs and result exactly as you did. This is a quick way to demonstrate reproducible examples or ask others for help with a specific function input/output. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> '''Steps (continue from "Evaluate a Function"):''' </div> # <span lang="en" dir="ltr" class="mw-content-ltr">After the result loads, click 'Copy result link' under the result panel.</span> #:[[File:Wikifunctions-copy-result-link.png|border|alt=Share a function call feature in Wikifunctions screenshot|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Share the [https://www.wikifunctions.org/wiki/Z10000?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z10000%22%2C%22Z10000K1%22%3A%22Hello%2C+%22%2C%22Z10000K2%22%3A%22World%21%22%7D URL] with others!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> ''Note:'' ''the shared link preloads your exact inputs and runs them again, so recipients see the same result unless the underlying implementation has changed since you generated the link.'' </div> <span id="Create_a_Function"></span> == 함수 만들기 == 당신은 자신의 함수를 위키함수에 추가할 수 있습니다! 자신의 구현에서 사용할 수 있는 새로운 함수를 만들고 다른 사람들도 이 함수를 사용할 수 있도록 하세요. 새로운 함수는 [[Special:MyLanguage/Wikifunctions:FAQ#Which programming languages does Wikifunctions currently support? Which programming languages will be supported in the future?|원하는 언어]]로 작성할 수 있습니다. '''단계:''' # ''[{{MediaWiki:Createfunction-url}} 함수 생성 문서]''로 이동하세요. #:[[File:Wikifunctions create a new function page 01.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 이름을 입력하세요. #:[[File:Wikifunctions create a new function page with name filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수의 입력 값을 정의하세요: ## 입력 필드를 추가/제거하세요. ## 각 입력 유형을 정의하세요. ## 각 입력 이름을 입력하세요. #:[[File:Wikifunctions create a new function page with input type and label filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 출력 유형을 정의하세요. #:[[File:Wikifunctions create a new function page with output type filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 필요에 따라 다음 필드에 다국어 값을 제공합니다: #* 함수 이름, 함수 다른 이름, 입력 레이블 #:[[File:Wikifunctions create a new function page with labels in another language.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수를 게시하세요. #:[[File:Wikifunctions create a new function page publish button.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 함수가 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Edit_a_Function"></span> == 함수 편집 == 위키함수 라이브러리를 편집함으로써 위키함수에 기여할 수 있습니다. 함수에 다국어 정보를 추가하거나 편집하여 함수의 정의를 확장하고 변경할 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 해당 함수의 편집 옵션을 보려면 소스 편집을 클릭하세요. #:[[File:Edit function that converts a roman numeral to its decimal form.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 필요에 따라 다음 값을 변경할 수 있습니다: ## 함수 이름, ## 함수 다른 이름 ## 입력 목록 ### 입력 필드 추가/제거 ### 입력 유형 편집 ### 입력 레이블 편집 ## 출력 유형. # 필요에 따라 다음 필드에 다국어 값을 제공합니다: ## 함수 이름 ## 함수 다른 이름 ## 입력 레이블. # 업데이트를 게시하세요. '''결과:''' # 편집한 내용이 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Create_tests"></span> == 테스트 만들기 == 위키함수에서 함수 구현을 위한 테스트를 생성하여 제대로 작동하는지 확인할 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]'' 또는 이전 워크플로에서 생성한 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 테스트 테이블에서 "+" 링크를 클릭하세요. #:[[File:Details view of a function that turns a roman numeral into its decimal form.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span class="mw-translate-fuzzy">"Call" 아래에 있는 "$select_function"을 클릭하세요.</span> ## "함수" 아래 칸에서 테스트할 함수 이름을 입력하고, 표시된 함수를 선택하세요. ## 각 필드에 입력 값을 추가하세요. #:[[File:Add call to function test on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">The "Result Validation" section should automatically be expanded.</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">In the field under "Function", type in the name of the function you want to use to check the result.</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">For a function whose output is String, this will be "String equality", for a function whose output is Boolean, this will be "Boolean equality".</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">Add the expected value in the given field (either "Second String" or "Second Boolean").</span> #:[[File:Create a new test on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 업데이트를 게시하세요. '''결과:''' # 테스트가 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Create_an_implementation"></span> == 구현 만들기 == <div lang="en" dir="ltr" class="mw-content-ltr"> Functions are brought to life in implementations created to suit your needs. Run, remix, and combine functions via implementations in Wikifunctions. See the section below to learn how to [[#Connect an Implementation or Test to a Function|connect your implementation to functions]]. We recommend [[#Create tests|creating and connecting a test]] before creating an implementation. A more comprehensive guide to creating implementations is available at {{ll|Wikifunctions:How to create implementations}}. </div> '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 구현 테이블에서 "+" 링크를 클릭하세요. # 아래 두 가지 중 하나의 방법으로 새 구현을 만들 수 있습니다: ## '''코드''' ##* <span lang="en" dir="ltr" class="mw-content-ltr">Select the required programming language to write the function code.</span> ##* <span lang="en" dir="ltr" class="mw-content-ltr">Input your code.</span> ## '''구성''': ##* <span lang="en" dir="ltr" class="mw-content-ltr">Create a composition using existing functions.</span> #:[[File:Create a new implementation on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Publish your updates (after running a test by clicking the round arrow on the right of the box titled {{int|wikilambda-function-test-cases-table-header}}).</span> '''결과:''' # 구현이 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Connect_an_Implementation_or_Test_to_a_Function"></span> == 구현 또는 테스트를 함수에 연결 == :''참고: 해당 함수는 [[Special:MyLanguage/Wikifunctions:Functioneers|함수 편집자]]만 사용 가능합니다.'' 테스트와 구현을 함수에 연결하여 실제 구현을 확인하세요. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 하나 이상의 테스트 또는 구현을 선택하세요. #:[[File:A function detail page with with inactive implementations and tests selected.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # "{{int|wikilambda-function-details-table-approve}}" 버튼을 클릭하세요. '''결과:''' # {{int|wikilambda-function-tester-state-approved}}/{{int|wikilambda-function-tester-state-deactivated}}이(가) 성공적으로 변경되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Insert_a_Function_in_a_Wikipedia_article"></span> == 위키백과 문서에 함수 만들기 == 이제 위키백과 문서에 함수를 생성하고 마법이 펼쳐지는 것을 볼 차례입니다. '''단계:''' # 함수를 추가하려는 문서를 찾으세요. #:[[File:How to insert a function 01.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 편집 탭으로 이동하여 시각적 편집기를 여세요. #:[[File:How to insert a function 02.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Click on the “Insert” menu at the top of the visual editor. Scroll down and click on “Function”. A dialog box will open.</span> #:[[File:How to insert a function 03.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Search for the function you want to insert and click on it. Or, try one of the Suggested Functions below the search bar.</span> #:[[File:How to insert a function 04.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Enter the necessary inputs and click on the “Insert” button at the top right to insert the function into the article.</span> #:[[File:How to insert a function 05.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">You can now see the output of your function in the article. You can proceed to publish the changes.</span> #:[[File:How to insert a function 06.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">If you want to edit the function, click on it. A tooltip will appear with the function name and description. Click on the “Edit” button.</span> #:[[File:How to insert a function 07.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Then you can make changes to the inputs and click on “Apply changes” when you are done editing.</span> #:[[File:How to insert a function 08.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 예상했던 결과가 나왔나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? [[Category:Introduction| {{#translation:}}]] jzm2y3tthm8dk5tjysrw4d5j0n4hs8w 284963 284961 2026-06-21T04:33:22Z YeBoy371 5561 Created page with "함수는 사용자가 설정한 데이터를 기반으로 계산합니다." 284963 wikitext text/x-wiki <languages/> 함수는 사용자가 설정한 데이터를 기반으로 계산합니다. 위키함수는 누구나 함수를 만들어 다른 사람들이 사용, 수정, 테스트하고 배울 수 있도록 공유할 수 있도록 하는 오픈소스 프로젝트입니다. 다음 사용 설명서를 참고하여 위키함수의 기본 함수를 사용해 보세요. 여러분의 [[Special:MyLanguage/Wikifunctions:Report a technical problem|피드백]]과 기여를 기대하고 있습니다! <span id="Evaluate_a_Function"></span> == 함수 평가 == 커뮤니티가 제공한 함수를 위키함수에서 직접 사용해 보세요! ''[[Wikifunctions:Main Page#Functions to try out|함수 라이브러리]]''에서 하나를 선택하여 입력 값을 입력하면 출력을 찾을 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 입력 값을 입력하세요. #:[[File:Wikifunctions function page with evaluation input filled.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수를 실행하세요. #:[[File:Wikifunctions function page with evaluation result.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 예상했던 결과가 나왔나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <div lang="en" dir="ltr" class="mw-content-ltr"> == Share a Function call == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> After you run a function, use the 'Copy result link' button beneath the result panel to copy a shareable URL. When someone opens that link, Wikifunctions preloads the same function call and runs it automatically, so they see the inputs and result exactly as you did. This is a quick way to demonstrate reproducible examples or ask others for help with a specific function input/output. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> '''Steps (continue from "Evaluate a Function"):''' </div> # <span lang="en" dir="ltr" class="mw-content-ltr">After the result loads, click 'Copy result link' under the result panel.</span> #:[[File:Wikifunctions-copy-result-link.png|border|alt=Share a function call feature in Wikifunctions screenshot|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Share the [https://www.wikifunctions.org/wiki/Z10000?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z10000%22%2C%22Z10000K1%22%3A%22Hello%2C+%22%2C%22Z10000K2%22%3A%22World%21%22%7D URL] with others!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> ''Note:'' ''the shared link preloads your exact inputs and runs them again, so recipients see the same result unless the underlying implementation has changed since you generated the link.'' </div> <span id="Create_a_Function"></span> == 함수 만들기 == 당신은 자신의 함수를 위키함수에 추가할 수 있습니다! 자신의 구현에서 사용할 수 있는 새로운 함수를 만들고 다른 사람들도 이 함수를 사용할 수 있도록 하세요. 새로운 함수는 [[Special:MyLanguage/Wikifunctions:FAQ#Which programming languages does Wikifunctions currently support? Which programming languages will be supported in the future?|원하는 언어]]로 작성할 수 있습니다. '''단계:''' # ''[{{MediaWiki:Createfunction-url}} 함수 생성 문서]''로 이동하세요. #:[[File:Wikifunctions create a new function page 01.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 이름을 입력하세요. #:[[File:Wikifunctions create a new function page with name filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수의 입력 값을 정의하세요: ## 입력 필드를 추가/제거하세요. ## 각 입력 유형을 정의하세요. ## 각 입력 이름을 입력하세요. #:[[File:Wikifunctions create a new function page with input type and label filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 출력 유형을 정의하세요. #:[[File:Wikifunctions create a new function page with output type filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 필요에 따라 다음 필드에 다국어 값을 제공합니다: #* 함수 이름, 함수 다른 이름, 입력 레이블 #:[[File:Wikifunctions create a new function page with labels in another language.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수를 게시하세요. #:[[File:Wikifunctions create a new function page publish button.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 함수가 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Edit_a_Function"></span> == 함수 편집 == 위키함수 라이브러리를 편집함으로써 위키함수에 기여할 수 있습니다. 함수에 다국어 정보를 추가하거나 편집하여 함수의 정의를 확장하고 변경할 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 해당 함수의 편집 옵션을 보려면 소스 편집을 클릭하세요. #:[[File:Edit function that converts a roman numeral to its decimal form.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 필요에 따라 다음 값을 변경할 수 있습니다: ## 함수 이름, ## 함수 다른 이름 ## 입력 목록 ### 입력 필드 추가/제거 ### 입력 유형 편집 ### 입력 레이블 편집 ## 출력 유형. # 필요에 따라 다음 필드에 다국어 값을 제공합니다: ## 함수 이름 ## 함수 다른 이름 ## 입력 레이블. # 업데이트를 게시하세요. '''결과:''' # 편집한 내용이 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Create_tests"></span> == 테스트 만들기 == 위키함수에서 함수 구현을 위한 테스트를 생성하여 제대로 작동하는지 확인할 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]'' 또는 이전 워크플로에서 생성한 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 테스트 테이블에서 "+" 링크를 클릭하세요. #:[[File:Details view of a function that turns a roman numeral into its decimal form.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span class="mw-translate-fuzzy">"Call" 아래에 있는 "$select_function"을 클릭하세요.</span> ## "함수" 아래 칸에서 테스트할 함수 이름을 입력하고, 표시된 함수를 선택하세요. ## 각 필드에 입력 값을 추가하세요. #:[[File:Add call to function test on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">The "Result Validation" section should automatically be expanded.</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">In the field under "Function", type in the name of the function you want to use to check the result.</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">For a function whose output is String, this will be "String equality", for a function whose output is Boolean, this will be "Boolean equality".</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">Add the expected value in the given field (either "Second String" or "Second Boolean").</span> #:[[File:Create a new test on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 업데이트를 게시하세요. '''결과:''' # 테스트가 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Create_an_implementation"></span> == 구현 만들기 == <div lang="en" dir="ltr" class="mw-content-ltr"> Functions are brought to life in implementations created to suit your needs. Run, remix, and combine functions via implementations in Wikifunctions. See the section below to learn how to [[#Connect an Implementation or Test to a Function|connect your implementation to functions]]. We recommend [[#Create tests|creating and connecting a test]] before creating an implementation. A more comprehensive guide to creating implementations is available at {{ll|Wikifunctions:How to create implementations}}. </div> '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 구현 테이블에서 "+" 링크를 클릭하세요. # 아래 두 가지 중 하나의 방법으로 새 구현을 만들 수 있습니다: ## '''코드''' ##* <span lang="en" dir="ltr" class="mw-content-ltr">Select the required programming language to write the function code.</span> ##* <span lang="en" dir="ltr" class="mw-content-ltr">Input your code.</span> ## '''구성''': ##* <span lang="en" dir="ltr" class="mw-content-ltr">Create a composition using existing functions.</span> #:[[File:Create a new implementation on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Publish your updates (after running a test by clicking the round arrow on the right of the box titled {{int|wikilambda-function-test-cases-table-header}}).</span> '''결과:''' # 구현이 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Connect_an_Implementation_or_Test_to_a_Function"></span> == 구현 또는 테스트를 함수에 연결 == :''참고: 해당 함수는 [[Special:MyLanguage/Wikifunctions:Functioneers|함수 편집자]]만 사용 가능합니다.'' 테스트와 구현을 함수에 연결하여 실제 구현을 확인하세요. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 하나 이상의 테스트 또는 구현을 선택하세요. #:[[File:A function detail page with with inactive implementations and tests selected.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # "{{int|wikilambda-function-details-table-approve}}" 버튼을 클릭하세요. '''결과:''' # {{int|wikilambda-function-tester-state-approved}}/{{int|wikilambda-function-tester-state-deactivated}}이(가) 성공적으로 변경되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Insert_a_Function_in_a_Wikipedia_article"></span> == 위키백과 문서에 함수 만들기 == 이제 위키백과 문서에 함수를 생성하고 마법이 펼쳐지는 것을 볼 차례입니다. '''단계:''' # 함수를 추가하려는 문서를 찾으세요. #:[[File:How to insert a function 01.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 편집 탭으로 이동하여 시각적 편집기를 여세요. #:[[File:How to insert a function 02.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Click on the “Insert” menu at the top of the visual editor. Scroll down and click on “Function”. A dialog box will open.</span> #:[[File:How to insert a function 03.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Search for the function you want to insert and click on it. Or, try one of the Suggested Functions below the search bar.</span> #:[[File:How to insert a function 04.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Enter the necessary inputs and click on the “Insert” button at the top right to insert the function into the article.</span> #:[[File:How to insert a function 05.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">You can now see the output of your function in the article. You can proceed to publish the changes.</span> #:[[File:How to insert a function 06.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">If you want to edit the function, click on it. A tooltip will appear with the function name and description. Click on the “Edit” button.</span> #:[[File:How to insert a function 07.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Then you can make changes to the inputs and click on “Apply changes” when you are done editing.</span> #:[[File:How to insert a function 08.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 예상했던 결과가 나왔나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? [[Category:Introduction| {{#translation:}}]] owsgdqmx806n22ou27rah484wah4sou 284965 284963 2026-06-21T04:34:33Z YeBoy371 5561 Created page with "코드를 입력하세요." 284965 wikitext text/x-wiki <languages/> 함수는 사용자가 설정한 데이터를 기반으로 계산합니다. 위키함수는 누구나 함수를 만들어 다른 사람들이 사용, 수정, 테스트하고 배울 수 있도록 공유할 수 있도록 하는 오픈소스 프로젝트입니다. 다음 사용 설명서를 참고하여 위키함수의 기본 함수를 사용해 보세요. 여러분의 [[Special:MyLanguage/Wikifunctions:Report a technical problem|피드백]]과 기여를 기대하고 있습니다! <span id="Evaluate_a_Function"></span> == 함수 평가 == 커뮤니티가 제공한 함수를 위키함수에서 직접 사용해 보세요! ''[[Wikifunctions:Main Page#Functions to try out|함수 라이브러리]]''에서 하나를 선택하여 입력 값을 입력하면 출력을 찾을 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 입력 값을 입력하세요. #:[[File:Wikifunctions function page with evaluation input filled.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수를 실행하세요. #:[[File:Wikifunctions function page with evaluation result.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 예상했던 결과가 나왔나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <div lang="en" dir="ltr" class="mw-content-ltr"> == Share a Function call == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> After you run a function, use the 'Copy result link' button beneath the result panel to copy a shareable URL. When someone opens that link, Wikifunctions preloads the same function call and runs it automatically, so they see the inputs and result exactly as you did. This is a quick way to demonstrate reproducible examples or ask others for help with a specific function input/output. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> '''Steps (continue from "Evaluate a Function"):''' </div> # <span lang="en" dir="ltr" class="mw-content-ltr">After the result loads, click 'Copy result link' under the result panel.</span> #:[[File:Wikifunctions-copy-result-link.png|border|alt=Share a function call feature in Wikifunctions screenshot|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Share the [https://www.wikifunctions.org/wiki/Z10000?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z10000%22%2C%22Z10000K1%22%3A%22Hello%2C+%22%2C%22Z10000K2%22%3A%22World%21%22%7D URL] with others!</span> <div lang="en" dir="ltr" class="mw-content-ltr"> ''Note:'' ''the shared link preloads your exact inputs and runs them again, so recipients see the same result unless the underlying implementation has changed since you generated the link.'' </div> <span id="Create_a_Function"></span> == 함수 만들기 == 당신은 자신의 함수를 위키함수에 추가할 수 있습니다! 자신의 구현에서 사용할 수 있는 새로운 함수를 만들고 다른 사람들도 이 함수를 사용할 수 있도록 하세요. 새로운 함수는 [[Special:MyLanguage/Wikifunctions:FAQ#Which programming languages does Wikifunctions currently support? Which programming languages will be supported in the future?|원하는 언어]]로 작성할 수 있습니다. '''단계:''' # ''[{{MediaWiki:Createfunction-url}} 함수 생성 문서]''로 이동하세요. #:[[File:Wikifunctions create a new function page 01.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 이름을 입력하세요. #:[[File:Wikifunctions create a new function page with name filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수의 입력 값을 정의하세요: ## 입력 필드를 추가/제거하세요. ## 각 입력 유형을 정의하세요. ## 각 입력 이름을 입력하세요. #:[[File:Wikifunctions create a new function page with input type and label filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 출력 유형을 정의하세요. #:[[File:Wikifunctions create a new function page with output type filled in.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 필요에 따라 다음 필드에 다국어 값을 제공합니다: #* 함수 이름, 함수 다른 이름, 입력 레이블 #:[[File:Wikifunctions create a new function page with labels in another language.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수를 게시하세요. #:[[File:Wikifunctions create a new function page publish button.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 함수가 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Edit_a_Function"></span> == 함수 편집 == 위키함수 라이브러리를 편집함으로써 위키함수에 기여할 수 있습니다. 함수에 다국어 정보를 추가하거나 편집하여 함수의 정의를 확장하고 변경할 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 해당 함수의 편집 옵션을 보려면 소스 편집을 클릭하세요. #:[[File:Edit function that converts a roman numeral to its decimal form.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 필요에 따라 다음 값을 변경할 수 있습니다: ## 함수 이름, ## 함수 다른 이름 ## 입력 목록 ### 입력 필드 추가/제거 ### 입력 유형 편집 ### 입력 레이블 편집 ## 출력 유형. # 필요에 따라 다음 필드에 다국어 값을 제공합니다: ## 함수 이름 ## 함수 다른 이름 ## 입력 레이블. # 업데이트를 게시하세요. '''결과:''' # 편집한 내용이 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Create_tests"></span> == 테스트 만들기 == 위키함수에서 함수 구현을 위한 테스트를 생성하여 제대로 작동하는지 확인할 수 있습니다. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]'' 또는 이전 워크플로에서 생성한 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 테스트 테이블에서 "+" 링크를 클릭하세요. #:[[File:Details view of a function that turns a roman numeral into its decimal form.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span class="mw-translate-fuzzy">"Call" 아래에 있는 "$select_function"을 클릭하세요.</span> ## "함수" 아래 칸에서 테스트할 함수 이름을 입력하고, 표시된 함수를 선택하세요. ## 각 필드에 입력 값을 추가하세요. #:[[File:Add call to function test on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">The "Result Validation" section should automatically be expanded.</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">In the field under "Function", type in the name of the function you want to use to check the result.</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">For a function whose output is String, this will be "String equality", for a function whose output is Boolean, this will be "Boolean equality".</span> ## <span lang="en" dir="ltr" class="mw-content-ltr">Add the expected value in the given field (either "Second String" or "Second Boolean").</span> #:[[File:Create a new test on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 업데이트를 게시하세요. '''결과:''' # 테스트가 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Create_an_implementation"></span> == 구현 만들기 == <div lang="en" dir="ltr" class="mw-content-ltr"> Functions are brought to life in implementations created to suit your needs. Run, remix, and combine functions via implementations in Wikifunctions. See the section below to learn how to [[#Connect an Implementation or Test to a Function|connect your implementation to functions]]. We recommend [[#Create tests|creating and connecting a test]] before creating an implementation. A more comprehensive guide to creating implementations is available at {{ll|Wikifunctions:How to create implementations}}. </div> '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 구현 테이블에서 "+" 링크를 클릭하세요. # 아래 두 가지 중 하나의 방법으로 새 구현을 만들 수 있습니다: ## '''코드''' ##* <span lang="en" dir="ltr" class="mw-content-ltr">Select the required programming language to write the function code.</span> ##* 코드를 입력하세요. ## '''구성''': ##* <span lang="en" dir="ltr" class="mw-content-ltr">Create a composition using existing functions.</span> #:[[File:Create a new implementation on Wikifunctions.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Publish your updates (after running a test by clicking the round arrow on the right of the box titled {{int|wikilambda-function-test-cases-table-header}}).</span> '''결과:''' # 구현이 성공적으로 게시되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Connect_an_Implementation_or_Test_to_a_Function"></span> == 구현 또는 테스트를 함수에 연결 == :''참고: 해당 함수는 [[Special:MyLanguage/Wikifunctions:Functioneers|함수 편집자]]만 사용 가능합니다.'' 테스트와 구현을 함수에 연결하여 실제 구현을 확인하세요. '''단계:''' # ''[[Wikifunctions:Main Page|대문]]''에서 함수를 찾으세요. #:[[File:Wikifunctions main page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 함수 문서로 이동하세요. #:[[File:Wikifunctions function page.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 하나 이상의 테스트 또는 구현을 선택하세요. #:[[File:A function detail page with with inactive implementations and tests selected.jpg|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # "{{int|wikilambda-function-details-table-approve}}" 버튼을 클릭하세요. '''결과:''' # {{int|wikilambda-function-tester-state-approved}}/{{int|wikilambda-function-tester-state-deactivated}}이(가) 성공적으로 변경되었나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? <span id="Insert_a_Function_in_a_Wikipedia_article"></span> == 위키백과 문서에 함수 만들기 == 이제 위키백과 문서에 함수를 생성하고 마법이 펼쳐지는 것을 볼 차례입니다. '''단계:''' # 함수를 추가하려는 문서를 찾으세요. #:[[File:How to insert a function 01.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # 편집 탭으로 이동하여 시각적 편집기를 여세요. #:[[File:How to insert a function 02.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Click on the “Insert” menu at the top of the visual editor. Scroll down and click on “Function”. A dialog box will open.</span> #:[[File:How to insert a function 03.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Search for the function you want to insert and click on it. Or, try one of the Suggested Functions below the search bar.</span> #:[[File:How to insert a function 04.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Enter the necessary inputs and click on the “Insert” button at the top right to insert the function into the article.</span> #:[[File:How to insert a function 05.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">You can now see the output of your function in the article. You can proceed to publish the changes.</span> #:[[File:How to insert a function 06.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">If you want to edit the function, click on it. A tooltip will appear with the function name and description. Click on the “Edit” button.</span> #:[[File:How to insert a function 07.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> # <span lang="en" dir="ltr" class="mw-content-ltr">Then you can make changes to the inputs and click on “Apply changes” when you are done editing.</span> #:[[File:How to insert a function 08.png|border|{{#ifeq:{{#dir:{{PAGELANGUAGE}}}}|rtl|right|left}}|300px]]<div style="clear:both;"></div> '''결과:''' # 예상했던 결과가 나왔나요? # [[Special:MyLanguage/Wikifunctions:Report a technical problem|''보고서'']]에 대한 수정 사항이나 피드백이 있습니까? [[Category:Introduction| {{#translation:}}]] p43e9k2ksaqvsu9irwj7o9l1ky6ypp0 Z18092 0 34453 284801 271459 2026-06-20T17:27:45Z TheRaknok 90226 Added desc 284801 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z18092" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z18092K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "eriri: Ụdọ" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stringa" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Zeichenkette" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z18093" ], "Z8K4": [ "Z14", "Z25752", "Z25753", "Z18094" ], "Z8K5": "Z18092" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "replace suffix \"a\" with \"ors\"" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "dochie nsonaazụ \"a\" na \"ors\"" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "remplace le suffixe « a » par « ors »" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "sostituisci suffisso \"a\" con \"ors\"" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "ersetze Suffix \"a\" durch \"ors\"" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "E.g. gata -\u003E gators" } ] } } cx4xjdr3d0v8umy5eqnksbdo8o2s9wu 284807 284801 2026-06-20T17:49:51Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 284807 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z18092" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z18092K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "eriri: Ụdọ" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stringa" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "Zeichenkette" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z18093" ], "Z8K4": [ "Z14", "Z25753", "Z25752", "Z18094" ], "Z8K5": "Z18092" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "replace suffix \"a\" with \"ors\"" }, { "Z1K1": "Z11", "Z11K1": "Z1014", "Z11K2": "dochie nsonaazụ \"a\" na \"ors\"" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "remplace le suffixe « a » par « ors »" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "sostituisci suffisso \"a\" con \"ors\"" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "ersetze Suffix \"a\" durch \"ors\"" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "E.g. gata -\u003E gators" } ] } } glfsoslwlqqm0xky16crbfkkgmwh1wn Translations:Wikifunctions:Reserved ZIDs/215/ko 1198 39248 284940 128216 2026-06-21T04:27:46Z YeBoy371 5561 284940 wikitext text/x-wiki ''위키데이터 및 기타 위키미디어 소스 가져오기 및 사용을 위한 유형, 함수 ''등'''' 3yw1iyxizlrgyeylb3go22kyqt30ngm Wikifunctions:Catalogue/Natural language operations/Global language functions 4 41926 284989 278480 2026-06-21T11:09:29Z Denny 81 284989 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == * {{Z+|Z36607}} [[Category:Lists of functions]] svxatxy02w5lwd919fg3cbxxt3ncrrb 284990 284989 2026-06-21T11:15:08Z Denny 81 /* Syntactic tables */ 284990 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == Regarding the Type {{Z+|Z36462}} * Create a table * Get language of a table * Is of language? * Get part of speech of a table * Is part of speech? * Get inherent features * Has a specific feature * Which one of these features is inherent * Get options * Has more than one option? * Agree options === Language-specific === These should probably move or be copied on the language specific functions. * {{Z+|Z36607}} [[Category:Lists of functions]] rqm81i3fktuti1zowvqxmmixz9xyawv 284992 284990 2026-06-21T11:16:34Z Denny 81 /* Syntactic tables */ 284992 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == Regarding the Type {{Z+|Z36462}} * {{Z+|Z36608}} * Get language of a table * Is of language? * Get part of speech of a table * Is part of speech? * Get inherent features * Has a specific feature * Which one of these features is inherent * Get options * Has more than one option? * Agree options === Language-specific === These should probably move or be copied on the language specific functions. * {{Z+|Z36607}} [[Category:Lists of functions]] jp8dfpdivm745q1fnw9jnwvc2psfzdq 284994 284992 2026-06-21T11:17:12Z Denny 81 /* Syntactic tables */ 284994 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == Regarding the Type {{Z+|Z36462}} * {{Z+|Z36608}} * Syntactic table equality * Get language of a table * Is of language? * Get part of speech of a table * Is part of speech? * Get inherent features * Has a specific feature * Which one of these features is inherent * Get options * Has more than one option? * Agree options === Language-specific === These should probably move or be copied on the language specific functions. * {{Z+|Z36607}} [[Category:Lists of functions]] lu8gz4byfv46k1x3cjj5l9y0ub2qtqr 285002 284994 2026-06-21T11:21:25Z Denny 81 /* Syntactic tables */ 285002 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == Regarding the Type {{Z+|Z36462}} * {{Z+|Z36608}} * Syntactic table equality * {{Z+|Z36613}} * Is of language? * Get part of speech of a table * Is part of speech? * Get inherent features * Has a specific feature * Which one of these features is inherent * Get options * Has more than one option? * Agree options === Language-specific === These should probably move or be copied on the language specific functions. * {{Z+|Z36607}} [[Category:Lists of functions]] 5fc0tpeg1491j0zsb3t6obotz1j1zs8 285009 285002 2026-06-21T11:29:22Z Denny 81 /* Language-specific */ 285009 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == Regarding the Type {{Z+|Z36462}} * {{Z+|Z36608}} * Syntactic table equality * {{Z+|Z36613}} * Is of language? * Get part of speech of a table * Is part of speech? * Get inherent features * Has a specific feature * Which one of these features is inherent * Get options * Has more than one option? * Agree options === Language-specific === These should probably move or be copied on the language specific functions. * Example noun: {{Z|Z36617}} * {{Z+|Z36607}} [[Category:Lists of functions]] gmb8sigjeiqzcoyg7cjcpukfnnpcbkq 285019 285009 2026-06-21T11:32:28Z Denny 81 /* Syntactic tables */ 285019 wikitext text/x-wiki See also the [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]], particularly for Lexemes, Senses, and Forms. == Sentence and fragment generation == {{main|WF:NLG functions}} {{see also|WF:Abstract Wikipedia/2025 fragment experiments}} * {{Z+|Z26039}} * {{Z+|Z26095}} * {{Z+|Z26627}} * {{Z+|Z28797}} * {{Z+|Z28803}} * {{Z+|Z29743}} * {{Z+|Z31405}} * {{Z+|Z32321}} * {{Z+|Z32208}} ** {{Z+|Z32204}} * {{Z+|Z32229}} * {{Z+|Z32283}} ** {{Z+|Z32308}} * {{Z+|Z32276}} * {{Z+|Z32297}} * {{Z+|Z32326}} === Cross-lingual sentence creation === * {{Z+|Z22664}} * {{Z+|Z26955}} * {{Z+|Z27137}} * {{Z+|Z27885}} ** {{Z+|Z30159}} * {{Z+|Z28254}} === Helpers === ;Genders * {{z+|Z26676}} * {{z+|Z30539}} * {{z+|Z28089}} * {{z+|Z26745}} * {{z+|Z23067}} * {{z+|Z26364}} * {{z+|Z25754}} * {{z+|Z20616}} == Numbers == * {{Z+|Z16437}} * {{Z+|Z26829}} == Natural language == {{Help:Type deconstruction table/Natural language}} * {{Z+|Z860}} * {{Z+|Z29958}} ** {{Z+|Z29649}} * {{Z+|Z14326}} * {{Z+|Z14321}} ** {{Z+|Z29750}} * {{Z+|Z24097}} * {{Z+|Z28282}} * {{Z+|Z33738}} * {{Z+|Z29654}} * {{Z+|Z30043}} == Monolingual text and stringset == {{Help:Type deconstruction table/Monolingual text}} {{Help:Type deconstruction table/Monolingual stringset}} * {{Z+|Z14392}} * {{Z+|Z12877}} ** {{Z+|Z33175}} ** {{Z+|Z14334}} * {{Z+|Z14396}} ** {{Z+|Z21583}} ** {{Z+|Z29749}} * {{Z+|Z19254}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z26107}} ** {{Z+|Z861}} * {{Z+|Z34663}} == Multilingual text and stringset == {{Help:Type deconstruction table/Multilingual text}} {{Help:Type deconstruction table/Multilingual stringset}} * {{Z+|Z19312}} * {{Z+|Z19254}} * {{Z+|Z19272}} * {{Z+|Z19279}} * {{Z+|Z23236}} * {{Z+|Z27893}} ** {{Z+|Z27905}} == Select a language and language configurator == {{Help:Type deconstruction table/Per lang config}} {{Help:Type deconstruction table/Per lang config branch}} * {{Z+|Z14310}} * {{Z+|Z14311}} * {{Z+|Z14548}} * {{Z+|Z23156}} * {{Z+|Z23159}} * {{Z+|Z23143}} == Syntactic tables == Regarding the Type {{Z+|Z36462}} * {{Z+|Z36608}} * Syntactic table equality * {{Z+|Z36613}} * {{Z+|Z36616}} * Get part of speech of a table * Is part of speech? * Get inherent features * Has a specific feature * Which one of these features is inherent * Get options * Has more than one option? * Agree options === Language-specific === These should probably move or be copied on the language specific functions. * Example noun: {{Z|Z36617}} * {{Z+|Z36607}} [[Category:Lists of functions]] 4f7r2s9inmakixn3s9j96jf3fl66faq Wikifunctions:Catalogue/Functional operations 4 41963 284832 278672 2026-06-21T02:41:06Z YoshiRulz 10156 /* Function application */ Add n-ary map tables 284832 wikitext text/x-wiki ''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356] == Object structure == {{Help:Type deconstruction table/Function}} * {{Z+|Z28231}} * {{Z+|Z21177}} ** {{Z+|Z28222}} ** {{Z+|Z21172}} ** {{Z+|Z28227}} ** {{Z+|Z28243}} ** {{Z+|Z29484}} * {{Z+|Z10112}} * {{Z+|Z23393}} * {{Z+|Z23397}} ===Test cases=== {{Help:Type deconstruction table/Test case}} * {{Z+|Z21182}} * {{Z+|Z21180}} ===Implementations=== {{Help:Type deconstruction table/Implementation}} {{Help:Type deconstruction table/Code}} == Function application == * {{Z+|Z873}} * {{Z+|Z13036}} ** {{Z+|Z27006}} ** {{Z+|Z27143}} ** {{Z+|Z28249}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}} {{n-ary map function visualisation|1}} |} * {{Z+|Z13318}} ** {{Z+|Z28236}} ** {{Z+|Z13436}} ** {{Z+|Z13464}} ** {{Z+|Z14779}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}} {{n-ary map function visualisation|1|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}} {{n-ary map function visualisation|1|3}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}} {{n-ary map function visualisation|3|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}} {{n-ary map function visualisation|3|3}} |} * {{Z+|Z21216}} ** {{Z+|Z32695}} ** {{Z+|Z31262}} ** {{Z+|Z29370}} ** {{Z+|Z31095}} ** {{Z+|Z29787}} ** {{Z+|Z31098}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}} {{n-ary map function visualisation|1|1|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}} {{n-ary map function visualisation|3|1|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}} {{n-ary map function visualisation|1|3|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}} {{n-ary map function visualisation|1|1|3}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}} {{n-ary map function visualisation|3|3|1}} |- ! style="text-align: end;" | &mdash; | &mdash; |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}} {{n-ary map function visualisation|1|3|3}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}} {{n-ary map function visualisation|3|3|3}} |} * {{Z+|Z30438}} * {{Z+|Z22074}} ** {{Z+|Z29390}} * {{Z+|Z17352}} * {{Z+|Z17355}} * {{Z+|Z21402}} * {{Z+|Z30009}} * {{Z+|Z13351}} * {{Z+|Z29286}} * {{Z+|Z29324}} ** {{Z+|Z29368}} == Comparisons requiring function arguments == * {{Z+|Z889}} * {{Z+|Z18646}} * {{Z+|Z23100}} * {{Z+|Z23356}} * {{Z+|Z23360}} * {{Z+|Z27622}} == Others == * {{Z+|Z32864}} * {{Z+|Z12875}} * {{Z+|Z10249}} * {{Z+|Z17958}} * {{Z+|Z26394}} ===Search for=== [[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]] * {{Z+|Z22849}} * {{Z+|Z22973}} * {{Z+|Z23211}} * {{Z+|Z23072}} [[Category:Lists of functions]] 71csmj1i79o1laojexsuh76vzyv4emh 284853 284832 2026-06-21T02:59:33Z YoshiRulz 10156 /* Function application */ Add the missing apply3 284853 wikitext text/x-wiki ''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356] == Object structure == {{Help:Type deconstruction table/Function}} * {{Z+|Z28231}} * {{Z+|Z21177}} ** {{Z+|Z28222}} ** {{Z+|Z21172}} ** {{Z+|Z28227}} ** {{Z+|Z28243}} ** {{Z+|Z29484}} * {{Z+|Z10112}} * {{Z+|Z23393}} * {{Z+|Z23397}} ===Test cases=== {{Help:Type deconstruction table/Test case}} * {{Z+|Z21182}} * {{Z+|Z21180}} ===Implementations=== {{Help:Type deconstruction table/Implementation}} {{Help:Type deconstruction table/Code}} == Function application == * {{Z+|Z873}} * {{Z+|Z13036}} ** {{Z+|Z27006}} ** {{Z+|Z27143}} ** {{Z+|Z28249}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}} {{n-ary map function visualisation|1}} |} * {{Z+|Z13318}} ** {{Z+|Z28236}} ** {{Z+|Z13436}} ** {{Z+|Z13464}} ** {{Z+|Z14779}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}} {{n-ary map function visualisation|1|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}} {{n-ary map function visualisation|1|3}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}} {{n-ary map function visualisation|3|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}} {{n-ary map function visualisation|3|3}} |} * {{Z+|Z21216}} ** {{Z+|Z32695}} ** {{Z+|Z31262}} ** {{Z+|Z29370}} ** {{Z+|Z31095}} ** {{Z+|Z29787}} ** {{Z+|Z31098}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}} {{n-ary map function visualisation|1|1|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}} {{n-ary map function visualisation|3|1|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}} {{n-ary map function visualisation|1|3|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}} {{n-ary map function visualisation|1|1|3}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}} {{n-ary map function visualisation|3|3|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|35421}} {{n-ary map function visualisation|3|1|3}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}} {{n-ary map function visualisation|1|3|3}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}} {{n-ary map function visualisation|3|3|3}} |} * {{Z+|Z30438}} * {{Z+|Z22074}} ** {{Z+|Z29390}} * {{Z+|Z17352}} * {{Z+|Z17355}} * {{Z+|Z21402}} * {{Z+|Z30009}} * {{Z+|Z13351}} * {{Z+|Z29286}} * {{Z+|Z29324}} ** {{Z+|Z29368}} == Comparisons requiring function arguments == * {{Z+|Z889}} * {{Z+|Z18646}} * {{Z+|Z23100}} * {{Z+|Z23356}} * {{Z+|Z23360}} * {{Z+|Z27622}} == Others == * {{Z+|Z32864}} * {{Z+|Z12875}} * {{Z+|Z10249}} * {{Z+|Z17958}} * {{Z+|Z26394}} ===Search for=== [[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]] * {{Z+|Z22849}} * {{Z+|Z22973}} * {{Z+|Z23211}} * {{Z+|Z23072}} [[Category:Lists of functions]] hcy2r4esuq6l0jjd1l8469pwdxx9ie9 284854 284853 2026-06-21T03:00:31Z YoshiRulz 10156 /* Function application */ ...and here 284854 wikitext text/x-wiki ''Note that functions as argument or return types are not fully supported yet.'' See [https://www.wikifunctions.org/w/index.php?title=Wikifunctions%3AProject_chat&diff=84357&oldid=84356] == Object structure == {{Help:Type deconstruction table/Function}} * {{Z+|Z28231}} * {{Z+|Z21177}} ** {{Z+|Z28222}} ** {{Z+|Z21172}} ** {{Z+|Z28227}} ** {{Z+|Z28243}} ** {{Z+|Z29484}} * {{Z+|Z10112}} * {{Z+|Z23393}} * {{Z+|Z23397}} ===Test cases=== {{Help:Type deconstruction table/Test case}} * {{Z+|Z21182}} * {{Z+|Z21180}} ===Implementations=== {{Help:Type deconstruction table/Implementation}} {{Help:Type deconstruction table/Code}} == Function application == * {{Z+|Z873}} * {{Z+|Z13036}} ** {{Z+|Z27006}} ** {{Z+|Z27143}} ** {{Z+|Z28249}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13036}} {{n-ary map function visualisation|1}} |} * {{Z+|Z13318}} ** {{Z+|Z28236}} ** {{Z+|Z13436}} ** {{Z+|Z13464}} ** {{Z+|Z14779}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13318}} {{n-ary map function visualisation|1|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13436}} {{n-ary map function visualisation|1|3}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|13464}} {{n-ary map function visualisation|3|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|14779}} {{n-ary map function visualisation|3|3}} |} * {{Z+|Z21216}} ** {{Z+|Z32695}} ** {{Z+|Z31262}} ** {{Z+|Z29370}} ** {{Z+|Z31095}} ** {{Z+|Z35421}} ** {{Z+|Z29787}} ** {{Z+|Z31098}} {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|21216}} {{n-ary map function visualisation|1|1|1}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|32695}} {{n-ary map function visualisation|3|1|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31262}} {{n-ary map function visualisation|1|3|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29370}} {{n-ary map function visualisation|1|1|3}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31095}} {{n-ary map function visualisation|3|3|1}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|35421}} {{n-ary map function visualisation|3|1|3}} |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|29787}} {{n-ary map function visualisation|1|3|3}} |- ! colspan="2" | |- ! rowspan="2" style="text-align: end; vertical-align: top;" | {{Z|31098}} {{n-ary map function visualisation|3|3|3}} |} * {{Z+|Z30438}} * {{Z+|Z22074}} ** {{Z+|Z29390}} * {{Z+|Z17352}} * {{Z+|Z17355}} * {{Z+|Z21402}} * {{Z+|Z30009}} * {{Z+|Z13351}} * {{Z+|Z29286}} * {{Z+|Z29324}} ** {{Z+|Z29368}} == Comparisons requiring function arguments == * {{Z+|Z889}} * {{Z+|Z18646}} * {{Z+|Z23100}} * {{Z+|Z23356}} * {{Z+|Z23360}} * {{Z+|Z27622}} == Others == * {{Z+|Z32864}} * {{Z+|Z12875}} * {{Z+|Z10249}} * {{Z+|Z17958}} * {{Z+|Z26394}} ===Search for=== [[Special:Search/: "Z8K2 Z8" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8" OR "Z17K1 Z8" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z8"|Functions expecting or returning an explicit Function object, singly or in a list]] * {{Z+|Z22849}} * {{Z+|Z22973}} * {{Z+|Z23211}} * {{Z+|Z23072}} [[Category:Lists of functions]] exiby8dt5rpjtaa8juscws0v05db7xe Z23330 0 52539 284818 223667 2026-06-20T20:38:59Z GrounderUK 50 Added Z36597 to the approved list of implementations 284818 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z23330" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23330K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "premier rang" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "prima classificazione" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "erster Rang" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23330K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "second rang" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "seconda classificazione" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "zweiter Rang" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z23331", "Z23332", "Z23333", "Z23334", "Z23335", "Z23336" ], "Z8K4": [ "Z14", "Z23337", "Z36597" ], "Z8K5": "Z23330" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "equal Wikidata statement rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "est-ce le même rang de déclaration Wikidata ?" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stessa classificazione di dichiarazione Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleicher Wikidata-Aussagenrang" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "same Wikidata statement rank", "same rank", "same statement rank", "equal rank", "equal statement rank", "equality of Wikidata statement ranks", "equality of statement ranks" ] }, { "Z1K1": "Z31", "Z31K1": "Z1787", "Z31K2": [ "Z6", "classificazioni di dichiarazione Wikidata uguali", "uguaglianza tra classificazioni di dichiarazioni Wikidata" ] }, { "Z1K1": "Z31", "Z31K1": "Z1430", "Z31K2": [ "Z6", "gleicher Rang", "gleicher Aussagerang", "Gleichheit von Aussagerängen", "Gleichheit von Wikidata-Aussagerängen" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "renvoie \"vrai\" si les deux rangs donnés sont identiques, sinon \"faux\"" } ] } } ns37ktqpuydlmjg1dknlkhh2jcod13z 284819 284818 2026-06-20T20:41:20Z GrounderUK 50 [[Z1002]] 284819 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z23330" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23330K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "premier rang" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "prima classificazione" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "erster Rang" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23330K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "second rang" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "seconda classificazione" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "zweiter Rang" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z23331", "Z23332", "Z23333", "Z23334", "Z23335", "Z23336" ], "Z8K4": [ "Z14", "Z23337", "Z36597" ], "Z8K5": "Z23330" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "equal Wikidata statement rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "est-ce le même rang de déclaration Wikidata ?" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stessa classificazione di dichiarazione Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleicher Wikidata-Aussagenrang" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "same Wikidata statement rank", "same rank", "same statement rank", "equal rank", "equal statement rank", "equality of Wikidata statement ranks", "equality of statement ranks", "==Z6040" ] }, { "Z1K1": "Z31", "Z31K1": "Z1787", "Z31K2": [ "Z6", "classificazioni di dichiarazione Wikidata uguali", "uguaglianza tra classificazioni di dichiarazioni Wikidata" ] }, { "Z1K1": "Z31", "Z31K1": "Z1430", "Z31K2": [ "Z6", "gleicher Rang", "gleicher Aussagerang", "Gleichheit von Aussagerängen", "Gleichheit von Wikidata-Aussagerängen" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "renvoie \"vrai\" si les deux rangs donnés sont identiques, sinon \"faux\"" } ] } } cjlz1fslr05792mq11uzbed4lzklrg2 284820 284819 2026-06-20T20:41:24Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 284820 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z23330" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23330K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "premier rang" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "prima classificazione" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "erster Rang" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23330K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "second rang" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "seconda classificazione" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "zweiter Rang" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z23331", "Z23332", "Z23333", "Z23334", "Z23335", "Z23336" ], "Z8K4": [ "Z14", "Z36597", "Z23337" ], "Z8K5": "Z23330" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "equal Wikidata statement rank" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "est-ce le même rang de déclaration Wikidata ?" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "stessa classificazione di dichiarazione Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1430", "Z11K2": "gleicher Wikidata-Aussagenrang" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "same Wikidata statement rank", "same rank", "same statement rank", "equal rank", "equal statement rank", "equality of Wikidata statement ranks", "equality of statement ranks", "==Z6040" ] }, { "Z1K1": "Z31", "Z31K1": "Z1787", "Z31K2": [ "Z6", "classificazioni di dichiarazione Wikidata uguali", "uguaglianza tra classificazioni di dichiarazioni Wikidata" ] }, { "Z1K1": "Z31", "Z31K1": "Z1430", "Z31K2": [ "Z6", "gleicher Rang", "gleicher Aussagerang", "Gleichheit von Aussagerängen", "Gleichheit von Wikidata-Aussagerängen" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "renvoie \"vrai\" si les deux rangs donnés sont identiques, sinon \"faux\"" } ] } } 8ch6kh8y0yhi692o29lp8c6umbio9ng Z23494 0 52920 284822 230730 2026-06-20T20:57:34Z GrounderUK 50 Added Z36598 to the approved list of implementations 284822 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z23494" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23494K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "rank" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z23496", "Z23497", "Z23498" ], "Z8K4": [ "Z14", "Z23495", "Z36598" ], "Z8K5": "Z23494" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "is Wikidata statement rank undeprecated?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "statement rank not deprecated", "statement rank normal or preferrred", "statement rank undeprecated" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns true iff the rank is either normal or preferred" } ] } } gcqmgq4uesndfr83tq25mgaz1b2zuhl 284823 284822 2026-06-20T21:00:00Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 284823 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z23494" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6040", "Z17K2": "Z23494K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "rank" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z23496", "Z23497", "Z23498" ], "Z8K4": [ "Z14", "Z36598", "Z23495" ], "Z8K5": "Z23494" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "is Wikidata statement rank undeprecated?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "statement rank not deprecated", "statement rank normal or preferrred", "statement rank undeprecated" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns true iff the rank is either normal or preferred" } ] } } cmpbw8lh76v8i9wif4e8dfw2p184346 Z23504 0 52930 284824 175192 2026-06-20T21:20:05Z GrounderUK 50 🔀[[Z29294]] 284824 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z23504" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z23502", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z23502", "Z23502K1": [ "Z6003", { "Z1K1": "Z6003", "Z6003K1": { "Z1K1": "Z6091", "Z6091K1": "Q23015723" }, "Z6003K2": { "Z1K1": "Z6092", "Z6092K1": "P496" }, "Z6003K3": "0000-0001-9296-9959", "Z6003K4": "Z6043" }, { "Z1K1": "Z6003", "Z6003K1": { "Z1K1": "Z6091", "Z6091K1": "Q23015723" }, "Z6003K2": { "Z1K1": "Z6092", "Z6092K1": "P496" }, "Z6003K3": "0000-0002-4705-4175", "Z6003K4": "Z6042" } ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z889", "Z889K2": [ "Z1", { "Z1K1": "Z6003", "Z6003K1": { "Z1K1": "Z6091", "Z6091K1": "Q23015723" }, "Z6003K2": { "Z1K1": "Z6092", "Z6092K1": "P496" }, "Z6003K3": "0000-0002-4705-4175", "Z6003K4": "Z6042" } ], "Z889K3": "Z29294" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "undeprecated ORCID statement for Karl Zilles" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } dug3jwpr1htdwww3f4afx3igz3on97n Wikifunctions:Catalogue/ko 4 54365 284970 279084 2026-06-21T04:37:51Z YeBoy371 5561 284970 wikitext text/x-wiki <languages/> 이 문서는 위키함수에서 '''제공되는 예시 함수'''를 정리한 문서입니다. [[Special:ListObjectsByType/Z8|모든 함수 목록]] 또는 {{ll|Wikifunctions:Suggest a function}}도 참고해 주세요. <gallery mode="packed" heights="140" class="skin-invert"> Wikifunctions-logo-logic-operators.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Logic operators|논리 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Logic operators|alt="논리 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-boolean-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Boolean operations|불리언 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Boolean operations|alt="불리언 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-sign-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Sign operations|부호 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Sign operations|alt="부호 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-string-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/String operations|문자열 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/String operations|alt="문자열 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-scientific-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Scientific functions|과학 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Scientific functions|alt="과학 함수"라는 글자가 있는 버튼 Wikifunctions-logo-natural-language.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Natural language operations|자연어]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Natural language operations|alt="자연어"라는 글자가 있는 버튼 Wikifunctions-logo-list-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/List operations|일람 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/List operations|alt="일람 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-character-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Character operations|문자 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Character operations|alt="문자 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-number-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Number operations|수학 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Number operations|alt="수학 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-date-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Date operations|날짜 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Date operations|alt="날짜 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-time-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Time operations|시간 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Time operations|alt="시간 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-wikidata-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Wikidata operations|위키데이터 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Wikidata operations|alt="위키데이터 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-persistent-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Persistent object operations|지속적인 객체]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Persistent object|alt="지속적인 객체"라는 문자를 가진 버튼 Wikifunctions-logo-generic-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Generic object operations|일반적인 객체]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Generic object operations|alt="일반적인 객체"라는 문자를 가진 버튼 Wikifunctions-logo-type-handling.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Type handling|유형 처리]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Type handling|alt="유형 처리"라는 글자가 있는 버튼 Wikifunctions-logo-functional-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Functional operations|함수 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Functional operations|alt="함수 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-programming-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Programming functions|프로그래밍 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Programming functions|alt="프로그래밍 함수"라는 글자가 있는 버튼 Wikifunctions-logo-colour-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Color functions|색 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Color functions|alt="색 함수"라는 글자가 있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Quantity operations|수량 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Quantity operations|alt="수량 작업"이라는 텍스트가 있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Location operations|위치 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Location operations|alt="위치 작업"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Lightweight Wikidata enumeration operations|위키데이터 열거 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Lightweight Wikidata enumeration operations|alt="위키 데이터 열거 작업"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Error handling|오류 처리]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Error handling|alt="오류 처리"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/HTML_operations|운영 체제]]|link=Special:MyLanguage/Wikifunctions:Catalogue/HTML_operations|alt=텍스트 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Miscellaneous|다양]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Miscellaneous|alt="기타"텍스트가 있는 버튼 </gallery> <span id="See_also"></span> == 같이 보기 == * [[Special:ListObjectsByType/Z8|타입 함수의 모든 객체에 대한 특별 페이지]]에 자동으로 안내되지 않은 함수 목록이 있습니다. * {{ll|Wikifunctions:Catalogue of functions and implementations}} 함수에 대한 통계가있는 테이블이 포함되어 있습니다. 또한 특정 유형의 입력 또는 출력을 가진 함수를 검색할 수 있습니다. 예를 들어 다음을 검색할 수 있습니다: * [[Special:Search/: "Z8K2 Z22112"|명시적인 Kleenean 객체를 반환하는 함수]] ** [[Special:Search/: "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112|또는 그 목록]] ** [[Special:Search/: !"Z17K1 Z22112" ("Z8K2 Z22112" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112")|또는 둘 중 하나, 하지만 Kleenean의 입력이 없습니다]] * [[Special:Search/: "Z17K1 Z22112"|명시적인 Kleenean 객체를 예상하는 함수]] ** [[Special:Search/: "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112|또는 그 목록]] ** [[Special:Search/: !"Z8K2 Z22112" ("Z17K1 Z22112" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112")|또는 둘 중 하나,하지만 클레인 객체를 반환하지]] 이러한 예는{{Z|Z22112}} 유형으로 제한된 검색입니다. 이러한 검색에 대 한"검색 결과"페이지에서 그냥 대체"지 22112"다른 지 드 다른 유형에 대 한 비교 결과 볼 수 있습니다. 더[[Special:MyLanguage/Wikifunctions:Find#Using Search/검색 사용에 대한 정보]]를 사용할 수 있습니다. 외부 기능 목록: *{{ll|WF:Rosetta}} *{{ll|WF:Importing}} [[Category:Lists of functions]] ho24an2apvshliokfzyk4ktjub4iay5 284972 284970 2026-06-21T04:38:04Z YeBoy371 5561 284972 wikitext text/x-wiki <languages/> 이 문서는 위키함수에서 '''제공되는 예시 함수'''를 정리한 문서입니다. [[Special:ListObjectsByType/Z8|모든 함수 목록]] 또는 {{ll|Wikifunctions:Suggest a function}}도 참고해 주세요. <gallery mode="packed" heights="140" class="skin-invert"> Wikifunctions-logo-logic-operators.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Logic operators|논리 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Logic operators|alt="논리 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-boolean-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Boolean operations|불리언 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Boolean operations|alt="불리언 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-sign-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Sign operations|부호 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Sign operations|alt="부호 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-string-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/String operations|문자열 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/String operations|alt="문자열 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-scientific-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Scientific functions|과학 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Scientific functions|alt="과학 함수"라는 글자가 있는 버튼 Wikifunctions-logo-natural-language.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Natural language operations|자연어]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Natural language operations|alt="자연어"라는 글자가 있는 버튼 Wikifunctions-logo-list-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/List operations|일람 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/List operations|alt="일람 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-character-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Character operations|문자 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Character operations|alt="문자 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-number-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Number operations|수학 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Number operations|alt="수학 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-date-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Date operations|날짜 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Date operations|alt="날짜 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-time-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Time operations|시간 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Time operations|alt="시간 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-wikidata-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Wikidata operations|위키데이터 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Wikidata operations|alt="위키데이터 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-persistent-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Persistent object operations|지속적인 객체]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Persistent object|alt="지속적인 객체"라는 문자를 가진 버튼 Wikifunctions-logo-generic-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Generic object operations|일반적인 객체]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Generic object operations|alt="일반적인 객체"라는 문자를 가진 버튼 Wikifunctions-logo-type-handling.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Type handling|유형 처리]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Type handling|alt="유형 처리"라는 글자가 있는 버튼 Wikifunctions-logo-functional-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Functional operations|함수 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Functional operations|alt="함수 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-programming-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Programming functions|프로그래밍 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Programming functions|alt="프로그래밍 함수"라는 글자가 있는 버튼 Wikifunctions-logo-colour-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Color functions|색 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Color functions|alt="색 함수"라는 글자가 있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Quantity operations|수량 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Quantity operations|alt="수량 작업"이라는 텍스트가 있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Location operations|위치 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Location operations|alt="위치 작업"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Lightweight Wikidata enumeration operations|위키데이터 열거 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Lightweight Wikidata enumeration operations|alt="위키 데이터 열거 작업"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Error handling|오류 처리]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Error handling|alt="오류 처리"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/HTML_operations|운영 체제]]|link=Special:MyLanguage/Wikifunctions:Catalogue/HTML_operations|alt=텍스트 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Miscellaneous|다양]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Miscellaneous|alt="기타"텍스트가 있는 버튼 </gallery> <span id="See_also"></span> == 같이 보기 == * [[Special:ListObjectsByType/Z8|타입 함수의 모든 객체에 대한 특별 페이지]]에 자동으로 안내되지 않은 함수 목록이 있습니다. * {{ll|Wikifunctions:Catalogue of functions and implementations}} 함수에 대한 통계가있는 테이블이 포함되어 있습니다. 또한 특정 유형의 입력 또는 출력을 가진 함수를 검색할 수 있습니다. 예를 들어 다음을 검색할 수 있습니다: * [[Special:Search/: "Z8K2 Z22112"|명시적인 Kleenean 객체를 반환하는 함수]] ** [[Special:Search/: "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112|또는 그 목록]] ** [[Special:Search/: !"Z17K1 Z22112" ("Z8K2 Z22112" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112")|또는 둘 중 하나, 하지만 Kleenean의 입력이 없습니다]] * [[Special:Search/: "Z17K1 Z22112"|명시적인 Kleenean 객체를 예상하는 함수]] ** [[Special:Search/: "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112|또는 그 목록]] ** [[Special:Search/: !"Z8K2 Z22112" ("Z17K1 Z22112" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112")|또는 둘 중 하나, 하지만 Kleenean 객체를 반환하지 않습니다.]] 이러한 예는{{Z|Z22112}} 유형으로 제한된 검색입니다. 이러한 검색에 대 한"검색 결과"페이지에서 그냥 대체"지 22112"다른 지 드 다른 유형에 대 한 비교 결과 볼 수 있습니다. 더[[Special:MyLanguage/Wikifunctions:Find#Using Search/검색 사용에 대한 정보]]를 사용할 수 있습니다. 외부 기능 목록: *{{ll|WF:Rosetta}} *{{ll|WF:Importing}} [[Category:Lists of functions]] 5dppgs1bslnrgnm0mkes5zfd5540rz5 284974 284972 2026-06-21T04:40:59Z YeBoy371 5561 해당 문자열의 문법 및 철자가 다소 어색합니다. 284974 wikitext text/x-wiki <languages/> 이 문서는 위키함수에서 '''제공되는 예시 함수'''를 정리한 문서입니다. [[Special:ListObjectsByType/Z8|모든 함수 목록]] 또는 {{ll|Wikifunctions:Suggest a function}}도 참고해 주세요. <gallery mode="packed" heights="140" class="skin-invert"> Wikifunctions-logo-logic-operators.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Logic operators|논리 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Logic operators|alt="논리 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-boolean-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Boolean operations|불리언 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Boolean operations|alt="불리언 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-sign-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Sign operations|부호 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Sign operations|alt="부호 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-string-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/String operations|문자열 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/String operations|alt="문자열 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-scientific-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Scientific functions|과학 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Scientific functions|alt="과학 함수"라는 글자가 있는 버튼 Wikifunctions-logo-natural-language.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Natural language operations|자연어]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Natural language operations|alt="자연어"라는 글자가 있는 버튼 Wikifunctions-logo-list-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/List operations|일람 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/List operations|alt="일람 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-character-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Character operations|문자 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Character operations|alt="문자 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-number-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Number operations|수학 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Number operations|alt="수학 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-date-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Date operations|날짜 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Date operations|alt="날짜 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-time-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Time operations|시간 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Time operations|alt="시간 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-wikidata-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Wikidata operations|위키데이터 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Wikidata operations|alt="위키데이터 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-persistent-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Persistent object operations|지속적인 객체]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Persistent object|alt="지속적인 객체"라는 문자를 가진 버튼 Wikifunctions-logo-generic-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Generic object operations|일반적인 객체]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Generic object operations|alt="일반적인 객체"라는 문자를 가진 버튼 Wikifunctions-logo-type-handling.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Type handling|유형 처리]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Type handling|alt="유형 처리"라는 글자가 있는 버튼 Wikifunctions-logo-functional-operations.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Functional operations|함수 연산자]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Functional operations|alt="함수 연산자"라는 글자가 있는 버튼 Wikifunctions-logo-programming-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Programming functions|프로그래밍 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Programming functions|alt="프로그래밍 함수"라는 글자가 있는 버튼 Wikifunctions-logo-colour-functions.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Color functions|색 함수]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Color functions|alt="색 함수"라는 글자가 있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Quantity operations|수량 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Quantity operations|alt="수량 작업"이라는 텍스트가 있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Location operations|위치 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Location operations|alt="위치 작업"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Lightweight Wikidata enumeration operations|위키데이터 열거 작업]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Lightweight Wikidata enumeration operations|alt="위키 데이터 열거 작업"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Error handling|오류 처리]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Error handling|alt="오류 처리"텍스트가있는 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/HTML_operations|운영 체제]]|link=Special:MyLanguage/Wikifunctions:Catalogue/HTML_operations|alt=텍스트 버튼 Wikifunctions-logo-monochrome-black.svg|[[Special:MyLanguage/Wikifunctions:Catalogue/Miscellaneous|다양]]|link=Special:MyLanguage/Wikifunctions:Catalogue/Miscellaneous|alt="기타"텍스트가 있는 버튼 </gallery> <span id="See_also"></span> == 같이 보기 == * [[Special:ListObjectsByType/Z8|타입 함수의 모든 객체에 대한 특별 페이지]]에 자동으로 안내되지 않은 함수 목록이 있습니다. * {{ll|Wikifunctions:Catalogue of functions and implementations}} 함수에 대한 통계가있는 테이블이 포함되어 있습니다. 또한 특정 유형의 입력 또는 출력을 가진 함수를 검색할 수 있습니다. 예를 들어 다음을 검색할 수 있습니다: * [[Special:Search/: "Z8K2 Z22112"|명시적인 Kleenean 객체를 반환하는 함수]] ** [[Special:Search/: "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112|또는 그 목록]] ** [[Special:Search/: !"Z17K1 Z22112" ("Z8K2 Z22112" OR "Z8K2 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112")|또는 둘 중 하나, 하지만 Kleenean의 입력이 없습니다]] * [[Special:Search/: "Z17K1 Z22112"|명시적인 Kleenean 객체를 예상하는 함수]] ** [[Special:Search/: "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112|또는 그 목록]] ** [[Special:Search/: !"Z8K2 Z22112" ("Z17K1 Z22112" OR "Z17K1 Z1K1 Z7 Z7K1 Z881 Z881K1 Z22112")|또는 둘 중 하나, 하지만 Kleenean 객체를 반환하지 않습니다.]] <div class="mw-translate-fuzzy"> 이러한 예는 {{Z|Z22112}} 유형으로 제한된 검색입니다. 이러한 검색에 대한 "검색 결과" 페이지에서 그냥 대체 "지 22112" 다른 유형에 대한 비교 결과을 볼 수 있습니다. 더 [[Special:MyLanguage/Wikifunctions:Find#Using Search/검색 사용에 대한 정보]]를 사용할 수 있습니다. </div> 외부 기능 목록: *{{ll|WF:Rosetta}} *{{ll|WF:Importing}} [[Category:Lists of functions]] ju8pd7rw2vkwv1walw4xy0211ndrza9 Wikifunctions:Status updates/ko 4 54639 284864 284431 2026-06-21T04:16:43Z YeBoy371 5561 Created page with "모든 상태 업데이트 검색" 284864 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-19 }} 위키함수와 추상 위키백과에서 많은 일이 일어나고 있습니다. 이곳은 [[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=모든 상태 업데이트 검색 </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-19}}: The or not the, this is (the?) question</span> * <span lang="en" dir="ltr" class="mw-content-ltr">{{Status updates|2026-06-12}}: Improved loading and display of Test results</span> * <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:}}| ]] joem71nfsfuulhmxr9312uf8m14itym Translations:Wikifunctions:Introduction/16/ko 1198 55326 284960 182776 2026-06-21T04:32:11Z YeBoy371 5561 284960 wikitext text/x-wiki 당신은 자신의 함수를 위키함수에 추가할 수 있습니다! 자신의 구현에서 사용할 수 있는 새로운 함수를 만들고 다른 사람들도 이 함수를 사용할 수 있도록 하세요. 새로운 함수는 [[$1|원하는 언어]]로 작성할 수 있습니다. 5k5gwiak22gbppwic4sxeh86w2v1li5 Z24354 0 55874 284799 184345 2026-06-20T17:09:11Z TheRaknok 90226 Added English title 284799 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24354" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24350", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z23352", "Z23352K1": { "Z1K1": "Z7", "Z7K1": "Z24346", "Z24346K1": { "Z1K1": "Z18", "Z18K1": "Z24350K1" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fattore di Lorentz, con norma, comp." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Lorentz factor, using norm, comp." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 2u4h2c5s159cq0t2s9rprfzn70nqpry Z24355 0 55875 284797 184349 2026-06-20T17:02:28Z TheRaknok 90226 Added English title 284797 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24355" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24350", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z19711", "Z19711K1": { "Z1K1": "Z7", "Z7K1": "Z24081", "Z24081K1": { "Z1K1": "Z7", "Z7K1": "Z19699", "Z19699K1": { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "1" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, "Z19699K2": { "Z1K1": "Z7", "Z7K1": "Z24342", "Z24342K1": { "Z1K1": "Z18", "Z18K1": "Z24350K1" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fattore di Lorentz, calcolo manuale, comp." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Lorenz factor, manual calculation, comp." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Così si può sfruttare direttamente la norma quadra del vettore" } ] } } 6dpna6ezmzmyb2po2gwj2b6af50lkqa 284798 284797 2026-06-20T17:05:17Z TheRaknok 90226 Fixed spelling 284798 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24355" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24350", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z19711", "Z19711K1": { "Z1K1": "Z7", "Z7K1": "Z24081", "Z24081K1": { "Z1K1": "Z7", "Z7K1": "Z19699", "Z19699K1": { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "1" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, "Z19699K2": { "Z1K1": "Z7", "Z7K1": "Z24342", "Z24342K1": { "Z1K1": "Z18", "Z18K1": "Z24350K1" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fattore di Lorentz, calcolo manuale, comp." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Lorentz factor, manual calculation, comp." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Così si può sfruttare direttamente la norma quadra del vettore" } ] } } 5o2kik9go5aj1wio64gy1ni9wkiii9c Z24443 0 56053 284802 184923 2026-06-20T17:31:22Z TheRaknok 90226 Added English label, desc 284802 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24443" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z24442", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z24442", "Z24442K1": [ "Z19677", { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } } ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z24171", "Z24171K2": { "Z1K1": "Z7", "Z7K1": "Z24290", "Z24290K1": { "Z1K1": "Z13518", "Z13518K1": "4" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "β=0 -\u003E Λ=Id" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Zero vector returns identity" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "(0, 0, 0) returns 4-dimensional identity matrix" } ] } } dfksw0vuys1va9n43drbv2ug9bz3kfg Z24444 0 56054 284803 184924 2026-06-20T17:37:26Z TheRaknok 90226 Added English 284803 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24444" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z24442", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z24442", "Z24442K1": [ "Z19677", { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "3" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "5" } } ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z24171", "Z24171K2": { "Z1K1": "Z7", "Z7K1": "Z15142", "Z15142K1": [ "Z1", { "Z1K1": "Z7", "Z7K1": "Z15142", "Z15142K1": [ "Z1", { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "5" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "4" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16662" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "3" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "4" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z15142", "Z15142K1": [ "Z1", { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "1" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z15142", "Z15142K1": [ "Z1", { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "1" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z15142", "Z15142K1": [ "Z1", { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16662" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "3" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "4" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16661" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "0" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "1" } }, { "Z1K1": "Z19677", "Z19677K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z19677K2": { "Z1K1": "Z13518", "Z13518K1": "5" }, "Z19677K3": { "Z1K1": "Z13518", "Z13518K1": "4" } } ] } ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "β verso asse z" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Boost in z-axis" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Boost = (0, 0, 3/5)" } ] } } 91ncpy0fwc8q6dzwncvtg85rzbtyuqp Z24607 0 56321 284770 266731 2026-06-20T14:33:38Z Dv103 11127 284770 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24607" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24606", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z24606( Z24606K1, Z24606K2 ) {\n\tif (!Z24606K1.has(Z24606K2)){\n\t\tWikifunctions.Error(\"Z36590\",[Z24606K2, JSON.stringify(Object.fromEntries(Z24606K1))])\n\t}\n\treturn Z24606K1.get(Z24606K2)\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "get element of map by key, javascript" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 9imof8ci2du0q9mk4v0h4ixntv5dmg0 Z24651 0 56537 284773 186743 2026-06-20T14:41:05Z Dv103 11127 brutal error handling 284773 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24651" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24649", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": [ "Z1" ] }, "Z802K2": { "Z1K1": "Z7", "Z7K1": "Z851", "Z851K1": "Z36590", "Z851K2": [ "Z1", { "Z1K1": "Z7", "Z7K1": { "Z1K1": "Z18", "Z18K1": "Z24649K2" } }, "" ] }, "Z802K3": { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z13052", "Z13052K1": { "Z1K1": "Z18", "Z18K1": "Z24649K2" }, "Z13052K2": { "Z1K1": "Z7", "Z7K1": "Z821", "Z821K1": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z18", "Z18K1": "Z24649K1" } } } }, "Z802K2": { "Z1K1": "Z13518", "Z13518K1": "1" }, "Z802K3": { "Z1K1": "Z7", "Z7K1": "Z13578", "Z13578K1": { "Z1K1": "Z7", "Z7K1": "Z24649", "Z24649K1": { "Z1K1": "Z7", "Z7K1": "Z812", "Z812K1": { "Z1K1": "Z18", "Z18K1": "Z24649K1" } }, "Z24649K2": { "Z1K1": "Z18", "Z18K1": "Z24649K2" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first of pair list by head, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } d0f3tjm7kltkx3gqynldd0r1cry7fms 284774 284773 2026-06-20T14:43:08Z Dv103 11127 284774 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z24651" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24649", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z18", "Z18K1": "Z24649K1" } }, "Z802K2": { "Z1K1": "Z7", "Z7K1": "Z851", "Z851K1": "Z36590", "Z851K2": [ "Z1", { "Z1K1": "Z18", "Z18K1": "Z24649K2" }, "" ] }, "Z802K3": { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z13052", "Z13052K1": { "Z1K1": "Z18", "Z18K1": "Z24649K2" }, "Z13052K2": { "Z1K1": "Z7", "Z7K1": "Z821", "Z821K1": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z18", "Z18K1": "Z24649K1" } } } }, "Z802K2": { "Z1K1": "Z13518", "Z13518K1": "1" }, "Z802K3": { "Z1K1": "Z7", "Z7K1": "Z13578", "Z13578K1": { "Z1K1": "Z7", "Z7K1": "Z24649", "Z24649K1": { "Z1K1": "Z7", "Z7K1": "Z812", "Z812K1": { "Z1K1": "Z18", "Z18K1": "Z24649K1" } }, "Z24649K2": { "Z1K1": "Z18", "Z18K1": "Z24649K2" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first of pair list by head, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } cis7recf3488x0mtzn6wjrszjsiasms Z27327 0 63517 284758 282859 2026-06-20T14:09:17Z Dv103 11127 Added Z36585 e Z36586 to the approved list of test cases 284758 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z27327" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z27327K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "項目" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6092", "Z17K2": "Z27327K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "predicato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "predicate" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "述語" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z27327K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingua" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "言語" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z27328", "Z27329", "Z27331", "Z27891", "Z32515", "Z32598", "Z36335", "Z36585", "Z36586" ], "Z8K4": [ "Z14", "Z33822", "Z33418" ], "Z8K5": "Z27327" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema per elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme for Wikidata item" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "ウィキデータ項目に対するベストな語彙素" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Restituisce il lessema che rappresenta l'elemento Wikidata (collegato tramite il predicato selezionato) che è più adatto per Wikipedia astratta." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Return the lexeme connected to the given item through the given predicate that is more suitable for Abstract Wikipedia." }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "与えられた述語を介して、与えられた項目に接続されている語彙素のうち、抽象ウィキペディアにより適したものを返す。" } ] } } lhawcowpdkgnva1rs9arzlm3px0pst3 284782 284758 2026-06-20T15:18:28Z Dv103 11127 Added Z36592 to the approved list of implementations 284782 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z27327" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z27327K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "項目" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6092", "Z17K2": "Z27327K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "predicato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "predicate" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "述語" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z27327K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingua" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "言語" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z27328", "Z27329", "Z27331", "Z27891", "Z32515", "Z32598", "Z36335", "Z36585", "Z36586" ], "Z8K4": [ "Z14", "Z33822", "Z33418", "Z36592" ], "Z8K5": "Z27327" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema per elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme for Wikidata item" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "ウィキデータ項目に対するベストな語彙素" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Restituisce il lessema che rappresenta l'elemento Wikidata (collegato tramite il predicato selezionato) che è più adatto per Wikipedia astratta." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Return the lexeme connected to the given item through the given predicate that is more suitable for Abstract Wikipedia." }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "与えられた述語を介して、与えられた項目に接続されている語彙素のうち、抽象ウィキペディアにより適したものを返す。" } ] } } 3c5o1jjqnbc8xfb7xk7ijkp9z0lpcbo 284783 284782 2026-06-20T15:20:00Z Dv103 11127 Removed Z33418 e Z33822 from the approved list of implementations 284783 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z27327" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z27327K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "項目" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6092", "Z17K2": "Z27327K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "predicato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "predicate" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "述語" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z27327K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingua" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "言語" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z27328", "Z27329", "Z27331", "Z27891", "Z32515", "Z32598", "Z36335", "Z36585", "Z36586" ], "Z8K4": [ "Z14", "Z36592" ], "Z8K5": "Z27327" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema per elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme for Wikidata item" }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "ウィキデータ項目に対するベストな語彙素" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Restituisce il lessema che rappresenta l'elemento Wikidata (collegato tramite il predicato selezionato) che è più adatto per Wikipedia astratta." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Return the lexeme connected to the given item through the given predicate that is more suitable for Abstract Wikipedia." }, { "Z1K1": "Z11", "Z11K1": "Z1830", "Z11K2": "与えられた述語を介して、与えられた項目に接続されている語彙素のうち、抽象ウィキペディアにより適したものを返す。" } ] } } 55pvgdfjr7gd7y2vy4hyplwbhhvv97x Z28016 0 65058 284979 282399 2026-06-21T08:07:41Z HenkvD 1290 [mk] A e B на C. 284979 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", "Z36298" ], "Z8K5": "Z28016" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "defining role sentence (monolingual)" }, { "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" }, { "Z1K1": "Z11", "Z11K1": "Z1402", "Z11K2": "[mk] A e B на C." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "is the", "is the of", "of", "X is the Y of Z", "defining role sentence", "is the one and only" ] }, { "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\"" } ] } } 8c4nc97uzp3ykx0597q440bik1u3jqh Z28020 0 65095 284978 282882 2026-06-21T08:06:08Z HenkvD 1290 + mk as simple 284978 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28020" }, "Z2K2": { "Z1K1": "Z14294", "Z14294K1": [ "Z14293", { "Z1K1": "Z14293", "Z14293K1": "Z28018", "Z14293K2": [ "Z60", "Z1430" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z28026", "Z14293K2": "Z33034" }, { "Z1K1": "Z14293", "Z14293K1": "Z28049", "Z14293K2": [ "Z60", "Z1011" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z28052", "Z14293K2": [ "Z60", "Z1787" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z30671", "Z14293K2": [ "Z60", "Z1146" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z30609", "Z14293K2": [ "Z60", "Z1531" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32160", "Z14293K2": [ "Z60", "Z1186" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z32212", "Z14293K2": "Z33463" }, { "Z1K1": "Z14293", "Z14293K1": "Z32355", "Z14293K2": "Z34003" }, { "Z1K1": "Z14293", "Z14293K1": "Z32166", "Z14293K2": "Z33056" }, { "Z1K1": "Z14293", "Z14293K1": "Z35139", "Z14293K2": [ "Z60", "Z1762" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z35151", "Z14293K2": [ "Z60", "Z1272" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z35196", "Z14293K2": [ "Z60", "Z1157" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z36001", "Z14293K2": [ "Z60", "Z1592" ] }, { "Z1K1": "Z14293", "Z14293K1": "Z36337", "Z14293K2": [ "Z60", "Z1532", "Z1576", "Z1137", "Z1402" ] } ], "Z14294K2": "Z28019" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "config for defining role sentence" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } aiean447x0eeau7ikdxuyrzw223aa2w Z28097 0 65209 284752 216915 2026-06-20T13:02:51Z GrounderUK 50 ~same time in 2026 284752 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z28097" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z28005", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z28005", "Z28005K1": { "Z1K1": "Z6091", "Z6091K1": "Q1016944" }, "Z28005K2": { "Z1K1": "Z20420", "Z20420K1": { "Z1K1": "Z20159", "Z20159K1": { "Z1K1": "Z17813", "Z17813K1": "Z17814" }, "Z20159K2": { "Z1K1": "Z13518", "Z13518K1": "2026" } }, "Z20420K2": { "Z1K1": "Z20342", "Z20342K1": { "Z1K1": "Z16098", "Z16098K1": "Z16112" }, "Z20342K2": { "Z1K1": "Z13518", "Z13518K1": "25" } } } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z28037", "Z28037K2": { "Z1K1": "Z6060", "Z6060K1": { "Z1K1": "Z13518", "Z13518K1": "15" }, "Z6060K2": { "Z1K1": "Z13518", "Z13518K1": "25" }, "Z6060K3": { "Z1K1": "Z13518", "Z13518K1": "0" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "sunset in Peterhead (Scot) 2025-12-25 is 3:25pm" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "from https://www.timeanddate.com/sun/@2640351?month=12\u0026year=2025" } ] } } 8z12vyvu1vnwgjzzqkprldsv44p1rta Wikifunctions:Catalogue/Error handling 4 65302 284765 283419 2026-06-20T14:24:43Z Dv103 11127 284765 wikitext text/x-wiki {{see also|WF:How to create implementations#Wikifunctions error handling}} * {{Z+|Z851}} * {{Z+|Z850}} * {{Z+|Z852}} * {{Z+|Z28676}} * {{Z+|Z853}} * {{Z+|Z30928}} * {{Z+|Z20107}} * {{Z+|Z30824}} * {{Z+|Z885}} * {{Z+|Z28159}} * {{Z+|Z28249}} ** {{Z+|Z36395}} == Errors == This list may be incomplete; see [[Special:ListObjectsByType/Z50]] for every defined {{Z|50}}. === Mathematical errors === * {{Z+|Z28194}} === Input parsing errors === * {{Z+|Z28131}} * {{Z+|Z28153}} === List errors === * {{Z+|Z28170}} * {{Z+|Z28171}} === Wikidata element errors === * {{Z+|Z28158}} * {{Z+|Z28281}} * {{Z+|Z28248}} * {{Z+|Z28258}} * {{Z+|Z28259}} * {{Z+|Z28290}} === Wiktionary related errors === * {{Z+|Z36391}} * {{Z+|Z36399}} === Multilingual texts === * {{Z+|Z34950}} === Other === * {{Z+|Z28192}} * {{Z+|Z28216}} * {{Z+|Z28230}} * {{Z+|Z28307}} * {{Z+|Z35566}} * {{Z+|Z36589}} rjsj6be4yfkkwuxakmhb7cvnzm5kbl1 284769 284765 2026-06-20T14:29:54Z Dv103 11127 284769 wikitext text/x-wiki {{see also|WF:How to create implementations#Wikifunctions error handling}} * {{Z+|Z851}} * {{Z+|Z850}} * {{Z+|Z852}} * {{Z+|Z28676}} * {{Z+|Z853}} * {{Z+|Z30928}} * {{Z+|Z20107}} * {{Z+|Z30824}} * {{Z+|Z885}} * {{Z+|Z28159}} * {{Z+|Z28249}} ** {{Z+|Z36395}} == Errors == This list may be incomplete; see [[Special:ListObjectsByType/Z50]] for every defined {{Z|50}}. === Mathematical errors === * {{Z+|Z28194}} === Input parsing errors === * {{Z+|Z28131}} * {{Z+|Z28153}} === List errors === * {{Z+|Z28170}} * {{Z+|Z28171}} === Typed map errors === * {{Z+|Z36590}} === Wikidata element errors === * {{Z+|Z28158}} * {{Z+|Z28281}} * {{Z+|Z28248}} * {{Z+|Z28258}} * {{Z+|Z28259}} * {{Z+|Z28290}} === Wiktionary related errors === * {{Z+|Z36391}} * {{Z+|Z36399}} === Multilingual texts === * {{Z+|Z34950}} === Other === * {{Z+|Z28192}} * {{Z+|Z28216}} * {{Z+|Z28230}} * {{Z+|Z28307}} * {{Z+|Z35566}} * {{Z+|Z36589}} mavjoammm32dfp505av6yvrlah1dptv Z29010 0 67357 284967 284748 2026-06-21T04:36:03Z 99of9 1622 Added Z36603 to the approved list of implementations 284967 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29010" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "entité" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "adjective" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "adjectif" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "classe" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "localisation" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z29010K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "variant of English" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z29011", "Z31316", "Z32368", "Z36583" ], "Z8K4": [ "Z14", "Z29012", "Z36603" ], "Z8K5": "Z29010" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Superlative definition, in English" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "définition superlative, en anglais" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "English superlative definition", "X is the most C Y in Z" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Topic definition in the form of \"\u003CX\u003E is the \u003CCest\u003E \u003CY\u003E in \u003CZ\u003E, english implementation" } ] } } qgn33uk9ai2ulnaoh3yjvkia6jo7fjd 284984 284967 2026-06-21T08:49:33Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 284984 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29010" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "entity" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "entité" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "adjective" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "adjectif" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "class" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "classe" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z29010K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "location" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "localisation" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z29010K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "variant of English" } ] } } ], "Z8K2": "Z11", "Z8K3": [ "Z20", "Z29011", "Z31316", "Z32368", "Z36583" ], "Z8K4": [ "Z14", "Z36603", "Z29012" ], "Z8K5": "Z29010" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Superlative definition, in English" }, { "Z1K1": "Z11", "Z11K1": "Z1004", "Z11K2": "définition superlative, en anglais" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "English superlative definition", "X is the most C Y in Z" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Topic definition in the form of \"\u003CX\u003E is the \u003CCest\u003E \u003CY\u003E in \u003CZ\u003E, english implementation" } ] } } 1p9vw3bvta04nt8smpqh2no1lx85c0q Z29011 0 67358 284980 284741 2026-06-21T08:32:09Z 99of9 1622 accept either biggest/largest 284980 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29011" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z29010", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z29010", "Z29010K1": { "Z1K1": "Z6091", "Z6091K1": "Q65" }, "Z29010K2": { "Z1K1": "Z6091", "Z6091K1": "Q12935276" }, "Z29010K3": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z29010K4": { "Z1K1": "Z6091", "Z6091K1": "Q99" }, "Z29010K5": "Z1689" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z13381", "Z13381K2": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1689", "Z11K2": "Los Angeles is the largest city in California." }, { "Z1K1": "Z11", "Z11K1": "Z1689", "Z11K2": "Los Angeles is the biggest city in California." } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "[en-us] LA is the biggest/largest city in Cali." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ejaxanld316j7gejtfdn9egukqxm4mr Z29012 0 67359 284751 284739 2026-06-20T12:32:02Z 99of9 1622 common lexeme language en, item labels can fallback 284751 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29012" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29010", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z29010K5" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K1" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, " is the ", { "Z1K1": "Z7", "Z7K1": "Z12203", "Z12203K1": { "Z1K1": "Z7", "Z7K1": "Z22839", "Z22839K1": { "Z1K1": "Z7", "Z7K1": "Z13464", "Z13464K1": "Z27410", "Z13464K2": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z6825", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z23471", "Z23471K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z23471K2": "Z1002" } }, "Z13464K3": [ "Z6091" ] }, "Z22839K2": { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } } } }, " ", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K3" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, " in ", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K4" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Superlative definition in English, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 332d9db74lom8pl9pcike2skvljeutj Z29680 0 68965 284766 264110 2026-06-20T14:26:13Z Dv103 11127 284766 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29680" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29649", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z29649( Z29649K1 ) {\n\tlet list = {\n\t\t\"aa\": \"Q27811\",\n\t\t\"ab\": \"Q5111\",\n\t\t\"abe\": \"Q197936\",\n\t\t\"abq\": \"Q27567\",\n\t\t\"abs\": \"Q3124354\",\n\t\t\"ace\": \"Q27683\",\n\t\t\"acf\": \"Q3006285\",\n\t\t\"acm\": \"Q56232\",\n\t\t\"adx\": \"Q56509\",\n\t\t\"ady\": \"Q27776\",\n\t\t\"af\": \"Q14196\",\n\t\t\"afa-pro\": \"Q269125\",\n\t\t\"agq\": \"Q34737\",\n\t\t\"ain\": \"Q27969\",\n\t\t\"ajp\": \"Q55633582\",\n\t\t\"ak\": \"Q28026\",\n\t\t\"akl\": \"Q8773\",\n\t\t\"akz\": \"Q1815020\",\n\t\t\"alg-pro\": \"Q7251834\",\n\t\t\"aln\": \"Q181037\",\n\t\t\"als\": \"Q387066\",\n\t\t\"alt\": \"Q1991779\",\n\t\t\"am\": \"Q28244\",\n\t\t\"ami\": \"Q35132\",\n\t\t\"amr\": \"Q35128\",\n\t\t\"an\": \"Q8765\",\n\t\t\"ang\": \"Q42365\",\n\t\t\"anp\": \"Q28378\",\n\t\t\"aoc\": \"Q10729616\",\n\t\t\"apc\": \"Q56593\",\n\t\t\"aql-pro\": \"Q96400333\",\n\t\t\"ar\": \"Q13955\",\n\t\t\"arn\": \"Q33730\",\n\t\t\"aro\": \"Q958414\",\n\t\t\"arq\": \"Q56499\",\n\t\t\"art-blt\": \"Q108055510\",\n\t\t\"art-bsp\": \"Q686210\",\n\t\t\"art-vlh\": \"Q64483808\",\n\t\t\"ary\": \"Q56426\",\n\t\t\"arz\": \"Q29919\",\n\t\t\"as\": \"Q29401\",\n\t\t\"ase\": \"Q14759\",\n\t\t\"ast\": \"Q29507\",\n\t\t\"ath-pro\": \"Q104841722\",\n\t\t\"atj\": \"Q56590\",\n\t\t\"av\": \"Q29561\",\n\t\t\"avk\": \"Q1377116\",\n\t\t\"awa\": \"Q29579\",\n\t\t\"ay\": \"Q4627\",\n\t\t\"az\": \"Q9292\",\n\t\t\"azb\": \"Q3449805\",\n\t\t\"ba\": \"Q13389\",\n\t\t\"bal\": \"Q33049\",\n\t\t\"ban\": \"Q33070\",\n\t\t\"bar\": \"Q29540\",\n\t\t\"bat-pro\": \"Q4375732\",\n\t\t\"bat-smg\": \"Q213434\",\n\t\t\"bbc\": \"Q33017\",\n\t\t\"bcl\": \"Q33284\",\n\t\t\"bdr\": \"Q2880037\",\n\t\t\"be\": \"Q9091\",\n\t\t\"bej\": \"Q33025\",\n\t\t\"bfi\": \"Q33000\",\n\t\t\"bfq\": \"Q33205\",\n\t\t\"bg\": \"Q7918\",\n\t\t\"bh\": \"Q33268\",\n\t\t\"bho\": \"Q33268\",\n\t\t\"bi\": \"Q35452\",\n\t\t\"bjn\": \"Q33151\",\n\t\t\"bla\": \"Q33060\",\n\t\t\"blk\": \"Q7121294\",\n\t\t\"bm\": \"Q33243\",\n\t\t\"bn\": \"Q9610\",\n\t\t\"bnn\": \"Q56505\",\n\t\t\"bnt-mpi\": \"Q93937013\",\n\t\t\"bnt-pro\": \"Q3408025\",\n\t\t\"bo\": \"Q34271\",\n\t\t\"bpy\": \"Q37059\",\n\t\t\"bqi\": \"Q257829\",\n\t\t\"br\": \"Q12107\",\n\t\t\"brh\": \"Q33202\",\n\t\t\"brx\": \"Q33223\",\n\t\t\"bsa\": \"Q56648\",\n\t\t\"bsk\": \"Q216286\",\n\t\t\"bss\": \"Q34806\",\n\t\t\"btk-pro\": \"Q116773191\",\n\t\t\"btm\": \"Q2891049\",\n\t\t\"bto\": \"Q12633026\",\n\t\t\"bug\": \"Q33190\",\n\t\t\"bxr\": \"Q16116629\",\n\t\t\"byq\": \"Q716647\",\n\t\t\"bzg\": \"Q716615\",\n\t\t\"bzs\": \"Q3436689\",\n\t\t\"ca\": \"Q7026\",\n\t\t\"ca-valencia\": \"Q32641\",\n\t\t\"ca-x-old\": \"Q15478520\",\n\t\t\"cak\": \"Q35115\",\n\t\t\"cal\": \"Q28427\",\n\t\t\"cbk-zam\": \"Q33281\",\n\t\t\"ccp\": \"Q32952\",\n\t\t\"cdo\": \"Q36455\",\n\t\t\"ce\": \"Q33350\",\n\t\t\"ceb\": \"Q33239\",\n\t\t\"cel-bry-pro\": \"Q56648796\",\n\t\t\"cel-pro\": \"Q653649\",\n\t\t\"cel-x-combrit\": \"Q1248800\",\n\t\t\"cgc\": \"Q6346422\",\n\t\t\"ch\": \"Q33262\",\n\t\t\"chn\": \"Q35173\",\n\t\t\"cho\": \"Q32979\",\n\t\t\"chr\": \"Q33388\",\n\t\t\"chy\": \"Q33265\",\n\t\t\"ckb\": \"Q36811\",\n\t\t\"ckt\": \"Q33170\",\n\t\t\"ckv\": \"Q716627\",\n\t\t\"clc\": \"Q28535\",\n\t\t\"cnh\": \"Q3250286\",\n\t\t\"cnr\": \"Q8821\",\n\t\t\"co\": \"Q33111\",\n\t\t\"cop\": \"Q36155\",\n\t\t\"cpx\": \"Q56583\",\n\t\t\"cr\": \"Q33390\",\n\t\t\"crh\": \"Q33357\",\n\t\t\"crl\": \"Q12642195\",\n\t\t\"crs\": \"Q34015\",\n\t\t\"cs\": \"Q9056\",\n\t\t\"csb\": \"Q33690\",\n\t\t\"ctg\": \"Q33173\",\n\t\t\"ctu\": \"Q35179\",\n\t\t\"cu\": \"Q33251\",\n\t\t\"cv\": \"Q33348\",\n\t\t\"cy\": \"Q9309\",\n\t\t\"da\": \"Q9035\",\n\t\t\"dag\": \"Q32238\",\n\t\t\"dar\": \"Q32332\",\n\t\t\"de\": \"Q188\",\n\t\t\"de-at\": \"Q306626\",\n\t\t\"de-ch\": \"Q1366643\",\n\t\t\"din\": \"Q56466\",\n\t\t\"diq\": \"Q10199\",\n\t\t\"dlm\": \"Q35527\",\n\t\t\"dra-pro\": \"Q1702853\",\n\t\t\"dru\": \"Q49232\",\n\t\t\"dsb\": \"Q13286\",\n\t\t\"dtp\": \"Q5317225\",\n\t\t\"dty\": \"Q18415595\",\n\t\t\"dua\": \"Q33013\",\n\t\t\"dv\": \"Q32656\",\n\t\t\"dz\": \"Q33081\",\n\t\t\"ee\": \"Q30005\",\n\t\t\"efi\": \"Q35377\",\n\t\t\"egl\": \"Q1057898\",\n\t\t\"egy-x-demotic\": \"Q36765\",\n\t\t\"egy-x-late\": \"Q1852329\",\n\t\t\"egy-x-middle\": \"Q657330\",\n\t\t\"egy-x-old\": \"Q447117\",\n\t\t\"el\": \"Q36510\",\n\t\t\"eml\": \"Q242648\",\n\t\t\"en\": \"Q1860\",\n\t\t\"en-au\": \"Q44679\",\n\t\t\"en-ca\": \"Q44676\",\n\t\t\"en-gb\": \"Q7979\",\n\t\t\"en-simple\": \"Q21480034\",\n\t\t\"en-us\": \"Q7976\",\n\t\t\"en-x-simple\": \"Q21480034\",\n\t\t\"enm\": \"Q36395\",\n\t\t\"eo\": \"Q143\",\n\t\t\"es\": \"Q1321\",\n\t\t\"es-formal\": \"Q64427343\",\n\t\t\"esu\": \"Q21117\",\n\t\t\"esx-esk-pro\": \"Q7251842\",\n\t\t\"esx-inu-pro\": \"Q60785588\",\n\t\t\"et\": \"Q9072\",\n\t\t\"ett\": \"Q35726\",\n\t\t\"eu\": \"Q8752\",\n\t\t\"ext\": \"Q30007\",\n\t\t\"eya\": \"Q27480\",\n\t\t\"fa\": \"Q9168\",\n\t\t\"fa-af\": \"Q178440\",\n\t\t\"fa-cls\": \"Q131287560\",\n\t\t\"ff\": \"Q33454\",\n\t\t\"fi\": \"Q1412\",\n\t\t\"fit\": \"Q13357\",\n\t\t\"fiu-vro\": \"Q32762\",\n\t\t\"fj\": \"Q33295\",\n\t\t\"fkv\": \"Q165795\",\n\t\t\"fo\": \"Q25258\",\n\t\t\"fon\": \"Q33291\",\n\t\t\"fos\": \"Q716604\",\n\t\t\"fr\": \"Q150\",\n\t\t\"fr-x-nrm\": \"Q33850\",\n\t\t\"frc\": \"Q880301\",\n\t\t\"frm\": \"Q1473289\",\n\t\t\"fro\": \"Q35222\",\n\t\t\"frp\": \"Q15087\",\n\t\t\"frr\": \"Q28224\",\n\t\t\"fuf\": \"Q3915357\",\n\t\t\"fur\": \"Q33441\",\n\t\t\"fy\": \"Q27175\",\n\t\t\"ga\": \"Q9142\",\n\t\t\"gaa\": \"Q33287\",\n\t\t\"gag\": \"Q33457\",\n\t\t\"gan\": \"Q33475\",\n\t\t\"gcf\": \"Q3006280\",\n\t\t\"gcr\": \"Q1363072\",\n\t\t\"gd\": \"Q9314\",\n\t\t\"gez\": \"Q35667\",\n\t\t\"gil\": \"Q30898\",\n\t\t\"gl\": \"Q9307\",\n\t\t\"glk\": \"Q33657\",\n\t\t\"gmh\": \"Q837985\",\n\t\t\"gml\": \"Q505674\",\n\t\t\"gmw-pro\": \"Q13138608\",\n\t\t\"gn\": \"Q35876\",\n\t\t\"goh\": \"Q35218\",\n\t\t\"gom\": \"Q5575236\",\n\t\t\"gor\": \"Q2501174\",\n\t\t\"got\": \"Q35722\",\n\t\t\"gpe\": \"Q5555465\",\n\t\t\"grc\": \"Q35497\",\n\t\t\"gsg\": \"Q33282\",\n\t\t\"gsw\": \"Q131339\",\n\t\t\"gsw-fr\": \"Q8786\",\n\t\t\"gu\": \"Q5137\",\n\t\t\"guc\": \"Q891085\",\n\t\t\"guw\": \"Q3111668\",\n\t\t\"gv\": \"Q12175\",\n\t\t\"ha\": \"Q56475\",\n\t\t\"hai\": \"Q33303\",\n\t\t\"hak\": \"Q33375\",\n\t\t\"haw\": \"Q33569\",\n\t\t\"hbo\": \"Q1982248\",\n\t\t\"he\": \"Q9288\",\n\t\t\"hif\": \"Q46728\",\n\t\t\"hil\": \"Q35978\",\n\t\t\"hmx-pro\": \"Q7251846\",\n\t\t\"hno\": \"Q382273\",\n\t\t\"ho\": \"Q33617\",\n\t\t\"hoc\": \"Q33270\",\n\t\t\"hr\": \"Q6654\",\n\t\t\"hrx\": \"Q304049\",\n\t\t\"hsb\": \"Q13248\",\n\t\t\"ht\": \"Q33491\",\n\t\t\"hu\": \"Q9067\",\n\t\t\"hu-formal\": \"Q64427347\",\n\t\t\"hus\": \"Q35573\",\n\t\t\"hy\": \"Q8785\",\n\t\t\"hyw\": \"Q180945\",\n\t\t\"hz\": \"Q33315\",\n\t\t\"ia\": \"Q35934\",\n\t\t\"iba\": \"Q33424\",\n\t\t\"id\": \"Q9240\",\n\t\t\"ie\": \"Q35850\",\n\t\t\"ig\": \"Q33578\",\n\t\t\"ii\": \"Q34235\",\n\t\t\"iir-pro\": \"Q966439\",\n\t\t\"ik\": \"Q27183\",\n\t\t\"ilo\": \"Q35936\",\n\t\t\"inc-obn\": \"Q113559926\",\n\t\t\"inc-ohi\": \"Q48767781\",\n\t\t\"inc-pro\": \"Q23808344\",\n\t\t\"ine-bsl-pro\": \"Q1703347\",\n\t\t\"ine-pro\": \"Q37178\",\n\t\t\"inh\": \"Q33509\",\n\t\t\"io\": \"Q35224\",\n\t\t\"ira-pro\": \"Q4167865\",\n\t\t\"is\": \"Q294\",\n\t\t\"isk\": \"Q33419\",\n\t\t\"it\": \"Q652\",\n\t\t\"itc-pro\": \"Q17102720\",\n\t\t\"iu\": \"Q29921\",\n\t\t\"ja\": \"Q5287\",\n\t\t\"ja-hani\": \"Q53979504\",\n\t\t\"ja-hira\": \"Q53979341\",\n\t\t\"ja-hrkt\": \"Q53979345\",\n\t\t\"ja-kana\": \"Q53979342\",\n\t\t\"jam\": \"Q35939\",\n\t\t\"jax\": \"Q3915769\",\n\t\t\"jbo\": \"Q36350\",\n\t\t\"jpx-pro\": \"Q3924309\",\n\t\t\"jut\": \"Q1340322\",\n\t\t\"jv\": \"Q33549\",\n\t\t\"jv-x-bms\": \"Q33219\",\n\t\t\"ka\": \"Q8108\",\n\t\t\"kaa\": \"Q33541\",\n\t\t\"kab\": \"Q35853\",\n\t\t\"kae\": \"Q2779411\",\n\t\t\"kbd\": \"Q33522\",\n\t\t\"kbg\": \"Q12952626\",\n\t\t\"kbp\": \"Q35475\",\n\t\t\"kcg\": \"Q3912765\",\n\t\t\"kea\": \"Q35963\",\n\t\t\"kg\": \"Q33702\",\n\t\t\"kgp\": \"Q2665734\",\n\t\t\"kha\": \"Q33584\",\n\t\t\"khg\": \"Q56601\",\n\t\t\"khw\": \"Q938216\",\n\t\t\"ki\": \"Q33587\",\n\t\t\"kiu\": \"Q3944007\",\n\t\t\"kj\": \"Q1405077\",\n\t\t\"kjg\": \"Q33335\",\n\t\t\"kjh\": \"Q33575\",\n\t\t\"kjp\": \"Q5330390\",\n\t\t\"kk\": \"Q9252\",\n\t\t\"kk-cn\": \"Q64427349\",\n\t\t\"kk-kz\": \"Q64427350\",\n\t\t\"kk-tr\": \"Q64427352\",\n\t\t\"kl\": \"Q25355\",\n\t\t\"klb\": \"Q3182593\",\n\t\t\"km\": \"Q9205\",\n\t\t\"kmz\": \"Q35373\",\n\t\t\"kn\": \"Q33673\",\n\t\t\"ko\": \"Q9176\",\n\t\t\"koi\": \"Q56318\",\n\t\t\"koy\": \"Q28304\",\n\t\t\"kr\": \"Q36094\",\n\t\t\"krc\": \"Q33714\",\n\t\t\"kri\": \"Q35744\",\n\t\t\"krj\": \"Q33720\",\n\t\t\"krl\": \"Q33557\",\n\t\t\"krx\": \"Q35704\",\n\t\t\"ks\": \"Q33552\",\n\t\t\"ksh\": \"Q32145\",\n\t\t\"ksw\": \"Q56410\",\n\t\t\"ku\": \"Q36368\",\n\t\t\"kum\": \"Q36209\",\n\t\t\"kut\": \"Q33434\",\n\t\t\"kv\": \"Q36126\",\n\t\t\"kvr\": \"Q3195442\",\n\t\t\"kw\": \"Q25289\",\n\t\t\"ky\": \"Q9255\",\n\t\t\"la\": \"Q397\",\n\t\t\"la-x-medieval\": \"Q1163234\",\n\t\t\"la-x-new\": \"Q1248221\",\n\t\t\"lag\": \"Q584983\",\n\t\t\"lb\": \"Q9051\",\n\t\t\"lbe\": \"Q36206\",\n\t\t\"lex\": \"Q6695015\",\n\t\t\"lez\": \"Q31746\",\n\t\t\"lfn\": \"Q146803\",\n\t\t\"lg\": \"Q33368\",\n\t\t\"li\": \"Q102172\",\n\t\t\"lij\": \"Q36106\",\n\t\t\"liv\": \"Q33698\",\n\t\t\"lki\": \"Q56483\",\n\t\t\"lkt\": \"Q33537\",\n\t\t\"lld\": \"Q36202\",\n\t\t\"lmo\": \"Q33754\",\n\t\t\"ln\": \"Q36217\",\n\t\t\"lo\": \"Q9211\",\n\t\t\"loz\": \"Q33628\",\n\t\t\"lrc\": \"Q19933293\",\n\t\t\"lt\": \"Q9083\",\n\t\t\"ltg\": \"Q36212\",\n\t\t\"lua\": \"Q34173\",\n\t\t\"lus\": \"Q36147\",\n\t\t\"luz\": \"Q12952748\",\n\t\t\"lv\": \"Q9078\",\n\t\t\"lvk\": \"Q770547\",\n\t\t\"lzh\": \"Q37041\",\n\t\t\"lzz\": \"Q1160372\",\n\t\t\"mad\": \"Q36213\",\n\t\t\"mai\": \"Q36109\",\n\t\t\"map-bms\": \"Q33219\",\n\t\t\"map-pro\": \"Q49230\",\n\t\t\"maz\": \"Q36228\",\n\t\t\"mdf\": \"Q13343\",\n\t\t\"mfe\": \"Q33661\",\n\t\t\"mfy\": \"Q56729\",\n\t\t\"mg\": \"Q7930\",\n\t\t\"mh\": \"Q36280\",\n\t\t\"mhr\": \"Q3906614\",\n\t\t\"mi\": \"Q36451\",\n\t\t\"mic\": \"Q13321\",\n\t\t\"min\": \"Q13324\",\n\t\t\"miq\": \"Q1516803\",\n\t\t\"mis-x-Q2417210\": \"Q2417210\",\n\t\t\"mis-xnu\": \"Q10901674\",\n\t\t\"mk\": \"Q9296\",\n\t\t\"ml\": \"Q36236\",\n\t\t\"mn\": \"Q9246\",\n\t\t\"mnc\": \"Q33638\",\n\t\t\"mni\": \"Q33868\",\n\t\t\"mnw\": \"Q13349\",\n\t\t\"mnw-pi\": \"Q100271134\",\n\t\t\"moe\": \"Q13351\",\n\t\t\"mos\": \"Q36096\",\n\t\t\"mr\": \"Q1571\",\n\t\t\"mrh\": \"Q4175893\",\n\t\t\"mrj\": \"Q1776032\",\n\t\t\"ms\": \"Q9237\",\n\t\t\"ms-my\": \"Q15065\",\n\t\t\"mt\": \"Q9166\",\n\t\t\"mui\": \"Q615660\",\n\t\t\"mun-pro\": \"Q105102373\",\n\t\t\"mus\": \"Q523014\",\n\t\t\"mwl\": \"Q13330\",\n\t\t\"mwr\": \"Q56312\",\n\t\t\"mwv\": \"Q13365\",\n\t\t\"my\": \"Q9228\",\n\t\t\"myv\": \"Q29952\",\n\t\t\"mzn\": \"Q13356\",\n\t\t\"na\": \"Q13307\",\n\t\t\"nah\": \"Q13300\",\n\t\t\"nan\": \"Q36495\",\n\t\t\"nap\": \"Q33845\",\n\t\t\"nb\": \"Q25167\",\n\t\t\"nds\": \"Q25433\",\n\t\t\"ne\": \"Q33823\",\n\t\t\"new\": \"Q33979\",\n\t\t\"ng\": \"Q33900\",\n\t\t\"nia\": \"Q2407831\",\n\t\t\"nij\": \"Q2992872\",\n\t\t\"niu\": \"Q33790\",\n\t\t\"nl\": \"Q7411\",\n\t\t\"nn\": \"Q25164\",\n\t\t\"nn-hognorsk\": \"Q1420587\",\n\t\t\"no\": \"Q9043\",\n\t\t\"nod\": \"Q565110\",\n\t\t\"nog\": \"Q33871\",\n\t\t\"non\": \"Q35505\",\n\t\t\"nov\": \"Q36738\",\n\t\t\"nqo\": \"Q18546266\",\n\t\t\"nr\": \"Q36785\",\n\t\t\"nrf\": \"Q33850\",\n\t\t\"nrf-gg\": \"Q56428\",\n\t\t\"nrf-je\": \"Q56430\",\n\t\t\"nrm\": \"Q33850\",\n\t\t\"nsk\": \"Q1704302\",\n\t\t\"nso\": \"Q33890\",\n\t\t\"nub-pro\": \"Q116773246\",\n\t\t\"nui\": \"Q36459\",\n\t\t\"nv\": \"Q13310\",\n\t\t\"nxm\": \"Q35761\",\n\t\t\"ny\": \"Q33273\",\n\t\t\"nys\": \"Q7049771\",\n\t\t\"oak\": \"Q107548681\",\n\t\t\"oc\": \"Q14185\",\n\t\t\"ojb\": \"Q33875\",\n\t\t\"olo\": \"Q36584\",\n\t\t\"om\": \"Q33864\",\n\t\t\"omq-pro\": \"Q28663860\",\n\t\t\"ood\": \"Q2393095\",\n\t\t\"or\": \"Q33810\",\n\t\t\"os\": \"Q33968\",\n\t\t\"osa\": \"Q2600085\",\n\t\t\"ota\": \"Q36730\",\n\t\t\"otk\": \"Q34988\",\n\t\t\"oto-pro\": \"Q116773252\",\n\t\t\"ovd\": \"Q254950\",\n\t\t\"pad\": \"Q389827\",\n\t\t\"pag\": \"Q33879\",\n\t\t\"pam\": \"Q36121\",\n\t\t\"pap\": \"Q33856\",\n\t\t\"pcd\": \"Q34024\",\n\t\t\"pdc\": \"Q22711\",\n\t\t\"pdt\": \"Q1751432\",\n\t\t\"peo\": \"Q35225\",\n\t\t\"pfl\": \"Q23014\",\n\t\t\"phi-pro\": \"Q18204898\",\n\t\t\"phn\": \"Q36734\",\n\t\t\"pi\": \"Q36727\",\n\t\t\"pih\": \"Q36554\",\n\t\t\"pis\": \"Q36699\",\n\t\t\"pjt\": \"Q2982063\",\n\t\t\"pko\": \"Q36323\",\n\t\t\"pks\": \"Q22964057\",\n\t\t\"pl\": \"Q809\",\n\t\t\"pms\": \"Q15085\",\n\t\t\"pmy\": \"Q12473446\",\n\t\t\"pnt\": \"Q36748\",\n\t\t\"pox\": \"Q36741\",\n\t\t\"poz-cet-pro\": \"Q113992943\",\n\t\t\"poz-mly-pro\": \"Q98057728\",\n\t\t\"poz-oce-pro\": \"Q141741\",\n\t\t\"poz-pep-pro\": \"Q113988745\",\n\t\t\"poz-pnp-pro\": \"Q113988746\",\n\t\t\"poz-pol-pro\": \"Q1658709\",\n\t\t\"poz-pro\": \"Q3832960\",\n\t\t\"ppl\": \"Q1186896\",\n\t\t\"ppu\": \"Q2094884\",\n\t\t\"pqe-pro\": \"Q113992941\",\n\t\t\"prg\": \"Q35501\",\n\t\t\"ps\": \"Q58680\",\n\t\t\"pt\": \"Q5146\",\n\t\t\"pua\": \"Q36803\",\n\t\t\"pwn\": \"Q715755\",\n\t\t\"pyu\": \"Q716690\",\n\t\t\"qu\": \"Q5218\",\n\t\t\"quc\": \"Q36494\",\n\t\t\"qug\": \"Q1740805\",\n\t\t\"qwe-pro\": \"Q5575757\",\n\t\t\"qwh\": \"Q6094343\",\n\t\t\"qxp\": \"Q7260479\",\n\t\t\"qya\": \"Q56383\",\n\t\t\"rar\": \"Q36745\",\n\t\t\"rcf\": \"Q13198\",\n\t\t\"rgn\": \"Q1641543\",\n\t\t\"rif\": \"Q34174\",\n\t\t\"rki\": \"Q3450749\",\n\t\t\"rkt\": \"Q3241618\",\n\t\t\"rm\": \"Q13199\",\n\t\t\"rm-rumgr\": \"Q688873\",\n\t\t\"rmc\": \"Q5045611\",\n\t\t\"rmf\": \"Q2093214\",\n\t\t\"rmy\": \"Q13201\",\n\t\t\"rn\": \"Q33583\",\n\t\t\"ro\": \"Q7913\",\n\t\t\"ru\": \"Q7737\",\n\t\t\"ru-sib\": \"Q1194341\",\n\t\t\"rue\": \"Q26245\",\n\t\t\"rup\": \"Q29316\",\n\t\t\"ruq\": \"Q13358\",\n\t\t\"rw\": \"Q33573\",\n\t\t\"rwr\": \"Q65455884\",\n\t\t\"ryu\": \"Q34233\",\n\t\t\"sa\": \"Q11059\",\n\t\t\"sah\": \"Q34299\",\n\t\t\"sai-par\": \"Q16890038\",\n\t\t\"sat\": \"Q33965\",\n\t\t\"sc\": \"Q33976\",\n\t\t\"scn\": \"Q33973\",\n\t\t\"sco\": \"Q14549\",\n\t\t\"sd\": \"Q33997\",\n\t\t\"sdc\": \"Q845441\",\n\t\t\"sdh\": \"Q1496597\",\n\t\t\"se\": \"Q33947\",\n\t\t\"sei\": \"Q36583\",\n\t\t\"sem-pro\": \"Q1658554\",\n\t\t\"sem-x-taymanit\": \"Q24912301\",\n\t\t\"ses\": \"Q35655\",\n\t\t\"sg\": \"Q33954\",\n\t\t\"sgh\": \"Q34053\",\n\t\t\"sgh-ba\": \"Q33256\",\n\t\t\"sgh-kh\": \"Q2562249\",\n\t\t\"sgh-oro\": \"Q3356620\",\n\t\t\"sgh-ro\": \"Q3356620\",\n\t\t\"sgh-ru\": \"Q2597566\",\n\t\t\"sh\": \"Q9301\",\n\t\t\"shi\": \"Q34152\",\n\t\t\"shn\": \"Q56482\",\n\t\t\"shy\": \"Q33274\",\n\t\t\"si\": \"Q13267\",\n\t\t\"sid\": \"Q33786\",\n\t\t\"simple\": \"Q21480034\",\n\t\t\"sio-pro\": \"Q114784693\",\n\t\t\"sit-nas-pro\": \"Q136457229\",\n\t\t\"sit-pro\": \"Q24839178\",\n\t\t\"sit-tam-pro\": \"Q117469295\",\n\t\t\"sjd\": \"Q33656\",\n\t\t\"sje\": \"Q56314\",\n\t\t\"sjm\": \"Q3287253\",\n\t\t\"sjn\": \"Q56437\",\n\t\t\"sjt\": \"Q36656\",\n\t\t\"sju\": \"Q56415\",\n\t\t\"sk\": \"Q9058\",\n\t\t\"skr\": \"Q33902\",\n\t\t\"sl\": \"Q9063\",\n\t\t\"sla-pro\": \"Q747537\",\n\t\t\"sli\": \"Q152965\",\n\t\t\"sm\": \"Q34011\",\n\t\t\"sma\": \"Q13293\",\n\t\t\"smi-pro\": \"Q7251862\",\n\t\t\"smj\": \"Q56322\",\n\t\t\"smn\": \"Q33462\",\n\t\t\"sms\": \"Q13271\",\n\t\t\"sn\": \"Q34004\",\n\t\t\"so\": \"Q13275\",\n\t\t\"sou\": \"Q56508\",\n\t\t\"sq\": \"Q8748\",\n\t\t\"sqj-pro\": \"Q18210846\",\n\t\t\"sr\": \"Q9299\",\n\t\t\"sr-cyrl\": \"Q21161942\",\n\t\t\"sr-ec\": \"Q21161942\",\n\t\t\"sr-el\": \"Q21161949\",\n\t\t\"sr-latn\": \"Q21161949\",\n\t\t\"srh\": \"Q33873\",\n\t\t\"srn\": \"Q33989\",\n\t\t\"srq\": \"Q3027953\",\n\t\t\"ss\": \"Q34014\",\n\t\t\"ssf\": \"Q676492\",\n\t\t\"st\": \"Q34340\",\n\t\t\"sth\": \"Q36705\",\n\t\t\"stq\": \"Q27154\",\n\t\t\"sty\": \"Q4418344\",\n\t\t\"su\": \"Q34002\",\n\t\t\"sv\": \"Q9027\",\n\t\t\"sw\": \"Q7838\",\n\t\t\"sxr\": \"Q716599\",\n\t\t\"syc\": \"Q33538\",\n\t\t\"syl\": \"Q2044560\",\n\t\t\"szl\": \"Q30319\",\n\t\t\"szy\": \"Q718269\",\n\t\t\"ta\": \"Q5885\",\n\t\t\"tai-pro\": \"Q6583709\",\n\t\t\"tao\": \"Q715760\",\n\t\t\"tar\": \"Q36807\",\n\t\t\"tay\": \"Q715766\",\n\t\t\"tbq-lob-pro\": \"Q116773224\",\n\t\t\"tbq-pro\": \"Q7251864\",\n\t\t\"tce\": \"Q31091048\",\n\t\t\"tcy\": \"Q34251\",\n\t\t\"te\": \"Q8097\",\n\t\t\"tek\": \"Q2802914\",\n\t\t\"tet\": \"Q34125\",\n\t\t\"tg\": \"Q9260\",\n\t\t\"th\": \"Q9217\",\n\t\t\"ti\": \"Q34124\",\n\t\t\"tji\": \"Q12953229\",\n\t\t\"tk\": \"Q9267\",\n\t\t\"tk-arab\": \"Q136643862\",\n\t\t\"tl\": \"Q34057\",\n\t\t\"tlh\": \"Q10134\",\n\t\t\"tli\": \"Q27792\",\n\t\t\"tly\": \"Q34318\",\n\t\t\"tn\": \"Q34137\",\n\t\t\"to\": \"Q34094\",\n\t\t\"tok\": \"Q36846\",\n\t\t\"tpi\": \"Q34159\",\n\t\t\"tr\": \"Q256\",\n\t\t\"trk-pro\": \"Q3657773\",\n\t\t\"tru\": \"Q34040\",\n\t\t\"trv\": \"Q716686\",\n\t\t\"ts\": \"Q34327\",\n\t\t\"tsg\": \"Q34142\",\n\t\t\"tsk\": \"Q11159532\",\n\t\t\"tsu\": \"Q716681\",\n\t\t\"tt\": \"Q25285\",\n\t\t\"ttm\": \"Q20822\",\n\t\t\"tu\": \"Q56240\",\n\t\t\"tum\": \"Q34138\",\n\t\t\"tuo\": \"Q3541834\",\n\t\t\"tup\": \"Q56944\",\n\t\t\"tuw-pro\": \"Q85872335\",\n\t\t\"tvl\": \"Q34055\",\n\t\t\"tvn\": \"Q7689158\",\n\t\t\"tvx\": \"Q1975271\",\n\t\t\"tw\": \"Q36850\",\n\t\t\"ty\": \"Q34128\",\n\t\t\"tyv\": \"Q34119\",\n\t\t\"tzh\": \"Q36808\",\n\t\t\"tzl\": \"Q1063911\",\n\t\t\"tzm\": \"Q49741\",\n\t\t\"udm\": \"Q13238\",\n\t\t\"ug\": \"Q13263\",\n\t\t\"ug-arab\": \"Q22338135\",\n\t\t\"ug-latn\": \"Q22338145\",\n\t\t\"uk\": \"Q8798\",\n\t\t\"umu\": \"Q56547\",\n\t\t\"unm\": \"Q2665761\",\n\t\t\"urh\": \"Q36663\",\n\t\t\"urj-fin-pro\": \"Q11883720\",\n\t\t\"urj-fpr-pro\": \"Q2499870\",\n\t\t\"urj-koo\": \"Q86679962\",\n\t\t\"urj-pro\": \"Q288765\",\n\t\t\"uun\": \"Q36435\",\n\t\t\"uz\": \"Q9264\",\n\t\t\"uzs\": \"Q1066787\",\n\t\t\"var\": \"Q10974017\",\n\t\t\"ve\": \"Q32704\",\n\t\t\"vec\": \"Q32724\",\n\t\t\"vep\": \"Q32747\",\n\t\t\"vi\": \"Q9199\",\n\t\t\"vls\": \"Q100103\",\n\t\t\"vmf\": \"Q497345\",\n\t\t\"vo\": \"Q36986\",\n\t\t\"vot\": \"Q32858\",\n\t\t\"wa\": \"Q3565518\",\n\t\t\"wal\": \"Q36943\",\n\t\t\"war\": \"Q34279\",\n\t\t\"wbl\": \"Q34208\",\n\t\t\"wen\": \"Q25442\",\n\t\t\"wls\": \"Q36979\",\n\t\t\"wo\": \"Q34257\",\n\t\t\"wuu\": \"Q34290\",\n\t\t\"wya\": \"Q3567223\",\n\t\t\"wym\": \"Q56485\",\n\t\t\"xal\": \"Q33634\",\n\t\t\"xgn-pro\": \"Q2493677\",\n\t\t\"xh\": \"Q13218\",\n\t\t\"xme-ttc-pro\": \"Q122973870\",\n\t\t\"xmf\": \"Q13359\",\n\t\t\"xnb\": \"Q172244\",\n\t\t\"xpu\": \"Q535958\",\n\t\t\"xsy\": \"Q716695\",\n\t\t\"yah\": \"Q34186\",\n\t\t\"yai\": \"Q34247\",\n\t\t\"yap\": \"Q34029\",\n\t\t\"yaq\": \"Q34191\",\n\t\t\"yav\": \"Q12953315\",\n\t\t\"ydg\": \"Q34179\",\n\t\t\"yec\": \"Q1365342\",\n\t\t\"yi\": \"Q8641\",\n\t\t\"yo\": \"Q34311\",\n\t\t\"yoi\": \"Q34243\",\n\t\t\"yrk\": \"Q36452\",\n\t\t\"yrl\": \"Q34333\",\n\t\t\"yua\": \"Q13354\",\n\t\t\"yue\": \"Q7033959\",\n\t\t\"yum\": \"Q3573199\",\n\t\t\"za\": \"Q13216\",\n\t\t\"zea\": \"Q237409\",\n\t\t\"zgh\": \"Q7598268\",\n\t\t\"zh\": \"Q7850\",\n\t\t\"zh-cn\": \"Q24841726\",\n\t\t\"zh-hans\": \"Q13414913\",\n\t\t\"zh-hans-cn\": \"Q24841726\",\n \"zh-hans-sg\": \"Q1048980\",\n \"zh-hans-my\": \"Q13646143\",\n\t\t\"zh-hant\": \"Q18130932\",\n\t\t\"zh-hant-hk\": \"Q100148307\",\n\t\t\"zh-hant-mo\": \"Q64427357\",\n\t\t\"zh-hant-tw\": \"Q4380827\",\n\t\t\"zh-hk\": \"Q100148307\",\n\t\t\"zh-min-nan\": \"Q36495\",\n\t\t\"zh-mo\": \"Q64427357\",\n \"zh-my\": \"Q13646143\",\n \"zh-sg\": \"Q1048980\",\n\t\t\"zh-tw\": \"Q4380827\",\n\t\t\"zh-yue\": \"Q7033959\",\n\t\t\"zu\": \"Q10179\",\n\t\t\"zun\": \"Q10188\",\n\t};\n\t\n\tif (list[Z29649K1.Z60K1]==undefined){\n\t\tWikifunctions.Error(\"Z36589\",[Z29649K1.Z60K1,\"Z29680\"]);\n\t}\n\n\treturn { Z1K1: { Z1K1: \"Z9\", Z9K1: \"Z6091\" }, Z6091K1: list[Z29649K1.Z60K1] };\n}\n" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Wikidata reference from language, hardcoded SPARQL" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "https://w.wiki/JC6i" } ] } } i5szduud1oniv746w9zubyvmyn8srux 284780 284766 2026-06-20T15:14:04Z Dv103 11127 added space (otherwise second element doesn't appear in error arguments) 284780 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29680" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29649", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z29649( Z29649K1 ) {\n\tlet list = {\n\t\t\"aa\": \"Q27811\",\n\t\t\"ab\": \"Q5111\",\n\t\t\"abe\": \"Q197936\",\n\t\t\"abq\": \"Q27567\",\n\t\t\"abs\": \"Q3124354\",\n\t\t\"ace\": \"Q27683\",\n\t\t\"acf\": \"Q3006285\",\n\t\t\"acm\": \"Q56232\",\n\t\t\"adx\": \"Q56509\",\n\t\t\"ady\": \"Q27776\",\n\t\t\"af\": \"Q14196\",\n\t\t\"afa-pro\": \"Q269125\",\n\t\t\"agq\": \"Q34737\",\n\t\t\"ain\": \"Q27969\",\n\t\t\"ajp\": \"Q55633582\",\n\t\t\"ak\": \"Q28026\",\n\t\t\"akl\": \"Q8773\",\n\t\t\"akz\": \"Q1815020\",\n\t\t\"alg-pro\": \"Q7251834\",\n\t\t\"aln\": \"Q181037\",\n\t\t\"als\": \"Q387066\",\n\t\t\"alt\": \"Q1991779\",\n\t\t\"am\": \"Q28244\",\n\t\t\"ami\": \"Q35132\",\n\t\t\"amr\": \"Q35128\",\n\t\t\"an\": \"Q8765\",\n\t\t\"ang\": \"Q42365\",\n\t\t\"anp\": \"Q28378\",\n\t\t\"aoc\": \"Q10729616\",\n\t\t\"apc\": \"Q56593\",\n\t\t\"aql-pro\": \"Q96400333\",\n\t\t\"ar\": \"Q13955\",\n\t\t\"arn\": \"Q33730\",\n\t\t\"aro\": \"Q958414\",\n\t\t\"arq\": \"Q56499\",\n\t\t\"art-blt\": \"Q108055510\",\n\t\t\"art-bsp\": \"Q686210\",\n\t\t\"art-vlh\": \"Q64483808\",\n\t\t\"ary\": \"Q56426\",\n\t\t\"arz\": \"Q29919\",\n\t\t\"as\": \"Q29401\",\n\t\t\"ase\": \"Q14759\",\n\t\t\"ast\": \"Q29507\",\n\t\t\"ath-pro\": \"Q104841722\",\n\t\t\"atj\": \"Q56590\",\n\t\t\"av\": \"Q29561\",\n\t\t\"avk\": \"Q1377116\",\n\t\t\"awa\": \"Q29579\",\n\t\t\"ay\": \"Q4627\",\n\t\t\"az\": \"Q9292\",\n\t\t\"azb\": \"Q3449805\",\n\t\t\"ba\": \"Q13389\",\n\t\t\"bal\": \"Q33049\",\n\t\t\"ban\": \"Q33070\",\n\t\t\"bar\": \"Q29540\",\n\t\t\"bat-pro\": \"Q4375732\",\n\t\t\"bat-smg\": \"Q213434\",\n\t\t\"bbc\": \"Q33017\",\n\t\t\"bcl\": \"Q33284\",\n\t\t\"bdr\": \"Q2880037\",\n\t\t\"be\": \"Q9091\",\n\t\t\"bej\": \"Q33025\",\n\t\t\"bfi\": \"Q33000\",\n\t\t\"bfq\": \"Q33205\",\n\t\t\"bg\": \"Q7918\",\n\t\t\"bh\": \"Q33268\",\n\t\t\"bho\": \"Q33268\",\n\t\t\"bi\": \"Q35452\",\n\t\t\"bjn\": \"Q33151\",\n\t\t\"bla\": \"Q33060\",\n\t\t\"blk\": \"Q7121294\",\n\t\t\"bm\": \"Q33243\",\n\t\t\"bn\": \"Q9610\",\n\t\t\"bnn\": \"Q56505\",\n\t\t\"bnt-mpi\": \"Q93937013\",\n\t\t\"bnt-pro\": \"Q3408025\",\n\t\t\"bo\": \"Q34271\",\n\t\t\"bpy\": \"Q37059\",\n\t\t\"bqi\": \"Q257829\",\n\t\t\"br\": \"Q12107\",\n\t\t\"brh\": \"Q33202\",\n\t\t\"brx\": \"Q33223\",\n\t\t\"bsa\": \"Q56648\",\n\t\t\"bsk\": \"Q216286\",\n\t\t\"bss\": \"Q34806\",\n\t\t\"btk-pro\": \"Q116773191\",\n\t\t\"btm\": \"Q2891049\",\n\t\t\"bto\": \"Q12633026\",\n\t\t\"bug\": \"Q33190\",\n\t\t\"bxr\": \"Q16116629\",\n\t\t\"byq\": \"Q716647\",\n\t\t\"bzg\": \"Q716615\",\n\t\t\"bzs\": \"Q3436689\",\n\t\t\"ca\": \"Q7026\",\n\t\t\"ca-valencia\": \"Q32641\",\n\t\t\"ca-x-old\": \"Q15478520\",\n\t\t\"cak\": \"Q35115\",\n\t\t\"cal\": \"Q28427\",\n\t\t\"cbk-zam\": \"Q33281\",\n\t\t\"ccp\": \"Q32952\",\n\t\t\"cdo\": \"Q36455\",\n\t\t\"ce\": \"Q33350\",\n\t\t\"ceb\": \"Q33239\",\n\t\t\"cel-bry-pro\": \"Q56648796\",\n\t\t\"cel-pro\": \"Q653649\",\n\t\t\"cel-x-combrit\": \"Q1248800\",\n\t\t\"cgc\": \"Q6346422\",\n\t\t\"ch\": \"Q33262\",\n\t\t\"chn\": \"Q35173\",\n\t\t\"cho\": \"Q32979\",\n\t\t\"chr\": \"Q33388\",\n\t\t\"chy\": \"Q33265\",\n\t\t\"ckb\": \"Q36811\",\n\t\t\"ckt\": \"Q33170\",\n\t\t\"ckv\": \"Q716627\",\n\t\t\"clc\": \"Q28535\",\n\t\t\"cnh\": \"Q3250286\",\n\t\t\"cnr\": \"Q8821\",\n\t\t\"co\": \"Q33111\",\n\t\t\"cop\": \"Q36155\",\n\t\t\"cpx\": \"Q56583\",\n\t\t\"cr\": \"Q33390\",\n\t\t\"crh\": \"Q33357\",\n\t\t\"crl\": \"Q12642195\",\n\t\t\"crs\": \"Q34015\",\n\t\t\"cs\": \"Q9056\",\n\t\t\"csb\": \"Q33690\",\n\t\t\"ctg\": \"Q33173\",\n\t\t\"ctu\": \"Q35179\",\n\t\t\"cu\": \"Q33251\",\n\t\t\"cv\": \"Q33348\",\n\t\t\"cy\": \"Q9309\",\n\t\t\"da\": \"Q9035\",\n\t\t\"dag\": \"Q32238\",\n\t\t\"dar\": \"Q32332\",\n\t\t\"de\": \"Q188\",\n\t\t\"de-at\": \"Q306626\",\n\t\t\"de-ch\": \"Q1366643\",\n\t\t\"din\": \"Q56466\",\n\t\t\"diq\": \"Q10199\",\n\t\t\"dlm\": \"Q35527\",\n\t\t\"dra-pro\": \"Q1702853\",\n\t\t\"dru\": \"Q49232\",\n\t\t\"dsb\": \"Q13286\",\n\t\t\"dtp\": \"Q5317225\",\n\t\t\"dty\": \"Q18415595\",\n\t\t\"dua\": \"Q33013\",\n\t\t\"dv\": \"Q32656\",\n\t\t\"dz\": \"Q33081\",\n\t\t\"ee\": \"Q30005\",\n\t\t\"efi\": \"Q35377\",\n\t\t\"egl\": \"Q1057898\",\n\t\t\"egy-x-demotic\": \"Q36765\",\n\t\t\"egy-x-late\": \"Q1852329\",\n\t\t\"egy-x-middle\": \"Q657330\",\n\t\t\"egy-x-old\": \"Q447117\",\n\t\t\"el\": \"Q36510\",\n\t\t\"eml\": \"Q242648\",\n\t\t\"en\": \"Q1860\",\n\t\t\"en-au\": \"Q44679\",\n\t\t\"en-ca\": \"Q44676\",\n\t\t\"en-gb\": \"Q7979\",\n\t\t\"en-simple\": \"Q21480034\",\n\t\t\"en-us\": \"Q7976\",\n\t\t\"en-x-simple\": \"Q21480034\",\n\t\t\"enm\": \"Q36395\",\n\t\t\"eo\": \"Q143\",\n\t\t\"es\": \"Q1321\",\n\t\t\"es-formal\": \"Q64427343\",\n\t\t\"esu\": \"Q21117\",\n\t\t\"esx-esk-pro\": \"Q7251842\",\n\t\t\"esx-inu-pro\": \"Q60785588\",\n\t\t\"et\": \"Q9072\",\n\t\t\"ett\": \"Q35726\",\n\t\t\"eu\": \"Q8752\",\n\t\t\"ext\": \"Q30007\",\n\t\t\"eya\": \"Q27480\",\n\t\t\"fa\": \"Q9168\",\n\t\t\"fa-af\": \"Q178440\",\n\t\t\"fa-cls\": \"Q131287560\",\n\t\t\"ff\": \"Q33454\",\n\t\t\"fi\": \"Q1412\",\n\t\t\"fit\": \"Q13357\",\n\t\t\"fiu-vro\": \"Q32762\",\n\t\t\"fj\": \"Q33295\",\n\t\t\"fkv\": \"Q165795\",\n\t\t\"fo\": \"Q25258\",\n\t\t\"fon\": \"Q33291\",\n\t\t\"fos\": \"Q716604\",\n\t\t\"fr\": \"Q150\",\n\t\t\"fr-x-nrm\": \"Q33850\",\n\t\t\"frc\": \"Q880301\",\n\t\t\"frm\": \"Q1473289\",\n\t\t\"fro\": \"Q35222\",\n\t\t\"frp\": \"Q15087\",\n\t\t\"frr\": \"Q28224\",\n\t\t\"fuf\": \"Q3915357\",\n\t\t\"fur\": \"Q33441\",\n\t\t\"fy\": \"Q27175\",\n\t\t\"ga\": \"Q9142\",\n\t\t\"gaa\": \"Q33287\",\n\t\t\"gag\": \"Q33457\",\n\t\t\"gan\": \"Q33475\",\n\t\t\"gcf\": \"Q3006280\",\n\t\t\"gcr\": \"Q1363072\",\n\t\t\"gd\": \"Q9314\",\n\t\t\"gez\": \"Q35667\",\n\t\t\"gil\": \"Q30898\",\n\t\t\"gl\": \"Q9307\",\n\t\t\"glk\": \"Q33657\",\n\t\t\"gmh\": \"Q837985\",\n\t\t\"gml\": \"Q505674\",\n\t\t\"gmw-pro\": \"Q13138608\",\n\t\t\"gn\": \"Q35876\",\n\t\t\"goh\": \"Q35218\",\n\t\t\"gom\": \"Q5575236\",\n\t\t\"gor\": \"Q2501174\",\n\t\t\"got\": \"Q35722\",\n\t\t\"gpe\": \"Q5555465\",\n\t\t\"grc\": \"Q35497\",\n\t\t\"gsg\": \"Q33282\",\n\t\t\"gsw\": \"Q131339\",\n\t\t\"gsw-fr\": \"Q8786\",\n\t\t\"gu\": \"Q5137\",\n\t\t\"guc\": \"Q891085\",\n\t\t\"guw\": \"Q3111668\",\n\t\t\"gv\": \"Q12175\",\n\t\t\"ha\": \"Q56475\",\n\t\t\"hai\": \"Q33303\",\n\t\t\"hak\": \"Q33375\",\n\t\t\"haw\": \"Q33569\",\n\t\t\"hbo\": \"Q1982248\",\n\t\t\"he\": \"Q9288\",\n\t\t\"hif\": \"Q46728\",\n\t\t\"hil\": \"Q35978\",\n\t\t\"hmx-pro\": \"Q7251846\",\n\t\t\"hno\": \"Q382273\",\n\t\t\"ho\": \"Q33617\",\n\t\t\"hoc\": \"Q33270\",\n\t\t\"hr\": \"Q6654\",\n\t\t\"hrx\": \"Q304049\",\n\t\t\"hsb\": \"Q13248\",\n\t\t\"ht\": \"Q33491\",\n\t\t\"hu\": \"Q9067\",\n\t\t\"hu-formal\": \"Q64427347\",\n\t\t\"hus\": \"Q35573\",\n\t\t\"hy\": \"Q8785\",\n\t\t\"hyw\": \"Q180945\",\n\t\t\"hz\": \"Q33315\",\n\t\t\"ia\": \"Q35934\",\n\t\t\"iba\": \"Q33424\",\n\t\t\"id\": \"Q9240\",\n\t\t\"ie\": \"Q35850\",\n\t\t\"ig\": \"Q33578\",\n\t\t\"ii\": \"Q34235\",\n\t\t\"iir-pro\": \"Q966439\",\n\t\t\"ik\": \"Q27183\",\n\t\t\"ilo\": \"Q35936\",\n\t\t\"inc-obn\": \"Q113559926\",\n\t\t\"inc-ohi\": \"Q48767781\",\n\t\t\"inc-pro\": \"Q23808344\",\n\t\t\"ine-bsl-pro\": \"Q1703347\",\n\t\t\"ine-pro\": \"Q37178\",\n\t\t\"inh\": \"Q33509\",\n\t\t\"io\": \"Q35224\",\n\t\t\"ira-pro\": \"Q4167865\",\n\t\t\"is\": \"Q294\",\n\t\t\"isk\": \"Q33419\",\n\t\t\"it\": \"Q652\",\n\t\t\"itc-pro\": \"Q17102720\",\n\t\t\"iu\": \"Q29921\",\n\t\t\"ja\": \"Q5287\",\n\t\t\"ja-hani\": \"Q53979504\",\n\t\t\"ja-hira\": \"Q53979341\",\n\t\t\"ja-hrkt\": \"Q53979345\",\n\t\t\"ja-kana\": \"Q53979342\",\n\t\t\"jam\": \"Q35939\",\n\t\t\"jax\": \"Q3915769\",\n\t\t\"jbo\": \"Q36350\",\n\t\t\"jpx-pro\": \"Q3924309\",\n\t\t\"jut\": \"Q1340322\",\n\t\t\"jv\": \"Q33549\",\n\t\t\"jv-x-bms\": \"Q33219\",\n\t\t\"ka\": \"Q8108\",\n\t\t\"kaa\": \"Q33541\",\n\t\t\"kab\": \"Q35853\",\n\t\t\"kae\": \"Q2779411\",\n\t\t\"kbd\": \"Q33522\",\n\t\t\"kbg\": \"Q12952626\",\n\t\t\"kbp\": \"Q35475\",\n\t\t\"kcg\": \"Q3912765\",\n\t\t\"kea\": \"Q35963\",\n\t\t\"kg\": \"Q33702\",\n\t\t\"kgp\": \"Q2665734\",\n\t\t\"kha\": \"Q33584\",\n\t\t\"khg\": \"Q56601\",\n\t\t\"khw\": \"Q938216\",\n\t\t\"ki\": \"Q33587\",\n\t\t\"kiu\": \"Q3944007\",\n\t\t\"kj\": \"Q1405077\",\n\t\t\"kjg\": \"Q33335\",\n\t\t\"kjh\": \"Q33575\",\n\t\t\"kjp\": \"Q5330390\",\n\t\t\"kk\": \"Q9252\",\n\t\t\"kk-cn\": \"Q64427349\",\n\t\t\"kk-kz\": \"Q64427350\",\n\t\t\"kk-tr\": \"Q64427352\",\n\t\t\"kl\": \"Q25355\",\n\t\t\"klb\": \"Q3182593\",\n\t\t\"km\": \"Q9205\",\n\t\t\"kmz\": \"Q35373\",\n\t\t\"kn\": \"Q33673\",\n\t\t\"ko\": \"Q9176\",\n\t\t\"koi\": \"Q56318\",\n\t\t\"koy\": \"Q28304\",\n\t\t\"kr\": \"Q36094\",\n\t\t\"krc\": \"Q33714\",\n\t\t\"kri\": \"Q35744\",\n\t\t\"krj\": \"Q33720\",\n\t\t\"krl\": \"Q33557\",\n\t\t\"krx\": \"Q35704\",\n\t\t\"ks\": \"Q33552\",\n\t\t\"ksh\": \"Q32145\",\n\t\t\"ksw\": \"Q56410\",\n\t\t\"ku\": \"Q36368\",\n\t\t\"kum\": \"Q36209\",\n\t\t\"kut\": \"Q33434\",\n\t\t\"kv\": \"Q36126\",\n\t\t\"kvr\": \"Q3195442\",\n\t\t\"kw\": \"Q25289\",\n\t\t\"ky\": \"Q9255\",\n\t\t\"la\": \"Q397\",\n\t\t\"la-x-medieval\": \"Q1163234\",\n\t\t\"la-x-new\": \"Q1248221\",\n\t\t\"lag\": \"Q584983\",\n\t\t\"lb\": \"Q9051\",\n\t\t\"lbe\": \"Q36206\",\n\t\t\"lex\": \"Q6695015\",\n\t\t\"lez\": \"Q31746\",\n\t\t\"lfn\": \"Q146803\",\n\t\t\"lg\": \"Q33368\",\n\t\t\"li\": \"Q102172\",\n\t\t\"lij\": \"Q36106\",\n\t\t\"liv\": \"Q33698\",\n\t\t\"lki\": \"Q56483\",\n\t\t\"lkt\": \"Q33537\",\n\t\t\"lld\": \"Q36202\",\n\t\t\"lmo\": \"Q33754\",\n\t\t\"ln\": \"Q36217\",\n\t\t\"lo\": \"Q9211\",\n\t\t\"loz\": \"Q33628\",\n\t\t\"lrc\": \"Q19933293\",\n\t\t\"lt\": \"Q9083\",\n\t\t\"ltg\": \"Q36212\",\n\t\t\"lua\": \"Q34173\",\n\t\t\"lus\": \"Q36147\",\n\t\t\"luz\": \"Q12952748\",\n\t\t\"lv\": \"Q9078\",\n\t\t\"lvk\": \"Q770547\",\n\t\t\"lzh\": \"Q37041\",\n\t\t\"lzz\": \"Q1160372\",\n\t\t\"mad\": \"Q36213\",\n\t\t\"mai\": \"Q36109\",\n\t\t\"map-bms\": \"Q33219\",\n\t\t\"map-pro\": \"Q49230\",\n\t\t\"maz\": \"Q36228\",\n\t\t\"mdf\": \"Q13343\",\n\t\t\"mfe\": \"Q33661\",\n\t\t\"mfy\": \"Q56729\",\n\t\t\"mg\": \"Q7930\",\n\t\t\"mh\": \"Q36280\",\n\t\t\"mhr\": \"Q3906614\",\n\t\t\"mi\": \"Q36451\",\n\t\t\"mic\": \"Q13321\",\n\t\t\"min\": \"Q13324\",\n\t\t\"miq\": \"Q1516803\",\n\t\t\"mis-x-Q2417210\": \"Q2417210\",\n\t\t\"mis-xnu\": \"Q10901674\",\n\t\t\"mk\": \"Q9296\",\n\t\t\"ml\": \"Q36236\",\n\t\t\"mn\": \"Q9246\",\n\t\t\"mnc\": \"Q33638\",\n\t\t\"mni\": \"Q33868\",\n\t\t\"mnw\": \"Q13349\",\n\t\t\"mnw-pi\": \"Q100271134\",\n\t\t\"moe\": \"Q13351\",\n\t\t\"mos\": \"Q36096\",\n\t\t\"mr\": \"Q1571\",\n\t\t\"mrh\": \"Q4175893\",\n\t\t\"mrj\": \"Q1776032\",\n\t\t\"ms\": \"Q9237\",\n\t\t\"ms-my\": \"Q15065\",\n\t\t\"mt\": \"Q9166\",\n\t\t\"mui\": \"Q615660\",\n\t\t\"mun-pro\": \"Q105102373\",\n\t\t\"mus\": \"Q523014\",\n\t\t\"mwl\": \"Q13330\",\n\t\t\"mwr\": \"Q56312\",\n\t\t\"mwv\": \"Q13365\",\n\t\t\"my\": \"Q9228\",\n\t\t\"myv\": \"Q29952\",\n\t\t\"mzn\": \"Q13356\",\n\t\t\"na\": \"Q13307\",\n\t\t\"nah\": \"Q13300\",\n\t\t\"nan\": \"Q36495\",\n\t\t\"nap\": \"Q33845\",\n\t\t\"nb\": \"Q25167\",\n\t\t\"nds\": \"Q25433\",\n\t\t\"ne\": \"Q33823\",\n\t\t\"new\": \"Q33979\",\n\t\t\"ng\": \"Q33900\",\n\t\t\"nia\": \"Q2407831\",\n\t\t\"nij\": \"Q2992872\",\n\t\t\"niu\": \"Q33790\",\n\t\t\"nl\": \"Q7411\",\n\t\t\"nn\": \"Q25164\",\n\t\t\"nn-hognorsk\": \"Q1420587\",\n\t\t\"no\": \"Q9043\",\n\t\t\"nod\": \"Q565110\",\n\t\t\"nog\": \"Q33871\",\n\t\t\"non\": \"Q35505\",\n\t\t\"nov\": \"Q36738\",\n\t\t\"nqo\": \"Q18546266\",\n\t\t\"nr\": \"Q36785\",\n\t\t\"nrf\": \"Q33850\",\n\t\t\"nrf-gg\": \"Q56428\",\n\t\t\"nrf-je\": \"Q56430\",\n\t\t\"nrm\": \"Q33850\",\n\t\t\"nsk\": \"Q1704302\",\n\t\t\"nso\": \"Q33890\",\n\t\t\"nub-pro\": \"Q116773246\",\n\t\t\"nui\": \"Q36459\",\n\t\t\"nv\": \"Q13310\",\n\t\t\"nxm\": \"Q35761\",\n\t\t\"ny\": \"Q33273\",\n\t\t\"nys\": \"Q7049771\",\n\t\t\"oak\": \"Q107548681\",\n\t\t\"oc\": \"Q14185\",\n\t\t\"ojb\": \"Q33875\",\n\t\t\"olo\": \"Q36584\",\n\t\t\"om\": \"Q33864\",\n\t\t\"omq-pro\": \"Q28663860\",\n\t\t\"ood\": \"Q2393095\",\n\t\t\"or\": \"Q33810\",\n\t\t\"os\": \"Q33968\",\n\t\t\"osa\": \"Q2600085\",\n\t\t\"ota\": \"Q36730\",\n\t\t\"otk\": \"Q34988\",\n\t\t\"oto-pro\": \"Q116773252\",\n\t\t\"ovd\": \"Q254950\",\n\t\t\"pad\": \"Q389827\",\n\t\t\"pag\": \"Q33879\",\n\t\t\"pam\": \"Q36121\",\n\t\t\"pap\": \"Q33856\",\n\t\t\"pcd\": \"Q34024\",\n\t\t\"pdc\": \"Q22711\",\n\t\t\"pdt\": \"Q1751432\",\n\t\t\"peo\": \"Q35225\",\n\t\t\"pfl\": \"Q23014\",\n\t\t\"phi-pro\": \"Q18204898\",\n\t\t\"phn\": \"Q36734\",\n\t\t\"pi\": \"Q36727\",\n\t\t\"pih\": \"Q36554\",\n\t\t\"pis\": \"Q36699\",\n\t\t\"pjt\": \"Q2982063\",\n\t\t\"pko\": \"Q36323\",\n\t\t\"pks\": \"Q22964057\",\n\t\t\"pl\": \"Q809\",\n\t\t\"pms\": \"Q15085\",\n\t\t\"pmy\": \"Q12473446\",\n\t\t\"pnt\": \"Q36748\",\n\t\t\"pox\": \"Q36741\",\n\t\t\"poz-cet-pro\": \"Q113992943\",\n\t\t\"poz-mly-pro\": \"Q98057728\",\n\t\t\"poz-oce-pro\": \"Q141741\",\n\t\t\"poz-pep-pro\": \"Q113988745\",\n\t\t\"poz-pnp-pro\": \"Q113988746\",\n\t\t\"poz-pol-pro\": \"Q1658709\",\n\t\t\"poz-pro\": \"Q3832960\",\n\t\t\"ppl\": \"Q1186896\",\n\t\t\"ppu\": \"Q2094884\",\n\t\t\"pqe-pro\": \"Q113992941\",\n\t\t\"prg\": \"Q35501\",\n\t\t\"ps\": \"Q58680\",\n\t\t\"pt\": \"Q5146\",\n\t\t\"pua\": \"Q36803\",\n\t\t\"pwn\": \"Q715755\",\n\t\t\"pyu\": \"Q716690\",\n\t\t\"qu\": \"Q5218\",\n\t\t\"quc\": \"Q36494\",\n\t\t\"qug\": \"Q1740805\",\n\t\t\"qwe-pro\": \"Q5575757\",\n\t\t\"qwh\": \"Q6094343\",\n\t\t\"qxp\": \"Q7260479\",\n\t\t\"qya\": \"Q56383\",\n\t\t\"rar\": \"Q36745\",\n\t\t\"rcf\": \"Q13198\",\n\t\t\"rgn\": \"Q1641543\",\n\t\t\"rif\": \"Q34174\",\n\t\t\"rki\": \"Q3450749\",\n\t\t\"rkt\": \"Q3241618\",\n\t\t\"rm\": \"Q13199\",\n\t\t\"rm-rumgr\": \"Q688873\",\n\t\t\"rmc\": \"Q5045611\",\n\t\t\"rmf\": \"Q2093214\",\n\t\t\"rmy\": \"Q13201\",\n\t\t\"rn\": \"Q33583\",\n\t\t\"ro\": \"Q7913\",\n\t\t\"ru\": \"Q7737\",\n\t\t\"ru-sib\": \"Q1194341\",\n\t\t\"rue\": \"Q26245\",\n\t\t\"rup\": \"Q29316\",\n\t\t\"ruq\": \"Q13358\",\n\t\t\"rw\": \"Q33573\",\n\t\t\"rwr\": \"Q65455884\",\n\t\t\"ryu\": \"Q34233\",\n\t\t\"sa\": \"Q11059\",\n\t\t\"sah\": \"Q34299\",\n\t\t\"sai-par\": \"Q16890038\",\n\t\t\"sat\": \"Q33965\",\n\t\t\"sc\": \"Q33976\",\n\t\t\"scn\": \"Q33973\",\n\t\t\"sco\": \"Q14549\",\n\t\t\"sd\": \"Q33997\",\n\t\t\"sdc\": \"Q845441\",\n\t\t\"sdh\": \"Q1496597\",\n\t\t\"se\": \"Q33947\",\n\t\t\"sei\": \"Q36583\",\n\t\t\"sem-pro\": \"Q1658554\",\n\t\t\"sem-x-taymanit\": \"Q24912301\",\n\t\t\"ses\": \"Q35655\",\n\t\t\"sg\": \"Q33954\",\n\t\t\"sgh\": \"Q34053\",\n\t\t\"sgh-ba\": \"Q33256\",\n\t\t\"sgh-kh\": \"Q2562249\",\n\t\t\"sgh-oro\": \"Q3356620\",\n\t\t\"sgh-ro\": \"Q3356620\",\n\t\t\"sgh-ru\": \"Q2597566\",\n\t\t\"sh\": \"Q9301\",\n\t\t\"shi\": \"Q34152\",\n\t\t\"shn\": \"Q56482\",\n\t\t\"shy\": \"Q33274\",\n\t\t\"si\": \"Q13267\",\n\t\t\"sid\": \"Q33786\",\n\t\t\"simple\": \"Q21480034\",\n\t\t\"sio-pro\": \"Q114784693\",\n\t\t\"sit-nas-pro\": \"Q136457229\",\n\t\t\"sit-pro\": \"Q24839178\",\n\t\t\"sit-tam-pro\": \"Q117469295\",\n\t\t\"sjd\": \"Q33656\",\n\t\t\"sje\": \"Q56314\",\n\t\t\"sjm\": \"Q3287253\",\n\t\t\"sjn\": \"Q56437\",\n\t\t\"sjt\": \"Q36656\",\n\t\t\"sju\": \"Q56415\",\n\t\t\"sk\": \"Q9058\",\n\t\t\"skr\": \"Q33902\",\n\t\t\"sl\": \"Q9063\",\n\t\t\"sla-pro\": \"Q747537\",\n\t\t\"sli\": \"Q152965\",\n\t\t\"sm\": \"Q34011\",\n\t\t\"sma\": \"Q13293\",\n\t\t\"smi-pro\": \"Q7251862\",\n\t\t\"smj\": \"Q56322\",\n\t\t\"smn\": \"Q33462\",\n\t\t\"sms\": \"Q13271\",\n\t\t\"sn\": \"Q34004\",\n\t\t\"so\": \"Q13275\",\n\t\t\"sou\": \"Q56508\",\n\t\t\"sq\": \"Q8748\",\n\t\t\"sqj-pro\": \"Q18210846\",\n\t\t\"sr\": \"Q9299\",\n\t\t\"sr-cyrl\": \"Q21161942\",\n\t\t\"sr-ec\": \"Q21161942\",\n\t\t\"sr-el\": \"Q21161949\",\n\t\t\"sr-latn\": \"Q21161949\",\n\t\t\"srh\": \"Q33873\",\n\t\t\"srn\": \"Q33989\",\n\t\t\"srq\": \"Q3027953\",\n\t\t\"ss\": \"Q34014\",\n\t\t\"ssf\": \"Q676492\",\n\t\t\"st\": \"Q34340\",\n\t\t\"sth\": \"Q36705\",\n\t\t\"stq\": \"Q27154\",\n\t\t\"sty\": \"Q4418344\",\n\t\t\"su\": \"Q34002\",\n\t\t\"sv\": \"Q9027\",\n\t\t\"sw\": \"Q7838\",\n\t\t\"sxr\": \"Q716599\",\n\t\t\"syc\": \"Q33538\",\n\t\t\"syl\": \"Q2044560\",\n\t\t\"szl\": \"Q30319\",\n\t\t\"szy\": \"Q718269\",\n\t\t\"ta\": \"Q5885\",\n\t\t\"tai-pro\": \"Q6583709\",\n\t\t\"tao\": \"Q715760\",\n\t\t\"tar\": \"Q36807\",\n\t\t\"tay\": \"Q715766\",\n\t\t\"tbq-lob-pro\": \"Q116773224\",\n\t\t\"tbq-pro\": \"Q7251864\",\n\t\t\"tce\": \"Q31091048\",\n\t\t\"tcy\": \"Q34251\",\n\t\t\"te\": \"Q8097\",\n\t\t\"tek\": \"Q2802914\",\n\t\t\"tet\": \"Q34125\",\n\t\t\"tg\": \"Q9260\",\n\t\t\"th\": \"Q9217\",\n\t\t\"ti\": \"Q34124\",\n\t\t\"tji\": \"Q12953229\",\n\t\t\"tk\": \"Q9267\",\n\t\t\"tk-arab\": \"Q136643862\",\n\t\t\"tl\": \"Q34057\",\n\t\t\"tlh\": \"Q10134\",\n\t\t\"tli\": \"Q27792\",\n\t\t\"tly\": \"Q34318\",\n\t\t\"tn\": \"Q34137\",\n\t\t\"to\": \"Q34094\",\n\t\t\"tok\": \"Q36846\",\n\t\t\"tpi\": \"Q34159\",\n\t\t\"tr\": \"Q256\",\n\t\t\"trk-pro\": \"Q3657773\",\n\t\t\"tru\": \"Q34040\",\n\t\t\"trv\": \"Q716686\",\n\t\t\"ts\": \"Q34327\",\n\t\t\"tsg\": \"Q34142\",\n\t\t\"tsk\": \"Q11159532\",\n\t\t\"tsu\": \"Q716681\",\n\t\t\"tt\": \"Q25285\",\n\t\t\"ttm\": \"Q20822\",\n\t\t\"tu\": \"Q56240\",\n\t\t\"tum\": \"Q34138\",\n\t\t\"tuo\": \"Q3541834\",\n\t\t\"tup\": \"Q56944\",\n\t\t\"tuw-pro\": \"Q85872335\",\n\t\t\"tvl\": \"Q34055\",\n\t\t\"tvn\": \"Q7689158\",\n\t\t\"tvx\": \"Q1975271\",\n\t\t\"tw\": \"Q36850\",\n\t\t\"ty\": \"Q34128\",\n\t\t\"tyv\": \"Q34119\",\n\t\t\"tzh\": \"Q36808\",\n\t\t\"tzl\": \"Q1063911\",\n\t\t\"tzm\": \"Q49741\",\n\t\t\"udm\": \"Q13238\",\n\t\t\"ug\": \"Q13263\",\n\t\t\"ug-arab\": \"Q22338135\",\n\t\t\"ug-latn\": \"Q22338145\",\n\t\t\"uk\": \"Q8798\",\n\t\t\"umu\": \"Q56547\",\n\t\t\"unm\": \"Q2665761\",\n\t\t\"urh\": \"Q36663\",\n\t\t\"urj-fin-pro\": \"Q11883720\",\n\t\t\"urj-fpr-pro\": \"Q2499870\",\n\t\t\"urj-koo\": \"Q86679962\",\n\t\t\"urj-pro\": \"Q288765\",\n\t\t\"uun\": \"Q36435\",\n\t\t\"uz\": \"Q9264\",\n\t\t\"uzs\": \"Q1066787\",\n\t\t\"var\": \"Q10974017\",\n\t\t\"ve\": \"Q32704\",\n\t\t\"vec\": \"Q32724\",\n\t\t\"vep\": \"Q32747\",\n\t\t\"vi\": \"Q9199\",\n\t\t\"vls\": \"Q100103\",\n\t\t\"vmf\": \"Q497345\",\n\t\t\"vo\": \"Q36986\",\n\t\t\"vot\": \"Q32858\",\n\t\t\"wa\": \"Q3565518\",\n\t\t\"wal\": \"Q36943\",\n\t\t\"war\": \"Q34279\",\n\t\t\"wbl\": \"Q34208\",\n\t\t\"wen\": \"Q25442\",\n\t\t\"wls\": \"Q36979\",\n\t\t\"wo\": \"Q34257\",\n\t\t\"wuu\": \"Q34290\",\n\t\t\"wya\": \"Q3567223\",\n\t\t\"wym\": \"Q56485\",\n\t\t\"xal\": \"Q33634\",\n\t\t\"xgn-pro\": \"Q2493677\",\n\t\t\"xh\": \"Q13218\",\n\t\t\"xme-ttc-pro\": \"Q122973870\",\n\t\t\"xmf\": \"Q13359\",\n\t\t\"xnb\": \"Q172244\",\n\t\t\"xpu\": \"Q535958\",\n\t\t\"xsy\": \"Q716695\",\n\t\t\"yah\": \"Q34186\",\n\t\t\"yai\": \"Q34247\",\n\t\t\"yap\": \"Q34029\",\n\t\t\"yaq\": \"Q34191\",\n\t\t\"yav\": \"Q12953315\",\n\t\t\"ydg\": \"Q34179\",\n\t\t\"yec\": \"Q1365342\",\n\t\t\"yi\": \"Q8641\",\n\t\t\"yo\": \"Q34311\",\n\t\t\"yoi\": \"Q34243\",\n\t\t\"yrk\": \"Q36452\",\n\t\t\"yrl\": \"Q34333\",\n\t\t\"yua\": \"Q13354\",\n\t\t\"yue\": \"Q7033959\",\n\t\t\"yum\": \"Q3573199\",\n\t\t\"za\": \"Q13216\",\n\t\t\"zea\": \"Q237409\",\n\t\t\"zgh\": \"Q7598268\",\n\t\t\"zh\": \"Q7850\",\n\t\t\"zh-cn\": \"Q24841726\",\n\t\t\"zh-hans\": \"Q13414913\",\n\t\t\"zh-hans-cn\": \"Q24841726\",\n \"zh-hans-sg\": \"Q1048980\",\n \"zh-hans-my\": \"Q13646143\",\n\t\t\"zh-hant\": \"Q18130932\",\n\t\t\"zh-hant-hk\": \"Q100148307\",\n\t\t\"zh-hant-mo\": \"Q64427357\",\n\t\t\"zh-hant-tw\": \"Q4380827\",\n\t\t\"zh-hk\": \"Q100148307\",\n\t\t\"zh-min-nan\": \"Q36495\",\n\t\t\"zh-mo\": \"Q64427357\",\n \"zh-my\": \"Q13646143\",\n \"zh-sg\": \"Q1048980\",\n\t\t\"zh-tw\": \"Q4380827\",\n\t\t\"zh-yue\": \"Q7033959\",\n\t\t\"zu\": \"Q10179\",\n\t\t\"zun\": \"Q10188\",\n\t};\n\t\n\tif (list[Z29649K1.Z60K1]==undefined){\n\t\tWikifunctions.Error(\"Z36589\",[Z29649K1.Z60K1,\"Z29680 \"]);\n\t}\n\n\treturn { Z1K1: { Z1K1: \"Z9\", Z9K1: \"Z6091\" }, Z6091K1: list[Z29649K1.Z60K1] };\n}\n" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Wikidata reference from language, hardcoded SPARQL" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "https://w.wiki/JC6i" } ] } } 0hrfjujb0oqzu60nxtywzmqad0hh7q1 284792 284780 2026-06-20T16:05:01Z Dv103 11127 added láadan to hardcoded list 284792 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29680" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29649", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z29649( Z29649K1 ) {\n\tlet list = {\n\t\t\"aa\": \"Q27811\",\n\t\t\"ab\": \"Q5111\",\n\t\t\"abe\": \"Q197936\",\n\t\t\"abq\": \"Q27567\",\n\t\t\"abs\": \"Q3124354\",\n\t\t\"ace\": \"Q27683\",\n\t\t\"acf\": \"Q3006285\",\n\t\t\"acm\": \"Q56232\",\n\t\t\"adx\": \"Q56509\",\n\t\t\"ady\": \"Q27776\",\n\t\t\"af\": \"Q14196\",\n\t\t\"afa-pro\": \"Q269125\",\n\t\t\"agq\": \"Q34737\",\n\t\t\"ain\": \"Q27969\",\n\t\t\"ajp\": \"Q55633582\",\n\t\t\"ak\": \"Q28026\",\n\t\t\"akl\": \"Q8773\",\n\t\t\"akz\": \"Q1815020\",\n\t\t\"alg-pro\": \"Q7251834\",\n\t\t\"aln\": \"Q181037\",\n\t\t\"als\": \"Q387066\",\n\t\t\"alt\": \"Q1991779\",\n\t\t\"am\": \"Q28244\",\n\t\t\"ami\": \"Q35132\",\n\t\t\"amr\": \"Q35128\",\n\t\t\"an\": \"Q8765\",\n\t\t\"ang\": \"Q42365\",\n\t\t\"anp\": \"Q28378\",\n\t\t\"aoc\": \"Q10729616\",\n\t\t\"apc\": \"Q56593\",\n\t\t\"aql-pro\": \"Q96400333\",\n\t\t\"ar\": \"Q13955\",\n\t\t\"arn\": \"Q33730\",\n\t\t\"aro\": \"Q958414\",\n\t\t\"arq\": \"Q56499\",\n\t\t\"art-blt\": \"Q108055510\",\n\t\t\"art-bsp\": \"Q686210\",\n\t\t\"art-vlh\": \"Q64483808\",\n\t\t\"ary\": \"Q56426\",\n\t\t\"arz\": \"Q29919\",\n\t\t\"as\": \"Q29401\",\n\t\t\"ase\": \"Q14759\",\n\t\t\"ast\": \"Q29507\",\n\t\t\"ath-pro\": \"Q104841722\",\n\t\t\"atj\": \"Q56590\",\n\t\t\"av\": \"Q29561\",\n\t\t\"avk\": \"Q1377116\",\n\t\t\"awa\": \"Q29579\",\n\t\t\"ay\": \"Q4627\",\n\t\t\"az\": \"Q9292\",\n\t\t\"azb\": \"Q3449805\",\n\t\t\"ba\": \"Q13389\",\n\t\t\"bal\": \"Q33049\",\n\t\t\"ban\": \"Q33070\",\n\t\t\"bar\": \"Q29540\",\n\t\t\"bat-pro\": \"Q4375732\",\n\t\t\"bat-smg\": \"Q213434\",\n\t\t\"bbc\": \"Q33017\",\n\t\t\"bcl\": \"Q33284\",\n\t\t\"bdr\": \"Q2880037\",\n\t\t\"be\": \"Q9091\",\n\t\t\"bej\": \"Q33025\",\n\t\t\"bfi\": \"Q33000\",\n\t\t\"bfq\": \"Q33205\",\n\t\t\"bg\": \"Q7918\",\n\t\t\"bh\": \"Q33268\",\n\t\t\"bho\": \"Q33268\",\n\t\t\"bi\": \"Q35452\",\n\t\t\"bjn\": \"Q33151\",\n\t\t\"bla\": \"Q33060\",\n\t\t\"blk\": \"Q7121294\",\n\t\t\"bm\": \"Q33243\",\n\t\t\"bn\": \"Q9610\",\n\t\t\"bnn\": \"Q56505\",\n\t\t\"bnt-mpi\": \"Q93937013\",\n\t\t\"bnt-pro\": \"Q3408025\",\n\t\t\"bo\": \"Q34271\",\n\t\t\"bpy\": \"Q37059\",\n\t\t\"bqi\": \"Q257829\",\n\t\t\"br\": \"Q12107\",\n\t\t\"brh\": \"Q33202\",\n\t\t\"brx\": \"Q33223\",\n\t\t\"bsa\": \"Q56648\",\n\t\t\"bsk\": \"Q216286\",\n\t\t\"bss\": \"Q34806\",\n\t\t\"btk-pro\": \"Q116773191\",\n\t\t\"btm\": \"Q2891049\",\n\t\t\"bto\": \"Q12633026\",\n\t\t\"bug\": \"Q33190\",\n\t\t\"bxr\": \"Q16116629\",\n\t\t\"byq\": \"Q716647\",\n\t\t\"bzg\": \"Q716615\",\n\t\t\"bzs\": \"Q3436689\",\n\t\t\"ca\": \"Q7026\",\n\t\t\"ca-valencia\": \"Q32641\",\n\t\t\"ca-x-old\": \"Q15478520\",\n\t\t\"cak\": \"Q35115\",\n\t\t\"cal\": \"Q28427\",\n\t\t\"cbk-zam\": \"Q33281\",\n\t\t\"ccp\": \"Q32952\",\n\t\t\"cdo\": \"Q36455\",\n\t\t\"ce\": \"Q33350\",\n\t\t\"ceb\": \"Q33239\",\n\t\t\"cel-bry-pro\": \"Q56648796\",\n\t\t\"cel-pro\": \"Q653649\",\n\t\t\"cel-x-combrit\": \"Q1248800\",\n\t\t\"cgc\": \"Q6346422\",\n\t\t\"ch\": \"Q33262\",\n\t\t\"chn\": \"Q35173\",\n\t\t\"cho\": \"Q32979\",\n\t\t\"chr\": \"Q33388\",\n\t\t\"chy\": \"Q33265\",\n\t\t\"ckb\": \"Q36811\",\n\t\t\"ckt\": \"Q33170\",\n\t\t\"ckv\": \"Q716627\",\n\t\t\"clc\": \"Q28535\",\n\t\t\"cnh\": \"Q3250286\",\n\t\t\"cnr\": \"Q8821\",\n\t\t\"co\": \"Q33111\",\n\t\t\"cop\": \"Q36155\",\n\t\t\"cpx\": \"Q56583\",\n\t\t\"cr\": \"Q33390\",\n\t\t\"crh\": \"Q33357\",\n\t\t\"crl\": \"Q12642195\",\n\t\t\"crs\": \"Q34015\",\n\t\t\"cs\": \"Q9056\",\n\t\t\"csb\": \"Q33690\",\n\t\t\"ctg\": \"Q33173\",\n\t\t\"ctu\": \"Q35179\",\n\t\t\"cu\": \"Q33251\",\n\t\t\"cv\": \"Q33348\",\n\t\t\"cy\": \"Q9309\",\n\t\t\"da\": \"Q9035\",\n\t\t\"dag\": \"Q32238\",\n\t\t\"dar\": \"Q32332\",\n\t\t\"de\": \"Q188\",\n\t\t\"de-at\": \"Q306626\",\n\t\t\"de-ch\": \"Q1366643\",\n\t\t\"din\": \"Q56466\",\n\t\t\"diq\": \"Q10199\",\n\t\t\"dlm\": \"Q35527\",\n\t\t\"dra-pro\": \"Q1702853\",\n\t\t\"dru\": \"Q49232\",\n\t\t\"dsb\": \"Q13286\",\n\t\t\"dtp\": \"Q5317225\",\n\t\t\"dty\": \"Q18415595\",\n\t\t\"dua\": \"Q33013\",\n\t\t\"dv\": \"Q32656\",\n\t\t\"dz\": \"Q33081\",\n\t\t\"ee\": \"Q30005\",\n\t\t\"efi\": \"Q35377\",\n\t\t\"egl\": \"Q1057898\",\n\t\t\"egy-x-demotic\": \"Q36765\",\n\t\t\"egy-x-late\": \"Q1852329\",\n\t\t\"egy-x-middle\": \"Q657330\",\n\t\t\"egy-x-old\": \"Q447117\",\n\t\t\"el\": \"Q36510\",\n\t\t\"eml\": \"Q242648\",\n\t\t\"en\": \"Q1860\",\n\t\t\"en-au\": \"Q44679\",\n\t\t\"en-ca\": \"Q44676\",\n\t\t\"en-gb\": \"Q7979\",\n\t\t\"en-simple\": \"Q21480034\",\n\t\t\"en-us\": \"Q7976\",\n\t\t\"en-x-simple\": \"Q21480034\",\n\t\t\"enm\": \"Q36395\",\n\t\t\"eo\": \"Q143\",\n\t\t\"es\": \"Q1321\",\n\t\t\"es-formal\": \"Q64427343\",\n\t\t\"esu\": \"Q21117\",\n\t\t\"esx-esk-pro\": \"Q7251842\",\n\t\t\"esx-inu-pro\": \"Q60785588\",\n\t\t\"et\": \"Q9072\",\n\t\t\"ett\": \"Q35726\",\n\t\t\"eu\": \"Q8752\",\n\t\t\"ext\": \"Q30007\",\n\t\t\"eya\": \"Q27480\",\n\t\t\"fa\": \"Q9168\",\n\t\t\"fa-af\": \"Q178440\",\n\t\t\"fa-cls\": \"Q131287560\",\n\t\t\"ff\": \"Q33454\",\n\t\t\"fi\": \"Q1412\",\n\t\t\"fit\": \"Q13357\",\n\t\t\"fiu-vro\": \"Q32762\",\n\t\t\"fj\": \"Q33295\",\n\t\t\"fkv\": \"Q165795\",\n\t\t\"fo\": \"Q25258\",\n\t\t\"fon\": \"Q33291\",\n\t\t\"fos\": \"Q716604\",\n\t\t\"fr\": \"Q150\",\n\t\t\"fr-x-nrm\": \"Q33850\",\n\t\t\"frc\": \"Q880301\",\n\t\t\"frm\": \"Q1473289\",\n\t\t\"fro\": \"Q35222\",\n\t\t\"frp\": \"Q15087\",\n\t\t\"frr\": \"Q28224\",\n\t\t\"fuf\": \"Q3915357\",\n\t\t\"fur\": \"Q33441\",\n\t\t\"fy\": \"Q27175\",\n\t\t\"ga\": \"Q9142\",\n\t\t\"gaa\": \"Q33287\",\n\t\t\"gag\": \"Q33457\",\n\t\t\"gan\": \"Q33475\",\n\t\t\"gcf\": \"Q3006280\",\n\t\t\"gcr\": \"Q1363072\",\n\t\t\"gd\": \"Q9314\",\n\t\t\"gez\": \"Q35667\",\n\t\t\"gil\": \"Q30898\",\n\t\t\"gl\": \"Q9307\",\n\t\t\"glk\": \"Q33657\",\n\t\t\"gmh\": \"Q837985\",\n\t\t\"gml\": \"Q505674\",\n\t\t\"gmw-pro\": \"Q13138608\",\n\t\t\"gn\": \"Q35876\",\n\t\t\"goh\": \"Q35218\",\n\t\t\"gom\": \"Q5575236\",\n\t\t\"gor\": \"Q2501174\",\n\t\t\"got\": \"Q35722\",\n\t\t\"gpe\": \"Q5555465\",\n\t\t\"grc\": \"Q35497\",\n\t\t\"gsg\": \"Q33282\",\n\t\t\"gsw\": \"Q131339\",\n\t\t\"gsw-fr\": \"Q8786\",\n\t\t\"gu\": \"Q5137\",\n\t\t\"guc\": \"Q891085\",\n\t\t\"guw\": \"Q3111668\",\n\t\t\"gv\": \"Q12175\",\n\t\t\"ha\": \"Q56475\",\n\t\t\"hai\": \"Q33303\",\n\t\t\"hak\": \"Q33375\",\n\t\t\"haw\": \"Q33569\",\n\t\t\"hbo\": \"Q1982248\",\n\t\t\"he\": \"Q9288\",\n\t\t\"hif\": \"Q46728\",\n\t\t\"hil\": \"Q35978\",\n\t\t\"hmx-pro\": \"Q7251846\",\n\t\t\"hno\": \"Q382273\",\n\t\t\"ho\": \"Q33617\",\n\t\t\"hoc\": \"Q33270\",\n\t\t\"hr\": \"Q6654\",\n\t\t\"hrx\": \"Q304049\",\n\t\t\"hsb\": \"Q13248\",\n\t\t\"ht\": \"Q33491\",\n\t\t\"hu\": \"Q9067\",\n\t\t\"hu-formal\": \"Q64427347\",\n\t\t\"hus\": \"Q35573\",\n\t\t\"hy\": \"Q8785\",\n\t\t\"hyw\": \"Q180945\",\n\t\t\"hz\": \"Q33315\",\n\t\t\"ia\": \"Q35934\",\n\t\t\"iba\": \"Q33424\",\n\t\t\"id\": \"Q9240\",\n\t\t\"ie\": \"Q35850\",\n\t\t\"ig\": \"Q33578\",\n\t\t\"ii\": \"Q34235\",\n\t\t\"iir-pro\": \"Q966439\",\n\t\t\"ik\": \"Q27183\",\n\t\t\"ilo\": \"Q35936\",\n\t\t\"inc-obn\": \"Q113559926\",\n\t\t\"inc-ohi\": \"Q48767781\",\n\t\t\"inc-pro\": \"Q23808344\",\n\t\t\"ine-bsl-pro\": \"Q1703347\",\n\t\t\"ine-pro\": \"Q37178\",\n\t\t\"inh\": \"Q33509\",\n\t\t\"io\": \"Q35224\",\n\t\t\"ira-pro\": \"Q4167865\",\n\t\t\"is\": \"Q294\",\n\t\t\"isk\": \"Q33419\",\n\t\t\"it\": \"Q652\",\n\t\t\"itc-pro\": \"Q17102720\",\n\t\t\"iu\": \"Q29921\",\n\t\t\"ja\": \"Q5287\",\n\t\t\"ja-hani\": \"Q53979504\",\n\t\t\"ja-hira\": \"Q53979341\",\n\t\t\"ja-hrkt\": \"Q53979345\",\n\t\t\"ja-kana\": \"Q53979342\",\n\t\t\"jam\": \"Q35939\",\n\t\t\"jax\": \"Q3915769\",\n\t\t\"jbo\": \"Q36350\",\n\t\t\"jpx-pro\": \"Q3924309\",\n\t\t\"jut\": \"Q1340322\",\n\t\t\"jv\": \"Q33549\",\n\t\t\"jv-x-bms\": \"Q33219\",\n\t\t\"ka\": \"Q8108\",\n\t\t\"kaa\": \"Q33541\",\n\t\t\"kab\": \"Q35853\",\n\t\t\"kae\": \"Q2779411\",\n\t\t\"kbd\": \"Q33522\",\n\t\t\"kbg\": \"Q12952626\",\n\t\t\"kbp\": \"Q35475\",\n\t\t\"kcg\": \"Q3912765\",\n\t\t\"kea\": \"Q35963\",\n\t\t\"kg\": \"Q33702\",\n\t\t\"kgp\": \"Q2665734\",\n\t\t\"kha\": \"Q33584\",\n\t\t\"khg\": \"Q56601\",\n\t\t\"khw\": \"Q938216\",\n\t\t\"ki\": \"Q33587\",\n\t\t\"kiu\": \"Q3944007\",\n\t\t\"kj\": \"Q1405077\",\n\t\t\"kjg\": \"Q33335\",\n\t\t\"kjh\": \"Q33575\",\n\t\t\"kjp\": \"Q5330390\",\n\t\t\"kk\": \"Q9252\",\n\t\t\"kk-cn\": \"Q64427349\",\n\t\t\"kk-kz\": \"Q64427350\",\n\t\t\"kk-tr\": \"Q64427352\",\n\t\t\"kl\": \"Q25355\",\n\t\t\"klb\": \"Q3182593\",\n\t\t\"km\": \"Q9205\",\n\t\t\"kmz\": \"Q35373\",\n\t\t\"kn\": \"Q33673\",\n\t\t\"ko\": \"Q9176\",\n\t\t\"koi\": \"Q56318\",\n\t\t\"koy\": \"Q28304\",\n\t\t\"kr\": \"Q36094\",\n\t\t\"krc\": \"Q33714\",\n\t\t\"kri\": \"Q35744\",\n\t\t\"krj\": \"Q33720\",\n\t\t\"krl\": \"Q33557\",\n\t\t\"krx\": \"Q35704\",\n\t\t\"ks\": \"Q33552\",\n\t\t\"ksh\": \"Q32145\",\n\t\t\"ksw\": \"Q56410\",\n\t\t\"ku\": \"Q36368\",\n\t\t\"kum\": \"Q36209\",\n\t\t\"kut\": \"Q33434\",\n\t\t\"kv\": \"Q36126\",\n\t\t\"kvr\": \"Q3195442\",\n\t\t\"kw\": \"Q25289\",\n\t\t\"ky\": \"Q9255\",\n\t\t\"la\": \"Q397\",\n\t\t\"la-x-medieval\": \"Q1163234\",\n\t\t\"la-x-new\": \"Q1248221\",\n\t\t\"lag\": \"Q584983\",\n\t\t\"lb\": \"Q9051\",\n\t\t\"lbe\": \"Q36206\",\n\t\t\"ldn\": \"Q35757\",\n\t\t\"lex\": \"Q6695015\",\n\t\t\"lez\": \"Q31746\",\n\t\t\"lfn\": \"Q146803\",\n\t\t\"lg\": \"Q33368\",\n\t\t\"li\": \"Q102172\",\n\t\t\"lij\": \"Q36106\",\n\t\t\"liv\": \"Q33698\",\n\t\t\"lki\": \"Q56483\",\n\t\t\"lkt\": \"Q33537\",\n\t\t\"lld\": \"Q36202\",\n\t\t\"lmo\": \"Q33754\",\n\t\t\"ln\": \"Q36217\",\n\t\t\"lo\": \"Q9211\",\n\t\t\"loz\": \"Q33628\",\n\t\t\"lrc\": \"Q19933293\",\n\t\t\"lt\": \"Q9083\",\n\t\t\"ltg\": \"Q36212\",\n\t\t\"lua\": \"Q34173\",\n\t\t\"lus\": \"Q36147\",\n\t\t\"luz\": \"Q12952748\",\n\t\t\"lv\": \"Q9078\",\n\t\t\"lvk\": \"Q770547\",\n\t\t\"lzh\": \"Q37041\",\n\t\t\"lzz\": \"Q1160372\",\n\t\t\"mad\": \"Q36213\",\n\t\t\"mai\": \"Q36109\",\n\t\t\"map-bms\": \"Q33219\",\n\t\t\"map-pro\": \"Q49230\",\n\t\t\"maz\": \"Q36228\",\n\t\t\"mdf\": \"Q13343\",\n\t\t\"mfe\": \"Q33661\",\n\t\t\"mfy\": \"Q56729\",\n\t\t\"mg\": \"Q7930\",\n\t\t\"mh\": \"Q36280\",\n\t\t\"mhr\": \"Q3906614\",\n\t\t\"mi\": \"Q36451\",\n\t\t\"mic\": \"Q13321\",\n\t\t\"min\": \"Q13324\",\n\t\t\"miq\": \"Q1516803\",\n\t\t\"mis-x-Q2417210\": \"Q2417210\",\n\t\t\"mis-xnu\": \"Q10901674\",\n\t\t\"mk\": \"Q9296\",\n\t\t\"ml\": \"Q36236\",\n\t\t\"mn\": \"Q9246\",\n\t\t\"mnc\": \"Q33638\",\n\t\t\"mni\": \"Q33868\",\n\t\t\"mnw\": \"Q13349\",\n\t\t\"mnw-pi\": \"Q100271134\",\n\t\t\"moe\": \"Q13351\",\n\t\t\"mos\": \"Q36096\",\n\t\t\"mr\": \"Q1571\",\n\t\t\"mrh\": \"Q4175893\",\n\t\t\"mrj\": \"Q1776032\",\n\t\t\"ms\": \"Q9237\",\n\t\t\"ms-my\": \"Q15065\",\n\t\t\"mt\": \"Q9166\",\n\t\t\"mui\": \"Q615660\",\n\t\t\"mun-pro\": \"Q105102373\",\n\t\t\"mus\": \"Q523014\",\n\t\t\"mwl\": \"Q13330\",\n\t\t\"mwr\": \"Q56312\",\n\t\t\"mwv\": \"Q13365\",\n\t\t\"my\": \"Q9228\",\n\t\t\"myv\": \"Q29952\",\n\t\t\"mzn\": \"Q13356\",\n\t\t\"na\": \"Q13307\",\n\t\t\"nah\": \"Q13300\",\n\t\t\"nan\": \"Q36495\",\n\t\t\"nap\": \"Q33845\",\n\t\t\"nb\": \"Q25167\",\n\t\t\"nds\": \"Q25433\",\n\t\t\"ne\": \"Q33823\",\n\t\t\"new\": \"Q33979\",\n\t\t\"ng\": \"Q33900\",\n\t\t\"nia\": \"Q2407831\",\n\t\t\"nij\": \"Q2992872\",\n\t\t\"niu\": \"Q33790\",\n\t\t\"nl\": \"Q7411\",\n\t\t\"nn\": \"Q25164\",\n\t\t\"nn-hognorsk\": \"Q1420587\",\n\t\t\"no\": \"Q9043\",\n\t\t\"nod\": \"Q565110\",\n\t\t\"nog\": \"Q33871\",\n\t\t\"non\": \"Q35505\",\n\t\t\"nov\": \"Q36738\",\n\t\t\"nqo\": \"Q18546266\",\n\t\t\"nr\": \"Q36785\",\n\t\t\"nrf\": \"Q33850\",\n\t\t\"nrf-gg\": \"Q56428\",\n\t\t\"nrf-je\": \"Q56430\",\n\t\t\"nrm\": \"Q33850\",\n\t\t\"nsk\": \"Q1704302\",\n\t\t\"nso\": \"Q33890\",\n\t\t\"nub-pro\": \"Q116773246\",\n\t\t\"nui\": \"Q36459\",\n\t\t\"nv\": \"Q13310\",\n\t\t\"nxm\": \"Q35761\",\n\t\t\"ny\": \"Q33273\",\n\t\t\"nys\": \"Q7049771\",\n\t\t\"oak\": \"Q107548681\",\n\t\t\"oc\": \"Q14185\",\n\t\t\"ojb\": \"Q33875\",\n\t\t\"olo\": \"Q36584\",\n\t\t\"om\": \"Q33864\",\n\t\t\"omq-pro\": \"Q28663860\",\n\t\t\"ood\": \"Q2393095\",\n\t\t\"or\": \"Q33810\",\n\t\t\"os\": \"Q33968\",\n\t\t\"osa\": \"Q2600085\",\n\t\t\"ota\": \"Q36730\",\n\t\t\"otk\": \"Q34988\",\n\t\t\"oto-pro\": \"Q116773252\",\n\t\t\"ovd\": \"Q254950\",\n\t\t\"pad\": \"Q389827\",\n\t\t\"pag\": \"Q33879\",\n\t\t\"pam\": \"Q36121\",\n\t\t\"pap\": \"Q33856\",\n\t\t\"pcd\": \"Q34024\",\n\t\t\"pdc\": \"Q22711\",\n\t\t\"pdt\": \"Q1751432\",\n\t\t\"peo\": \"Q35225\",\n\t\t\"pfl\": \"Q23014\",\n\t\t\"phi-pro\": \"Q18204898\",\n\t\t\"phn\": \"Q36734\",\n\t\t\"pi\": \"Q36727\",\n\t\t\"pih\": \"Q36554\",\n\t\t\"pis\": \"Q36699\",\n\t\t\"pjt\": \"Q2982063\",\n\t\t\"pko\": \"Q36323\",\n\t\t\"pks\": \"Q22964057\",\n\t\t\"pl\": \"Q809\",\n\t\t\"pms\": \"Q15085\",\n\t\t\"pmy\": \"Q12473446\",\n\t\t\"pnt\": \"Q36748\",\n\t\t\"pox\": \"Q36741\",\n\t\t\"poz-cet-pro\": \"Q113992943\",\n\t\t\"poz-mly-pro\": \"Q98057728\",\n\t\t\"poz-oce-pro\": \"Q141741\",\n\t\t\"poz-pep-pro\": \"Q113988745\",\n\t\t\"poz-pnp-pro\": \"Q113988746\",\n\t\t\"poz-pol-pro\": \"Q1658709\",\n\t\t\"poz-pro\": \"Q3832960\",\n\t\t\"ppl\": \"Q1186896\",\n\t\t\"ppu\": \"Q2094884\",\n\t\t\"pqe-pro\": \"Q113992941\",\n\t\t\"prg\": \"Q35501\",\n\t\t\"ps\": \"Q58680\",\n\t\t\"pt\": \"Q5146\",\n\t\t\"pua\": \"Q36803\",\n\t\t\"pwn\": \"Q715755\",\n\t\t\"pyu\": \"Q716690\",\n\t\t\"qu\": \"Q5218\",\n\t\t\"quc\": \"Q36494\",\n\t\t\"qug\": \"Q1740805\",\n\t\t\"qwe-pro\": \"Q5575757\",\n\t\t\"qwh\": \"Q6094343\",\n\t\t\"qxp\": \"Q7260479\",\n\t\t\"qya\": \"Q56383\",\n\t\t\"rar\": \"Q36745\",\n\t\t\"rcf\": \"Q13198\",\n\t\t\"rgn\": \"Q1641543\",\n\t\t\"rif\": \"Q34174\",\n\t\t\"rki\": \"Q3450749\",\n\t\t\"rkt\": \"Q3241618\",\n\t\t\"rm\": \"Q13199\",\n\t\t\"rm-rumgr\": \"Q688873\",\n\t\t\"rmc\": \"Q5045611\",\n\t\t\"rmf\": \"Q2093214\",\n\t\t\"rmy\": \"Q13201\",\n\t\t\"rn\": \"Q33583\",\n\t\t\"ro\": \"Q7913\",\n\t\t\"ru\": \"Q7737\",\n\t\t\"ru-sib\": \"Q1194341\",\n\t\t\"rue\": \"Q26245\",\n\t\t\"rup\": \"Q29316\",\n\t\t\"ruq\": \"Q13358\",\n\t\t\"rw\": \"Q33573\",\n\t\t\"rwr\": \"Q65455884\",\n\t\t\"ryu\": \"Q34233\",\n\t\t\"sa\": \"Q11059\",\n\t\t\"sah\": \"Q34299\",\n\t\t\"sai-par\": \"Q16890038\",\n\t\t\"sat\": \"Q33965\",\n\t\t\"sc\": \"Q33976\",\n\t\t\"scn\": \"Q33973\",\n\t\t\"sco\": \"Q14549\",\n\t\t\"sd\": \"Q33997\",\n\t\t\"sdc\": \"Q845441\",\n\t\t\"sdh\": \"Q1496597\",\n\t\t\"se\": \"Q33947\",\n\t\t\"sei\": \"Q36583\",\n\t\t\"sem-pro\": \"Q1658554\",\n\t\t\"sem-x-taymanit\": \"Q24912301\",\n\t\t\"ses\": \"Q35655\",\n\t\t\"sg\": \"Q33954\",\n\t\t\"sgh\": \"Q34053\",\n\t\t\"sgh-ba\": \"Q33256\",\n\t\t\"sgh-kh\": \"Q2562249\",\n\t\t\"sgh-oro\": \"Q3356620\",\n\t\t\"sgh-ro\": \"Q3356620\",\n\t\t\"sgh-ru\": \"Q2597566\",\n\t\t\"sh\": \"Q9301\",\n\t\t\"shi\": \"Q34152\",\n\t\t\"shn\": \"Q56482\",\n\t\t\"shy\": \"Q33274\",\n\t\t\"si\": \"Q13267\",\n\t\t\"sid\": \"Q33786\",\n\t\t\"simple\": \"Q21480034\",\n\t\t\"sio-pro\": \"Q114784693\",\n\t\t\"sit-nas-pro\": \"Q136457229\",\n\t\t\"sit-pro\": \"Q24839178\",\n\t\t\"sit-tam-pro\": \"Q117469295\",\n\t\t\"sjd\": \"Q33656\",\n\t\t\"sje\": \"Q56314\",\n\t\t\"sjm\": \"Q3287253\",\n\t\t\"sjn\": \"Q56437\",\n\t\t\"sjt\": \"Q36656\",\n\t\t\"sju\": \"Q56415\",\n\t\t\"sk\": \"Q9058\",\n\t\t\"skr\": \"Q33902\",\n\t\t\"sl\": \"Q9063\",\n\t\t\"sla-pro\": \"Q747537\",\n\t\t\"sli\": \"Q152965\",\n\t\t\"sm\": \"Q34011\",\n\t\t\"sma\": \"Q13293\",\n\t\t\"smi-pro\": \"Q7251862\",\n\t\t\"smj\": \"Q56322\",\n\t\t\"smn\": \"Q33462\",\n\t\t\"sms\": \"Q13271\",\n\t\t\"sn\": \"Q34004\",\n\t\t\"so\": \"Q13275\",\n\t\t\"sou\": \"Q56508\",\n\t\t\"sq\": \"Q8748\",\n\t\t\"sqj-pro\": \"Q18210846\",\n\t\t\"sr\": \"Q9299\",\n\t\t\"sr-cyrl\": \"Q21161942\",\n\t\t\"sr-ec\": \"Q21161942\",\n\t\t\"sr-el\": \"Q21161949\",\n\t\t\"sr-latn\": \"Q21161949\",\n\t\t\"srh\": \"Q33873\",\n\t\t\"srn\": \"Q33989\",\n\t\t\"srq\": \"Q3027953\",\n\t\t\"ss\": \"Q34014\",\n\t\t\"ssf\": \"Q676492\",\n\t\t\"st\": \"Q34340\",\n\t\t\"sth\": \"Q36705\",\n\t\t\"stq\": \"Q27154\",\n\t\t\"sty\": \"Q4418344\",\n\t\t\"su\": \"Q34002\",\n\t\t\"sv\": \"Q9027\",\n\t\t\"sw\": \"Q7838\",\n\t\t\"sxr\": \"Q716599\",\n\t\t\"syc\": \"Q33538\",\n\t\t\"syl\": \"Q2044560\",\n\t\t\"szl\": \"Q30319\",\n\t\t\"szy\": \"Q718269\",\n\t\t\"ta\": \"Q5885\",\n\t\t\"tai-pro\": \"Q6583709\",\n\t\t\"tao\": \"Q715760\",\n\t\t\"tar\": \"Q36807\",\n\t\t\"tay\": \"Q715766\",\n\t\t\"tbq-lob-pro\": \"Q116773224\",\n\t\t\"tbq-pro\": \"Q7251864\",\n\t\t\"tce\": \"Q31091048\",\n\t\t\"tcy\": \"Q34251\",\n\t\t\"te\": \"Q8097\",\n\t\t\"tek\": \"Q2802914\",\n\t\t\"tet\": \"Q34125\",\n\t\t\"tg\": \"Q9260\",\n\t\t\"th\": \"Q9217\",\n\t\t\"ti\": \"Q34124\",\n\t\t\"tji\": \"Q12953229\",\n\t\t\"tk\": \"Q9267\",\n\t\t\"tk-arab\": \"Q136643862\",\n\t\t\"tl\": \"Q34057\",\n\t\t\"tlh\": \"Q10134\",\n\t\t\"tli\": \"Q27792\",\n\t\t\"tly\": \"Q34318\",\n\t\t\"tn\": \"Q34137\",\n\t\t\"to\": \"Q34094\",\n\t\t\"tok\": \"Q36846\",\n\t\t\"tpi\": \"Q34159\",\n\t\t\"tr\": \"Q256\",\n\t\t\"trk-pro\": \"Q3657773\",\n\t\t\"tru\": \"Q34040\",\n\t\t\"trv\": \"Q716686\",\n\t\t\"ts\": \"Q34327\",\n\t\t\"tsg\": \"Q34142\",\n\t\t\"tsk\": \"Q11159532\",\n\t\t\"tsu\": \"Q716681\",\n\t\t\"tt\": \"Q25285\",\n\t\t\"ttm\": \"Q20822\",\n\t\t\"tu\": \"Q56240\",\n\t\t\"tum\": \"Q34138\",\n\t\t\"tuo\": \"Q3541834\",\n\t\t\"tup\": \"Q56944\",\n\t\t\"tuw-pro\": \"Q85872335\",\n\t\t\"tvl\": \"Q34055\",\n\t\t\"tvn\": \"Q7689158\",\n\t\t\"tvx\": \"Q1975271\",\n\t\t\"tw\": \"Q36850\",\n\t\t\"ty\": \"Q34128\",\n\t\t\"tyv\": \"Q34119\",\n\t\t\"tzh\": \"Q36808\",\n\t\t\"tzl\": \"Q1063911\",\n\t\t\"tzm\": \"Q49741\",\n\t\t\"udm\": \"Q13238\",\n\t\t\"ug\": \"Q13263\",\n\t\t\"ug-arab\": \"Q22338135\",\n\t\t\"ug-latn\": \"Q22338145\",\n\t\t\"uk\": \"Q8798\",\n\t\t\"umu\": \"Q56547\",\n\t\t\"unm\": \"Q2665761\",\n\t\t\"urh\": \"Q36663\",\n\t\t\"urj-fin-pro\": \"Q11883720\",\n\t\t\"urj-fpr-pro\": \"Q2499870\",\n\t\t\"urj-koo\": \"Q86679962\",\n\t\t\"urj-pro\": \"Q288765\",\n\t\t\"uun\": \"Q36435\",\n\t\t\"uz\": \"Q9264\",\n\t\t\"uzs\": \"Q1066787\",\n\t\t\"var\": \"Q10974017\",\n\t\t\"ve\": \"Q32704\",\n\t\t\"vec\": \"Q32724\",\n\t\t\"vep\": \"Q32747\",\n\t\t\"vi\": \"Q9199\",\n\t\t\"vls\": \"Q100103\",\n\t\t\"vmf\": \"Q497345\",\n\t\t\"vo\": \"Q36986\",\n\t\t\"vot\": \"Q32858\",\n\t\t\"wa\": \"Q3565518\",\n\t\t\"wal\": \"Q36943\",\n\t\t\"war\": \"Q34279\",\n\t\t\"wbl\": \"Q34208\",\n\t\t\"wen\": \"Q25442\",\n\t\t\"wls\": \"Q36979\",\n\t\t\"wo\": \"Q34257\",\n\t\t\"wuu\": \"Q34290\",\n\t\t\"wya\": \"Q3567223\",\n\t\t\"wym\": \"Q56485\",\n\t\t\"xal\": \"Q33634\",\n\t\t\"xgn-pro\": \"Q2493677\",\n\t\t\"xh\": \"Q13218\",\n\t\t\"xme-ttc-pro\": \"Q122973870\",\n\t\t\"xmf\": \"Q13359\",\n\t\t\"xnb\": \"Q172244\",\n\t\t\"xpu\": \"Q535958\",\n\t\t\"xsy\": \"Q716695\",\n\t\t\"yah\": \"Q34186\",\n\t\t\"yai\": \"Q34247\",\n\t\t\"yap\": \"Q34029\",\n\t\t\"yaq\": \"Q34191\",\n\t\t\"yav\": \"Q12953315\",\n\t\t\"ydg\": \"Q34179\",\n\t\t\"yec\": \"Q1365342\",\n\t\t\"yi\": \"Q8641\",\n\t\t\"yo\": \"Q34311\",\n\t\t\"yoi\": \"Q34243\",\n\t\t\"yrk\": \"Q36452\",\n\t\t\"yrl\": \"Q34333\",\n\t\t\"yua\": \"Q13354\",\n\t\t\"yue\": \"Q7033959\",\n\t\t\"yum\": \"Q3573199\",\n\t\t\"za\": \"Q13216\",\n\t\t\"zea\": \"Q237409\",\n\t\t\"zgh\": \"Q7598268\",\n\t\t\"zh\": \"Q7850\",\n\t\t\"zh-cn\": \"Q24841726\",\n\t\t\"zh-hans\": \"Q13414913\",\n\t\t\"zh-hans-cn\": \"Q24841726\",\n \"zh-hans-sg\": \"Q1048980\",\n \"zh-hans-my\": \"Q13646143\",\n\t\t\"zh-hant\": \"Q18130932\",\n\t\t\"zh-hant-hk\": \"Q100148307\",\n\t\t\"zh-hant-mo\": \"Q64427357\",\n\t\t\"zh-hant-tw\": \"Q4380827\",\n\t\t\"zh-hk\": \"Q100148307\",\n\t\t\"zh-min-nan\": \"Q36495\",\n\t\t\"zh-mo\": \"Q64427357\",\n \"zh-my\": \"Q13646143\",\n \"zh-sg\": \"Q1048980\",\n\t\t\"zh-tw\": \"Q4380827\",\n\t\t\"zh-yue\": \"Q7033959\",\n\t\t\"zu\": \"Q10179\",\n\t\t\"zun\": \"Q10188\",\n\t};\n\t\n\tif (list[Z29649K1.Z60K1]==undefined){\n\t\tWikifunctions.Error(\"Z36589\",[Z29649K1.Z60K1,\"Z29680 \"]);\n\t}\n\n\treturn { Z1K1: { Z1K1: \"Z9\", Z9K1: \"Z6091\" }, Z6091K1: list[Z29649K1.Z60K1] };\n}\n" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Wikidata reference from language, hardcoded SPARQL" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "https://w.wiki/JC6i" } ] } } awsslme1hnyp1ivvdlnc2vumqe4i18k 284793 284792 2026-06-20T16:07:08Z Dv103 11127 manually solved the Kurmanji issue 284793 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29680" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29649", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z29649( Z29649K1 ) {\n\tlet list = {\n\t\t\"aa\": \"Q27811\",\n\t\t\"ab\": \"Q5111\",\n\t\t\"abe\": \"Q197936\",\n\t\t\"abq\": \"Q27567\",\n\t\t\"abs\": \"Q3124354\",\n\t\t\"ace\": \"Q27683\",\n\t\t\"acf\": \"Q3006285\",\n\t\t\"acm\": \"Q56232\",\n\t\t\"adx\": \"Q56509\",\n\t\t\"ady\": \"Q27776\",\n\t\t\"af\": \"Q14196\",\n\t\t\"afa-pro\": \"Q269125\",\n\t\t\"agq\": \"Q34737\",\n\t\t\"ain\": \"Q27969\",\n\t\t\"ajp\": \"Q55633582\",\n\t\t\"ak\": \"Q28026\",\n\t\t\"akl\": \"Q8773\",\n\t\t\"akz\": \"Q1815020\",\n\t\t\"alg-pro\": \"Q7251834\",\n\t\t\"aln\": \"Q181037\",\n\t\t\"als\": \"Q387066\",\n\t\t\"alt\": \"Q1991779\",\n\t\t\"am\": \"Q28244\",\n\t\t\"ami\": \"Q35132\",\n\t\t\"amr\": \"Q35128\",\n\t\t\"an\": \"Q8765\",\n\t\t\"ang\": \"Q42365\",\n\t\t\"anp\": \"Q28378\",\n\t\t\"aoc\": \"Q10729616\",\n\t\t\"apc\": \"Q56593\",\n\t\t\"aql-pro\": \"Q96400333\",\n\t\t\"ar\": \"Q13955\",\n\t\t\"arn\": \"Q33730\",\n\t\t\"aro\": \"Q958414\",\n\t\t\"arq\": \"Q56499\",\n\t\t\"art-blt\": \"Q108055510\",\n\t\t\"art-bsp\": \"Q686210\",\n\t\t\"art-vlh\": \"Q64483808\",\n\t\t\"ary\": \"Q56426\",\n\t\t\"arz\": \"Q29919\",\n\t\t\"as\": \"Q29401\",\n\t\t\"ase\": \"Q14759\",\n\t\t\"ast\": \"Q29507\",\n\t\t\"ath-pro\": \"Q104841722\",\n\t\t\"atj\": \"Q56590\",\n\t\t\"av\": \"Q29561\",\n\t\t\"avk\": \"Q1377116\",\n\t\t\"awa\": \"Q29579\",\n\t\t\"ay\": \"Q4627\",\n\t\t\"az\": \"Q9292\",\n\t\t\"azb\": \"Q3449805\",\n\t\t\"ba\": \"Q13389\",\n\t\t\"bal\": \"Q33049\",\n\t\t\"ban\": \"Q33070\",\n\t\t\"bar\": \"Q29540\",\n\t\t\"bat-pro\": \"Q4375732\",\n\t\t\"bat-smg\": \"Q213434\",\n\t\t\"bbc\": \"Q33017\",\n\t\t\"bcl\": \"Q33284\",\n\t\t\"bdr\": \"Q2880037\",\n\t\t\"be\": \"Q9091\",\n\t\t\"bej\": \"Q33025\",\n\t\t\"bfi\": \"Q33000\",\n\t\t\"bfq\": \"Q33205\",\n\t\t\"bg\": \"Q7918\",\n\t\t\"bh\": \"Q33268\",\n\t\t\"bho\": \"Q33268\",\n\t\t\"bi\": \"Q35452\",\n\t\t\"bjn\": \"Q33151\",\n\t\t\"bla\": \"Q33060\",\n\t\t\"blk\": \"Q7121294\",\n\t\t\"bm\": \"Q33243\",\n\t\t\"bn\": \"Q9610\",\n\t\t\"bnn\": \"Q56505\",\n\t\t\"bnt-mpi\": \"Q93937013\",\n\t\t\"bnt-pro\": \"Q3408025\",\n\t\t\"bo\": \"Q34271\",\n\t\t\"bpy\": \"Q37059\",\n\t\t\"bqi\": \"Q257829\",\n\t\t\"br\": \"Q12107\",\n\t\t\"brh\": \"Q33202\",\n\t\t\"brx\": \"Q33223\",\n\t\t\"bsa\": \"Q56648\",\n\t\t\"bsk\": \"Q216286\",\n\t\t\"bss\": \"Q34806\",\n\t\t\"btk-pro\": \"Q116773191\",\n\t\t\"btm\": \"Q2891049\",\n\t\t\"bto\": \"Q12633026\",\n\t\t\"bug\": \"Q33190\",\n\t\t\"bxr\": \"Q16116629\",\n\t\t\"byq\": \"Q716647\",\n\t\t\"bzg\": \"Q716615\",\n\t\t\"bzs\": \"Q3436689\",\n\t\t\"ca\": \"Q7026\",\n\t\t\"ca-valencia\": \"Q32641\",\n\t\t\"ca-x-old\": \"Q15478520\",\n\t\t\"cak\": \"Q35115\",\n\t\t\"cal\": \"Q28427\",\n\t\t\"cbk-zam\": \"Q33281\",\n\t\t\"ccp\": \"Q32952\",\n\t\t\"cdo\": \"Q36455\",\n\t\t\"ce\": \"Q33350\",\n\t\t\"ceb\": \"Q33239\",\n\t\t\"cel-bry-pro\": \"Q56648796\",\n\t\t\"cel-pro\": \"Q653649\",\n\t\t\"cel-x-combrit\": \"Q1248800\",\n\t\t\"cgc\": \"Q6346422\",\n\t\t\"ch\": \"Q33262\",\n\t\t\"chn\": \"Q35173\",\n\t\t\"cho\": \"Q32979\",\n\t\t\"chr\": \"Q33388\",\n\t\t\"chy\": \"Q33265\",\n\t\t\"ckb\": \"Q36811\",\n\t\t\"ckt\": \"Q33170\",\n\t\t\"ckv\": \"Q716627\",\n\t\t\"clc\": \"Q28535\",\n\t\t\"cnh\": \"Q3250286\",\n\t\t\"cnr\": \"Q8821\",\n\t\t\"co\": \"Q33111\",\n\t\t\"cop\": \"Q36155\",\n\t\t\"cpx\": \"Q56583\",\n\t\t\"cr\": \"Q33390\",\n\t\t\"crh\": \"Q33357\",\n\t\t\"crl\": \"Q12642195\",\n\t\t\"crs\": \"Q34015\",\n\t\t\"cs\": \"Q9056\",\n\t\t\"csb\": \"Q33690\",\n\t\t\"ctg\": \"Q33173\",\n\t\t\"ctu\": \"Q35179\",\n\t\t\"cu\": \"Q33251\",\n\t\t\"cv\": \"Q33348\",\n\t\t\"cy\": \"Q9309\",\n\t\t\"da\": \"Q9035\",\n\t\t\"dag\": \"Q32238\",\n\t\t\"dar\": \"Q32332\",\n\t\t\"de\": \"Q188\",\n\t\t\"de-at\": \"Q306626\",\n\t\t\"de-ch\": \"Q1366643\",\n\t\t\"din\": \"Q56466\",\n\t\t\"diq\": \"Q10199\",\n\t\t\"dlm\": \"Q35527\",\n\t\t\"dra-pro\": \"Q1702853\",\n\t\t\"dru\": \"Q49232\",\n\t\t\"dsb\": \"Q13286\",\n\t\t\"dtp\": \"Q5317225\",\n\t\t\"dty\": \"Q18415595\",\n\t\t\"dua\": \"Q33013\",\n\t\t\"dv\": \"Q32656\",\n\t\t\"dz\": \"Q33081\",\n\t\t\"ee\": \"Q30005\",\n\t\t\"efi\": \"Q35377\",\n\t\t\"egl\": \"Q1057898\",\n\t\t\"egy-x-demotic\": \"Q36765\",\n\t\t\"egy-x-late\": \"Q1852329\",\n\t\t\"egy-x-middle\": \"Q657330\",\n\t\t\"egy-x-old\": \"Q447117\",\n\t\t\"el\": \"Q36510\",\n\t\t\"eml\": \"Q242648\",\n\t\t\"en\": \"Q1860\",\n\t\t\"en-au\": \"Q44679\",\n\t\t\"en-ca\": \"Q44676\",\n\t\t\"en-gb\": \"Q7979\",\n\t\t\"en-simple\": \"Q21480034\",\n\t\t\"en-us\": \"Q7976\",\n\t\t\"en-x-simple\": \"Q21480034\",\n\t\t\"enm\": \"Q36395\",\n\t\t\"eo\": \"Q143\",\n\t\t\"es\": \"Q1321\",\n\t\t\"es-formal\": \"Q64427343\",\n\t\t\"esu\": \"Q21117\",\n\t\t\"esx-esk-pro\": \"Q7251842\",\n\t\t\"esx-inu-pro\": \"Q60785588\",\n\t\t\"et\": \"Q9072\",\n\t\t\"ett\": \"Q35726\",\n\t\t\"eu\": \"Q8752\",\n\t\t\"ext\": \"Q30007\",\n\t\t\"eya\": \"Q27480\",\n\t\t\"fa\": \"Q9168\",\n\t\t\"fa-af\": \"Q178440\",\n\t\t\"fa-cls\": \"Q131287560\",\n\t\t\"ff\": \"Q33454\",\n\t\t\"fi\": \"Q1412\",\n\t\t\"fit\": \"Q13357\",\n\t\t\"fiu-vro\": \"Q32762\",\n\t\t\"fj\": \"Q33295\",\n\t\t\"fkv\": \"Q165795\",\n\t\t\"fo\": \"Q25258\",\n\t\t\"fon\": \"Q33291\",\n\t\t\"fos\": \"Q716604\",\n\t\t\"fr\": \"Q150\",\n\t\t\"fr-x-nrm\": \"Q33850\",\n\t\t\"frc\": \"Q880301\",\n\t\t\"frm\": \"Q1473289\",\n\t\t\"fro\": \"Q35222\",\n\t\t\"frp\": \"Q15087\",\n\t\t\"frr\": \"Q28224\",\n\t\t\"fuf\": \"Q3915357\",\n\t\t\"fur\": \"Q33441\",\n\t\t\"fy\": \"Q27175\",\n\t\t\"ga\": \"Q9142\",\n\t\t\"gaa\": \"Q33287\",\n\t\t\"gag\": \"Q33457\",\n\t\t\"gan\": \"Q33475\",\n\t\t\"gcf\": \"Q3006280\",\n\t\t\"gcr\": \"Q1363072\",\n\t\t\"gd\": \"Q9314\",\n\t\t\"gez\": \"Q35667\",\n\t\t\"gil\": \"Q30898\",\n\t\t\"gl\": \"Q9307\",\n\t\t\"glk\": \"Q33657\",\n\t\t\"gmh\": \"Q837985\",\n\t\t\"gml\": \"Q505674\",\n\t\t\"gmw-pro\": \"Q13138608\",\n\t\t\"gn\": \"Q35876\",\n\t\t\"goh\": \"Q35218\",\n\t\t\"gom\": \"Q5575236\",\n\t\t\"gor\": \"Q2501174\",\n\t\t\"got\": \"Q35722\",\n\t\t\"gpe\": \"Q5555465\",\n\t\t\"grc\": \"Q35497\",\n\t\t\"gsg\": \"Q33282\",\n\t\t\"gsw\": \"Q131339\",\n\t\t\"gsw-fr\": \"Q8786\",\n\t\t\"gu\": \"Q5137\",\n\t\t\"guc\": \"Q891085\",\n\t\t\"guw\": \"Q3111668\",\n\t\t\"gv\": \"Q12175\",\n\t\t\"ha\": \"Q56475\",\n\t\t\"hai\": \"Q33303\",\n\t\t\"hak\": \"Q33375\",\n\t\t\"haw\": \"Q33569\",\n\t\t\"hbo\": \"Q1982248\",\n\t\t\"he\": \"Q9288\",\n\t\t\"hif\": \"Q46728\",\n\t\t\"hil\": \"Q35978\",\n\t\t\"hmx-pro\": \"Q7251846\",\n\t\t\"hno\": \"Q382273\",\n\t\t\"ho\": \"Q33617\",\n\t\t\"hoc\": \"Q33270\",\n\t\t\"hr\": \"Q6654\",\n\t\t\"hrx\": \"Q304049\",\n\t\t\"hsb\": \"Q13248\",\n\t\t\"ht\": \"Q33491\",\n\t\t\"hu\": \"Q9067\",\n\t\t\"hu-formal\": \"Q64427347\",\n\t\t\"hus\": \"Q35573\",\n\t\t\"hy\": \"Q8785\",\n\t\t\"hyw\": \"Q180945\",\n\t\t\"hz\": \"Q33315\",\n\t\t\"ia\": \"Q35934\",\n\t\t\"iba\": \"Q33424\",\n\t\t\"id\": \"Q9240\",\n\t\t\"ie\": \"Q35850\",\n\t\t\"ig\": \"Q33578\",\n\t\t\"ii\": \"Q34235\",\n\t\t\"iir-pro\": \"Q966439\",\n\t\t\"ik\": \"Q27183\",\n\t\t\"ilo\": \"Q35936\",\n\t\t\"inc-obn\": \"Q113559926\",\n\t\t\"inc-ohi\": \"Q48767781\",\n\t\t\"inc-pro\": \"Q23808344\",\n\t\t\"ine-bsl-pro\": \"Q1703347\",\n\t\t\"ine-pro\": \"Q37178\",\n\t\t\"inh\": \"Q33509\",\n\t\t\"io\": \"Q35224\",\n\t\t\"ira-pro\": \"Q4167865\",\n\t\t\"is\": \"Q294\",\n\t\t\"isk\": \"Q33419\",\n\t\t\"it\": \"Q652\",\n\t\t\"itc-pro\": \"Q17102720\",\n\t\t\"iu\": \"Q29921\",\n\t\t\"ja\": \"Q5287\",\n\t\t\"ja-hani\": \"Q53979504\",\n\t\t\"ja-hira\": \"Q53979341\",\n\t\t\"ja-hrkt\": \"Q53979345\",\n\t\t\"ja-kana\": \"Q53979342\",\n\t\t\"jam\": \"Q35939\",\n\t\t\"jax\": \"Q3915769\",\n\t\t\"jbo\": \"Q36350\",\n\t\t\"jpx-pro\": \"Q3924309\",\n\t\t\"jut\": \"Q1340322\",\n\t\t\"jv\": \"Q33549\",\n\t\t\"jv-x-bms\": \"Q33219\",\n\t\t\"ka\": \"Q8108\",\n\t\t\"kaa\": \"Q33541\",\n\t\t\"kab\": \"Q35853\",\n\t\t\"kae\": \"Q2779411\",\n\t\t\"kbd\": \"Q33522\",\n\t\t\"kbg\": \"Q12952626\",\n\t\t\"kbp\": \"Q35475\",\n\t\t\"kcg\": \"Q3912765\",\n\t\t\"kea\": \"Q35963\",\n\t\t\"kg\": \"Q33702\",\n\t\t\"kgp\": \"Q2665734\",\n\t\t\"kha\": \"Q33584\",\n\t\t\"khg\": \"Q56601\",\n\t\t\"khw\": \"Q938216\",\n\t\t\"ki\": \"Q33587\",\n\t\t\"kiu\": \"Q3944007\",\n\t\t\"kj\": \"Q1405077\",\n\t\t\"kjg\": \"Q33335\",\n\t\t\"kjh\": \"Q33575\",\n\t\t\"kjp\": \"Q5330390\",\n\t\t\"kk\": \"Q9252\",\n\t\t\"kk-cn\": \"Q64427349\",\n\t\t\"kk-kz\": \"Q64427350\",\n\t\t\"kk-tr\": \"Q64427352\",\n\t\t\"kl\": \"Q25355\",\n\t\t\"klb\": \"Q3182593\",\n\t\t\"km\": \"Q9205\",\n\t\t\"kmz\": \"Q35373\",\n\t\t\"kn\": \"Q33673\",\n\t\t\"ko\": \"Q9176\",\n\t\t\"koi\": \"Q56318\",\n\t\t\"koy\": \"Q28304\",\n\t\t\"kr\": \"Q36094\",\n\t\t\"krc\": \"Q33714\",\n\t\t\"kri\": \"Q35744\",\n\t\t\"krj\": \"Q33720\",\n\t\t\"krl\": \"Q33557\",\n\t\t\"krx\": \"Q35704\",\n\t\t\"ks\": \"Q33552\",\n\t\t\"ksh\": \"Q32145\",\n\t\t\"ksw\": \"Q56410\",\n\t\t\"ku\": \"Q36163\",\n\t\t\"kum\": \"Q36209\",\n\t\t\"kut\": \"Q33434\",\n\t\t\"kv\": \"Q36126\",\n\t\t\"kvr\": \"Q3195442\",\n\t\t\"kw\": \"Q25289\",\n\t\t\"ky\": \"Q9255\",\n\t\t\"la\": \"Q397\",\n\t\t\"la-x-medieval\": \"Q1163234\",\n\t\t\"la-x-new\": \"Q1248221\",\n\t\t\"lag\": \"Q584983\",\n\t\t\"lb\": \"Q9051\",\n\t\t\"lbe\": \"Q36206\",\n\t\t\"ldn\": \"Q35757\",\n\t\t\"lex\": \"Q6695015\",\n\t\t\"lez\": \"Q31746\",\n\t\t\"lfn\": \"Q146803\",\n\t\t\"lg\": \"Q33368\",\n\t\t\"li\": \"Q102172\",\n\t\t\"lij\": \"Q36106\",\n\t\t\"liv\": \"Q33698\",\n\t\t\"lki\": \"Q56483\",\n\t\t\"lkt\": \"Q33537\",\n\t\t\"lld\": \"Q36202\",\n\t\t\"lmo\": \"Q33754\",\n\t\t\"ln\": \"Q36217\",\n\t\t\"lo\": \"Q9211\",\n\t\t\"loz\": \"Q33628\",\n\t\t\"lrc\": \"Q19933293\",\n\t\t\"lt\": \"Q9083\",\n\t\t\"ltg\": \"Q36212\",\n\t\t\"lua\": \"Q34173\",\n\t\t\"lus\": \"Q36147\",\n\t\t\"luz\": \"Q12952748\",\n\t\t\"lv\": \"Q9078\",\n\t\t\"lvk\": \"Q770547\",\n\t\t\"lzh\": \"Q37041\",\n\t\t\"lzz\": \"Q1160372\",\n\t\t\"mad\": \"Q36213\",\n\t\t\"mai\": \"Q36109\",\n\t\t\"map-bms\": \"Q33219\",\n\t\t\"map-pro\": \"Q49230\",\n\t\t\"maz\": \"Q36228\",\n\t\t\"mdf\": \"Q13343\",\n\t\t\"mfe\": \"Q33661\",\n\t\t\"mfy\": \"Q56729\",\n\t\t\"mg\": \"Q7930\",\n\t\t\"mh\": \"Q36280\",\n\t\t\"mhr\": \"Q3906614\",\n\t\t\"mi\": \"Q36451\",\n\t\t\"mic\": \"Q13321\",\n\t\t\"min\": \"Q13324\",\n\t\t\"miq\": \"Q1516803\",\n\t\t\"mis-x-Q2417210\": \"Q2417210\",\n\t\t\"mis-xnu\": \"Q10901674\",\n\t\t\"mk\": \"Q9296\",\n\t\t\"ml\": \"Q36236\",\n\t\t\"mn\": \"Q9246\",\n\t\t\"mnc\": \"Q33638\",\n\t\t\"mni\": \"Q33868\",\n\t\t\"mnw\": \"Q13349\",\n\t\t\"mnw-pi\": \"Q100271134\",\n\t\t\"moe\": \"Q13351\",\n\t\t\"mos\": \"Q36096\",\n\t\t\"mr\": \"Q1571\",\n\t\t\"mrh\": \"Q4175893\",\n\t\t\"mrj\": \"Q1776032\",\n\t\t\"ms\": \"Q9237\",\n\t\t\"ms-my\": \"Q15065\",\n\t\t\"mt\": \"Q9166\",\n\t\t\"mui\": \"Q615660\",\n\t\t\"mun-pro\": \"Q105102373\",\n\t\t\"mus\": \"Q523014\",\n\t\t\"mwl\": \"Q13330\",\n\t\t\"mwr\": \"Q56312\",\n\t\t\"mwv\": \"Q13365\",\n\t\t\"my\": \"Q9228\",\n\t\t\"myv\": \"Q29952\",\n\t\t\"mzn\": \"Q13356\",\n\t\t\"na\": \"Q13307\",\n\t\t\"nah\": \"Q13300\",\n\t\t\"nan\": \"Q36495\",\n\t\t\"nap\": \"Q33845\",\n\t\t\"nb\": \"Q25167\",\n\t\t\"nds\": \"Q25433\",\n\t\t\"ne\": \"Q33823\",\n\t\t\"new\": \"Q33979\",\n\t\t\"ng\": \"Q33900\",\n\t\t\"nia\": \"Q2407831\",\n\t\t\"nij\": \"Q2992872\",\n\t\t\"niu\": \"Q33790\",\n\t\t\"nl\": \"Q7411\",\n\t\t\"nn\": \"Q25164\",\n\t\t\"nn-hognorsk\": \"Q1420587\",\n\t\t\"no\": \"Q9043\",\n\t\t\"nod\": \"Q565110\",\n\t\t\"nog\": \"Q33871\",\n\t\t\"non\": \"Q35505\",\n\t\t\"nov\": \"Q36738\",\n\t\t\"nqo\": \"Q18546266\",\n\t\t\"nr\": \"Q36785\",\n\t\t\"nrf\": \"Q33850\",\n\t\t\"nrf-gg\": \"Q56428\",\n\t\t\"nrf-je\": \"Q56430\",\n\t\t\"nrm\": \"Q33850\",\n\t\t\"nsk\": \"Q1704302\",\n\t\t\"nso\": \"Q33890\",\n\t\t\"nub-pro\": \"Q116773246\",\n\t\t\"nui\": \"Q36459\",\n\t\t\"nv\": \"Q13310\",\n\t\t\"nxm\": \"Q35761\",\n\t\t\"ny\": \"Q33273\",\n\t\t\"nys\": \"Q7049771\",\n\t\t\"oak\": \"Q107548681\",\n\t\t\"oc\": \"Q14185\",\n\t\t\"ojb\": \"Q33875\",\n\t\t\"olo\": \"Q36584\",\n\t\t\"om\": \"Q33864\",\n\t\t\"omq-pro\": \"Q28663860\",\n\t\t\"ood\": \"Q2393095\",\n\t\t\"or\": \"Q33810\",\n\t\t\"os\": \"Q33968\",\n\t\t\"osa\": \"Q2600085\",\n\t\t\"ota\": \"Q36730\",\n\t\t\"otk\": \"Q34988\",\n\t\t\"oto-pro\": \"Q116773252\",\n\t\t\"ovd\": \"Q254950\",\n\t\t\"pad\": \"Q389827\",\n\t\t\"pag\": \"Q33879\",\n\t\t\"pam\": \"Q36121\",\n\t\t\"pap\": \"Q33856\",\n\t\t\"pcd\": \"Q34024\",\n\t\t\"pdc\": \"Q22711\",\n\t\t\"pdt\": \"Q1751432\",\n\t\t\"peo\": \"Q35225\",\n\t\t\"pfl\": \"Q23014\",\n\t\t\"phi-pro\": \"Q18204898\",\n\t\t\"phn\": \"Q36734\",\n\t\t\"pi\": \"Q36727\",\n\t\t\"pih\": \"Q36554\",\n\t\t\"pis\": \"Q36699\",\n\t\t\"pjt\": \"Q2982063\",\n\t\t\"pko\": \"Q36323\",\n\t\t\"pks\": \"Q22964057\",\n\t\t\"pl\": \"Q809\",\n\t\t\"pms\": \"Q15085\",\n\t\t\"pmy\": \"Q12473446\",\n\t\t\"pnt\": \"Q36748\",\n\t\t\"pox\": \"Q36741\",\n\t\t\"poz-cet-pro\": \"Q113992943\",\n\t\t\"poz-mly-pro\": \"Q98057728\",\n\t\t\"poz-oce-pro\": \"Q141741\",\n\t\t\"poz-pep-pro\": \"Q113988745\",\n\t\t\"poz-pnp-pro\": \"Q113988746\",\n\t\t\"poz-pol-pro\": \"Q1658709\",\n\t\t\"poz-pro\": \"Q3832960\",\n\t\t\"ppl\": \"Q1186896\",\n\t\t\"ppu\": \"Q2094884\",\n\t\t\"pqe-pro\": \"Q113992941\",\n\t\t\"prg\": \"Q35501\",\n\t\t\"ps\": \"Q58680\",\n\t\t\"pt\": \"Q5146\",\n\t\t\"pua\": \"Q36803\",\n\t\t\"pwn\": \"Q715755\",\n\t\t\"pyu\": \"Q716690\",\n\t\t\"qu\": \"Q5218\",\n\t\t\"quc\": \"Q36494\",\n\t\t\"qug\": \"Q1740805\",\n\t\t\"qwe-pro\": \"Q5575757\",\n\t\t\"qwh\": \"Q6094343\",\n\t\t\"qxp\": \"Q7260479\",\n\t\t\"qya\": \"Q56383\",\n\t\t\"rar\": \"Q36745\",\n\t\t\"rcf\": \"Q13198\",\n\t\t\"rgn\": \"Q1641543\",\n\t\t\"rif\": \"Q34174\",\n\t\t\"rki\": \"Q3450749\",\n\t\t\"rkt\": \"Q3241618\",\n\t\t\"rm\": \"Q13199\",\n\t\t\"rm-rumgr\": \"Q688873\",\n\t\t\"rmc\": \"Q5045611\",\n\t\t\"rmf\": \"Q2093214\",\n\t\t\"rmy\": \"Q13201\",\n\t\t\"rn\": \"Q33583\",\n\t\t\"ro\": \"Q7913\",\n\t\t\"ru\": \"Q7737\",\n\t\t\"ru-sib\": \"Q1194341\",\n\t\t\"rue\": \"Q26245\",\n\t\t\"rup\": \"Q29316\",\n\t\t\"ruq\": \"Q13358\",\n\t\t\"rw\": \"Q33573\",\n\t\t\"rwr\": \"Q65455884\",\n\t\t\"ryu\": \"Q34233\",\n\t\t\"sa\": \"Q11059\",\n\t\t\"sah\": \"Q34299\",\n\t\t\"sai-par\": \"Q16890038\",\n\t\t\"sat\": \"Q33965\",\n\t\t\"sc\": \"Q33976\",\n\t\t\"scn\": \"Q33973\",\n\t\t\"sco\": \"Q14549\",\n\t\t\"sd\": \"Q33997\",\n\t\t\"sdc\": \"Q845441\",\n\t\t\"sdh\": \"Q1496597\",\n\t\t\"se\": \"Q33947\",\n\t\t\"sei\": \"Q36583\",\n\t\t\"sem-pro\": \"Q1658554\",\n\t\t\"sem-x-taymanit\": \"Q24912301\",\n\t\t\"ses\": \"Q35655\",\n\t\t\"sg\": \"Q33954\",\n\t\t\"sgh\": \"Q34053\",\n\t\t\"sgh-ba\": \"Q33256\",\n\t\t\"sgh-kh\": \"Q2562249\",\n\t\t\"sgh-oro\": \"Q3356620\",\n\t\t\"sgh-ro\": \"Q3356620\",\n\t\t\"sgh-ru\": \"Q2597566\",\n\t\t\"sh\": \"Q9301\",\n\t\t\"shi\": \"Q34152\",\n\t\t\"shn\": \"Q56482\",\n\t\t\"shy\": \"Q33274\",\n\t\t\"si\": \"Q13267\",\n\t\t\"sid\": \"Q33786\",\n\t\t\"simple\": \"Q21480034\",\n\t\t\"sio-pro\": \"Q114784693\",\n\t\t\"sit-nas-pro\": \"Q136457229\",\n\t\t\"sit-pro\": \"Q24839178\",\n\t\t\"sit-tam-pro\": \"Q117469295\",\n\t\t\"sjd\": \"Q33656\",\n\t\t\"sje\": \"Q56314\",\n\t\t\"sjm\": \"Q3287253\",\n\t\t\"sjn\": \"Q56437\",\n\t\t\"sjt\": \"Q36656\",\n\t\t\"sju\": \"Q56415\",\n\t\t\"sk\": \"Q9058\",\n\t\t\"skr\": \"Q33902\",\n\t\t\"sl\": \"Q9063\",\n\t\t\"sla-pro\": \"Q747537\",\n\t\t\"sli\": \"Q152965\",\n\t\t\"sm\": \"Q34011\",\n\t\t\"sma\": \"Q13293\",\n\t\t\"smi-pro\": \"Q7251862\",\n\t\t\"smj\": \"Q56322\",\n\t\t\"smn\": \"Q33462\",\n\t\t\"sms\": \"Q13271\",\n\t\t\"sn\": \"Q34004\",\n\t\t\"so\": \"Q13275\",\n\t\t\"sou\": \"Q56508\",\n\t\t\"sq\": \"Q8748\",\n\t\t\"sqj-pro\": \"Q18210846\",\n\t\t\"sr\": \"Q9299\",\n\t\t\"sr-cyrl\": \"Q21161942\",\n\t\t\"sr-ec\": \"Q21161942\",\n\t\t\"sr-el\": \"Q21161949\",\n\t\t\"sr-latn\": \"Q21161949\",\n\t\t\"srh\": \"Q33873\",\n\t\t\"srn\": \"Q33989\",\n\t\t\"srq\": \"Q3027953\",\n\t\t\"ss\": \"Q34014\",\n\t\t\"ssf\": \"Q676492\",\n\t\t\"st\": \"Q34340\",\n\t\t\"sth\": \"Q36705\",\n\t\t\"stq\": \"Q27154\",\n\t\t\"sty\": \"Q4418344\",\n\t\t\"su\": \"Q34002\",\n\t\t\"sv\": \"Q9027\",\n\t\t\"sw\": \"Q7838\",\n\t\t\"sxr\": \"Q716599\",\n\t\t\"syc\": \"Q33538\",\n\t\t\"syl\": \"Q2044560\",\n\t\t\"szl\": \"Q30319\",\n\t\t\"szy\": \"Q718269\",\n\t\t\"ta\": \"Q5885\",\n\t\t\"tai-pro\": \"Q6583709\",\n\t\t\"tao\": \"Q715760\",\n\t\t\"tar\": \"Q36807\",\n\t\t\"tay\": \"Q715766\",\n\t\t\"tbq-lob-pro\": \"Q116773224\",\n\t\t\"tbq-pro\": \"Q7251864\",\n\t\t\"tce\": \"Q31091048\",\n\t\t\"tcy\": \"Q34251\",\n\t\t\"te\": \"Q8097\",\n\t\t\"tek\": \"Q2802914\",\n\t\t\"tet\": \"Q34125\",\n\t\t\"tg\": \"Q9260\",\n\t\t\"th\": \"Q9217\",\n\t\t\"ti\": \"Q34124\",\n\t\t\"tji\": \"Q12953229\",\n\t\t\"tk\": \"Q9267\",\n\t\t\"tk-arab\": \"Q136643862\",\n\t\t\"tl\": \"Q34057\",\n\t\t\"tlh\": \"Q10134\",\n\t\t\"tli\": \"Q27792\",\n\t\t\"tly\": \"Q34318\",\n\t\t\"tn\": \"Q34137\",\n\t\t\"to\": \"Q34094\",\n\t\t\"tok\": \"Q36846\",\n\t\t\"tpi\": \"Q34159\",\n\t\t\"tr\": \"Q256\",\n\t\t\"trk-pro\": \"Q3657773\",\n\t\t\"tru\": \"Q34040\",\n\t\t\"trv\": \"Q716686\",\n\t\t\"ts\": \"Q34327\",\n\t\t\"tsg\": \"Q34142\",\n\t\t\"tsk\": \"Q11159532\",\n\t\t\"tsu\": \"Q716681\",\n\t\t\"tt\": \"Q25285\",\n\t\t\"ttm\": \"Q20822\",\n\t\t\"tu\": \"Q56240\",\n\t\t\"tum\": \"Q34138\",\n\t\t\"tuo\": \"Q3541834\",\n\t\t\"tup\": \"Q56944\",\n\t\t\"tuw-pro\": \"Q85872335\",\n\t\t\"tvl\": \"Q34055\",\n\t\t\"tvn\": \"Q7689158\",\n\t\t\"tvx\": \"Q1975271\",\n\t\t\"tw\": \"Q36850\",\n\t\t\"ty\": \"Q34128\",\n\t\t\"tyv\": \"Q34119\",\n\t\t\"tzh\": \"Q36808\",\n\t\t\"tzl\": \"Q1063911\",\n\t\t\"tzm\": \"Q49741\",\n\t\t\"udm\": \"Q13238\",\n\t\t\"ug\": \"Q13263\",\n\t\t\"ug-arab\": \"Q22338135\",\n\t\t\"ug-latn\": \"Q22338145\",\n\t\t\"uk\": \"Q8798\",\n\t\t\"umu\": \"Q56547\",\n\t\t\"unm\": \"Q2665761\",\n\t\t\"urh\": \"Q36663\",\n\t\t\"urj-fin-pro\": \"Q11883720\",\n\t\t\"urj-fpr-pro\": \"Q2499870\",\n\t\t\"urj-koo\": \"Q86679962\",\n\t\t\"urj-pro\": \"Q288765\",\n\t\t\"uun\": \"Q36435\",\n\t\t\"uz\": \"Q9264\",\n\t\t\"uzs\": \"Q1066787\",\n\t\t\"var\": \"Q10974017\",\n\t\t\"ve\": \"Q32704\",\n\t\t\"vec\": \"Q32724\",\n\t\t\"vep\": \"Q32747\",\n\t\t\"vi\": \"Q9199\",\n\t\t\"vls\": \"Q100103\",\n\t\t\"vmf\": \"Q497345\",\n\t\t\"vo\": \"Q36986\",\n\t\t\"vot\": \"Q32858\",\n\t\t\"wa\": \"Q3565518\",\n\t\t\"wal\": \"Q36943\",\n\t\t\"war\": \"Q34279\",\n\t\t\"wbl\": \"Q34208\",\n\t\t\"wen\": \"Q25442\",\n\t\t\"wls\": \"Q36979\",\n\t\t\"wo\": \"Q34257\",\n\t\t\"wuu\": \"Q34290\",\n\t\t\"wya\": \"Q3567223\",\n\t\t\"wym\": \"Q56485\",\n\t\t\"xal\": \"Q33634\",\n\t\t\"xgn-pro\": \"Q2493677\",\n\t\t\"xh\": \"Q13218\",\n\t\t\"xme-ttc-pro\": \"Q122973870\",\n\t\t\"xmf\": \"Q13359\",\n\t\t\"xnb\": \"Q172244\",\n\t\t\"xpu\": \"Q535958\",\n\t\t\"xsy\": \"Q716695\",\n\t\t\"yah\": \"Q34186\",\n\t\t\"yai\": \"Q34247\",\n\t\t\"yap\": \"Q34029\",\n\t\t\"yaq\": \"Q34191\",\n\t\t\"yav\": \"Q12953315\",\n\t\t\"ydg\": \"Q34179\",\n\t\t\"yec\": \"Q1365342\",\n\t\t\"yi\": \"Q8641\",\n\t\t\"yo\": \"Q34311\",\n\t\t\"yoi\": \"Q34243\",\n\t\t\"yrk\": \"Q36452\",\n\t\t\"yrl\": \"Q34333\",\n\t\t\"yua\": \"Q13354\",\n\t\t\"yue\": \"Q7033959\",\n\t\t\"yum\": \"Q3573199\",\n\t\t\"za\": \"Q13216\",\n\t\t\"zea\": \"Q237409\",\n\t\t\"zgh\": \"Q7598268\",\n\t\t\"zh\": \"Q7850\",\n\t\t\"zh-cn\": \"Q24841726\",\n\t\t\"zh-hans\": \"Q13414913\",\n\t\t\"zh-hans-cn\": \"Q24841726\",\n \"zh-hans-sg\": \"Q1048980\",\n \"zh-hans-my\": \"Q13646143\",\n\t\t\"zh-hant\": \"Q18130932\",\n\t\t\"zh-hant-hk\": \"Q100148307\",\n\t\t\"zh-hant-mo\": \"Q64427357\",\n\t\t\"zh-hant-tw\": \"Q4380827\",\n\t\t\"zh-hk\": \"Q100148307\",\n\t\t\"zh-min-nan\": \"Q36495\",\n\t\t\"zh-mo\": \"Q64427357\",\n \"zh-my\": \"Q13646143\",\n \"zh-sg\": \"Q1048980\",\n\t\t\"zh-tw\": \"Q4380827\",\n\t\t\"zh-yue\": \"Q7033959\",\n\t\t\"zu\": \"Q10179\",\n\t\t\"zun\": \"Q10188\",\n\t};\n\t\n\tif (list[Z29649K1.Z60K1]==undefined){\n\t\tWikifunctions.Error(\"Z36589\",[Z29649K1.Z60K1,\"Z29680 \"]);\n\t}\n\n\treturn { Z1K1: { Z1K1: \"Z9\", Z9K1: \"Z6091\" }, Z6091K1: list[Z29649K1.Z60K1] };\n}\n" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Wikidata reference from language, hardcoded SPARQL" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "https://w.wiki/JC6i" } ] } } tnkvms8xcbmckfpw7n45pt44xsnx3r6 Z29880 0 69356 284795 264807 2026-06-20T16:24:38Z Dv103 11127 added error handling 284795 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z29880" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z28474", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "const lookup = {\n\t\"a\": \"Q845073\",\n\t\"b\": \"Q242797\",\n\t\"d\": \"Q335591\",\n\t\"dz\": \"Q1068527\",\n\t\"dʒ\": \"Q778145\",\n\t\"e\": \"Q734206\",\n\t\"f\": \"Q654705\",\n\t\"\\u0261\": \"Q507127\",\n\t\"h\": \"Q373478\",\n\t\"i\": \"Q320021\",\n\t\"j\": \"Q835992\",\n\t\"k\": \"Q463543\",\n\t\"l\": \"Q815439\",\n\t\"m\": \"Q201817\",\n\t\"n\": \"Q271611\",\n\t\"o\": \"Q862579\",\n\t\"p\": \"Q237623\",\n\t\"r\": \"Q113159186\",\n\t\"s\": \"Q334723\",\n\t\"t\": \"Q335644\",\n\t\"ts\": \"Q862614\",\n\t\"tʃ\": \"Q518603\",\n\t\"u\": \"Q29653\",\n\t\"v\": \"Q654787\",\n\t\"w\": \"Q565654\",\n\t\"x\": \"Q271603\",\n\t\"z\": \"Q506687\",\n\t\"æ\": \"Q740768\",\n\t\"ð\": \"Q654641\",\n\t\"ø\": \"Q118519\",\n\t\"ŋ\": \"Q463515\",\n\t\"ɐ\": \"Q503323\",\n\t\"ɑ\": \"Q431471\",\n\t\"ɕ\": \"Q605116\",\n\t\"ə\": \"Q1154123\",\n\t\"ɛ\": \"Q29462\",\n\t\"ɣ\": \"Q654670\",\n\t\"ɤ\": \"Q909114\",\n\t\"ɪ\": \"Q1070049\",\n\t\"ɯ\": \"Q874985\",\n\t\"ɲ\": \"Q463495\",\n\t\"ɹ\": \"Q121811927\",\n\t\"ɾ\": \"Q874996\",\n\t\"ʀ\": \"Q864677\",\n\t\"ʁ\": \"Q1054276\",\n\t\"ʃ\": \"Q334695\",\n\t\"ʊ\": \"Q1137807\",\n\t\"ʌ\": \"Q874968\",\n\t\"ʍ\": \"Q1246010\",\n\t\"ʎ\": \"Q855287\",\n\t\"ʑ\": \"Q684085\",\n\t\"ʒ\": \"Q654660\",\n\t\"ʔ\": \"Q178034\",\n\t\"β\": \"Q181711\",\n\t\"θ\": \"Q332019\",\n\t\"χ\": \"Q849796\",\n};\nfunction Z28474( Z28474K1 ) {\n\tconst input = Z28474K1.normalize(\"NFD\")\n\t\t.replace(\"\\u0361\", \"\").replace(\"\\u035c\", \"\")\n\t\t.replace(\"ʤ\", \"dʒ\").replace(\"ʧ\", \"tʃ\")\n\t\t.replace('g', '\\u0261');\n\tif ((lookup[input.slice(0, 2)] || lookup[input.slice(0, 1)]) == undefined){\n\t\treturn Wikifunctions.Error(\"Z36589\",[input, \"Z29880 \"]);\n\t}\n\treturn { Z1K1: {Z1K1:\"Z9\", Z9K1:\"Z6091\"}, Z6091K1: lookup[input.slice(0, 2)] || lookup[input.slice(0, 1)] };\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "IPA symbol to Wikidata item, hardcoded JS" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5stk28rkivwvlxfy1fnrv6kiefk0jp4 Z30120 0 69764 284784 270683 2026-06-20T15:21:29Z Dv103 11127 Removed Z30211 from the approved list of test cases 284784 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z30120" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z30120K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Wikidata item reference" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "riferimento a elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "reference na položku Wikidat" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6030" }, "Z17K2": "Z30120K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item parts to fetch" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "parti di elemento da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "požadované části položky" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z30120K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "languages to fetch" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingue da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "požadované jazyky" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6092" }, "Z17K2": "Z30120K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "statement properties to fetch" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "proprietà le cui dichiarazioni da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "požadované vlastnosti" } ] } } ], "Z8K2": "Z6001", "Z8K3": [ "Z20", "Z30158", "Z30205" ], "Z8K4": [ "Z14", "Z30197", "Z30121" ], "Z8K5": "Z30120" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "fetch Wikidata item or parts" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "ottieni singolo elemento Wikidata parziale" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "načíst položku Wikidat nebo její části" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "selectively fetch parts of Wikidata item", "selectively fetch partial Wikidata item", "fetch partial single Wikidata entity", "fetch Wikidata item parts", "selectively fetch partial WD item (from QID)" ] }, { "Z1K1": "Z31", "Z31K1": "Z1787", "Z31K2": [ "Z6", "ottieni singola entità Wikidata parziale" ] }, { "Z1K1": "Z31", "Z31K1": "Z1062", "Z31K2": [ "Z6", "položka Wikidat" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Fetch a Wikidata item with only the chosen parts included. This should be more efficient than a general fetch with Z6821" }, { "Z1K1": "Z11", "Z11K1": "Z1062", "Z11K2": "Pro danou referenci načte data požadovaných částí příslušné položky Wikidat. Mělo by to být efektivnější než načtení celé položky pomocí Z6821." } ] } } n4rncx3wtwesbaa1k6k0hx6af0hh303 User:YoshiRulz/Functions that are maybe done 2 73450 284816 281731 2026-06-20T19:40:54Z YoshiRulz 10156 /* Z25351 */ Resolved 284816 wikitext text/x-wiki {{phab|T412955}} <br clear="all" /><hr> === {{Z|28217}} === tests timing out; connected impl. anyway * {{Z|28218}}&mdash;[https://www.wikifunctions.org/wiki/Z28787?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z28787%22%2C%22Z28787K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13397%22%2C%22Z13397K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q19317%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z13397K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z28755%22%2C%22Z28755K1%22%3A%7B%22Z1K1%22%3A%22Z20159%22%2C%22Z20159K1%22%3A%7B%22Z1K1%22%3A%22Z17813%22%2C%22Z17813K1%22%3A%22Z17814%22%7D%2C%22Z20159K2%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%221966%22%7D%7D%2C%22Z28755K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z28773%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z19308%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z22839%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z29694%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30172%22%2C%22Z30172K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q19317%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z23723%22%7D%7D%7D%7D%7D%7D%2C%22Z28787K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%7D full call] ** [https://www.wikifunctions.org/wiki/Z28755?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z28755%22%2C%22Z28755K1%22%3A%7B%22Z1K1%22%3A%22Z20159%22%2C%22Z20159K1%22%3A%7B%22Z1K1%22%3A%22Z17813%22%2C%22Z17813K1%22%3A%22Z17814%22%7D%2C%22Z20159K2%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%221966%22%7D%7D%2C%22Z28755K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z28773%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z19308%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z22839%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z29694%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30172%22%2C%22Z30172K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q19317%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z23723%22%7D%7D%7D%7D%7D index] *** [https://www.wikifunctions.org/wiki/Z13464?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z22839%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z29694%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30172%22%2C%22Z30172K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q19317%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z23723%22%7D%7D singular P585s] **** [https://www.wikifunctions.org/wiki/Z30248?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q19317%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D items] * {{Z|31140}}&mdash;[https://www.wikifunctions.org/wiki/Z28787?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z28787%22%2C%22Z28787K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13397%22%2C%22Z13397K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q1317446%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z13397K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z28755%22%2C%22Z28755K1%22%3A%7B%22Z1K1%22%3A%22Z20159%22%2C%22Z20159K1%22%3A%7B%22Z1K1%22%3A%22Z17813%22%2C%22Z17813K1%22%3A%22Z17814%22%7D%2C%22Z20159K2%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%221995%22%7D%7D%2C%22Z28755K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z28773%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z19308%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z22839%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z29694%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30172%22%2C%22Z30172K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q1317446%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z23723%22%7D%7D%7D%7D%7D%7D%2C%22Z28787K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%7D full call] ** [https://www.wikifunctions.org/wiki/Z28755?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z28755%22%2C%22Z28755K1%22%3A%7B%22Z1K1%22%3A%22Z20159%22%2C%22Z20159K1%22%3A%7B%22Z1K1%22%3A%22Z17813%22%2C%22Z17813K1%22%3A%22Z17814%22%7D%2C%22Z20159K2%22%3A%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%221995%22%7D%7D%2C%22Z28755K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z28773%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z873%22%2C%22Z873K1%22%3A%22Z19308%22%2C%22Z873K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z22839%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z29694%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30172%22%2C%22Z30172K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q1317446%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z23723%22%7D%7D%7D%7D%7D index] *** [https://www.wikifunctions.org/wiki/Z13464?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z22839%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13464%22%2C%22Z13464K1%22%3A%22Z29694%22%2C%22Z13464K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30172%22%2C%22Z30172K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q1317446%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%7D%2C%22Z13464K3%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z23723%22%7D%7D singular P585s] **** [https://www.wikifunctions.org/wiki/Z30248?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z30248%22%2C%22Z30248K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z22978%22%2C%22Z22978K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q1317446%22%7D%7D%2C%22Z22978K2%22%3A%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P527%22%7D%7D%2C%22Z30248K2%22%3A%5B%22Z6030%22%2C%7B%22Z1K1%22%3A%22Z6030%22%2C%22Z6030K1%22%3A%22Z6036%22%7D%5D%2C%22Z30248K3%22%3A%5B%22Z60%22%5D%2C%22Z30248K4%22%3A%5B%22Z6092%22%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P585%22%7D%2C%7B%22Z1K1%22%3A%22Z6092%22%2C%22Z6092K1%22%3A%22P1346%22%7D%5D%7D items] === {{Z|30931}} === tests timing out * {{Z|30932}} * {{Z|30933}} * {{Z|30942}} * {{Z|30947}} passing; trivial === {{Z|25052}} === test timing out * {{Z|25053}} === {{Z|25054}} === test timing out * {{Z|25055}} passing * {{Z|25056}} === {{Z|29953}} === tests timing out * {{Z|29954}} * {{Z|29955}} expected failure * {{Z|29956}} === {{Z|29784}} === tests timing out * {{Z|30088}} * {{Z|30915}} === {{Z|30175}} === tests timing out * {{Z|30188}} * {{Z|30913}} * {{Z|30958}} passing === {{Z|30157}} === test timing out * {{Z|30165}} * {{Z|30908}} passing; trivial === {{Z|30217}} === tests timing out * {{Z|30230}} * {{Z|30231}} === {{Z|27610}} === test timing out * {{Z|27611}} === {{Z|30471}} === no good tests; {{Z|30853}} would make it easier === {{Z|31019}} === tests timing out * {{Z|31022}} * {{Z|31023}} passing * {{Z|31024}} * {{Z|31025}} passing === {{Z|31041}} === test timing out * {{Z|31043}} * {{Z|31044}} passing === {{Z|10956}} === test timing out, connected anyway * {{Z|10959}} * {{Z|10961}} passing * {{Z|19167}} passing === {{Z|10944}} === tests timing out, connected anyway * {{Z|10946}} * {{Z|10947}} * {{Z|10948}} * {{Z|10949}} * {{Z|10950}} * {{Z|10951}} * {{Z|10969}} === {{Z|30153}} === test timing out * {{Z|31708}} === {{Z|19243}} === tests timing out, connected anyway * {{Z|19251}} * {{Z|19395}} * {{Z|21612}} * {{Z|22814}} === {{Z|19170}} === tests timing out for RLE impl., connected anyway * {{Z|19171}} * {{Z|19172}} * {{Z|19173}} * {{Z|19174}} * {{Z|19176}} === {{Z|34793}} === tests timing out, connected anyway * {{Z|34794}} * {{Z|34795}} * {{Z|34796}} * {{Z|34843}} === {{Z|35585}} === tests timing out === {{Z|35597}} === one impl. works modulo typing, but even when I add the typing shims it still fails the test for ??? reasons; other impl. doesn't seem to work for ??? reasons === {{Z|32585}} === product composition passes all tests; indexing composition times out === {{Z|28482}} === composition failing with <code>function call: "'int' object is not iterable"</code>, though the expression works when echo'd === {{Z|24139}} === <s>tests timing out for composition</s> it's not even timing out. I narrowed it down to the apply2-contains, and when the list of Z11K1s has &ge; 33 elements (confirmed by slicing), a cryptic error <code>Z579(32)</code> is raised === {{Z|35278}} === tests timing out for composition, except tiny test which has a cached failure but passes in edit mode === {{Z|36174}} === tests failing for ??? reasons; connected JS impl since I confirmed that was working lozqmal77e49f6qor45x0nr7wg7ffzo Translations:Wikifunctions:Catalogue/42/ko 1198 74204 284968 246551 2026-06-21T04:37:26Z YeBoy371 5561 284968 wikitext text/x-wiki 또는 둘 중 하나, 하지만 클린의 입력이 없습니다 juxc1g19vaseb5xn6h5sp5xegfbp00s 284969 284968 2026-06-21T04:37:35Z YeBoy371 5561 284969 wikitext text/x-wiki 또는 둘 중 하나, 하지만 Kleenean의 입력이 없습니다 1jy6j55z9sjnyk37ex7fmihkgxnk27f Translations:Wikifunctions:Catalogue/45/ko 1198 74205 284971 246552 2026-06-21T04:38:03Z YeBoy371 5561 284971 wikitext text/x-wiki 또는 둘 중 하나, 하지만 Kleenean 객체를 반환하지 않습니다. igufbofk44mv43xnzka7dp9b0sna5bn Translations:Wikifunctions:Catalogue/46/ko 1198 74206 284973 246553 2026-06-21T04:40:58Z YeBoy371 5561 해당 문자열의 문법 및 철자가 다소 어색합니다. 284973 wikitext text/x-wiki !!FUZZY!!이러한 예는 $1 유형으로 제한된 검색입니다. 이러한 검색에 대한 "검색 결과" 페이지에서 그냥 대체 "지 22112" 다른 유형에 대한 비교 결과을 볼 수 있습니다. 더 [[$2/검색 사용에 대한 정보]]를 사용할 수 있습니다. iq6hj8hpw9pq86c74qf498lcm1lox45 Z31316 0 74442 284981 284742 2026-06-21T08:34:20Z 99of9 1622 accept either biggest or largest 284981 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z31316" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z29010", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z29010", "Z29010K1": { "Z1K1": "Z6091", "Z6091K1": "Q319" }, "Z29010K2": { "Z1K1": "Z6091", "Z6091K1": "Q12935276" }, "Z29010K3": { "Z1K1": "Z6091", "Z6091K1": "Q634" }, "Z29010K4": { "Z1K1": "Z6091", "Z6091K1": "Q544" }, "Z29010K5": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z13381", "Z13381K2": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Jupiter is the biggest planet in the Solar System." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Jupiter is the largest planet in the Solar System." } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Jupiter is the biggest/largest planet in *the* SS." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5oj1vj00afak5wgfes7xhj00jz4kf68 Z33751 0 80642 284772 266737 2026-06-20T14:36:04Z Dv103 11127 added error handling 284772 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33751" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z24606", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z610", "Z16K2": "def Z24606(Z24606K1, Z24606K2):\n\tif Z24606K2 not in Z24606K1:\n\t\timport json\n\t\tWikifunctions.Error(\"Z36590\",[Z24606K2,json.dumps(Z24606K1)])\n\treturn Z24606K1[Z24606K2]" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "get element of string-keyed map, py" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ng0oxrhpfm7hbli7cfnf1zw058ph5ja Z33823 0 80831 284786 267233 2026-06-20T15:26:15Z Dv103 11127 Added Z36593 to the approved list of implementations 284786 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33823" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33823K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6092", "Z17K2": "Z33823K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "predicato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "predicate" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z33823K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingua" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6030" }, "Z17K2": "Z33823K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "parti di lessema da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "lexeme parts to fetch" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z33823K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingue da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "languages to fetch" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6092" }, "Z17K2": "Z33823K6", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "proprietà le cui dichiarazioni da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "statement properties to fetch" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z33824" ], "Z8K4": [ "Z14", "Z33825", "Z36593" ], "Z8K5": "Z33823" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema parziale per elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best partial lexeme for Wikidata item" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Potrebbe restituire un lessema con più dichiarazioni rispetto quelle richieste." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Could return a lexeme with more declarations than requested" } ] } } 0qm3spbm2d630nkojpqyub0qlhdas7z 284787 284786 2026-06-20T15:26:19Z Dv103 11127 Removed Z33825 from the approved list of implementations 284787 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33823" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33823K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6092", "Z17K2": "Z33823K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "predicato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "predicate" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z33823K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingua" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6030" }, "Z17K2": "Z33823K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "parti di lessema da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "lexeme parts to fetch" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z33823K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingue da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "languages to fetch" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6092" }, "Z17K2": "Z33823K6", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "proprietà le cui dichiarazioni da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "statement properties to fetch" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z33824" ], "Z8K4": [ "Z14", "Z36593" ], "Z8K5": "Z33823" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema parziale per elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best partial lexeme for Wikidata item" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Potrebbe restituire un lessema con più dichiarazioni rispetto quelle richieste." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Could return a lexeme with more declarations than requested" } ] } } qm9j0nmrvcrbzyqv7obxfzyishm4y3g 284789 284787 2026-06-20T15:27:56Z Dv103 11127 Added Z36594 to the approved list of test cases 284789 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33823" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z33823K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6092", "Z17K2": "Z33823K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "predicato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "predicate" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z33823K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingua" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6030" }, "Z17K2": "Z33823K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "parti di lessema da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "lexeme parts to fetch" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z33823K5", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lingue da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "languages to fetch" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6092" }, "Z17K2": "Z33823K6", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "proprietà le cui dichiarazioni da selezionare" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "statement properties to fetch" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z33824", "Z36594" ], "Z8K4": [ "Z14", "Z36593" ], "Z8K5": "Z33823" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema parziale per elemento Wikidata" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best partial lexeme for Wikidata item" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Potrebbe restituire un lessema con più dichiarazioni rispetto quelle richieste." }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Could return a lexeme with more declarations than requested" } ] } } jr5a1whbuzi22dcffbwycgmn1zanedn Z33921 0 80935 284775 267622 2026-06-20T14:48:58Z Dv103 11127 284775 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z33921" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29649", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z850", "Z850K1": { "Z1K1": "Z7", "Z7K1": "Z24606", "Z24606K1": { "Z1K1": "Z7", "Z7K1": "Z24646", "Z24646K1": "Z33920" }, "Z24606K2": { "Z1K1": "Z7", "Z7K1": "Z14329", "Z14329K1": { "Z1K1": "Z18", "Z18K1": "Z29649K1" } } }, "Z850K2": "Z36590", "Z850K3": { "Z1K1": "Z7", "Z7K1": "Z851", "Z851K1": "Z36589", "Z851K2": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z14329", "Z14329K1": { "Z1K1": "Z18", "Z18K1": "Z29649K1" } }, { "Z1K1": "Z6", "Z6K1": "Z33920" } ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Wikidata reference from language obj, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } hm53z0qcne0iaa7lp5dk5oj9p0x01nn Z34945 0 82706 284902 272971 2026-06-21T04:22:50Z 99of9 1622 284902 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z34945" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z34943", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z34943( Z34943K1, Z34943K2 ) {\n\tconst Z27410K1=Z34943K1;\n\tconst Z27410K2=Z34943K2;\n\t\n\t\n\tconst instanceOfPIDs=[\"P31\",\"P1552\"];\n\tconst languageStylePIDs=[\"P6191\"];\n\tconst characteristicsRank=[\n\t\t\t//negative characteristics\n\t\t\t\"Q54948374\",\t//depreciative\n\t\t\t\"Q54944750\",\t//potential\n\t\t\t\"Q56161479\",\t//incorrect\n\t\t\t\"Q56247521\",\t//former\n\t\t\t\"Q54943392\",\t//obsolete\n\t\t\t\"Q55094451\",\t//rare\n\t\t\t\"Q101583900\",\t//alternative spelling\n\t\t\t\"Q55228835\",\t//colloquial\n\t\t\t\n\t\t\t//neuter characteristics\n\t\t\t\"Q55082724\",\t//vocalic\n\t\t\t\"Q55082712\",\t//not vocalic\n\t\t\t\"Q55464014\",\t//weak form\n\t\t\t\"Q55464002\",\t//string form\n\t\t\t\n\t\t\t//positive characteristics\n\t\t\t\"Q101583918\",\t//reccomended by Duden\n\t\t\t\"Q54948995\",\t//non-depreciative\n\t\t];\n\t\n\tconst styleRank=[\n\t\t\"Q184439\",\t\t//profanity\n\t\t\"Q1521634\",\t\t//vulgarism\n\t\t\"Q545779\",\t\t//pejorative\n\t\t\"Q83464\",\t\t//euphemism\n\t\t\"Q58233068\",\t//humorous\n\t\t\"Q58157328\",\t//rare\n\t\t\"Q901711\",\t\t//colloqual\n\t\t\"Q181970\",\t\t//archaism\n\t\t\"Q57495609\",\t//outdated\n\t\t\"Q110983878\",\t//idiomatic\n\t\t\"Q130989\",\t\t//neologism\n\t\t];\n\t\t\n\tfunction valuesOfStatementOfForm(s,p){\n\t\t//p is a list\n\t\tlet retList=[]\n\t\tfor (let c of s.Z6004K5){\n\t\t\tif (c.Z6003K4.Z6040K1?.Z9K1 === \"Z6043\"){\n\t\t\t\t//Ignore deprecated rank\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\tretList.push(c.Z6003K3.Z6091K1);\n\t\t\t}\n\t\t}\n\t\treturn retList;\n\t}\n\tfunction compare(a,b){\n\t\tlet gooda=0, goodb=0;\n\t\tlet bada=0,badb=0;\n\t\tfor (let f of a.Z6004K4){\n\t\t\tif (Z27410K2.find((v)=\u003Ev.Z6091K1 === f.Z6091K1)!=undefined){\n\t\t\t\tgooda++;\n\t\t\t} else {\n\t\t\t\tbada++;\n\t\t\t}\n\t\t}\n\t\tfor (let f of b.Z6004K4){\n\t\t\tif (Z27410K2.find((v)=\u003Ev.Z6091K1 === f.Z6091K1)!=undefined){\n\t\t\t\tgoodb++;\n\t\t\t} else {\n\t\t\t\tbadb++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (gooda !== goodb){\n\t\t\treturn gooda\u003Cgoodb;\n\t\t}\n\t\tif (bada !== badb){\n\t\t\treturn bada \u003E badb;\n\t\t}\n\t\t\n\t\tconst sa=valuesOfStatementOfForm(a,instanceOfPIDs);\n\t\tconst sb=valuesOfStatementOfForm(b,instanceOfPIDs);\n\t\t\n\t\tconst sav=Math.min(...sa.map((v)=\u003E{\n\t\t\treturn characteristicsRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tconst sbv=Math.min(...sb.map((v)=\u003E{\n\t\t\treturn characteristicsRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\t\n\t\tif (sav !== sbv){\n\t\t\treturn sav\u003Csbv;\n\t\t}\n\t\t\n\t\t// language style\n\t\tconst lsa=valuesOfStatementOfForm(a,languageStylePIDs);\n\t\tconst lsb=valuesOfStatementOfForm(b,languageStylePIDs);\n\t\tconst lsav=Math.min(...lsa.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tconst lsbv=Math.min(...lsb.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tif (lsbv !== lsav){\n\t\t\treturn lsav\u003Clsbv;\n\t\t}\n\t\treturn false;\n\t}\n\t\n\tlet bestForm=null;\n\t\n\tif (Z27410K1.Z6005K7.length===0){\n\t\tWikifunctions.Error(\"Z28259\",[Z27410K1.Z6005K1.Z6095K1]);\n\t}\n\t\n\tfor (let currForm of Z27410K1.Z6005K7){\n\t\tif (bestForm===null){\n\t\t\tbestForm=currForm;\n\t\t} else if (compare(bestForm,currForm)){\n\t\t\tbestForm=currForm;\n\t\t}\n\t}\n\t\n\treturn bestForm.Z6004K3;\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior stringa di rappr. di lessema multilin., js" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "better matching multilingual text form from L, JS" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5wytqxzc2xb4kz90m4972xgozg3dn6h Z35146 0 83257 284796 274397 2026-06-20T16:35:05Z Dv103 11127 added error handling 284796 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35146" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z34804", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "\nfunction Z34804( Z34804K1, Z34804K2 ) {\n\tconst zobjRef = zid =\u003E ({ \"Z1K1\": \"Z9\", \"Z9K1\": zid });\nconst zobj = (typeZID, props) =\u003E new ZObject(new Map(props), zobjRef(typeZID));\n\nconst lookup = {\n\tZ1: \"Object\",\n\tZ2: \"Persistent object\",\n\tZ3: \"Key\",\n\tZ4: \"Type\",\n\tZ5: \"Error\",\n\tZ6: \"String\",\n\tZ7: \"Function call\",\n\tZ8: \"Function\",\n\tZ9: \"Reference\",\n\tZ11: \"Monolingual text\",\n\tZ12: \"Multilingual text\",\n\tZ14: \"Implementation\",\n\tZ16: \"Code\",\n\tZ17: \"Argument declaration\",\n\tZ18: \"Argument reference\",\n\tZ20: \"Test case\",\n\tZ21: \"Unit\",\n\tZ22: \"Evaluation result\",\n\tZ23: \"Nothing\",\n\tZ31: \"Monolingual stringset\",\n\tZ32: \"Multilingual stringset\",\n\tZ39: \"Key reference\",\n\tZ40: \"Boolean\",\n\tZ46: \"Type converter to code\",\n\tZ50: \"Error type\",\n\tZ60: \"Natural language\",\n\tZ61: \"Programming language\",\n\tZ64: \"Type converter from code\",\n\tZ80: \"Byte\",\n\tZ86: \"Codepoint\",\n\tZ89: \"HTML fragment\",\n\tZ99: \"Quote\",\n\tZ6001: \"Wikidata item\",\n\tZ6002: \"Wikidata property\",\n\tZ6003: \"Wikidata statement\",\n\tZ6004: \"Wikidata lexeme form\",\n\tZ6005: \"Wikidata lexeme\",\n\tZ6006: \"Wikidata lexeme sense\",\n\tZ6007: \"Wikidata property claim\",\n\tZ6008: \"Wikidata reference\",\n\tZ6010: \"Wikidata quantity\",\n\tZ6011: \"Wikidata geo-coordinate\",\n\tZ6020: \"Wikidata claim subtype\",\n\tZ6030: \"Wikidata entity part\",\n\tZ6039: \"Wikidata sitelink\",\n\tZ6040: \"Wikidata statement rank\",\n\tZ6060: \"Time of day\",\n\tZ6061: \"Wikidata datetime\",\n\tZ6064: \"Wikidata time\",\n\tZ6091: \"Wikidata item reference\",\n\tZ6092: \"Wikidata property reference\",\n\tZ6094: \"Wikidata lexeme form reference\",\n\tZ6095: \"Wikidata lexeme reference\",\n\tZ6096: \"Wikidata lexeme sense reference\",\n\n\tZ13518: \"Natural number\",\n\tZ14293: \"Function option for a list of languages\",\n\tZ14294: \"Configuration of functions for given languages\",\n\tZ16098: \"Gregorian calendar month\",\n\tZ16659: \"Sign\",\n\tZ16683: \"Integer\",\n\tZ16927: \"Igbo calendar month\",\n\tZ17402: \"Day of the week\",\n\tZ17813: \"Gregorian era\",\n\tZ19677: \"Rational number\",\n\tZ20159: \"Gregorian year\",\n\tZ20342: \"Day of Roman year\",\n\tZ20420: \"Gregorian calendar date\",\n\tZ20825: \"Floating point special value\",\n\tZ20838: \"float64\",\n\tZ22112: \"Kleenean\",\n\tZ28579: useAmE =\u003E useAmE ? \"RGBA color\" : \"RGBA colour\",\n\tZ33198: \"complex128\",\n\n\tZ881: \"list\",\n\tZ882: \"Typed pair\",\n\tZ883: \"Typed map\",\n//\tZ6884: \"Typed enum of Wikidata references\",\n\n\tZ6062: \"Wikidata time precision\",\n\tZ6063: \"Wikidata calendar model\",\n\n\tZ25340: \"Grammatical gender (m/f)\",\n\tZ25501: \"Grammatical gender (m/f/n)\",\n\tZ25502: \"Grammatical gender (c/n)\",\n\tZ26582: \"Hijri calendar month\",\n\tZ26934: \"Grammatical number (singular / plural)\",\n\tZ26935: \"grammatical animacy (animate / inanimate)\",\n\tZ27951: \"Chemical element\",\n\tZ27970: \"Grammatical person (3)\",\n\tZ27971: \"Celtic mutation\",\n\tZ28215: \"Grammatical number (singular / dual / plural)\",\n\tZ28515: \"Grammatical number (singular / paucal / multal)\",\n\tZ28516: \"Grammatical definiteness\",\n\tZ28517: \"Grammatical voice (active / passive)\",\n\tZ28518: \"Grammatical polarity (affirmative / negation)\",\n\tZ28519: \"Grammatical case (Nom/Gen/Dat/Acc)\",\n\tZ28520: \"Grammatical degree of comparison (pos/comp/super)\",\n\tZ32789: \"Grammatical voice (active / middle / passive)\",\n\tZ32792: \"Grammatical voice (active / mediopassive)\",\n\tZ33568: \"Word order\",\n\tZ33827: \"season\",\n};\nfor (const zid in lookup) {\n\tlet entry = lookup[zid];\n\tif (typeof entry !== \"string\") continue;\n\tif (entry.endsWith(\" number\")) entry = entry.slice(0, -7);\n\tentry = entry.replace(\"Gregorian calendar\", \"Gregorian\")\n\t\t.replace(\" / \", \"/\")\n\t\t.replace(\"singular\", \"sing.\")\n\t\t.replace(\"plural\", \"pl.\");\n\tlookup[zid] = entry;\n}\n\n\tconst ident = Z34804K2?.Z4K1?.Z4K1;\n\tconst found = lookup[ident?.Z9K1 || ident?.Z7K1?.Z9K1];\n\tif (found == undefined){\n\t\tWikifunctions.Error(\"Z36589\",[String(ident?.Z9K1 || ident?.Z7K1?.Z9K1)+\" \", \"Z35146 \"]);\n\t}\n\tconst useAmE = Z34804K1.Z60K1.toLowerCase().endsWith(\"-us\");\n\tconst shortLabel = typeof found === \"function\" ? found(useAmE) : found;\n\treturn zobj(\"Z11\", [\n\t\t[ \"Z11K1\", Z34804K1 ],\n\t\t[ \"Z11K2\", shortLabel ],\n\t]);\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "short form of label for Type, English, hardcode JS" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 0y5n3isl0n5ofx5l6tpr8phzn48kshr Help:Type deconstruction table/preface 12 83516 284808 284706 2026-06-20T19:15:25Z YoshiRulz 10156 Undid revision [[Special:Diff/284706|284706]] by [[Special:Contributions/YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 284808 wikitext text/x-wiki <onlyinclude>{| class="wikitable" |+ [[d:Q1049476|Construction]] and deconstruction functions for {{Z|{{{1|<noinclude>4</noinclude>}}}}} <span style="float: inline-end;">{{mini navbar|Help:Type_deconstruction_table/{{{2|<noinclude>preface</noinclude>}}}}}</span> |-</onlyinclude> | &lt;ctor&gt; ! K1: &lt;type&gt; | &lt;decomp&gt; |} 7mfr5qzxbh6ijhg6daqri5vicgwctrc Z35411 0 83864 284836 276361 2026-06-21T02:47:02Z YoshiRulz 10156 Removed Z35412 from the approved list of implementations 284836 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35411" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35411K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z35411" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert prefix in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35405 to the prefix of a Formal SignWriting string, leaving the rest unchanged." } ] } } rpnusrfh8b1ofyne1arvu61sqao6s9j 284847 284836 2026-06-21T02:56:33Z YoshiRulz 10156 Added Z35412 to the approved list of implementations 284847 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35411" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35411K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z35412" ], "Z8K5": "Z35411" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert prefix in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35405 to the prefix of a Formal SignWriting string, leaving the rest unchanged." } ] } } ftj3gxvscc7v67z4n1x7g3nzofyd528 Z35412 0 83865 284846 276433 2026-06-21T02:56:00Z YoshiRulz 10156 Update to reflect new parameter order for apply3 284846 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35412" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z35411", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z850", "Z850K1": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": { "Z1K1": "Z7", "Z7K1": "Z18475", "Z18475K1": { "Z1K1": "Z7", "Z7K1": "Z35421", "Z35421K1": "Z10193", "Z35421K2": { "Z1K1": "Z7", "Z7K1": "Z35400", "Z35400K1": { "Z1K1": "Z18", "Z18K1": "Z35411K1" }, "Z35400K2": "all" }, "Z35421K3": { "Z1K1": "Z7", "Z7K1": "Z35397", "Z35397K1": "prefix" }, "Z35421K4": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z35405", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z35400", "Z35400K1": { "Z1K1": "Z18", "Z18K1": "Z35411K1" }, "Z35400K2": "all" } } } } }, "Z850K2": "Z500", "Z850K3": { "Z1K1": "Z18", "Z18K1": "Z35411K1" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert prefix in FSW string to SWU, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } chifvz0jb0nng5d9g55lbkfoix1j3fl Z35417 0 83871 284835 279450 2026-06-21T02:47:01Z YoshiRulz 10156 Removed Z35424 from the approved list of implementations 284835 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35417" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35417K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z35417" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert signbox in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35413 to the signbox of a Formal SignWriting string, leaving the rest unchanged." } ] } } 061afbjxowhokoh1rjx6t2mu0z7igvf 284849 284835 2026-06-21T02:56:54Z YoshiRulz 10156 Added Z35424 to the approved list of implementations 284849 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35417" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35417K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z35424" ], "Z8K5": "Z35417" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert signbox in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35413 to the signbox of a Formal SignWriting string, leaving the rest unchanged." } ] } } 2ljo0l3dqno1a837cs6rxada4n5a526 Z35421 0 83880 284833 279460 2026-06-21T02:46:52Z YoshiRulz 10156 Removed Z35423 from the approved list of implementations 284833 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 705g75km6078k3o432v28jcajahfgpi 284837 284833 2026-06-21T02:48:21Z YoshiRulz 10156 Move function param to front to match others 284837 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } sam322z0ku5kckyrx7j505vbph4hhye 284841 284837 2026-06-21T02:53:24Z YoshiRulz 10156 Added Z36601 to the approved list of test cases 284841 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20", "Z36601" ], "Z8K4": [ "Z14" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6r30eaa9ywyan3klnqfbn0c0qxzpfl7 284842 284841 2026-06-21T02:53:26Z YoshiRulz 10156 Added Z35423 to the approved list of implementations 284842 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20", "Z36601" ], "Z8K4": [ "Z14", "Z35423" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 4nwg62avdm4ugbuispai71g8wuj19j5 284844 284842 2026-06-21T02:54:19Z YoshiRulz 10156 Added Z35422 to the approved list of implementations 284844 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20", "Z36601" ], "Z8K4": [ "Z14", "Z35423", "Z35422" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 9r60syrcf968uexq2o0hs901d86ba6h 284845 284844 2026-06-21T02:54:26Z WikiLambda system 3 Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]]) 284845 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20", "Z36601" ], "Z8K4": [ "Z14", "Z35422", "Z35423" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } mv1eelci5fiyag7rcabep1dh40f29t8 284858 284845 2026-06-21T03:57:02Z YoshiRulz 10156 Removed Z35422 from the approved list of implementations 284858 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35421" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z8", "Z17K2": "Z35421K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "function" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "first parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z1", "Z17K2": "Z35421K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "second parameter" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z17K2": "Z35421K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "third parameter" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z1" }, "Z8K3": [ "Z20", "Z36601" ], "Z8K4": [ "Z14", "Z35423" ], "Z8K5": "Z35421" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 4nwg62avdm4ugbuispai71g8wuj19j5 Z35422 0 83881 284839 276391 2026-06-21T02:50:40Z YoshiRulz 10156 Update to reflect new parameter order 284839 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35422" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z35421", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z31490", "Z31490K1": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z31490K2": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } }, "Z31490K3": [ "Z1" ], "Z31490K4": { "Z1K1": "Z7", "Z7K1": "Z810", "Z810K1": { "Z1K1": "Z7", "Z7K1": "Z21216", "Z21216K1": { "Z1K1": "Z18", "Z18K1": "Z35421K1" }, "Z21216K2": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z21216K3": { "Z1K1": "Z18", "Z18K1": "Z35421K3" }, "Z21216K4": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } } }, "Z810K2": { "Z1K1": "Z7", "Z7K1": "Z35421", "Z35421K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" }, "Z35421K2": { "Z1K1": "Z7", "Z7K1": "Z812", "Z812K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z35421K3": { "Z1K1": "Z18", "Z18K1": "Z35421K3" }, "Z35421K4": { "Z1K1": "Z7", "Z7K1": "Z812", "Z812K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd, recurs comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 0nvyezh9pkr2fovkht3xtg97ojzibn3 284843 284839 2026-06-21T02:54:16Z YoshiRulz 10156 Missed one 284843 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35422" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z35421", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z31490", "Z31490K1": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z31490K2": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } }, "Z31490K3": [ "Z1" ], "Z31490K4": { "Z1K1": "Z7", "Z7K1": "Z810", "Z810K1": { "Z1K1": "Z7", "Z7K1": "Z21216", "Z21216K1": { "Z1K1": "Z18", "Z18K1": "Z35421K1" }, "Z21216K2": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z21216K3": { "Z1K1": "Z18", "Z18K1": "Z35421K3" }, "Z21216K4": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } } }, "Z810K2": { "Z1K1": "Z7", "Z7K1": "Z35421", "Z35421K1": { "Z1K1": "Z18", "Z18K1": "Z35421K1" }, "Z35421K2": { "Z1K1": "Z7", "Z7K1": "Z812", "Z812K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z35421K3": { "Z1K1": "Z18", "Z18K1": "Z35421K3" }, "Z35421K4": { "Z1K1": "Z7", "Z7K1": "Z812", "Z812K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd, recurs comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } fauqhpm6idurnu2u31eyco3rgxuk3n4 Z35423 0 83888 284838 276403 2026-06-21T02:49:21Z YoshiRulz 10156 Update to reflect new parameter order 284838 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35423" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z35421", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z31098", "Z31098K1": { "Z1K1": "Z18", "Z18K1": "Z35421K1" }, "Z31098K2": { "Z1K1": "Z18", "Z18K1": "Z35421K2" }, "Z31098K3": { "Z1K1": "Z7", "Z7K1": "Z21389", "Z21389K1": { "Z1K1": "Z18", "Z18K1": "Z35421K3" }, "Z21389K2": { "Z1K1": "Z7", "Z7K1": "Z13633", "Z13633K1": { "Z1K1": "Z7", "Z7K1": "Z12681", "Z12681K1": { "Z1K1": "Z18", "Z18K1": "Z35421K2" } }, "Z13633K2": { "Z1K1": "Z7", "Z7K1": "Z12681", "Z12681K1": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } } } }, "Z31098K4": { "Z1K1": "Z18", "Z18K1": "Z35421K4" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3: common 2nd, list 1st and 3rd, replic comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 1igmbmjrm79vylg72ikhiqdh4f5iycw Z35424 0 83889 284848 276421 2026-06-21T02:56:42Z YoshiRulz 10156 Update to reflect new parameter order for apply3 284848 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35424" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z35417", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": { "Z1K1": "Z7", "Z7K1": "Z18475", "Z18475K1": { "Z1K1": "Z7", "Z7K1": "Z35421", "Z35421K1": "Z10193", "Z35421K2": { "Z1K1": "Z7", "Z7K1": "Z35400", "Z35400K1": { "Z1K1": "Z18", "Z18K1": "Z35417K1" }, "Z35400K2": "all" }, "Z35421K3": { "Z1K1": "Z7", "Z7K1": "Z35397", "Z35397K1": "signbox" }, "Z35421K4": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z35413", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z35400", "Z35400K1": { "Z1K1": "Z18", "Z18K1": "Z35417K1" }, "Z35400K2": "all" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert signbox in FSW string to SWU, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 2vw7tpd1e068rotagrgt8pz84mc2k5w Z35425 0 83891 284834 279449 2026-06-21T02:47:01Z YoshiRulz 10156 Removed Z35426 from the approved list of implementations 284834 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35425" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35425K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z35425" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert spatials in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35415 to the spatials of a Formal SignWriting string, leaving the rest unchanged." } ] } } 3j0wct51fsn3o4cj79hp49om0xe5mqn 284851 284834 2026-06-21T02:57:10Z YoshiRulz 10156 Added Z35426 to the approved list of implementations 284851 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35425" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35425K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z35426" ], "Z8K5": "Z35425" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert spatials in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35415 to the spatials of a Formal SignWriting string, leaving the rest unchanged." } ] } } ozm14lc296v56pzqt72id6vy7d0v601 284860 284851 2026-06-21T03:58:46Z YoshiRulz 10156 Added Z36602 to the approved list of test cases 284860 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35425" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35425K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36602" ], "Z8K4": [ "Z14", "Z35426" ], "Z8K5": "Z35425" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert spatials in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35415 to the spatials of a Formal SignWriting string, leaving the rest unchanged." } ] } } a3e7tzn58b0agy9cju1xsdqhvgkxwpr 284861 284860 2026-06-21T04:01:45Z YoshiRulz 10156 Removed Z36602 from the approved list of test cases 284861 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35425" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6", "Z17K2": "Z35425K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "string" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z35426" ], "Z8K5": "Z35425" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert spatials in FSW string to SWU" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Applies Z35415 to the spatials of a Formal SignWriting string, leaving the rest unchanged." } ] } } ozm14lc296v56pzqt72id6vy7d0v601 Z35426 0 83892 284850 276430 2026-06-21T02:56:58Z YoshiRulz 10156 Update to reflect new parameter order for apply3 284850 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35426" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z35425", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": { "Z1K1": "Z7", "Z7K1": "Z18475", "Z18475K1": { "Z1K1": "Z7", "Z7K1": "Z35421", "Z35421K1": "Z10193", "Z35421K2": { "Z1K1": "Z7", "Z7K1": "Z35400", "Z35400K1": { "Z1K1": "Z18", "Z18K1": "Z35425K1" }, "Z35400K2": "all" }, "Z35421K3": { "Z1K1": "Z7", "Z7K1": "Z35397", "Z35397K1": "spatial" }, "Z35421K4": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z35415", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z35400", "Z35400K1": { "Z1K1": "Z18", "Z18K1": "Z35425K1" }, "Z35400K2": "all" } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "convert spatials in FSW string to SWU, composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } t2n4d5lfcjwbsmdj94bt9nu6eokk0gw Talk:Z35425 1 83894 284852 276425 2026-06-21T02:58:57Z YoshiRulz 10156 /* Needs review after refactor */ new section 284852 wikitext text/x-wiki [[Category:SignWriting]] == Needs review after refactor == {{ping|JJPMaster}} Please confirm my edits to this function, [[Z35411]], and [[Z35417]] didn't break them. Maybe add some tests? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 02:58, 21 June 2026 (UTC) 2b6r6wndg3ll4eal12xa2fazia7srwa 284857 284852 2026-06-21T03:24:27Z JJPMaster 6409 /* Needs review after refactor */ Reply 284857 wikitext text/x-wiki [[Category:SignWriting]] == Needs review after refactor == {{ping|JJPMaster}} Please confirm my edits to this function, [[Z35411]], and [[Z35417]] didn't break them. Maybe add some tests? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 02:58, 21 June 2026 (UTC) :@[[User:YoshiRulz|YoshiRulz]]: I now seem to be getting rate limit errors all the time with all three functions. I used the input string "M521x547S33100482x411". [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 03:24, 21 June 2026 (UTC) gsjfn1ioxci7xoytk9jqzpdrezw7twb 284862 284857 2026-06-21T04:02:39Z YoshiRulz 10156 /* Needs review after refactor */ Reply 284862 wikitext text/x-wiki [[Category:SignWriting]] == Needs review after refactor == {{ping|JJPMaster}} Please confirm my edits to this function, [[Z35411]], and [[Z35417]] didn't break them. Maybe add some tests? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 02:58, 21 June 2026 (UTC) :@[[User:YoshiRulz|YoshiRulz]]: I now seem to be getting rate limit errors all the time with all three functions. I used the input string "M521x547S33100482x411". [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[wikt:she|she]]/[[wikt:they|they]]) 03:24, 21 June 2026 (UTC) ::I convinced the system to clear the cache, try again. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 04:02, 21 June 2026 (UTC) 8cfdqfvncryyc7r6d75kt98pwtqm611 Z35556 0 84095 284813 277368 2026-06-20T19:39:19Z YoshiRulz 10156 Poach for dimensionless function 284813 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z35556" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36595", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z7", "Z7K1": "Z19198", "Z19198K1": { "Z1K1": "Z7", "Z7K1": "Z22978", "Z22978K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z7", "Z7K1": "Z25303", "Z25303K1": { "Z1K1": "Z18", "Z18K1": "Z36595K1" } }, "Z30120K2": [ "Z6030", "Z6036" ], "Z30120K3": [ "Z60", "Z1360" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P13625" } ] }, "Z22978K2": { "Z1K1": "Z6092", "Z6092K1": "P13625" } }, "Z19198K2": [ "Z6", "A0E0L0I0M0H0T0D1" ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "is quantity dimensionless, P13625 composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } e1lom4psg2s322qmmkgygms2aisaskf Wikifunctions:Project chat/Archive/2026/05 4 84806 284855 283799 2026-06-21T03:08:05Z SpBot 978 archiving 1 section from [[Wikifunctions:Project chat]] (after section [[Wikifunctions:Project chat/Archive/2026/05#May_2026_Wikimedia_Café_meetups_regarding_the_Wikimedia_Foundation_Annual_Plan|May_2026_Wikimedia_Café_meetups_regarding_the_Wikimedia_Foundation_Annual_Plan]]) 284855 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) == 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 --> == 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) :<s>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]].</s> was {{done}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:39, 5 June 2026 (UTC) :<small>This section was archived on a request by: [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 18:20, 8 June 2026 (UTC)</small> == 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) == 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) 9fssj8f48latjuqfzowignag1ivcelg Z36339 0 85674 284977 282879 2026-06-21T08:01:27Z HenkvD 1290 + mk 284977 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36339" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36337", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z861", "Z861K1": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z36337K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36337K4" } }, { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36337K4" }, "Z22193K2": [ "Z60", "Z1532", "Z1576", "Z1137", "Z1402" ], "Z22193K3": [ "Z6", " is die ", " estas la ", " ta e ", " e ", " (is the) " ] }, { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z36337K2" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36337K4" } }, { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36337K4" }, "Z22193K2": [ "Z60", "Z1532", "Z1576", "Z1137", "Z1402" ], "Z22193K3": [ "Z6", " van ", " de ", " di ", " на ", " (of )" ] }, { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z36337K3" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z36337K4" } }, "." ] }, "Z861K2": { "Z1K1": "Z18", "Z18K1": "Z36337K4" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "defining role sentence, Simple, comp" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } cr7cds58nzqdej3j5y790ya11lqben1 Talk:Z35555 1 86004 284815 284731 2026-06-20T19:39:39Z YoshiRulz 10156 /* "ppm" */ Reply 284815 wikitext text/x-wiki == "ppm" == @[[User:YoshiRulz|YoshiRulz]] this one is confusing me. I made this function as a helper function for {{Z|Z25355}} to decide whether to leave off a string representing the units. Hence the description "which can/should not express units". IMO a value of 50 ppm *should* say "ppm", because otherwise it's just "50". Would you be okay with reversing this test? I realise you've gone for a more physics definition of dimensionless. We may need that too for other purposes, but can we carve that off to a different function? --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 06:36, 19 June 2026 (UTC) :What other definition of 'dimensionless' is there? Along with the label, my assumption of this function's purpose would have been influenced by [[Z31161|an earlier function]] for dimensionless quantities I made (which could have used an <code>isDimensionless</code> subroutine but doesn't).<br>Checking for <code>Z6010K4</code>={{Q|199}} doesn't warrant a helper function IMO, but sure, if you swap out the label I can easily make a new function with it. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 17:21, 19 June 2026 (UTC) ::Thanks. I can't remember the details, but it was something to do with decisions on Wikidata about how to represent quantities without units (without "dimensions"). But I take your point that you followed the usual meaning of "dimensionless". --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 10:18, 20 June 2026 (UTC) ::Made {{Z|36595}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 19:39, 20 June 2026 (UTC) 3fygild53ck24qs4o0601mdutg3136k Z36583 0 86113 284982 284746 2026-06-21T08:36:27Z 99of9 1622 284982 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36583" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z29010", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z29010", "Z29010K1": { "Z1K1": "Z6091", "Z6091K1": "Q3960" }, "Z29010K2": { "Z1K1": "Z6091", "Z6091K1": "Q16042592" }, "Z29010K3": { "Z1K1": "Z6091", "Z6091K1": "Q5107" }, "Z29010K4": { "Z1K1": "Z6091", "Z6091K1": "Q2" }, "Z29010K5": "Z1113" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z13381", "Z13381K2": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1113", "Z11K2": "The Australian continent is the smallest continent on Earth." }, { "Z1K1": "Z11", "Z11K1": "Z1113", "Z11K2": "Australia is the smallest continent on Earth." } ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "The Aust continent is the smallest cont on Earth." } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } chpb2adqq57enxtd39hvznixnsezpso Z36585 0 86117 284756 2026-06-20T14:07:39Z Dv103 11127 284756 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36585" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z27327", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z6091", "Z6091K1": "Q177749" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": "Z1113" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L320843" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "marciapede, en-au: footpath" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } dxfs179w02biqwsrt1i31prngco1hq0 284865 284756 2026-06-21T04:19:30Z 99of9 1622 284865 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36585" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z27327", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z6091", "Z6091K1": "Q177749" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": "Z1113" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L320843" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "marciapede, en-au: footpath" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme for sidewalk in en-au is footpath" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } r8xp2gpqcjz4o21icou3vhdzkqtuvna Z36586 0 86118 284757 2026-06-20T14:09:05Z Dv103 11127 284757 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36586" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z27327", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z6091", "Z6091K1": "Q177749" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": "Z1199" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L325162" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "marciapiede, en-br: pavement" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } a7lb5lzuyr4goief0erv5d3vtmxymnh Z36587 0 86119 284759 2026-06-20T14:17:49Z Dv103 11127 284759 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "Z17K2": "Z36587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa dei lessemi" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6001", "Z17K2": "Z36587K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento dell'oggetto" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fallback delle lingue" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "QID delle lingue" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } d8e6x09wepwyusv8m68ys764de9fdwi 284760 284759 2026-06-20T14:19:10Z Dv103 11127 284760 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "Z17K2": "Z36587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa dei lessemi" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6001", "Z17K2": "Z36587K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento dell'oggetto" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fallback delle lingue" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36587K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "QID delle lingue" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 91ieom6ywltq5tc47sfg6wruiaht8rp 284763 284760 2026-06-20T14:21:21Z Dv103 11127 Added Z36588 to the approved list of test cases 284763 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "Z17K2": "Z36587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa dei lessemi" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6001", "Z17K2": "Z36587K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento dell'oggetto" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fallback delle lingue" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36587K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "QID delle lingue" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z36588" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 94ggylhukc2qf9h6pgffhfnmlytr7g3 284779 284763 2026-06-20T15:05:32Z Dv103 11127 Added Z36591 to the approved list of implementations 284779 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "Z17K2": "Z36587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa dei lessemi" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6001", "Z17K2": "Z36587K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento dell'oggetto" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fallback delle lingue" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36587K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "QID delle lingue" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z36588" ], "Z8K4": [ "Z14", "Z36591" ], "Z8K5": "Z36587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 3t5mlkreusaskdht62satfg079uh4x6 284907 284779 2026-06-21T04:25:03Z 99of9 1622 284907 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "Z17K2": "Z36587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa dei lessemi" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6001", "Z17K2": "Z36587K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento dell'oggetto" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fallback delle lingue" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36587K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "QID delle lingue" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z36588" ], "Z8K4": [ "Z14", "Z36591" ], "Z8K5": "Z36587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme among maps, with QID of languages" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 57tkl1liahyy937iscphlvr5se2glvx 284934 284907 2026-06-21T04:26:59Z 99of9 1622 284934 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36587" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "Z17K2": "Z36587K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa dei lessemi" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Lexeme map" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6001", "Z17K2": "Z36587K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento dell'oggetto" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z60" }, "Z17K2": "Z36587K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "fallback delle lingue" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language fallback" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36587K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "QID delle lingue" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language QIDs" } ] } } ], "Z8K2": "Z6005", "Z8K3": [ "Z20", "Z36588" ], "Z8K4": [ "Z14", "Z36591" ], "Z8K5": "Z36587" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme among maps, with QID of languages" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5as3riwh8n5xaxv2smnfiobv99d4w05 Z36588 0 86120 284761 2026-06-20T14:20:43Z Dv103 11127 284761 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36588" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36587", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36587", "Z36587K1": { "Z1K1": "Z7", "Z7K1": "Z30260", "Z30260K1": [ "Z6095", { "Z1K1": "Z6095", "Z6095K1": "L320843" }, { "Z1K1": "Z6095", "Z6095K1": "L325162" } ], "Z30260K2": [ "Z6030" ], "Z30260K3": [ "Z60" ], "Z30260K4": [ "Z6092" ] }, "Z36587K2": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z6091", "Z6091K1": "Q177749" } }, "Z36587K3": [ "Z60", "Z1113", "Z1002" ], "Z36587K4": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q44679" }, { "Z1K1": "Z6091", "Z6091K1": "Q1860" } ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L320843" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } osfwdx09t716o3im9ca0551v4brlha8 284762 284761 2026-06-20T14:21:10Z Dv103 11127 284762 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36588" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36587", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36587", "Z36587K1": { "Z1K1": "Z7", "Z7K1": "Z30260", "Z30260K1": [ "Z6095", { "Z1K1": "Z6095", "Z6095K1": "L320843" }, { "Z1K1": "Z6095", "Z6095K1": "L325162" } ], "Z30260K2": [ "Z6030" ], "Z30260K3": [ "Z60" ], "Z30260K4": [ "Z6092" ] }, "Z36587K2": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z6091", "Z6091K1": "Q177749" } }, "Z36587K3": [ "Z60", "Z1113", "Z1002" ], "Z36587K4": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q44679" }, { "Z1K1": "Z6091", "Z6091K1": "Q1860" } ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L320843" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "[footpath, pavement], en-au -\u003E footpath" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } pqq64g7b4bi1dshq7rdr934n3n7u08a Z36589 0 86121 284764 2026-06-20T14:24:16Z Dv103 11127 284764 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36589" }, "Z2K2": { "Z1K1": "Z50", "Z50K1": [ "Z3", { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36589K1", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento non trovato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item not found" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } }, { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36589K2", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "LID containing hardcoded list" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "LID che contiene lista" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } } ], "Z50K2": "Z36589" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "lista manuale non contiene questo elemento" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "hardcoded list doesn't contain this element" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } lflbp4mx6idkbykk07o4imsqn8eyq1h 284767 284764 2026-06-20T14:27:22Z Dv103 11127 uppercase 284767 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36589" }, "Z2K2": { "Z1K1": "Z50", "Z50K1": [ "Z3", { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36589K1", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento non trovato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item not found" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } }, { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36589K2", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "LID containing hardcoded list" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "LID che contiene lista" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } } ], "Z50K2": "Z36589" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Lista manuale non contiene questo elemento" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Hardcoded list doesn't contain this element" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } d1lzykhst4vvgvzn28byvhzvzxewihq 284794 284767 2026-06-20T16:20:01Z Dv103 11127 typo 284794 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36589" }, "Z2K2": { "Z1K1": "Z50", "Z50K1": [ "Z3", { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36589K1", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "elemento non trovato" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "item not found" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } }, { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36589K2", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "ZID containing hardcoded list" }, { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "ZID che contiene lista" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } } ], "Z50K2": "Z36589" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Lista manuale non contiene questo elemento" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Hardcoded list doesn't contain this element" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 3nkpwxtmp0pol8pxdi7108vxrezvkqm Z36590 0 86122 284768 2026-06-20T14:29:15Z Dv103 11127 284768 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36590" }, "Z2K2": { "Z1K1": "Z50", "Z50K1": [ "Z3", { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36590K1", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "chiave" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "key" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } }, { "Z1K1": "Z3", "Z3K1": "Z6", "Z3K2": "Z36590K2", "Z3K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "mappa" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "map" } ] }, "Z3K4": { "Z1K1": "Z40", "Z40K1": "Z42" } } ], "Z50K2": "Z36590" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "Mappa non contiene chiave" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Map does not contain this key" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } tw1h3x4byxtdr4lt8ieyf2sze5h4ew8 Z36591 0 86123 284776 2026-06-20T15:00:54Z Dv103 11127 284776 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36591" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36587", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z36587( Z36587K1, Z36587K2, Z36587K3, Z36587K4 ) {\n\tfunction Z24114( Z24114K1, Z24114K2 ) {\n\t\tconst Z11s = Z24114K1.Z6001K2.Z12K1;\n\t\tconst Z6s = [];\n\t\tfor (const Z60 of Z24114K2) {\n\t//results required in language order\n\t\t\tfor (const Z11 of Z11s) {\n\t\t\t\tif (Z11.Z11K1.Z60K1 == Z60.Z60K1) {\n\t\t\t\t\tZ6s.push(Z11.Z11K2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn Z6s;\n\t}\n\t\n\t// Wikifunctions.Debug(\"a\")\n\t\n\tconst Z33818K1=Z36587K1;\n\tconst Z33818K2=Z36587K2;\n\tconst Z33818K3=Z36587K3;\n\t\n\tlet Z27332K1=[...Z33818K1.values()];\n\t// Wikifunctions.Debug(\"b\")\n\tlet Z27332K2=Z33818K2.Z6001K1;\n\t// Wikifunctions.Debug(\"c\")\n\t\n\tlet Z33415K3=Z24114(Z33818K2,Z33818K3)[0];\n\t\n\tif (Z27332K1.length===0){\n\t\tconst langCode=Z33818K3?.[0]?.Z60K1?? \"\";\n\t\tWikifunctions.Error(\"Z28248\",[Z33818K2?.Z6001K1?.Z6091K1?? \"\", \"\", langCode.search(\"-\")===-1 ? langCode : langCode+\",\"+langCode.split(\"-\")[0] ]);\n\t}\n\tconst connItemPIDs=[\"P5137\",\"P9970\", \"P6271\"];\n\tfunction relevantSense( Z27292K1, Z27292K2 ) {\n\t\tfor (let s of Z27292K1.Z6005K6){\n\t\t\tfor (let c of s.Z6006K3){\n\t\t\t\tif (connItemPIDs.find((a)=\u003Ea===c.Z6003K2.Z6092K1)!=undefined \u0026\u0026 c.Z6003K3.Z6091K1===Z27292K2.Z6091K1){\n\t\t\t\t\treturn [s,c.Z6003K2.Z6092K1];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn [null,null];\n\t}\n\t\n\tfor (let i=0; i\u003CZ27332K1.length; ++i){\n\t\tif (relevantSense(Z27332K1[i],Z27332K2)[0]===null){\n\t\t\tWikifunctions.Error(\"Z28258\", [Z27332K1[i].Z6005K1.Z6095K1, //lexeme LID\n\t\t\t\t\t\t\t\"\",Z27332K2.Z6091K1, //item QID\n\t\t\t\t\t\t\t\"Z27332K1[\"+(i+1)+\"]\", \"\",\"Z27332K2\"]);\n\t\t}\n\t}\n\t\n\tfunction valuesOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tlet retList=[]\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\tretList.push(c.Z6003K3.Z6091K1);\n\t\t\t}\n\t\t}\n\t\treturn retList;\n\t}\n\t\n\tfunction rankOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\treturn c.Z6003K4.Z6040K1.Z9K1;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t\n\tconst languageStylePIDs=[\"P6191\"];\n\tconst languageVarietyPIDs=[\"P7481\"];\n\t\n\tconst rankRank=[\"Z6043\",\"Z6042\",\"Z6041\"];\n\tconst styleRank=[\n\t\t\"Q184439\",\t\t//profanity\n\t\t\"Q1521634\",\t\t//vulgarism\n\t\t\"Q545779\",\t\t//pejorative\n\t\t\"Q83464\",\t\t//euphemism\n\t\t'Q797886', //baby talk\n\t\t\"Q1682708\",\t\t//sardonicism\n\t\t\"Q58233068\",\t//humorous\n\t\t\"Q8102\",\t\t//slang\n\t\t\"Q1615964\",\t\t//endearment\n\t\t\"Q901711\",\t\t//colloqual\n\t\t\"Q57495609\",\t//outdatedness\n\t\t\"Q181970\",\t\t//archaism\n\t\t\"Q57495609\",\t//outdated\n\t\t\"Q109986704\",\t//desuetude\n\t\t\"Q58157328\",\t//rare\n\t\t\"Q110983878\",\t//idiomatic\n\t\t\"Q130989\",\t\t//neologism\n\t\t\"Q6823121\",\t\t//metaphorical\n\t\t\"Q10429564\",\t//figurative\n\t\t\"Q1097949\",\t\t//literary\n\t\t\"Q5897044\",\t\t//honorific\n\t\t\"Q113083888\",\t//elevated\n\t\t\"Q104597585\",\t//formal\n\t\t\"Q113191810\",\t//academic\n\t\t];\n\t\n\tconst worstLexicalCategoryRank=[\n\t\t\"Q201322\",\t\t//prefix\n\t\t\"Q102047\",\t\t//suffix\n\t\t\"Q134830\",\t\t//prefix\n\t\t\"Q62155\",\t\t//affix\n\t\t];\n\tconst bestLexicalCategoryRank={\n\t\t//item for this sense\n\t\tP5137:[\"Q380057\",\"Q24905\",\"Q34698\",\"Q147276\",\"Q1084\"],\n\t\t//predicate for\n\t\tP9970:[\"Q24905\"],\n\t\t//denonym of\n\t\tP6271:[\"Q147276\",\"Q1084\"],\n\t\t};\n\t\n\tfunction compare(a,b){\n\t\tconst [sa,linkingPredicatea]=relevantSense(a,Z27332K2);\n\t\tconst [sb,linkingPredicateb]=relevantSense(b,Z27332K2);\n\t\t\n\t\t//ranks\n\t\tconst ra=rankOfStatementOfSense(sa,connItemPIDs);\n\t\tconst rb=rankOfStatementOfSense(sb,connItemPIDs);\n\t\t\n\t\tif (ra!==rb){\n\t\t\treturn rankRank.findIndex((a)=\u003Ea===ra) \u003C rankRank.findIndex((a)=\u003Ea===rb) ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language style\n\t\tconst lsa=valuesOfStatementOfSense(sa,languageStylePIDs);\n\t\tconst lsb=valuesOfStatementOfSense(sb,languageStylePIDs);\n\t\t\n\t\tconst lsav=Math.min(...lsa.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tconst lsbv=Math.min(...lsb.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\t\n\t\tif (lsav!==lsbv){\n\t\t\treturn lsav\u003Clsbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language variety\n\t\tconst la=valuesOfStatementOfSense(sa,languageVarietyPIDs);\n\t\tconst lb=valuesOfStatementOfSense(sb,languageVarietyPIDs);\n\t\tlet lav=Z36587K4.findIndex((v)=\u003E la.findIndex((u)=\u003Eu===v) !== -1 );\n\t\tlet lbv=Z36587K4.findIndex((v)=\u003E la.findIndex((u)=\u003Eu===v) !== -1 );\n\t\tif (lav===-1) lav=Infinity;\n\t\tif (lbv===-1) lbv=Infinity;\n\t\tif (lav!==lbv){\n\t\t\treturn lav\u003Elbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//worst lexical category\n\t\tconst wlcav=worstLexicalCategoryRank.findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst wlcbv=worstLexicalCategoryRank.findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (wlcav!==wlcbv){\n\t\t\tif (wlcav===-1) return -1;\n\t\t\tif (wlcbv===-1) return 1;\n\t\t\treturn wlcav\u003Cwlcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//Equality to target label\n\t\tif (a.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn -1;\n\t\t}\n\t\tif (b.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn 1;\n\t\t}\n\t\t\n\t\t//best lexical category\n\t\tconst blcav=bestLexicalCategoryRank[linkingPredicatea].findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst blcbv=bestLexicalCategoryRank[linkingPredicateb].findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (blcav!==blcbv){\n\t\t\treturn blcav\u003Cblcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\treturn 0;\n\t}\n\t\n\tconst sorted=Z27332K1.sort(compare);\n\treturn sorted[0];\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } nn5fpifd3x8cgreq1jvhvlsl7ouzmll 284777 284776 2026-06-20T15:05:03Z Dv103 11127 284777 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36591" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36587", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z36587( Z36587K1, Z36587K2, Z36587K3, Z36587K4 ) {\n\tfunction Z24114( Z24114K1, Z24114K2 ) {\n\t\tconst Z11s = Z24114K1.Z6001K2.Z12K1;\n\t\tconst Z6s = [];\n\t\tfor (const Z60 of Z24114K2) {\n\t//results required in language order\n\t\t\tfor (const Z11 of Z11s) {\n\t\t\t\tif (Z11.Z11K1.Z60K1 == Z60.Z60K1) {\n\t\t\t\t\tZ6s.push(Z11.Z11K2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn Z6s;\n\t}\n\t\n\t// Wikifunctions.Debug(\"a\")\n\t\n\tconst Z33818K1=Z36587K1;\n\tconst Z33818K2=Z36587K2;\n\tconst Z33818K3=Z36587K3;\n\t\n\tlet Z27332K1=[...Z33818K1.values()];\n\t// Wikifunctions.Debug(\"b\")\n\tlet Z27332K2=Z33818K2.Z6001K1;\n\t// Wikifunctions.Debug(\"c\")\n\t\n\tlet Z33415K3=Z24114(Z33818K2,Z33818K3)[0];\n\t\n\tif (Z27332K1.length===0){\n\t\tconst langCode=Z33818K3?.[0]?.Z60K1?? \"\";\n\t\tWikifunctions.Error(\"Z28248\",[Z33818K2?.Z6001K1?.Z6091K1?? \"\", \"\", langCode.search(\"-\")===-1 ? langCode : langCode+\",\"+langCode.split(\"-\")[0] ]);\n\t}\n\tconst connItemPIDs=[\"P5137\",\"P9970\", \"P6271\"];\n\tfunction relevantSense( Z27292K1, Z27292K2 ) {\n\t\tfor (let s of Z27292K1.Z6005K6){\n\t\t\tfor (let c of s.Z6006K3){\n\t\t\t\tif (connItemPIDs.find((a)=\u003Ea===c.Z6003K2.Z6092K1)!=undefined \u0026\u0026 c.Z6003K3.Z6091K1===Z27292K2.Z6091K1){\n\t\t\t\t\treturn [s,c.Z6003K2.Z6092K1];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn [null,null];\n\t}\n\t\n\tfor (let i=0; i\u003CZ27332K1.length; ++i){\n\t\tif (relevantSense(Z27332K1[i],Z27332K2)[0]===null){\n\t\t\tWikifunctions.Error(\"Z28258\", [Z27332K1[i].Z6005K1.Z6095K1, //lexeme LID\n\t\t\t\t\t\t\t\"\",Z27332K2.Z6091K1, //item QID\n\t\t\t\t\t\t\t\"Z27332K1[\"+(i+1)+\"]\", \"\",\"Z27332K2\"]);\n\t\t}\n\t}\n\t\n\tfunction valuesOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tlet retList=[]\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\tretList.push(c.Z6003K3.Z6091K1);\n\t\t\t}\n\t\t}\n\t\treturn retList;\n\t}\n\t\n\tfunction rankOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\treturn c.Z6003K4.Z6040K1.Z9K1;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t\n\tconst languageStylePIDs=[\"P6191\"];\n\tconst languageVarietyPIDs=[\"P7481\"];\n\t\n\tconst rankRank=[\"Z6043\",\"Z6042\",\"Z6041\"];\n\tconst styleRank=[\n\t\t\"Q184439\",\t\t//profanity\n\t\t\"Q1521634\",\t\t//vulgarism\n\t\t\"Q545779\",\t\t//pejorative\n\t\t\"Q83464\",\t\t//euphemism\n\t\t'Q797886', //baby talk\n\t\t\"Q1682708\",\t\t//sardonicism\n\t\t\"Q58233068\",\t//humorous\n\t\t\"Q8102\",\t\t//slang\n\t\t\"Q1615964\",\t\t//endearment\n\t\t\"Q901711\",\t\t//colloqual\n\t\t\"Q57495609\",\t//outdatedness\n\t\t\"Q181970\",\t\t//archaism\n\t\t\"Q57495609\",\t//outdated\n\t\t\"Q109986704\",\t//desuetude\n\t\t\"Q58157328\",\t//rare\n\t\t\"Q110983878\",\t//idiomatic\n\t\t\"Q130989\",\t\t//neologism\n\t\t\"Q6823121\",\t\t//metaphorical\n\t\t\"Q10429564\",\t//figurative\n\t\t\"Q1097949\",\t\t//literary\n\t\t\"Q5897044\",\t\t//honorific\n\t\t\"Q113083888\",\t//elevated\n\t\t\"Q104597585\",\t//formal\n\t\t\"Q113191810\",\t//academic\n\t\t];\n\t\n\tconst worstLexicalCategoryRank=[\n\t\t\"Q201322\",\t\t//prefix\n\t\t\"Q102047\",\t\t//suffix\n\t\t\"Q134830\",\t\t//prefix\n\t\t\"Q62155\",\t\t//affix\n\t\t];\n\tconst bestLexicalCategoryRank={\n\t\t//item for this sense\n\t\tP5137:[\"Q380057\",\"Q24905\",\"Q34698\",\"Q147276\",\"Q1084\"],\n\t\t//predicate for\n\t\tP9970:[\"Q24905\"],\n\t\t//denonym of\n\t\tP6271:[\"Q147276\",\"Q1084\"],\n\t\t};\n\t\n\tfunction compare(a,b){\n\t\tconst [sa,linkingPredicatea]=relevantSense(a,Z27332K2);\n\t\tconst [sb,linkingPredicateb]=relevantSense(b,Z27332K2);\n\t\t\n\t\t//ranks\n\t\tconst ra=rankOfStatementOfSense(sa,connItemPIDs);\n\t\tconst rb=rankOfStatementOfSense(sb,connItemPIDs);\n\t\t\n\t\tif (ra!==rb){\n\t\t\treturn rankRank.findIndex((a)=\u003Ea===ra) \u003C rankRank.findIndex((a)=\u003Ea===rb) ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language style\n\t\tconst lsa=valuesOfStatementOfSense(sa,languageStylePIDs);\n\t\tconst lsb=valuesOfStatementOfSense(sb,languageStylePIDs);\n\t\t\n\t\tconst lsav=Math.min(...lsa.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tconst lsbv=Math.min(...lsb.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\t\n\t\tif (lsav!==lsbv){\n\t\t\treturn lsav\u003Clsbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language variety\n\t\tconst la=valuesOfStatementOfSense(sa,languageVarietyPIDs);\n\t\tconst lb=valuesOfStatementOfSense(sb,languageVarietyPIDs);\n\t\tlet lav=Z36587K4.findIndex((v)=\u003E la.findIndex((u)=\u003Eu===v.Z6091K1) !== -1 );\n\t\tlet lbv=Z36587K4.findIndex((v)=\u003E lb.findIndex((u)=\u003Eu===v.Z6091K1) !== -1 );\n\t\tif (lav===-1) lav=Infinity;\n\t\tif (lbv===-1) lbv=Infinity;\n\t\tif (lav!==lbv){\n\t\t\treturn lav\u003Elbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//worst lexical category\n\t\tconst wlcav=worstLexicalCategoryRank.findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst wlcbv=worstLexicalCategoryRank.findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (wlcav!==wlcbv){\n\t\t\tif (wlcav===-1) return -1;\n\t\t\tif (wlcbv===-1) return 1;\n\t\t\treturn wlcav\u003Cwlcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//Equality to target label\n\t\tif (a.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn -1;\n\t\t}\n\t\tif (b.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn 1;\n\t\t}\n\t\t\n\t\t//best lexical category\n\t\tconst blcav=bestLexicalCategoryRank[linkingPredicatea].findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst blcbv=bestLexicalCategoryRank[linkingPredicateb].findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (blcav!==blcbv){\n\t\t\treturn blcav\u003Cblcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\treturn 0;\n\t}\n\t\n\tconst sorted=Z27332K1.sort(compare);\n\treturn sorted[0];\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 0b7zndmkyaaozcvdt28u22es87mcuuh 284778 284777 2026-06-20T15:05:20Z Dv103 11127 284778 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36591" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36587", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z36587( Z36587K1, Z36587K2, Z36587K3, Z36587K4 ) {\n\tfunction Z24114( Z24114K1, Z24114K2 ) {\n\t\tconst Z11s = Z24114K1.Z6001K2.Z12K1;\n\t\tconst Z6s = [];\n\t\tfor (const Z60 of Z24114K2) {\n\t//results required in language order\n\t\t\tfor (const Z11 of Z11s) {\n\t\t\t\tif (Z11.Z11K1.Z60K1 == Z60.Z60K1) {\n\t\t\t\t\tZ6s.push(Z11.Z11K2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn Z6s;\n\t}\n\t\n\t// Wikifunctions.Debug(\"a\")\n\t\n\tconst Z33818K1=Z36587K1;\n\tconst Z33818K2=Z36587K2;\n\tconst Z33818K3=Z36587K3;\n\t\n\tlet Z27332K1=[...Z33818K1.values()];\n\t// Wikifunctions.Debug(\"b\")\n\tlet Z27332K2=Z33818K2.Z6001K1;\n\t// Wikifunctions.Debug(\"c\")\n\t\n\tlet Z33415K3=Z24114(Z33818K2,Z33818K3)[0];\n\t\n\tif (Z27332K1.length===0){\n\t\tconst langCode=Z33818K3?.[0]?.Z60K1?? \"\";\n\t\tWikifunctions.Error(\"Z28248\",[Z33818K2?.Z6001K1?.Z6091K1?? \"\", \"\", langCode.search(\"-\")===-1 ? langCode : langCode+\",\"+langCode.split(\"-\")[0] ]);\n\t}\n\tconst connItemPIDs=[\"P5137\",\"P9970\", \"P6271\"];\n\tfunction relevantSense( Z27292K1, Z27292K2 ) {\n\t\tfor (let s of Z27292K1.Z6005K6){\n\t\t\tfor (let c of s.Z6006K3){\n\t\t\t\tif (connItemPIDs.find((a)=\u003Ea===c.Z6003K2.Z6092K1)!=undefined \u0026\u0026 c.Z6003K3.Z6091K1===Z27292K2.Z6091K1){\n\t\t\t\t\treturn [s,c.Z6003K2.Z6092K1];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn [null,null];\n\t}\n\t\n\tfor (let i=0; i\u003CZ27332K1.length; ++i){\n\t\tif (relevantSense(Z27332K1[i],Z27332K2)[0]===null){\n\t\t\tWikifunctions.Error(\"Z28258\", [Z27332K1[i].Z6005K1.Z6095K1, //lexeme LID\n\t\t\t\t\t\t\t\"\",Z27332K2.Z6091K1, //item QID\n\t\t\t\t\t\t\t\"Z27332K1[\"+(i+1)+\"]\", \"\",\"Z27332K2\"]);\n\t\t}\n\t}\n\t\n\tfunction valuesOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tlet retList=[]\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\tretList.push(c.Z6003K3.Z6091K1);\n\t\t\t}\n\t\t}\n\t\treturn retList;\n\t}\n\t\n\tfunction rankOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\treturn c.Z6003K4.Z6040K1.Z9K1;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t\n\tconst languageStylePIDs=[\"P6191\"];\n\tconst languageVarietyPIDs=[\"P7481\"];\n\t\n\tconst rankRank=[\"Z6043\",\"Z6042\",\"Z6041\"];\n\tconst styleRank=[\n\t\t\"Q184439\",\t\t//profanity\n\t\t\"Q1521634\",\t\t//vulgarism\n\t\t\"Q545779\",\t\t//pejorative\n\t\t\"Q83464\",\t\t//euphemism\n\t\t'Q797886', //baby talk\n\t\t\"Q1682708\",\t\t//sardonicism\n\t\t\"Q58233068\",\t//humorous\n\t\t\"Q8102\",\t\t//slang\n\t\t\"Q1615964\",\t\t//endearment\n\t\t\"Q901711\",\t\t//colloqual\n\t\t\"Q57495609\",\t//outdatedness\n\t\t\"Q181970\",\t\t//archaism\n\t\t\"Q57495609\",\t//outdated\n\t\t\"Q109986704\",\t//desuetude\n\t\t\"Q58157328\",\t//rare\n\t\t\"Q110983878\",\t//idiomatic\n\t\t\"Q130989\",\t\t//neologism\n\t\t\"Q6823121\",\t\t//metaphorical\n\t\t\"Q10429564\",\t//figurative\n\t\t\"Q1097949\",\t\t//literary\n\t\t\"Q5897044\",\t\t//honorific\n\t\t\"Q113083888\",\t//elevated\n\t\t\"Q104597585\",\t//formal\n\t\t\"Q113191810\",\t//academic\n\t\t];\n\t\n\tconst worstLexicalCategoryRank=[\n\t\t\"Q201322\",\t\t//prefix\n\t\t\"Q102047\",\t\t//suffix\n\t\t\"Q134830\",\t\t//prefix\n\t\t\"Q62155\",\t\t//affix\n\t\t];\n\tconst bestLexicalCategoryRank={\n\t\t//item for this sense\n\t\tP5137:[\"Q380057\",\"Q24905\",\"Q34698\",\"Q147276\",\"Q1084\"],\n\t\t//predicate for\n\t\tP9970:[\"Q24905\"],\n\t\t//denonym of\n\t\tP6271:[\"Q147276\",\"Q1084\"],\n\t\t};\n\t\n\tfunction compare(a,b){\n\t\tconst [sa,linkingPredicatea]=relevantSense(a,Z27332K2);\n\t\tconst [sb,linkingPredicateb]=relevantSense(b,Z27332K2);\n\t\t\n\t\t//ranks\n\t\tconst ra=rankOfStatementOfSense(sa,connItemPIDs);\n\t\tconst rb=rankOfStatementOfSense(sb,connItemPIDs);\n\t\t\n\t\tif (ra!==rb){\n\t\t\treturn rankRank.findIndex((a)=\u003Ea===ra) \u003C rankRank.findIndex((a)=\u003Ea===rb) ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language style\n\t\tconst lsa=valuesOfStatementOfSense(sa,languageStylePIDs);\n\t\tconst lsb=valuesOfStatementOfSense(sb,languageStylePIDs);\n\t\t\n\t\tconst lsav=Math.min(...lsa.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tconst lsbv=Math.min(...lsb.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\t\n\t\tif (lsav!==lsbv){\n\t\t\treturn lsav\u003Clsbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language variety\n\t\tconst la=valuesOfStatementOfSense(sa,languageVarietyPIDs);\n\t\tconst lb=valuesOfStatementOfSense(sb,languageVarietyPIDs);\n\t\tlet lav=Z36587K4.findIndex((v)=\u003E la.findIndex((u)=\u003Eu===v.Z6091K1) !== -1 );\n\t\tlet lbv=Z36587K4.findIndex((v)=\u003E lb.findIndex((u)=\u003Eu===v.Z6091K1) !== -1 );\n\t\tif (lav===-1) lav=Infinity;\n\t\tif (lbv===-1) lbv=Infinity;\n\t\tif (lav!==lbv){\n\t\t\treturn lav\u003Elbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//worst lexical category\n\t\tconst wlcav=worstLexicalCategoryRank.findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst wlcbv=worstLexicalCategoryRank.findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (wlcav!==wlcbv){\n\t\t\tif (wlcav===-1) return -1;\n\t\t\tif (wlcbv===-1) return 1;\n\t\t\treturn wlcav\u003Cwlcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//Equality to target label\n\t\tif (a.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn -1;\n\t\t}\n\t\tif (b.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn 1;\n\t\t}\n\t\t\n\t\t//best lexical category\n\t\tconst blcav=bestLexicalCategoryRank[linkingPredicatea].findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst blcbv=bestLexicalCategoryRank[linkingPredicateb].findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (blcav!==blcbv){\n\t\t\treturn blcav\u003Cblcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\treturn 0;\n\t}\n\t\n\tconst sorted=Z27332K1.sort(compare);\n\treturn sorted[0];\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue, js" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 57mzrn6kvsbsl6zgrzaa72uu2neby29 284939 284778 2026-06-21T04:27:44Z 99of9 1622 284939 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36591" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36587", "Z14K3": { "Z1K1": "Z16", "Z16K1": "Z600", "Z16K2": "function Z36587( Z36587K1, Z36587K2, Z36587K3, Z36587K4 ) {\n\tfunction Z24114( Z24114K1, Z24114K2 ) {\n\t\tconst Z11s = Z24114K1.Z6001K2.Z12K1;\n\t\tconst Z6s = [];\n\t\tfor (const Z60 of Z24114K2) {\n\t//results required in language order\n\t\t\tfor (const Z11 of Z11s) {\n\t\t\t\tif (Z11.Z11K1.Z60K1 == Z60.Z60K1) {\n\t\t\t\t\tZ6s.push(Z11.Z11K2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn Z6s;\n\t}\n\t\n\t// Wikifunctions.Debug(\"a\")\n\t\n\tconst Z33818K1=Z36587K1;\n\tconst Z33818K2=Z36587K2;\n\tconst Z33818K3=Z36587K3;\n\t\n\tlet Z27332K1=[...Z33818K1.values()];\n\t// Wikifunctions.Debug(\"b\")\n\tlet Z27332K2=Z33818K2.Z6001K1;\n\t// Wikifunctions.Debug(\"c\")\n\t\n\tlet Z33415K3=Z24114(Z33818K2,Z33818K3)[0];\n\t\n\tif (Z27332K1.length===0){\n\t\tconst langCode=Z33818K3?.[0]?.Z60K1?? \"\";\n\t\tWikifunctions.Error(\"Z28248\",[Z33818K2?.Z6001K1?.Z6091K1?? \"\", \"\", langCode.search(\"-\")===-1 ? langCode : langCode+\",\"+langCode.split(\"-\")[0] ]);\n\t}\n\tconst connItemPIDs=[\"P5137\",\"P9970\", \"P6271\"];\n\tfunction relevantSense( Z27292K1, Z27292K2 ) {\n\t\tfor (let s of Z27292K1.Z6005K6){\n\t\t\tfor (let c of s.Z6006K3){\n\t\t\t\tif (connItemPIDs.find((a)=\u003Ea===c.Z6003K2.Z6092K1)!=undefined \u0026\u0026 c.Z6003K3.Z6091K1===Z27292K2.Z6091K1){\n\t\t\t\t\treturn [s,c.Z6003K2.Z6092K1];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn [null,null];\n\t}\n\t\n\tfor (let i=0; i\u003CZ27332K1.length; ++i){\n\t\tif (relevantSense(Z27332K1[i],Z27332K2)[0]===null){\n\t\t\tWikifunctions.Error(\"Z28258\", [Z27332K1[i].Z6005K1.Z6095K1, //lexeme LID\n\t\t\t\t\t\t\t\"\",Z27332K2.Z6091K1, //item QID\n\t\t\t\t\t\t\t\"Z27332K1[\"+(i+1)+\"]\", \"\",\"Z27332K2\"]);\n\t\t}\n\t}\n\t\n\tfunction valuesOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tlet retList=[]\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\tretList.push(c.Z6003K3.Z6091K1);\n\t\t\t}\n\t\t}\n\t\treturn retList;\n\t}\n\t\n\tfunction rankOfStatementOfSense(s,p){\n\t\t//p is a list\n\t\tfor (let c of s.Z6006K3){\n\t\t\tif (p.find((a)=\u003Ea===c.Z6003K2.Z6092K1) != undefined){\n\t\t\t\treturn c.Z6003K4.Z6040K1.Z9K1;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t\n\tconst languageStylePIDs=[\"P6191\"];\n\tconst languageVarietyPIDs=[\"P7481\"];\n\t\n\tconst rankRank=[\"Z6043\",\"Z6042\",\"Z6041\"];\n\tconst styleRank=[\n\t\t\"Q184439\",\t\t//profanity\n\t\t\"Q1521634\",\t\t//vulgarism\n\t\t\"Q545779\",\t\t//pejorative\n\t\t\"Q83464\",\t\t//euphemism\n\t\t'Q797886', //baby talk\n\t\t\"Q1682708\",\t\t//sardonicism\n\t\t\"Q58233068\",\t//humorous\n\t\t\"Q8102\",\t\t//slang\n\t\t\"Q1615964\",\t\t//endearment\n\t\t\"Q901711\",\t\t//colloqual\n\t\t\"Q57495609\",\t//outdatedness\n\t\t\"Q181970\",\t\t//archaism\n\t\t\"Q57495609\",\t//outdated\n\t\t\"Q109986704\",\t//desuetude\n\t\t\"Q58157328\",\t//rare\n\t\t\"Q110983878\",\t//idiomatic\n\t\t\"Q130989\",\t\t//neologism\n\t\t\"Q6823121\",\t\t//metaphorical\n\t\t\"Q10429564\",\t//figurative\n\t\t\"Q1097949\",\t\t//literary\n\t\t\"Q5897044\",\t\t//honorific\n\t\t\"Q113083888\",\t//elevated\n\t\t\"Q104597585\",\t//formal\n\t\t\"Q113191810\",\t//academic\n\t\t];\n\t\n\tconst worstLexicalCategoryRank=[\n\t\t\"Q201322\",\t\t//prefix\n\t\t\"Q102047\",\t\t//suffix\n\t\t\"Q134830\",\t\t//prefix\n\t\t\"Q62155\",\t\t//affix\n\t\t];\n\tconst bestLexicalCategoryRank={\n\t\t//item for this sense\n\t\tP5137:[\"Q380057\",\"Q24905\",\"Q34698\",\"Q147276\",\"Q1084\"],\n\t\t//predicate for\n\t\tP9970:[\"Q24905\"],\n\t\t//denonym of\n\t\tP6271:[\"Q147276\",\"Q1084\"],\n\t\t};\n\t\n\tfunction compare(a,b){\n\t\tconst [sa,linkingPredicatea]=relevantSense(a,Z27332K2);\n\t\tconst [sb,linkingPredicateb]=relevantSense(b,Z27332K2);\n\t\t\n\t\t//ranks\n\t\tconst ra=rankOfStatementOfSense(sa,connItemPIDs);\n\t\tconst rb=rankOfStatementOfSense(sb,connItemPIDs);\n\t\t\n\t\tif (ra!==rb){\n\t\t\treturn rankRank.findIndex((a)=\u003Ea===ra) \u003C rankRank.findIndex((a)=\u003Ea===rb) ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language style\n\t\tconst lsa=valuesOfStatementOfSense(sa,languageStylePIDs);\n\t\tconst lsb=valuesOfStatementOfSense(sb,languageStylePIDs);\n\t\t\n\t\tconst lsav=Math.min(...lsa.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\tconst lsbv=Math.min(...lsb.map((v)=\u003E{\n\t\t\treturn styleRank.findIndex((a)=\u003Ea===v);\n\t\t}));\n\t\t\n\t\tif (lsav!==lsbv){\n\t\t\treturn lsav\u003Clsbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//language variety\n\t\tconst la=valuesOfStatementOfSense(sa,languageVarietyPIDs);\n\t\tconst lb=valuesOfStatementOfSense(sb,languageVarietyPIDs);\n\t\tlet lav=Z36587K4.findIndex((v)=\u003E la.findIndex((u)=\u003Eu===v.Z6091K1) !== -1 );\n\t\tlet lbv=Z36587K4.findIndex((v)=\u003E lb.findIndex((u)=\u003Eu===v.Z6091K1) !== -1 );\n\t\tif (lav===-1) lav=Infinity;\n\t\tif (lbv===-1) lbv=Infinity;\n\t\tif (lav!==lbv){\n\t\t\treturn lav\u003Elbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//worst lexical category\n\t\tconst wlcav=worstLexicalCategoryRank.findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst wlcbv=worstLexicalCategoryRank.findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (wlcav!==wlcbv){\n\t\t\tif (wlcav===-1) return -1;\n\t\t\tif (wlcbv===-1) return 1;\n\t\t\treturn wlcav\u003Cwlcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\t//Equality to target label\n\t\tif (a.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(a.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn -1;\n\t\t}\n\t\tif (b.Z6005K2.Z12K1[0].Z11K2.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)===Z33415K3.toLocaleLowerCase(b.Z6005K2.Z12K1[0].Z11K1.Z60K1)){\n\t\t\treturn 1;\n\t\t}\n\t\t\n\t\t//best lexical category\n\t\tconst blcav=bestLexicalCategoryRank[linkingPredicatea].findIndex((v)=\u003Ev===a.Z6005K4.Z6091K1);\n\t\tconst blcbv=bestLexicalCategoryRank[linkingPredicateb].findIndex((v)=\u003Ev===b.Z6005K4.Z6091K1);\n\t\tif (blcav!==blcbv){\n\t\t\treturn blcav\u003Cblcbv ? 1 : -1;\n\t\t}\n\t\t\n\t\treturn 0;\n\t}\n\t\n\tconst sorted=Z27332K1.sort(compare);\n\treturn sorted[0];\n}" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema tra mappa, con QID di lingue, js" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme among maps, with QID of languages, JS" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6dpkgfnj2stk9q7ewe63wmimflcgyri Z36592 0 86124 284781 2026-06-20T15:18:10Z Dv103 11127 284781 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36592" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z27327", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z36587", "Z36587K1": { "Z1K1": "Z7", "Z7K1": "Z6820", "Z6820K1": { "Z1K1": "Z7", "Z7K1": "Z17895", "Z17895K1": { "Z1K1": "Z7", "Z7K1": "Z32599", "Z32599K1": { "Z1K1": "Z18", "Z18K1": "Z27327K1" }, "Z32599K2": { "Z1K1": "Z18", "Z18K1": "Z27327K2" }, "Z32599K3": { "Z1K1": "Z18", "Z18K1": "Z27327K3" } } }, "Z6820K2": [ "Z6030" ], "Z6820K3": [ "Z60" ], "Z6820K4": [ "Z6092" ] }, "Z36587K2": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z27327K1" }, "Z30120K2": [ "Z6030", "Z6033" ], "Z30120K3": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z27327K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z41" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z30120K4": [ "Z6092" ] }, "Z36587K3": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z27327K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z41" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z36587K4": { "Z1K1": "Z7", "Z7K1": "Z850", "Z850K1": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z29649", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z27327K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z42" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z850K2": "Z36589", "Z850K3": [ "Z6091" ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema per elemento Wikidata, QID lingue" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } o3nlci8bo3awx1vxd7ha5j95bgoymys 284874 284781 2026-06-21T04:21:48Z 99of9 1622 284874 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36592" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z27327", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z36587", "Z36587K1": { "Z1K1": "Z7", "Z7K1": "Z6820", "Z6820K1": { "Z1K1": "Z7", "Z7K1": "Z17895", "Z17895K1": { "Z1K1": "Z7", "Z7K1": "Z32599", "Z32599K1": { "Z1K1": "Z18", "Z18K1": "Z27327K1" }, "Z32599K2": { "Z1K1": "Z18", "Z18K1": "Z27327K2" }, "Z32599K3": { "Z1K1": "Z18", "Z18K1": "Z27327K3" } } }, "Z6820K2": [ "Z6030" ], "Z6820K3": [ "Z60" ], "Z6820K4": [ "Z6092" ] }, "Z36587K2": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z27327K1" }, "Z30120K2": [ "Z6030", "Z6033" ], "Z30120K3": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z27327K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z41" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z30120K4": [ "Z6092" ] }, "Z36587K3": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z27327K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z41" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z36587K4": { "Z1K1": "Z7", "Z7K1": "Z850", "Z850K1": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z29649", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z27327K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z42" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z850K2": "Z36589", "Z850K3": [ "Z6091" ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema per elemento Wikidata, QID lingue" }, { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme for Wikidata item, compose" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 3d88t4vdk7hvwtn303hhulh5nwgz2sd Z36593 0 86125 284785 2026-06-20T15:26:00Z Dv103 11127 284785 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36593" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z33823", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z36587", "Z36587K1": { "Z1K1": "Z7", "Z7K1": "Z6820", "Z6820K1": { "Z1K1": "Z7", "Z7K1": "Z17895", "Z17895K1": { "Z1K1": "Z7", "Z7K1": "Z32599", "Z32599K1": { "Z1K1": "Z18", "Z18K1": "Z33823K1" }, "Z32599K2": { "Z1K1": "Z18", "Z18K1": "Z33823K2" }, "Z32599K3": { "Z1K1": "Z18", "Z18K1": "Z33823K3" } } }, "Z6820K2": { "Z1K1": "Z18", "Z18K1": "Z33823K4" }, "Z6820K3": { "Z1K1": "Z18", "Z18K1": "Z33823K5" }, "Z6820K4": { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z813", "Z813K1": { "Z1K1": "Z18", "Z18K1": "Z33823K6" } }, "Z802K2": [ "Z1" ], "Z802K3": { "Z1K1": "Z7", "Z7K1": "Z12767", "Z12767K1": { "Z1K1": "Z18", "Z18K1": "Z33823K6" }, "Z12767K2": [ "Z6092", { "Z1K1": "Z18", "Z18K1": "Z33823K2" }, { "Z1K1": "Z6092", "Z6092K1": "P6191" }, { "Z1K1": "Z6092", "Z6092K1": "P7481" } ] } } }, "Z36587K2": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z33823K1" }, "Z30120K2": [ "Z6030", "Z6033" ], "Z30120K3": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z33823K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z41" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z30120K4": [ "Z6092" ] }, "Z36587K3": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z33823K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z41" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } }, "Z36587K4": { "Z1K1": "Z7", "Z7K1": "Z850", "Z850K1": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z29649", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z24144", "Z24144K1": { "Z1K1": "Z18", "Z18K1": "Z33823K3" }, "Z24144K2": { "Z1K1": "Z40", "Z40K1": "Z42" }, "Z24144K3": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z850K2": "Z36589", "Z850K3": [ "Z6091" ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "miglior lessema parziale, QID lingue" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } cjcvcyxeaz4481mx2wdviodlttc5xgw Z36594 0 86126 284788 2026-06-20T15:27:42Z Dv103 11127 284788 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36594" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z33823", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z33823", "Z33823K1": { "Z1K1": "Z6091", "Z6091K1": "Q177749" }, "Z33823K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z33823K3": "Z1113", "Z33823K4": [ "Z6030" ], "Z33823K5": [ "Z60" ], "Z33823K6": [ "Z6092" ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L320843" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1787", "Z11K2": "marciapiede in en-au: footpath" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } aen15dodvpe0bmtgzhsj7o9cgceag3q Talk:Z36462 1 86127 284809 2026-06-20T19:31:51Z Theki 2389 Created page with "== Capitalization == Should the key labels on this type be using capitalized letters like they currently are? I feel like it'd be more consistent to convert them to lowercase to maintain uniformity with every other type. e.g. I feel like <code>Part of Speech</code> should be labeled as <code>part of speech</code> instead... ~~~~" 284809 wikitext text/x-wiki == Capitalization == Should the key labels on this type be using capitalized letters like they currently are? I feel like it'd be more consistent to convert them to lowercase to maintain uniformity with every other type. e.g. I feel like <code>Part of Speech</code> should be labeled as <code>part of speech</code> instead... &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:31, 20 June 2026 (UTC) r6c3ic14krkj3i6hpn80ih1khl03x4w Z36595 0 86128 284810 2026-06-20T19:36:55Z YoshiRulz 10156 Create function 284810 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36595" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6010", "Z17K2": "Z36595K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "quantity" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36595" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "is Wikidata quantity dimensionless?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "does Wikidata quantity's unit have dimension 1?" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } pkwcqb48apcsb4bl3rq3nv042kg9igf 284812 284810 2026-06-20T19:38:26Z YoshiRulz 10156 Added Z36596 to the approved list of test cases 284812 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36595" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6010", "Z17K2": "Z36595K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "quantity" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36596" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36595" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "is Wikidata quantity dimensionless?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "does Wikidata quantity's unit have dimension 1?" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6atmt2ef2ltmzeir6feq1jehijco31j 284814 284812 2026-06-20T19:39:34Z YoshiRulz 10156 Added Z35556 to the approved list of implementations 284814 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36595" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6010", "Z17K2": "Z36595K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "quantity" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36596" ], "Z8K4": [ "Z14", "Z35556" ], "Z8K5": "Z36595" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "is Wikidata quantity dimensionless?" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31", { "Z1K1": "Z31", "Z31K1": "Z1002", "Z31K2": [ "Z6", "does Wikidata quantity's unit have dimension 1?" ] } ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 8u4rn6udkmt7nxkoanch6pdblzyy7xx Z36596 0 86129 284811 2026-06-20T19:38:11Z YoshiRulz 10156 Create test 284811 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36596" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36595", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36595", "Z36595K1": { "Z1K1": "Z7", "Z7K1": "Z19308", "Z19308K1": { "Z1K1": "Z7", "Z7K1": "Z811", "Z811K1": { "Z1K1": "Z7", "Z7K1": "Z22820", "Z22820K1": { "Z1K1": "Z7", "Z7K1": "Z22220", "Z22220K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z6091", "Z6091K1": "Q47512" }, "Z30120K2": [ "Z6030", "Z6036" ], "Z30120K3": [ "Z60", "Z1360" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P2129" } ] } }, "Z22820K2": { "Z1K1": "Z7", "Z7K1": "Z13464", "Z13464K1": "Z19316", "Z13464K2": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z25303", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z873", "Z873K1": "Z19308", "Z873K2": { "Z1K1": "Z7", "Z7K1": "Z22220", "Z22220K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z6091", "Z6091K1": "Q47512" }, "Z30120K2": [ "Z6030", "Z6036" ], "Z30120K3": [ "Z60", "Z1360" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P2129" } ] } } } }, "Z13464K3": { "Z1K1": "Z6091", "Z6091K1": "Q21006887" } } } } } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "50 ppm is dimensionless" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } tp5yeppmec4mnqlvu9ehc3e21igfshi Z36597 0 86130 284817 2026-06-20T20:37:57Z GrounderUK 50 [[Z23330]]➕[[Z14]] 284817 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36597" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z23330", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K1": { "Z1K1": "Z7", "Z7K1": "Z822", "Z822K1": { "Z1K1": "Z7", "Z7K1": "Z29446", "Z29446K1": { "Z1K1": "Z7", "Z7K1": "Z822", "Z822K1": { "Z1K1": "Z7", "Z7K1": "Z29446", "Z29446K1": { "Z1K1": "Z7", "Z7K1": "Z805", "Z805K1": { "Z1K1": "Z18", "Z18K1": "Z23330K1" } } } } } }, "Z866K2": { "Z1K1": "Z7", "Z7K1": "Z822", "Z822K1": { "Z1K1": "Z7", "Z7K1": "Z29446", "Z29446K1": { "Z1K1": "Z7", "Z7K1": "Z822", "Z822K1": { "Z1K1": "Z7", "Z7K1": "Z29446", "Z29446K1": { "Z1K1": "Z7", "Z7K1": "Z805", "Z805K1": { "Z1K1": "Z18", "Z18K1": "Z23330K2" } } } } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "equal Wikidata statement rank, Composition: Reify" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "# relies on type guarantees for performance; some invalid types will compare accurately and some will cause an error" } ] } } cej2clqxusyrgteriwipu8vjpxv6qdv Z36598 0 86131 284821 2026-06-20T20:56:18Z GrounderUK 50 [[Z23494]]➕[[Z14]] 284821 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36598" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z23494", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z23330", "Z23330K1": "Z6043", "Z23330K2": { "Z1K1": "Z18", "Z18K1": "Z23494K1" } }, "Z802K2": { "Z1K1": "Z40", "Z40K1": "Z42" }, "Z802K3": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "statement rank is not deprecated, Composition " } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 5nyico45noj6zxmikhelcsekzimhs9a Z36599 0 86132 284828 2026-06-21T02:02:44Z GrinningIodize 14304 284828 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36599" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z11", "Z17K2": "Z36599K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Monolingual text input" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36599" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "extract string from monolingual text" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Extracts a String from a Monolingual text." } ] } } qgzsrg97c9kflg3s10b0hhe5fpmwfb3 Z36600 0 86133 284829 2026-06-21T02:15:24Z GrinningIodize 14304 284829 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36600" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36599", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22475", "Z22475K1": { "Z1K1": "Z39", "Z39K1": "Z11K2" }, "Z22475K2": { "Z1K1": "Z18", "Z18K1": "Z36599K1" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Value by key (safer_" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } e6a5kuadrsee6aohtp0ki9mr271em2u Template:N-ary map function visualisation 10 86134 284830 2026-06-21T02:22:48Z YoshiRulz 10156 Create template 284830 wikitext text/x-wiki <onlyinclude><includeonly>{{!}} ([[File:Iconol_calculator.svg|x16px|text-bottom]]{{#if:{{{1|}}} |, {{#ifeq:{{{1}}}|1 |[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]] |<nowiki>[</nowiki>[[File:Iconol_blue_square.svg|x16px|text-bottom]], [[File:Iconol_red_square.svg|x16px|text-bottom]], [[File:Iconol_lime_square.svg|x16px|text-bottom]]<nowiki>]</nowiki> }}{{#if:{{{2|}}} |, {{#ifeq:{{{2}}}|1 |[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]] |<nowiki>[</nowiki>[[File:Iconol_blue_circle.svg|x16px|text-bottom]], [[File:Iconol_red_circle.svg|x16px|text-bottom]], [[File:Iconol_lime_circle.svg|x16px|text-bottom]]<nowiki>]</nowiki> }}{{#if:{{{3|}}} |, {{#ifeq:{{{3}}}|1 |[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]] |<nowiki>[</nowiki>[[File:Iconol_blue_flag.svg|x16px|text-bottom]], [[File:Iconol_red_flag.svg|x16px|text-bottom]], [[File:Iconol_lime_flag.svg|x16px|text-bottom]]<nowiki>]</nowiki> }} |<!--skip 3+-->}} |<!--skip 2+-->}} |<!--skip 1+-->}}) {{!}}- {{!}} → {{#ifeq:{{#expr:{{{1|1}}} * {{{2|1}}} * {{{3|1}}}}}|1 |[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}} |[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]{{#if:{{{2|}}} |, [[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]{{#if:{{{3|}}} |, [[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]] |<!--skip-->}} |<!--skip-->}} |<!--skip-->}}) |<nowiki>[</nowiki><!-- --><br>&emsp;[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}} |{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_blue_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}} |, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_blue_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}} |, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_blue_flag.svg|x16px|text-bottom]]}} |<!--skip 3+-->}} |<!--skip 2+-->}} |<!--skip 1+-->}}),<!-- --><br>&emsp;[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}} |{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_red_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}} |, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_red_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}} |, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_red_flag.svg|x16px|text-bottom]]}} |<!--skip 3+-->}} |<!--skip 2+-->}} |<!--skip 1+-->}}),<!-- --><br>&emsp;[[File:Iconol_calculator.svg|x16px|text-bottom]]({{#if:{{{1|}}} |{{#ifeq:{{{1}}}|1|[[File:Iconol_bluish_gray_square.svg|x16px|text-bottom]]|[[File:Iconol_lime_square.svg|x16px|text-bottom]]}}{{#if:{{{2|}}} |, {{#ifeq:{{{2}}}|1|[[File:Iconol_bluish_gray_circle.svg|x16px|text-bottom]]|[[File:Iconol_lime_circle.svg|x16px|text-bottom]]}}{{#if:{{{3|}}} |, {{#ifeq:{{{3}}}|1|[[File:Iconol_bluish_gray_flag.svg|x16px|text-bottom]]|[[File:Iconol_lime_flag.svg|x16px|text-bottom]]}} |<!--skip 3+-->}} |<!--skip 2+-->}} |<!--skip 1+-->}})<!-- --><br><nowiki>]</nowiki>}}</includeonly></onlyinclude> {{documentation}} lvoxtzi05qoc9uekco3jtmaefsx3ic1 Template:N-ary map function visualisation/doc 10 86135 284831 2026-06-21T02:39:26Z YoshiRulz 10156 Document template 284831 wikitext text/x-wiki <syntaxhighlight lang="wikitext"> {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | label {{n-ary map function visualisation|1|1|1}} |} </syntaxhighlight> {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | label {{n-ary map function visualisation|1|1|1}} |} <hr> <syntaxhighlight lang="wikitext"> {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | label {{n-ary map function visualisation|3|1}} |} </syntaxhighlight> {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | label {{n-ary map function visualisation|3|1}} |} <hr> <syntaxhighlight lang="wikitext"> {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | label {{n-ary map function visualisation|1|3|3}} |} </syntaxhighlight> {| class="wikitable" ! rowspan="2" style="text-align: end; vertical-align: top;" | label {{n-ary map function visualisation|1|3|3}} |} ct1as2eon9rd3rfiv7v6db3k88470kf Z36601 0 86136 284840 2026-06-21T02:52:41Z YoshiRulz 10156 Create test 284840 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36601" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z35421", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z35421", "Z35421K1": "Z27385", "Z35421K2": [ "Z6", "A", "Y" ], "Z35421K3": "-", "Z35421K4": [ "Z6", "B", "Z" ] }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z889", "Z889K2": [ "Z6", "A-B", "Y-Z" ], "Z889K3": "Z866" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "apply3LOL(Z27385, [ \"A\", \"Y\" ], \"-\", [ \"B\", \"Z\" ])" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } oiwoo7uhf6etihw39m5cfb2g17eamof Z36602 0 86137 284859 2026-06-21T03:57:59Z YoshiRulz 10156 Create test 284859 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36602" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z35425", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z35425", "Z35425K1": "M521x547S33100482x411" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "M521x547񍉡𝣴𝢭" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "=\u003E \"M521x547񍉡𝣴𝢭\"" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } k1tuklgea6se2i2b1ugfjscgectfdqu Translations:Wikifunctions:Status updates/119/ko 1198 86138 284863 2026-06-21T04:16:42Z YeBoy371 5561 Created page with "모든 상태 업데이트 검색" 284863 wikitext text/x-wiki 모든 상태 업데이트 검색 6t9er1jpibw54x1amncui6yv4szumg5 Translations:Wikifunctions:Introduction/120/ko 1198 86139 284962 2026-06-21T04:33:21Z YeBoy371 5561 Created page with "함수는 사용자가 설정한 데이터를 기반으로 계산합니다." 284962 wikitext text/x-wiki 함수는 사용자가 설정한 데이터를 기반으로 계산합니다. e6n3ffz43letzbranuh34lez3plnkli Translations:Wikifunctions:Introduction/81/ko 1198 86140 284964 2026-06-21T04:34:32Z YeBoy371 5561 Created page with "코드를 입력하세요." 284964 wikitext text/x-wiki 코드를 입력하세요. t2d8pq92ce5fwr09oh7z890m4u0z3au Z36603 0 86141 284966 2026-06-21T04:35:30Z 99of9 1622 284966 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36603" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29010", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z29010K5" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K1" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, " is the ", { "Z1K1": "Z7", "Z7K1": "Z12203", "Z12203K1": { "Z1K1": "Z7", "Z7K1": "Z32556", "Z32556K1": { "Z1K1": "Z7", "Z7K1": "Z27410", "Z27410K1": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "Z27410K2": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1817208" } ] }, "Z32556K2": { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } } } }, " ", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K3" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, " in ", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K4" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "superlative definition, English, composition 2" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } mqz24znhpd5gir3jbr4evped9gb3oif 284975 284966 2026-06-21T05:39:24Z 99of9 1622 rearrange superlative 284975 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36603" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29010", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z29010K5" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z21394", "Z21394K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K1" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, " is the ", { "Z1K1": "Z7", "Z7K1": "Z32556", "Z32556K1": { "Z1K1": "Z7", "Z7K1": "Z27410", "Z27410K1": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "Z27410K2": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1817208" } ] }, "Z32556K2": { "Z1K1": "Z7", "Z7K1": "Z12203", "Z12203K1": { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } } } }, " ", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K3" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, " in ", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K4" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "." ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "superlative definition, English, composition 2" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } m7q3xlawrbhtoc9n7wvoz9gvapjxlzx 284983 284975 2026-06-21T08:49:23Z 99of9 1622 definite article 284983 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36603" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z29010", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z26107", "Z26107K1": { "Z1K1": "Z18", "Z18K1": "Z29010K5" }, "Z26107K2": { "Z1K1": "Z7", "Z7K1": "Z22514", "Z22514K1": [ "Z6", { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K1" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "is the", { "Z1K1": "Z7", "Z7K1": "Z32556", "Z32556K1": { "Z1K1": "Z7", "Z7K1": "Z27410", "Z27410K1": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "Z27410K2": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1817208" } ] }, "Z32556K2": { "Z1K1": "Z7", "Z7K1": "Z12203", "Z12203K1": { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K2" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } } } }, { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K3" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } }, "in", { "Z1K1": "Z7", "Z7K1": "Z802", "Z802K1": { "Z1K1": "Z7", "Z7K1": "Z22131", "Z22131K1": { "Z1K1": "Z7", "Z7K1": "Z32645", "Z32645K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z29010K4" }, "Z30120K2": [ "Z6030", "Z6033", "Z6035", "Z6036" ], "Z30120K3": [ "Z60", "Z1002" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P31" }, { "Z1K1": "Z6092", "Z6092K1": "P279" } ] } } }, "Z802K2": "the", "Z802K3": "" }, { "Z1K1": "Z7", "Z7K1": "Z36270", "Z36270K1": { "Z1K1": "Z18", "Z18K1": "Z29010K4" }, "Z36270K2": { "Z1K1": "Z18", "Z18K1": "Z29010K5" } } ] } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "superlative definition, English, composition 2" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 3i4mmjk4uwkrdo2dg08agro1550abxr Z36604 0 86142 284976 2026-06-21T06:33:02Z 99of9 1622 currently returns big, decent? 284976 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36604" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z27327", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z27327", "Z27327K1": { "Z1K1": "Z6091", "Z6091K1": "Q12935276" }, "Z27327K2": { "Z1K1": "Z6092", "Z6092K1": "P5137" }, "Z27327K3": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z6805", "Z6805K2": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": "L3415" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "best lexeme for largeness: [en] large" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } lo9kkthvwwdb67262h9eo7tkqy847j5 Z36605 0 86143 284985 2026-06-21T09:40:15Z Jens Ohlig 2688 create variant of Z20616 with lexeme reference as parameter 284985 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36605" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6095", "Z17K2": "Z36605K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "lexeme reference" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36605" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "grammatical genders from Wikidata lexeme reference" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } dqwca4xmh7h4ov4xibhfa58gkg1u05e 284987 284985 2026-06-21T09:47:32Z Jens Ohlig 2688 Added Z36606 to the approved list of implementations 284987 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36605" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6095", "Z17K2": "Z36605K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "lexeme reference" } ] } } ], "Z8K2": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36606" ], "Z8K5": "Z36605" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "grammatical genders from Wikidata lexeme reference" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ax4z9hy3egu0oq4m0o3oxdd8oef4w9n Z36606 0 86144 284986 2026-06-21T09:45:29Z Jens Ohlig 2688 284986 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36606" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36605", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z20616", "Z20616K1": { "Z1K1": "Z7", "Z7K1": "Z6825", "Z6825K1": { "Z1K1": "Z6095", "Z6095K1": { "Z1K1": "Z18", "Z18K1": "" } } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "composition implementation for Z36605" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "grammatical genders from Wikidata lexeme reference, composition" } ] } } qz677jrefl9otc7kzdrboyqnpf3g1ob Z36607 0 86145 284988 2026-06-21T11:04:00Z Denny 81 284988 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36607" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z6005", "Z17K2": "Z36607K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "lexeme" } ] } } ], "Z8K2": "Z36462", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36607" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "English noun from Lexeme" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "constructs a syntactic table for an English noun from an English noun Lexeme" } ] } } kryacv9nd3cvpr61e1112bziwslwyxx Z36608 0 86146 284991 2026-06-21T11:16:11Z Denny 81 284991 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36608" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36608K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36608K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "part of speech" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36608K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "inherent features" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z36463" }, "Z17K2": "Z36608K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "options" } ] } } ], "Z8K2": "Z36462", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36608" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Create Syntactic table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ioxxz2krd3me2yfvau3ggj9ng68iocz 284993 284991 2026-06-21T11:16:56Z Denny 81 284993 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36608" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36608K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36608K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "part of speech" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36608K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "inherent features" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z36463" }, "Z17K2": "Z36608K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "options" } ] } } ], "Z8K2": "Z36462", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36608" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Create Syntactic table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Constructs a Syntactic table from all the required pieces" } ] } } 2menm7b0vht9xn97pze09jzbr49jq0g 284996 284993 2026-06-21T11:18:19Z Denny 81 Added Z36609 to the approved list of implementations 284996 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36608" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36608K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36608K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "part of speech" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36608K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "inherent features" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z36463" }, "Z17K2": "Z36608K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "options" } ] } } ], "Z8K2": "Z36462", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36609" ], "Z8K5": "Z36608" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Create Syntactic table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Constructs a Syntactic table from all the required pieces" } ] } } 0imwr50n3979wy1ilp437j92v16bc31 284999 284996 2026-06-21T11:19:40Z Denny 81 Added Z36611 to the approved list of implementations 284999 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36608" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36608K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z6091", "Z17K2": "Z36608K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "part of speech" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z6091" }, "Z17K2": "Z36608K3", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "inherent features" } ] } }, { "Z1K1": "Z17", "Z17K1": { "Z1K1": "Z7", "Z7K1": "Z881", "Z881K1": "Z36463" }, "Z17K2": "Z36608K4", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "options" } ] } } ], "Z8K2": "Z36462", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14", "Z36609", "Z36611" ], "Z8K5": "Z36608" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Create Syntactic table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Constructs a Syntactic table from all the required pieces" } ] } } p7s65fzrqlfdm3fiz46k9rgl65hipq1 Z36609 0 86147 284995 2026-06-21T11:18:05Z Denny 81 284995 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36609" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36608", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z801", "Z801K1": { "Z1K1": "Z36462", "Z36462K1": { "Z1K1": "Z18", "Z18K1": "Z36608K1" }, "Z36462K2": { "Z1K1": "Z18", "Z18K1": "Z36608K2" }, "Z36462K3": { "Z1K1": "Z18", "Z18K1": "Z36608K3" }, "Z36462K4": { "Z1K1": "Z18", "Z18K1": "Z36608K4" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "echo Syntactic table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } pmjyi0jh85hujt9kb30ghvg9kfxys7l Z36610 0 86148 284997 2026-06-21T11:18:53Z HenkvD 1290 definite article (simple) 284997 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36610" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36610K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36610" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article (simple)" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } a7nr5jwdfgj0kihgnaemqg958bz30b0 285015 284997 2026-06-21T11:31:59Z HenkvD 1290 Added Z36612 to the approved list of test cases 285015 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36610" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36610K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36612" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36610" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article (simple)" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } ifiprye4ye7mkffovt4v88qlqonjx7c 285016 285015 2026-06-21T11:32:03Z HenkvD 1290 Added Z36620 to the approved list of implementations 285016 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36610" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36610K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36612" ], "Z8K4": [ "Z14", "Z36620" ], "Z8K5": "Z36610" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article (simple)" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 67jnrj0dlezgxaasesgqtyomnzxsghx Z36611 0 86149 284998 2026-06-21T11:19:31Z Denny 81 284998 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36611" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36608", "Z14K2": { "Z1K1": "Z36462", "Z36462K1": { "Z1K1": "Z18", "Z18K1": "Z36608K1" }, "Z36462K2": { "Z1K1": "Z18", "Z18K1": "Z36608K2" }, "Z36462K3": { "Z1K1": "Z18", "Z18K1": "Z36608K3" }, "Z36462K4": { "Z1K1": "Z18", "Z18K1": "Z36608K4" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "build Syntactic table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } buq1tjnzjz34tt0snvteamqekfy4c0w Z36612 0 86150 285000 2026-06-21T11:20:16Z HenkvD 1290 definite article in English: the 285000 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36612" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36610", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36610", "Z36610K1": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "the" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article in English: the" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 6iv32gyje9xma8bkkyuo1ltqhzjoluj 285022 285000 2026-06-21T11:35:45Z HenkvD 1290 space 285022 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36612" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36610", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36610", "Z36610K1": "Z1002" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "the " } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article in English: the" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } lewe1seam11oztlj0p7i3mgfpgby0ck Z36613 0 86151 285001 2026-06-21T11:20:50Z Denny 81 285001 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36613" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36613K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z60", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36613" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language of table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns the natural language a Syntactic table is declared for" } ] } } lbg4jw7auduk0boow24ruoh53cfir9c 285004 285001 2026-06-21T11:22:58Z Denny 81 Added Z36614 to the approved list of test cases 285004 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36613" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36613K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z60", "Z8K3": [ "Z20", "Z36614" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36613" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language of table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns the natural language a Syntactic table is declared for" } ] } } 54wr47gwlrt8zfq9l9ydct7w5vioju7 285006 285004 2026-06-21T11:24:08Z Denny 81 Added Z36615 to the approved list of implementations 285006 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36613" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36613K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z60", "Z8K3": [ "Z20", "Z36614" ], "Z8K4": [ "Z14", "Z36615" ], "Z8K5": "Z36613" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language of table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "returns the natural language a Syntactic table is declared for" } ] } } 9iu7d1rvbconh6yjuereu849qoh8tg2 Z36614 0 86152 285003 2026-06-21T11:22:45Z Denny 81 285003 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36614" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36613", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36613", "Z36613K1": { "Z1K1": "Z36462", "Z36462K1": "Z1002", "Z36462K2": { "Z1K1": "Z6091", "Z6091K1": "Q1084" }, "Z36462K3": [ "Z6091" ], "Z36462K4": [ "Z36463", { "Z1K1": "Z36463", "Z36463K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q110786" } ], "Z36463K2": { "Z1K1": "Z89", "Z89K1": "eye" } }, { "Z1K1": "Z36463", "Z36463K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q146786" } ], "Z36463K2": { "Z1K1": "Z89", "Z89K1": "eyes" } } ] } }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z862", "Z862K2": "Z1002" } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "eye is English" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } kv5xsvylxzt2hcmcteggbisygk14r0o Z36615 0 86153 285005 2026-06-21T11:23:53Z Denny 81 285005 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36615" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36613", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z803", "Z803K1": { "Z1K1": "Z39", "Z39K1": "Z36462K1" }, "Z803K2": { "Z1K1": "Z18", "Z18K1": "Z36613K1" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "value by key Z36462K1" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } lotsbkff47wmlc5is5dt0z9bm25yhmv Z36616 0 86154 285007 2026-06-21T11:27:32Z Denny 81 285007 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36616" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36616K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36616K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36616" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table is in given language" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Returns true if the Syntactic table is exactly in the asked-for language. Does not do fallbacks." } ] } } s3wafp7ebw9eyv1o8fn53y3hr97gw38 285011 285007 2026-06-21T11:30:08Z Denny 81 Added Z36618 to the approved list of test cases 285011 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36616" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36616K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36616K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36618" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36616" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table is in given language" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Returns true if the Syntactic table is exactly in the asked-for language. Does not do fallbacks." } ] } } mnfga5mfzl0jbv3oxgud3lhz8poqy1j 285013 285011 2026-06-21T11:30:49Z Denny 81 Added Z36619 to the approved list of test cases 285013 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36616" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36616K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36616K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36618", "Z36619" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36616" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table is in given language" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Returns true if the Syntactic table is exactly in the asked-for language. Does not do fallbacks." } ] } } jarwy1liyb4tdhma0jmktnbj1r0cac3 285018 285013 2026-06-21T11:32:15Z Denny 81 Added Z36621 to the approved list of implementations 285018 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36616" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36616K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } }, { "Z1K1": "Z17", "Z17K1": "Z36462", "Z17K2": "Z36616K2", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table" } ] } } ], "Z8K2": "Z40", "Z8K3": [ "Z20", "Z36618", "Z36619" ], "Z8K4": [ "Z14", "Z36621" ], "Z8K5": "Z36616" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "table is in given language" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "Returns true if the Syntactic table is exactly in the asked-for language. Does not do fallbacks." } ] } } p9fexehk3v9kww8k89tpimkats2n4du Z36617 0 86155 285008 2026-06-21T11:28:47Z Denny 81 285008 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36617" }, "Z2K2": { "Z1K1": "Z36462", "Z36462K1": "Z1002", "Z36462K2": { "Z1K1": "Z6091", "Z6091K1": "Q1084" }, "Z36462K3": [ "Z6091" ], "Z36462K4": [ "Z36463", { "Z1K1": "Z36463", "Z36463K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q110786" } ], "Z36463K2": { "Z1K1": "Z89", "Z89K1": "goose" } }, { "Z1K1": "Z36463", "Z36463K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q146786" } ], "Z36463K2": { "Z1K1": "Z89", "Z89K1": "geese" } } ] }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "English noun goose table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } g6hqlzh4gnonhc2627qbul4ke6anlkd Z36618 0 86156 285010 2026-06-21T11:29:57Z Denny 81 285010 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36618" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36616", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36616", "Z36616K1": "Z1002", "Z36616K2": "Z36617" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z41" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "goose is English" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } q7o1ersoa3o8sv2z8h4sb4hlt2005xn Z36619 0 86157 285012 2026-06-21T11:30:39Z Denny 81 285012 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36619" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36616", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36616", "Z36616K1": "Z1012", "Z36616K2": "Z36617" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z844", "Z844K2": { "Z1K1": "Z40", "Z40K1": "Z42" } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "goose is not Malyalam" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } qu3rxt3n07tyjn2o2kjlv9gvod4anud Z36620 0 86158 285014 2026-06-21T11:31:44Z HenkvD 1290 definite article (simple), composition 285014 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36620" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36610", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36610K1" }, "Z22193K2": [ "Z60", "Z1002", "Z1532", "Z1576", "Z1137", "Z1402" ], "Z22193K3": [ "Z6", "the", "die ", "la ", "e ", " e ", " (the) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } kvrjvoe7q2y825vorifu71cpiy2wo3t 285020 285014 2026-06-21T11:32:53Z HenkvD 1290 285020 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36620" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36610", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36610K1" }, "Z22193K2": [ "Z60", "Z1002", "Z1532", "Z1576", "Z1137", "Z1402" ], "Z22193K3": [ "Z6", "the ", "die ", "la ", "e ", " e ", " (the) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } du4jcq7ap56pif8lyly8ryku4mw9vyx 285021 285020 2026-06-21T11:34:17Z HenkvD 1290 spaces 285021 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36620" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36610", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36610K1" }, "Z22193K2": [ "Z60", "Z1002", "Z1532", "Z1576", "Z1137", "Z1402" ], "Z22193K3": [ "Z6", "the ", "die ", "la ", "e ", "", "(the) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "definite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } nc1db10rpm1tf1o774a02sviomy6xm1 Z36621 0 86159 285017 2026-06-21T11:32:04Z Denny 81 285017 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36621" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36616", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z14326", "Z14326K1": { "Z1K1": "Z18", "Z18K1": "Z36616K1" }, "Z14326K2": { "Z1K1": "Z7", "Z7K1": "Z36613", "Z36613K1": { "Z1K1": "Z18", "Z18K1": "Z36616K2" } } } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language == language of table" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } givzx0jkxvtovka4wl3a36vg1mc3scv Z36622 0 86160 285023 2026-06-21T11:37:46Z HenkvD 1290 indefinite article (simple) 285023 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36622" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36622K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36622" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple)" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } 9zg1g5driv4x8007s961pglzos89gsa 285026 285023 2026-06-21T11:46:18Z HenkvD 1290 Added Z36623 to the approved list of test cases 285026 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36622" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36622K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36623" ], "Z8K4": [ "Z14" ], "Z8K5": "Z36622" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple)" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } egbi59cm9iwsd4n2a1ftk6z54zh9o7y 285027 285026 2026-06-21T11:46:22Z HenkvD 1290 Added Z36624 to the approved list of implementations 285027 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36622" }, "Z2K2": { "Z1K1": "Z8", "Z8K1": [ "Z17", { "Z1K1": "Z17", "Z17K1": "Z60", "Z17K2": "Z36622K1", "Z17K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "language" } ] } } ], "Z8K2": "Z6", "Z8K3": [ "Z20", "Z36623" ], "Z8K4": [ "Z14", "Z36624" ], "Z8K5": "Z36622" }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple)" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } dnn6qlbld5bdeb5ddhw3c9fooak2ity Z36623 0 86161 285024 2026-06-21T11:39:27Z HenkvD 1290 indefinite article in Dutch: een 285024 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36623" }, "Z2K2": { "Z1K1": "Z20", "Z20K1": "Z36622", "Z20K2": { "Z1K1": "Z7", "Z7K1": "Z36622", "Z36622K1": "Z1157" }, "Z20K3": { "Z1K1": "Z7", "Z7K1": "Z866", "Z866K2": "een " } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article in Dutch: een" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } l35vqnf35j9ufnvwfrwx93bns7nh8tu Z36624 0 86162 285025 2026-06-21T11:45:51Z HenkvD 1290 indefinite article (simple), composition 285025 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36624" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36622", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36622K1" }, "Z22193K2": [ "Z60", "Z1157", "Z1532", "Z1216", "Z1730", "Z1473", "Z1576", "Z1650", "Z1106", "Z1642", "Z1402", "Z1146", "Z1798", "Z1137", "Z1158" ], "Z22193K3": [ "Z6", "een ", "'n ", "in ", "a ", "", "", " as en ", "", " je ", " е ", "en ", "", "un ", "", "(a) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } l5xsm2tj2d3vs41bpr6t51jm7guf1hf 285028 285025 2026-06-21T11:48:33Z HenkvD 1290 corr frr 285028 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36624" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36622", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36622K1" }, "Z22193K2": [ "Z60", "Z1157", "Z1532", "Z1216", "Z1730", "Z1473", "Z1576", "Z1650", "Z1106", "Z1642", "Z1402", "Z1146", "Z1798", "Z1137", "Z1158" ], "Z22193K3": [ "Z6", "een ", "'n ", "in ", "a ", "", "", "en ", "", " je ", " е ", "en ", "", "un ", "", "(a) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } bc0qqik2bwbiczzll1d8hax2c170yub 285029 285028 2026-06-21T11:50:39Z HenkvD 1290 hsb no indefinite article 285029 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36624" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36622", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36622K1" }, "Z22193K2": [ "Z60", "Z1157", "Z1532", "Z1216", "Z1730", "Z1473", "Z1576", "Z1650", "Z1106", "Z1642", "Z1402", "Z1146", "Z1798", "Z1137", "Z1158" ], "Z22193K3": [ "Z6", "een ", "'n ", "in ", "a ", "", "", "en ", "", "", " е ", "en ", "", "un ", "", "(a) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } jfqubwtm7ma2f06du2bch3uocioarmg 285030 285029 2026-06-21T11:51:49Z HenkvD 1290 mk no indefinite article 285030 zobject text/plain { "Z1K1": "Z2", "Z2K1": { "Z1K1": "Z6", "Z6K1": "Z36624" }, "Z2K2": { "Z1K1": "Z14", "Z14K1": "Z36622", "Z14K2": { "Z1K1": "Z7", "Z7K1": "Z22193", "Z22193K1": { "Z1K1": "Z18", "Z18K1": "Z36622K1" }, "Z22193K2": [ "Z60", "Z1157", "Z1532", "Z1216", "Z1730", "Z1473", "Z1576", "Z1650", "Z1106", "Z1642", "Z1402", "Z1146", "Z1798", "Z1137", "Z1158" ], "Z22193K3": [ "Z6", "een ", "'n ", "in ", "a ", "", "", "en ", "", "", "", "en ", "", "un ", "", "(a) " ] } }, "Z2K3": { "Z1K1": "Z12", "Z12K1": [ "Z11", { "Z1K1": "Z11", "Z11K1": "Z1002", "Z11K2": "indefinite article (simple), composition" } ] }, "Z2K4": { "Z1K1": "Z32", "Z32K1": [ "Z31" ] }, "Z2K5": { "Z1K1": "Z12", "Z12K1": [ "Z11" ] } } e9dmgd5knkmfhts8q8qjcez4g6zv2qy