Wikifunctions
wikifunctionswiki
https://www.wikifunctions.org/wiki/Wikifunctions:Main_Page
MediaWiki 1.47.0-wmf.11
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:FAQ
4
1181
291454
264158
2026-07-16T10:10:21Z
So9q
3791
+ hacking setup
291454
wikitext
text/x-wiki
<languages/>
{{shortcut|[[WF:FAQ]]}}
<translate><!--T:1-->
This is a dedicated page for the Frequently Asked Questions about Wikifunctions. Please, feel free to ask your own question on the [[<tvar name="1">Wikifunctions talk:FAQ</tvar>|talk page]], if your question is not listed here!
<!--T:55-->
Also, please consider our [[<tvar name="1">:m:Special:MyLanguage/Abstract Wikipedia/FAQ</tvar>|FAQ on Meta]] regarding more general questions about Wikifunctions and Abstract Wikipedia.</translate>
__TOC__
<translate>
== Introduction == <!--T:2-->
=== What is this project about? === <!--T:3-->
<!--T:4-->
Wikifunctions is a new Wikimedia project that provides a catalog of all kinds of functions that anyone can call, write, maintain, and use. It also provides the underlying technology that will eventually enable the translation of language-independent articles from Abstract Wikipedia into the language of any Wikipedia. This will allow everyone to contribute and read articles in their preferred languages.
=== What is a function? === <!--T:5-->
<!--T:6-->
Functions are a form of knowledge that can answer questions, such as how many days have passed between two dates or the distance between two cities. More complicated functions can answer more complicated questions, such as the volume of a three-dimensional shape, the distance between Mars and Venus on a certain date, or whether two species were alive at the same time.
<!--T:7-->
We already use functions in many types of knowledge inquiries, such as asking a question to a search engine. The templates, such as [[<tvar name="1">:w:en:Template:Convert</tvar>|Template:Convert]] and [[<tvar name="2">:w:en:Template:Age</tvar>|Template:Age]] on English Wikipedia, are also examples of functions that are already used in many Wikipedias, written in wikitext and Lua and manually copied to each wiki where they're wanted.
=== What is an implementation? === <!--T:8-->
<!--T:9-->
An implementation is a particular way to execute a function. An implementation is a recipe that lists the steps that are needed to run the function. It may be a piece of code in a programming language or a combination of calls to other functions. A function may have many implementations, which should all be equivalent.
=== What is a test? === <!--T:10-->
<!--T:11-->
A test is a way to determine if a given function is doing the right thing. A function will typically have multiple testers, each specifying some input to the function and the conditions the output for the given input must fulfill.
<!--T:12-->
For example, testers for a “title case” function might include: “<tvar name="1"><span dir="ltr" lang="en">abc</span></tvar>” should become “<tvar name="2"><span dir="ltr" lang="en">Abc</span></tvar>”; “<tvar name="3"><span dir="ltr" lang="en">war and peace</span></tvar>” should become “<tvar name="4"><span dir="ltr" lang="en">War and Peace</span></tvar>”; “<tvar name="5"><span dir="ltr" lang="ru">война и мир</span></tvar>” should become “<tvar name="6"><span dir="ltr" lang="ru">Война и мир</span></tvar>”; and “<tvar name="7"><span dir="ltr" lang="en">123</span></tvar>” should remain “<tvar name="8"><span dir="ltr" lang="en">123</span></tvar>”.
=== Which features are available now, which will be soon available, and which are further away? === <!--T:13-->
</translate>
* <translate><!--T:14--> At launch:</translate>
** <translate><!--T:15--> We have the ability to have functions that work with Strings and Booleans.</translate>
** <translate><!--T:16--> Wikifunctions will be fully internationalized from the beginning. It can be used in any language.</translate>
* <translate><!--T:17--> [[<tvar name="1">Wikifunctions:Status</tvar>|Ongoing development]]:</translate>
** <translate><!--T:18--> Generic types and generic functions are not fully supported.</translate>
** <translate><!--T:19--> Adding types will, for now, be something that is limited to the development team. In the future, the community will be able to add more types. There is a lot of work to be done in the future to make types behave much more smoothly.</translate>
*** <translate><!--T:20--> One particularly interesting type will be binary data, and particularly files.</translate>
** <translate><!--T:21--> We currently support two programming languages for implementations: JavaScript and Python. In the future, we want to support many more.</translate>
** <translate><!--T:22--> Currently, it is ''not'' possible to call other functions from implementations written in any programming language. This is currently only possible through composition.</translate>
* <translate><!--T:23--> In the future:</translate>
** <translate><!--T:24--> It will be possible to call Wikifunctions functions from other Wikimedia projects and integrate their results into the output of the page.</translate>
** <translate><!--T:25--> It will be possible to use data from Wikidata in functions.</translate>
** <translate><!--T:26--> It will be possible to call data sets from Commons Data namespace.</translate>
<translate>
=== How is Wikifunctions multilingual? === <!--T:56-->
</translate>
{{main|Special:MyLanguage/Help:Multilingual}}
<translate>
<!--T:57-->
Wikifunctions and Abstract Wikipedia are multilingual in a number of ways that do not impact each other:</translate>
* <translate><!--T:58--> '''Wikifunctions is multilingual in terms of its content and user interface.''' Users can read and call functions on Wikifunctions in any natural language. Here is the “join string” function in [<tvar name="1">https://www.wikifunctions.org/view/en/Z10000</tvar> English], [<tvar name="2">https://www.wikifunctions.org/view/pl/Z10000</tvar> Polish], and [<tvar name="3">https://www.wikifunctions.org/view/he/Z10000</tvar> Hebrew], and it is available in many more languages.</translate>
* <translate><!--T:59--> '''Contributors can edit and improve Wikifunctions using their language.''' Even implementations can be edited in the natural language of the contributor. For example, the composition of the “and” function can be edited in [<tvar name="1">https://www.wikifunctions.org/wiki/Z11223?action=edit&uselang=de</tvar> German], [<tvar name="2">https://www.wikifunctions.org/wiki/Z11223?action=edit&uselang=en</tvar> English], or any other of about 300 languages.</translate>
* <translate><!--T:60--> '''Wikifunctions functions can be used to create results for any natural language.''' The community is creating a growing number of functions to support the generation of text in many natural languages. We have functions for [[<tvar name="1">Wikifunctions:Catalogue#Breton</tvar>|Breton]], [[<tvar name="2">Wikifunctions:Catalogue#Rohingya</tvar>|Rohingya]], [[<tvar name="3">Wikifunctions:Catalogue#English</tvar>|English]], and many other languages.</translate>
* <translate><!--T:61--> '''Functions in Wikifunctions can be implemented in various different programming languages.''' For example, the [[<tvar name="1">Z10000</tvar>|join function]] is implemented in both [[<tvar name="2">Z10005</tvar>|JavaScript]] and [[<tvar name="3">Z10004</tvar>|Python]].</translate>
<translate>
=== Which programming languages does Wikifunctions currently support? Which programming languages will be supported in the future? === <!--T:62-->
</translate>
{{main|WF:programming languages}}
<translate>
<!--T:63-->
Currently, Wikifunctions supports implementations written in JavaScript and Python. We plan to add support for more programming languages in the future. We hope to add at least one further programming language in 2025 (but have not yet decided which one).
=== How will Wikifunctions be integrated into other projects? === <!--T:27-->
<!--T:28-->
Wikifunctions is the first step towards building Abstract Wikipedia. Our near-term focus will be on supporting the community and making improvements based on feedback. Concurrently, we will begin the process of integrating it with Wikipedia and Wikidata, which will enable broader real-life applications and get us closer to the vision of Abstract Wikipedia.
<!--T:29-->
Contributors will be able to call functions stored on the Wikifunctions site from within their wikis. The result of the function call will be displayed to readers of the wiki. This can be used, for example, to calculate the age of a person, the population density based on population and area data from Wikidata, or to draw a graph and integrate it into a given article.
<!--T:30-->
Another option to integrate Wikifunctions will be to integrate an interactive function call interface within their wiki. This could be used, for example, in a Wikipedia article to dynamically calculate the result of a physical equation based on reader-provided parameters, draw and interact with mathematical functions, etc.
=== What Wikifunctions is not === <!--T:31-->
<!--T:32-->
Please, see [[<tvar name="1">Special:MyLanguage/Wikifunctions:What Wikifunctions is not</tvar>|Wikifunctions:What Wikifunctions is not]] for more information on that.
=== What license will the functions and derived content be under? === <!--T:33-->
<!--T:34-->
Per the discussion happened [[<tvar name="1">:m:Special:MyLanguage/Abstract Wikipedia/Licensing discussion</tvar>|on Meta between November and December 2021]], all contributions to Wikifunctions and the wider Abstract Wikipedia projects will be published under free licenses. In particular:
</translate>
* <translate><!--T:35--> [[<tvar name="1">Special:MyLanguage/Wikifunctions:Glossary#Content</tvar>|Textual content]] on Wikifunctions will be published under [[w:Creative Commons license|CC BY-SA 4.0]].</translate>
* <translate><!--T:36--> [[<tvar name="1">Special:MyLanguage/Wikifunctions:Glossary#Function</tvar>|Function signatures]] and other structured content on Wikifunctions will be published under [[w:CC0|CC 0]].</translate>
* <translate><!--T:37--> [[<tvar name="1">Special:MyLanguage/Wikifunctions:Glossary#Implementation</tvar>|Code implementations]] in Wikifunctions will be published under the [[w:Apache License|Apache 2 license]].</translate>
* <translate><!--T:38--> [[<tvar name="1">Special:MyLanguage/Wikifunctions:Glossary#Content</tvar>|Abstract Content]] for Abstract Wikipedia will be published under CC BY-SA 4.0.</translate>
<translate>
<!--T:39-->
There are still some points that will need to be addressed in the future, such as the license of the generated content from the abstract content. We plan on drafting a more comprehensive document with the Legal department about how people can re-use code from Wikifunctions as painlessly as possible, while adhering to the license.
== Contributing == <!--T:40-->
=== I'm new here. What is there for me to do and how can I help? === <!--T:41-->
<!--T:42-->
Welcome! We're very happy to have you here! There are many opportunities for contributing to Wikifunctions, from creating new functions to improving and translating documentation. If you are looking for ways to get involved, we recommend that maybe, depending on your level of comfort, you suggest a new function on a topic you are interested in. Or even create such a function. Provide some tests. Try your hand at an implementation. Help with translations. Read and improve our documentation. Help with organizing the community.
=== How do I create a new function, implementation, or test? === <!--T:43-->
<!--T:44-->
To see how to create a new function, implementation, or test, see [[<tvar name="1">Special:MyLanguage/Wikifunctions:Introduction</tvar>|Wikifunctions:Introduction]].
<!--T:45-->
To see in more detail how to create an implementation, see [[<tvar name="1">Special:MyLanguage/Wikifunctions:How to create implementations</tvar>|Wikifunctions:How to create implementations]].
=== What should I edit first? === <!--T:46-->
<!--T:47-->
If you can write several languages, find functions that don't have labels and descriptions in your languages yet on the page <tvar name="1">[[Special:ListMissingLabels]]</tvar>, and help to add them.
<!--T:48-->
If you have some interest in a domain that could feature functions in Wikifunctions, but yet doesn't, or if you have more ideas for functions, go to the page for [[<tvar name="1">Wikifunctions:Suggest a new function</tvar>|suggesting new functions]] and present your ideas.
<!--T:49-->
If you are a coder in JavaScript or Python, maybe you want to check for functions that don't yet have implementations in JavaScript or Python, and try to write them.
=== Where can I go for help? === <!--T:50-->
<!--T:51-->
Your first stop should be the [[<tvar name="1">Special:MyLanguage/Help:Contents</tvar>|Help portal]], where you'll find all the documentation related to using and editing Wikifunctions. If you're still stuck, post a message on [[<tvar name="2">Wikifunctions:Project chat</tvar>|Project chat]], and someone will answer your question.
=== How do we sort or categorize functions? === <!--T:52-->
</translate>
{{Tracked|T285424}}
<translate>
<!--T:54-->
For now, the best way to sort or categorize functions is to do it by hand through [[<tvar name="1">Special:MyLanguage/Wikifunctions:Catalogue</tvar>|pages in the Wikifunctions namespace]]. Another option would be through the talk page of the given function. We will monitor these efforts and discuss with the community which changes to the system would be helpful for this task.
</translate>
=== How can I setup the software locally to hack on it? ===
See [[Wikifunctions:Hacking on the evaluator and orchestrator|Hacking on the evaluator and orchestrator]]
[[Category:FAQ| {{#translation:}}]]
oynyp96han1yd7yhnos1t2xjjm0y9qe
Wikifunctions:Requests for deletions
4
1696
291315
291152
2026-07-15T14:58:57Z
Bunnypranav
9976
Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]])
291315
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 =
== [[Z37624]] ==
Please delete test case I created with incorrect input type. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 21:34, 14 July 2026 (UTC)
:{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:<[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]></span> 14:58, 15 July 2026 (UTC)
{{Section resolved|1=<span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:<[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]></span> 14:58, 15 July 2026 (UTC)}}
== [[Z37709]] ==
Please delete this duplicate function, implementation and test
* {{Z|Z37709}}
* {{Z|Z37711}}
* {{Z|Z37710}}
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 21:33, 14 July 2026 (UTC)
imr26k03nd41ewadnb9m71ndffvqqym
291316
291315
2026-07-15T15:00:19Z
Bunnypranav
9976
Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]])
291316
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 =
== [[Z37624]] ==
Please delete test case I created with incorrect input type. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 21:34, 14 July 2026 (UTC)
:{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:<[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]></span> 14:58, 15 July 2026 (UTC)
{{Section resolved|1=<span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:<[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]></span> 14:58, 15 July 2026 (UTC)}}
== [[Z37709]] ==
Please delete this duplicate function, implementation and test
* {{Z|Z37709}}
* {{Z|Z37711}}
* {{Z|Z37710}}
[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 21:33, 14 July 2026 (UTC)
:{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:<[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]></span> 15:00, 15 July 2026 (UTC)
{{Section resolved|1=<span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:<[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]></span> 15:00, 15 July 2026 (UTC)}}
9eay2g1jse0ao93tpxty6opwv1l1trh
User:99of9
2
11573
291308
287637
2026-07-15T13:56:38Z
99of9
1622
/* Not currently working */
291308
wikitext
text/x-wiki
{{#babel:en|en-gb|de-1|fr-1}}
If you need to know about me, see my Wikidata/Commons/en-wiki userpages. If you like puzzles, this is my character: {{#function:Z15631|U+990f9}}.
I've been contributing for {{#function:Z20744|22/08/2023|{{#time:j/n/Y}}}} days.
Functions of special interest
* [[Z10919]]
* [[Z10938]]
* [[Z11089]]
* [[Z11208]] [https://hub-paws.wmcloud.org/user/99of9/lab/tree/SMILES.ipynb PAWS analysis]
* [[Z13419]]
==Queries==
*Items with multiple Lexemes linked to them as Item for this sense: [https://w.wiki/DxaQ], break out details of one example: [https://w.wiki/DxaV]
*English adjectives [https://w.wiki/GBYj] to try to categorise for {{Z|Z19512}}
*Poorly set "in timezone" values [https://w.wiki/GJU7]
*Timezone long-list [https://w.wiki/GJVy]
==Not currently working==
*[[Z27518]] (lexeme only without fallback)
==Sandboxes==
* [[User:99of9/sandbox]]
* [[User:99of9/Sandbox]]
* [[User:99of9/Sandbox2]]
==Useful tools==
*[https://noc.wikimedia.org/conf/highlight.php?file=dblists/wikifunctionsclient.dblist WMF projects using WF]
*[[Wikifunctions:Projects_using_Wikifunctions]]
* [https://williamavery.github.io/formcheck/ Formcheck] for Wikidata lexemes. Seems to only use functions from beta at the moment.
* [[:wikidata:Wikidata:Wikidata_Lexeme_Forms]]
* [https://www.wikifunctions.org/w/index.php?search=Z14K3+eval&title=Special:Search&profile=advanced&fulltext=1&ns0=1 search for eval]
* [https://abstract-data.toolforge.org/ Abstract Data Tool] by David S
[[Category:Pages with Wikifunctions calls]]
4k84l1apscuxqn1jjhbmnrynwniie1a
Z11089
0
14796
291385
266951
2026-07-15T19:30:57Z
Amire80
113
Added Z37819 to the approved list of test cases
291385
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z11089"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z11089K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "singular"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "英単語"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "singulier"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Singular"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1645",
"Z11K2": "需要复数化的单词"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "英語單詞單數形式"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1014",
"Z11K2": "otu : usoro"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1013",
"Z11K2": "guda ɗaya"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1818",
"Z11K2": "ẹyọkan"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1403",
"Z11K2": "singularis"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z11090",
"Z11091",
"Z11092",
"Z11093",
"Z11096",
"Z11113",
"Z11114",
"Z11115",
"Z11116",
"Z11117",
"Z11119",
"Z11120",
"Z11121",
"Z11124",
"Z11123",
"Z11125",
"Z11126",
"Z11128",
"Z11144",
"Z11183",
"Z11186",
"Z11187",
"Z11190",
"Z11188",
"Z11189",
"Z11191",
"Z11192",
"Z12387",
"Z12407",
"Z25920",
"Z17712",
"Z32120",
"Z32121",
"Z37819"
],
"Z8K4": [
"Z14",
"Z31844"
],
"Z8K5": "Z11089"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English plural"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "英語複数形変換"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "ইংরেজি বহুবচন"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1004",
"Z11K2": "pluriel en anglais"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Plural Englisch"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1645",
"Z11K2": "英语复数变换"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "英語複數形式變換"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1014",
"Z11K2": "Ụbara bekee"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1013",
"Z11K2": "Turanci jam'i"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1818",
"Z11K2": "English ọpọ"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1003",
"Z11K2": "plural inglés"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1827",
"Z11K2": "πληθυντικός αγγλικής λέξης"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1643",
"Z11K2": "영어 복수형"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1820",
"Z11K2": "अंग्रेज़ी बहुवचन"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1403",
"Z11K2": "pluralis Anglica"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1157",
"Z11K2": "Engels meervoud"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"plural (English)",
"pluralize (English)",
"pluralise (English)"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1004",
"Z31K2": [
"Z6",
"pluriel anglais"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1003",
"Z31K2": [
"Z6",
"plural (inglés)"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1827",
"Z31K2": [
"Z6",
"πληθυντικός στα αγγλικά"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "return the plural of an English word; see https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 for context"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "入力された英単語を複数形に変換する。作成理由については https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 を参照"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1011",
"Z11K2": "একটি ইংরেজি শব্দের বহুবচন ফেরত দাও।"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "gibt die englischsprachige Pluralform eines Wortes zurück"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1645",
"Z11K2": "返回英语单词的复数"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1672",
"Z11K2": "回傳英語單詞的複數形式"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1014",
"Z11K2": "Weghachite otutu okwu bekee. Hụ https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 for contest."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1013",
"Z11K2": "Kawo jam'in kalmar Ingilishi."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1818",
"Z11K2": "Pada ọpọ ọrọ Gẹẹsi pada."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1003",
"Z11K2": "Regresa la forma plural de una palabra inglesa. Véase https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 para más contexto."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1827",
"Z11K2": "επιστρέφει τον πληθυντικό μιας αγγλικής λέξης\n"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1643",
"Z11K2": "입력된 영어 단어를 복수형으로 변환. 자세한 내용은 https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 참고."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1820",
"Z11K2": "एक अंग्रेज़ी शब्द का बहुवचन रूप लौटाता है; प्रसंग के लिए https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Updates/2023-09-08 देखें"
}
]
}
}
9s1a91rwk5tebkm292uwqug487cono0
Wikifunctions:Status updates
4
22740
291469
289675
2026-07-16T11:47:17Z
DVrandecic (WMF)
7
291469
wikitext
text/x-wiki
<languages/>
{{shortcut|WF:SU}}{{notice|1=<translate><!--T:1--> '''[[<tvar name="sub">:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia</tvar>|Subscribe]]''' to receive short on-wiki MassMessage notifications about each new issue</translate>}}
{{Wikifunctions updates
| prevlabel = <translate><!--T:2--> Previous update</translate>
| prev = 2024-02-01
| nextlabel = <translate><!--T:3--> Last update</translate>
| next = 2026-07-16
}}
<translate><!--T:4-->
A lot is happening around Wikifunctions and Abstract Wikipedia. This is the page where our updates are posted, including the [[<tvar name="1">Special:MyLanguage/WF:function of the Week</tvar>|function of the Week]].
<!--T:5-->
You can also subscribe to the [[<tvar name="sub">:m:Global message delivery/Targets/Wikifunctions & Abstract Wikipedia</tvar>|on-wiki newsletter]] to have them delivered to your talk page or to your project's village pump.</translate>
<inputbox>
type=fulltext
prefix={{NAMESPACE}}:{{PAGENAME}}/
break=no
width=30
searchbuttonlabel={{int:Search}}
placeholder=<translate nowrap><!--T:119--> Search all status updates</translate>
</inputbox>
<translate>
== Newsletters == <!--T:28-->
</translate>
<!--<nowiki> Newsletter entry template:
* <translate><tvar name="1">{{Status updates|2026-0?-??}}</tvar>: Title</translate>
NOTE: Remember to also update the "next =" date at the top of this page.
</nowiki>-->
=== 2026 ===
* <translate><tvar name="1">{{Status updates|2026-07-16}}</tvar>: Beyond syntactic tables</translate>
* <translate><!--T:128--> <tvar name="1">{{Status updates|2026-07-08}}</tvar>: Moving toward our first Abstract Wikipedia integration milestone</translate>
* <translate><!--T:127--> <tvar name="1">{{Status updates|2026-07-01}}</tvar>: Integration on test wiki and annual plan</translate>
* <translate><!--T:126--> <tvar name="1">{{Status updates|2026-06-26}}</tvar>: Working on Functions, together</translate>
* <translate><!--T:125--> <tvar name="1">{{Status updates|2026-06-19}}</tvar>: The or not the, this is (the?) question</translate>
* <translate><!--T:124--> <tvar name="1">{{Status updates|2026-06-12}}</tvar>: Improved loading and display of Test results</translate>
* <translate><!--T:123--> <tvar name="1">{{Status updates|2026-06-05}}</tvar>: The illustrated encyclopaedia</translate>
* <translate><!--T:122--> <tvar name="1">{{Status updates|2026-05-30}}</tvar>: Looking back and forward</translate>
* <translate><!--T:121--> <tvar name="1">{{Status updates|2026-05-23}}</tvar>: Annual plan 2026-2027</translate>
* <translate><!--T:120--> <tvar name="1">{{Status updates|2026-05-15}}</tvar>: A higher meaning</translate>
* <translate><!--T:117--> <tvar name="1">{{Status updates|2026-05-08}}</tvar>: References from Wikidata are now available</translate>
* <translate><!--T:116--> <tvar name="1">{{Status updates|2026-05-02}}</tvar>: Request for input: what should we count for Abstract Wikipedia?</translate>
* <translate><!--T:115--> <tvar name="1">{{Status updates|2026-04-25}}</tvar>: The Foundation's search for the perfect language</translate>
* <translate><!--T:114--> <tvar name="1">{{Status updates|2026-04-16}}</tvar>: Milestones; Some major issues hopefully resolved</translate>
* <translate><!--T:113--> <tvar name="1">{{Status updates|2026-04-10}}</tvar>: Community proposals for capturing meaning</translate>
* <translate><!--T:112--> <tvar name="1">{{Status updates|2026-04-02}}</tvar>: Request for Discussion: Syntactic tables</translate>
* <translate><!--T:111--> <tvar name="1">{{Status updates|2026-03-26}}</tvar>: First few days of Abstract Wikipedia Beta; Status of Composition Language v2</translate>
* <translate><!--T:110--> <tvar name="1">{{Status updates|2026-03-19}}</tvar>: Abstract Wikipedia in Beta</translate>
* <translate><!--T:109--> <tvar name="1">{{Status updates|2026-03-11}}</tvar>: A new composition language</translate>
* <translate><!--T:108--> <tvar name="1">{{Status updates|2026-03-06}}</tvar>: Citations and Copy and Paste</translate>
* <translate><!--T:107--> <tvar name="1">{{Status updates|2026-02-26}}</tvar>: Graceful overrides and fallbacks</translate>
* <translate><!--T:106--> <tvar name="1">{{Status updates|2026-02-20}}</tvar>: A sneak preview of Abstract Wikipedia</translate>
* <translate><!--T:105--> <tvar name="1">{{Status updates|2026-02-13}}</tvar>: Finishing each other sentences: Starting things; Offsite in Istanbul</translate>
* <translate><!--T:104--> <tvar name="1">{{Status updates|2026-01-29}}</tvar>: Integrating Abstract Wikipedia</translate>
* <translate><!--T:103--> <tvar name="1">{{Status updates|2026-01-22}}</tvar>: Quarterly plan for January–March 2026</translate>
* <translate><!--T:102--> <tvar name="1">{{Status updates|2026-01-15}}</tvar>: 25 years of Wikipedia</translate>
=== 2025 ===
* <translate><!--T:101--> <tvar name="1">{{Status updates|2025-12-18}}</tvar>: We wish you a happy new Gregorian year!</translate>
* <translate><!--T:100--> <tvar name="1">{{Status updates|2025-12-11}}</tvar>: How to write better error messages</translate>
* <translate><!--T:99--> <tvar name="1">{{Status updates|2025-12-04}}</tvar>: And the name is Abstract Wikipedia</translate>
* <translate><!--T:98--> <tvar name="1">{{Status updates|2025-11-27}}</tvar>: Vote on the new wiki name!; Finishing each other’s sentences</translate>
* <translate><!--T:97--> <tvar name="1">{{Status updates|2025-11-20}}</tvar>: Second round of voting for naming the wiki with language-independent content; Sharing function calls</translate>
* <translate><!--T:96--> <tvar name="1">{{Status updates|2025-11-13}}</tvar>: Getting ready for second round of voting for naming the wiki with abstract content; Rewriting the backend: Why Rust?</translate>
* <translate><!--T:95--> <tvar name="1">{{Status updates|2025-11-05}}</tvar>: First round of voting for naming the wiki for abstract content closed; Calling for Wiktionary functions; Embedded Wikifunctions on Bengali Wikipedia and seven more Wiktionaries</translate>
* <translate><!--T:94--> <tvar name="1">{{Status updates|2025-10-29}}</tvar>: Round 1 of “abstract content wiki” naming vote ending Monday; An example of short descriptions</translate>
* <translate><!--T:93--> <tvar name="1">{{Status updates|2025-10-23}}</tvar>: Welcome Zaree and Laura! Naming contest round 1 kicked off</translate>
* <translate><!--T:92--> <tvar name="1">{{Status updates|2025-10-15}}</tvar>: Kicking Off the Naming Contest for Abstract Wikipedia; Visualizing functions</translate>
* <translate><!--T:91--> <tvar name="1">{{Status updates|2025-10-08}}</tvar>: Decision on location for abstract content and Quarterly Planning for October–December</translate>
* <translate><!--T:90--> <tvar name="1">{{Status updates|2025-10-03}}</tvar>: Rich text now available in embedded function calls on 148 Wiktionaries and Incubator</translate>
* <translate><!--T:89--> <tvar name="1">{{Status updates|2025-09-26}}</tvar>: Accessing qualifiers in Wikidata statements</translate>
* <translate><!--T:88--> <tvar name="1">{{Status updates|2025-09-19}}</tvar>: Wikifunctions available on 123 Wiktionary languages</translate>
* <translate><!--T:87--> <tvar name="1">{{Status updates|2025-09-12}}</tvar>: More than 3,000 functions on Wikifunctions</translate>
* <translate><!--T:86--> <tvar name="1">{{Status updates|2025-09-07}}</tvar>: Copying function calls from one Wikipedia to another</translate>
* <translate><!--T:85--> <tvar name="1">{{Status updates|2025-08-29}}</tvar>: Accessing Wikidata items now possible from embedded function calls; Wikifunctions available on 65 Wikitionaries</translate>
* <translate><!--T:84--> <tvar name="1">{{Status updates|2025-08-22}}</tvar>: Recording of Wikimania session: Wikifunctions is coming soon to a wiki near you!</translate>
* <translate><!--T:83--> <tvar name="1">{{Status updates|2025-08-01}}</tvar>: Wikimania 2025 is coming soon!</translate>
* <translate><!--T:82--> <tvar name="1">{{Status updates|2025-07-26}}</tvar>: “Wikipedia is an encyclopedia”; Two years of Wikifunctions</translate>
* <translate><!--T:81--> <tvar name="1">{{Status updates|2025-07-19}}</tvar>: Wikidata-based enumerations are here</translate>
* <translate><!--T:80--> <tvar name="1">{{Status updates|2025-07-10}}</tvar>: Length limits on labels and descriptions</translate>
* <translate><!--T:79--> <tvar name="1">{{Status updates|2025-07-04}}</tvar>: Coverage of 1298</translate>
* <translate><!--T:78--> <tvar name="1">{{Status updates|2025-06-27}}</tvar>: How many people are needed to write an encyclopedia?</translate>
* <translate><!--T:76--> <tvar name="1">{{Status updates|2025-06-21}}</tvar>: Quarterly Planning for July–September 2025</translate>
* <translate><!--T:77--> <tvar name="1">{{Status updates|2025-06-15}}</tvar>: Closing the consultation about the location of Abstract Content</translate>
* <translate><!--T:75--> <tvar name="1">{{Status updates|2025-06-06}}</tvar>: Where will Abstract Content go?</translate>
* <translate><!--T:74--> <tvar name="1">{{Status updates|2025-05-29}}</tvar>: Rolling out to five Wiktionaries; Calculating with today's date</translate>
* <translate><!--T:73--> <tvar name="1">{{Status updates|2025-05-23}}</tvar>: Ongoing consultation about the Location for Abstract Content</translate>
* <translate><!--T:72--> <tvar name="1">{{Status updates|2025-05-15}}</tvar>: Location of Abstract Content</translate>
* <translate><!--T:71--> <tvar name="1">{{Status updates|2025-05-09}}</tvar>: Abstract Wikipedia and the Wikimedia AI Strategy</translate>
* <translate><!--T:70--> <tvar name="1">{{Status updates|2025-04-30}}</tvar>: Abstract Wikipedia is a MacArthur 100&Change finalist</translate>
* <translate><!--T:69--> <tvar name="1">{{Status updates|2025-04-25}}</tvar>: Welcome, Gregory!</translate>
* <translate><!--T:68--> <tvar name="1">{{Status updates|2025-04-16}}</tvar>: Wikifunctions integrated in Dagbani - and Wikifunctions; and the date of Easter</translate>
* <translate><!--T:67--> <tvar name="1">{{Status updates|2025-04-11}}</tvar>: Quarter in review</translate>
* <translate><!--T:65--> <tvar name="1">{{Status updates|2025-04-05}}</tvar>: Quarterly Planning for April–June 2025; We are looking for a Senior Product Manager</translate>
* <translate><!--T:66--> <tvar name="1">{{Status updates|2025-03-28}}</tvar>: It's about time</translate>
* <translate><!--T:64--> <tvar name="1">{{Status updates|2025-03-20}}</tvar>: Wikidata-based simple enumerations</translate>
* <translate><!--T:63--> <tvar name="1">{{Status updates|2025-03-15}}</tvar>: Upcoming NLG meeting, Recent Changes in the software</translate>
* <translate><!--T:62--> <tvar name="1">{{Status updates|2025-03-07}}</tvar>: Recent Changes in the software, Recording of Volunteer’s Corner, and talks in London</translate>
* <translate><!--T:61--> <tvar name="1">{{Status updates|2025-02-26}}</tvar>: From things to words</translate>
* <translate><!--T:60--> <tvar name="1">{{Status updates|2025-02-19}}</tvar>: A proposal for types per language and part of speech</translate>
* <translate><!--T:59--> <tvar name="1">{{Status updates|2025-02-13}}</tvar>: Restricting the World, redux</translate>
* <translate><!--T:58--> <tvar name="1">{{Status updates|2025-02-06}}</tvar>: Invitation to the Natural Language Generation Special Interest Group</translate>
* <translate><!--T:57--> <tvar name="1">{{Status updates|2025-01-29}}</tvar>: With 2000 Functions into the new year: time for stats</translate>
* <translate><!--T:56--> <tvar name="1">{{Status updates|2025-01-22}}</tvar>: Welcome, David! Naming conventions recommendations</translate>
* <translate><!--T:55--> <tvar name="1">{{Status updates|2025-01-15}}</tvar>: Happy Wikipedia day! Quarterly planning</translate>
=== 2024 ===
* <translate><!--T:54--> <tvar name="1">{{Status updates|2024-12-19}}</tvar>: Function of the Week: age; Intros for year articles; New Type: Floating-point number</translate>
* <translate><!--T:53--> <tvar name="1">{{Status updates|2024-12-12}}</tvar>: Sketching a path to Abstract Wikipedia; Team offsite in Lisbon; and much more</translate>
* <translate><!--T:52--> <tvar name="1">{{Status updates|2024-11-27}}</tvar>: WordGraph release; New Special page: list functions by tests; new type for day of the year, and much more</translate>
* <translate><!--T:51--> <tvar name="1">{{Status updates|2024-11-21}}</tvar>: New special page for missing labels, new type for Gregorian years, and much more</translate>
* <translate><!--T:50--> <tvar name="1">{{Status updates|2024-11-13}}</tvar>: New Type: Rational number; Documentation on Wikidata-based types; and more</translate>
* <translate><!--T:48--> <tvar name="1">{{Status updates|2024-11-07}}</tvar>: The Dream of a Universal Language</translate>
* <translate><!--T:49--> <tvar name="1">{{Status updates|2024-11-01}}</tvar>: Rewriting the backend</translate>
* <translate><!--T:47--> <tvar name="1">{{Status updates|2024-10-25}}</tvar>: Our goal for this Quarter: Agreement</translate>
* <translate><!--T:45--> <tvar name="1">{{Status updates|2024-10-17}}</tvar>: What could abstract content look like?</translate>
* <translate><!--T:46--> <tvar name="1">{{Status updates|2024-10-11}}</tvar>: Wikidata Lexemes in Wikifunctions are coming soon</translate>
* <translate><!--T:44--> <tvar name="1">{{Status updates|2024-10-02}}</tvar>: Focus topic: Food</translate>
* <translate><!--T:43--> <tvar name="1">{{Status updates|2024-09-26}}</tvar>: Quarterly planning for October–December 2024; Presentation at Celtic Knot tomorrow</translate>
* <translate><!--T:42--> <tvar name="1">{{Status updates|2024-09-20}}</tvar>: Introducing focus topic areas</translate>
* <translate><!--T:41--> <tvar name="1">{{Status updates|2024-09-13}}</tvar>: Dagbani Wikipedia will be our first wiki for Wikifunctions integration</translate>
* <translate><!--T:40--> <tvar name="1">{{Status updates|2024-09-06}}</tvar>: Volunteer's corner and other updates</translate>
* <translate><!--T:39--> <tvar name="1">{{Status updates|2024-08-29}}</tvar>: Limits on Name and Description Lengths</translate>
* <translate><!--T:38--> <tvar name="1">{{Status updates|2024-08-23}}</tvar>: WasmEdge, Now 300ms Less Edgy</translate>
* <translate><!--T:37--> <tvar name="1">{{Status updates|2024-08-16}}</tvar>: Wikimania 2024 edition</translate>
* <translate><!--T:36--> <tvar name="1">{{Status updates|2024-08-02}}</tvar>: Revamping our 'About' widget</translate>
* <translate><!--T:35--> <tvar name="1">{{Status updates|2024-07-26}}</tvar>: Wikimania 2024 coming soon!</translate>
* <translate><!--T:34--> <tvar name="1">{{Status updates|2024-07-18}}</tvar>: Research report on integrating Wikifunctions from Wikipedia</translate>
* <translate><!--T:33--> <tvar name="1">{{Status updates|2024-07-10}}</tvar>: Type proposals for accessing Lexemes</translate>
* <translate><!--T:32--> <tvar name="1">{{Status updates|2024-07-03}}</tvar>: Quarterly planning</translate>
* <translate><!--T:31--> <tvar name="1">{{Status updates|2024-06-26}}</tvar>: Welcome, Daphne!</translate>
* <translate><!--T:30--> <tvar name="1">{{Status updates|2024-06-20}}</tvar>: New Type: Integers</translate>
* <translate><!--T:29--> <tvar name="1">{{Status updates|2024-06-13}}</tvar>: New Type: Igbo calendar months</translate>
* <translate><!--T:27--> <tvar name="1">{{Status updates|2024-06-06}}</tvar>: New Type: Sign</translate>
* <translate><!--T:26--> <tvar name="1">{{Status updates|2024-05-30}}</tvar>: A single singular or a plurality of plurals?</translate>
* <translate><!--T:25--> <tvar name="1">{{Status updates|2024-05-22}}</tvar>: New Type: Gregorian calendar months</translate>
* <translate><!--T:24--> <tvar name="1">{{Status updates|2024-05-15}}</tvar>: Call for Functions: Spell out the number!</translate>
* <translate><!--T:23--> <tvar name="1">{{Status updates|2024-05-10}}</tvar>: Flagship type for enumerations: Months of the Gregorian calendar</translate>
* <translate><!--T:22--> <tvar name="1">{{Status updates|2024-05-03}}</tvar>: Team meeting and Quarterly plan</translate>
* <translate><!--T:21--> <tvar name="1">{{Status updates|2024-04-19}}</tvar>: Welcome, Sharvani!</translate>
* <translate><!--T:20--> <tvar name="1">{{Status updates|2024-04-11}}</tvar>: New API for calling Wikifunctions and celebrating 1000 functions</translate>
* <translate><!--T:19--> <tvar name="1">{{Status updates|2024-04-03}}</tvar>: Product Update on Diff and Upcoming API Improvements</translate>
* <translate><!--T:18--> <tvar name="1">{{Status updates|2024-03-28}}</tvar>: Creating tests is now much easier!</translate>
* <translate><!--T:17--> <tvar name="1">{{Status updates|2024-03-21}}</tvar>: On the way to internationalizing numbers</translate>
* <translate><!--T:16--> <tvar name="1">{{Status updates|2024-03-13}}</tvar>: On identity</translate>
* <translate><!--T:15--> <tvar name="1">{{Status updates|2024-03-07}}</tvar>: Introducing our second new type: Natural numbers</translate>
* <translate><!--T:14--> <tvar name="1">{{Status updates|2024-02-28}}</tvar>: Type proposal for natural numbers</translate>
* <translate><!--T:13--> <tvar name="1">{{Status updates|2024-02-22}}</tvar>: Updating the function model</translate>
* <translate><!--T:12--> <tvar name="1">{{Status updates|2024-02-14}}</tvar>: Fix-it week</translate>
* <translate><!--T:11--> <tvar name="1">{{Status updates|2024-02-07}}</tvar>: Quarterly planning. Thank you, Nick! Function of the Week: is permutation</translate>
* <translate><!--T:9--> <tvar name="1">{{Status updates|2024-02-01}}</tvar>: The Igbo Imperative!</translate>
<translate>
=== Before February 2024 === <!--T:7-->
<!--T:10-->
All updates from this period are [[<tvar name="meta">:m:Special:MyLanguage/Abstract Wikipedia/Updates</tvar>|available on Meta-Wiki]].
</translate>
[[Category:Status updates{{#translation:}}| ]]
7ms6hle2zet8j7x55lury4slvzmbzpo
Wikifunctions:Type proposals
4
24480
291466
289230
2026-07-16T11:39:01Z
DVrandecic (WMF)
7
/* Representing abstract content */
291466
wikitext
text/x-wiki
{{see also|d:Special:ListDatatypes}}
{{shortcut|[[WF:TP]]}}
This page is to discuss and decide on proposals for new [[WF:types|Types]], and for changing existing ones.
Before proposing, you should familiarize yourself with the [[WF:Function model|Function model]].
Types are currently being created by Wikifunctions staff. Over time these rights will be handed over to the community.
== Proposals for new types to be created ==
=== In discussion ===
* [[WF:type proposals/SI units|SI units]]
* [[WF:type proposals/Unit of measurement|Unit of measurement]]
* [[WF:type proposals/Moment in time|Moment in time]]
* [[WF:type proposals/Julian calendar date|Julian calendar date]]
* [[WF:type proposals/Grapheme|Grapheme]]
* [[WF:type proposals/Wikifunctions object reference|Wikifunctions object reference]]
* [[WF:type proposals/Value with error|Value with error]]
* [[WF:type proposals/configuration of functions for given types|configuration of functions for given types]]
* [[WF:type proposals/Geometrical point|Geometrical point]]
* [[WF:type proposals/Currency|Currency]]
* [[WF:Type_proposals/Either|Either]] (union types)
==== Representing abstract content ====
* [[Wikifunctions:Type proposals/Words with many forms|Words with many forms]] (replacing: [[WF:type proposal/Syntactic table|Syntactic table]])
* [[WF:type proposals/Semantic unit|Semantic unit]] ([[WF:type proposals/Syntactic unit|Syntactic unit]] is a section of this proposal)
==== Lightweight Wikidata enumerations ====
* [[WF:type proposals/French tenses|French tenses]]
* [[WF:type proposals/French subjects|French subjects]]
* [[WF:type proposals/Italian auxiliary verb|Italian auxiliary verb]]
* [[WF:type proposals/Italian simple preposition|Italian simple preposition]]
* [[WF:type proposals/Italian tense|Italian tense]]
* [[WF:type proposals/Unicode General Category|Unicode General Category]]
* [[WF:type proposals/Taxon rank|Taxon rank]]
* [[WF:Type_proposals/IPA_phone_base_glyph|IPA phone]]
* [[WF:Type_proposals/Zodiac sign|Zodiac sign]]
* [[WF:Type_proposals/Simple temporal entity|Simple temporal entity]]
* [[WF:Type_proposals/Japanese verb conjugation class|Japanese verb conjugation class]]
* [[WF:Type_proposals/Topic-comment|Topic-comment]]
* [[WF:Type_proposals/Grammatical specificity|Grammatical specificity]]
=== Being prepared ===
* [[WF:type proposals/HTML fragment structure |HTML fragment structure]]
* [[WF:type proposals/Time of action|Time of action]]
=== Stalled ===
* [[WF:type proposals/Typed string|Typed string]]
* [[WF:type proposals/Wikidata value|Wikidata value]]
* [[WF:type proposals/Wikidata string-based value|Wikidata string-based value]]
* [[WF:type proposals/bytes|bytes]]
* [[WF:type proposals/Percentage|Percentage]]
* [[WF:type proposals/Timezone|Timezone]]
* [[WF:type proposals/Named parameters list|Named parameters list]]
* [[WF:type proposals/Abstract sentence|Abstract sentence]]
=== Something to think about ===
* Symbol and expression (as in a [[w:computer algebra system|computer algebra system]]) - currently no idea yet
* [[WF:type proposals/Alphabet|Alphabet]]
* [[WF:type proposals/Context|Context]]
* [[WF:type proposals/Imperial Units|Imperial Units]]
* months in calendars
** [[WF:type proposals/Bengali month|Bengali month]]
** [[WF:type proposals/Darian month|Darian month]]
** [[WF:type proposals/Hebrew month|Hebrew month]]
** [[WF:type proposals/Hindu month|Hindu month]]
** [[WF:type proposals/Nepali month|Nepali month]]
** [[WF:type proposals/Sindhi month|Sindhi month]]
** [[WF:type proposals/Tamil month|Tamil month]]
* [[WF:type proposals/Multilingual gloss|Multilingual gloss]]
* [[WF:type proposals/Position on Earth|Position on Earth]]
* [[WF:type proposals/URL|URL]]
==== Wikidata integration ====
(These are just the types we will need that are not listed somewhere else)
* Wikidata qualifier
* Wikidata Data type
* Wikidata sitelink
* Unknown value
* Entity schema
==== "Heavy" data ====
Heavy data is those that can be more than 1.5MB (where medium data are between 60KB and 1.5MB). This includes most real-world files (jpg, mp3, pdf, zip, exe) and raw forms of data containing in such files (e.g. 1024*768 RGB image has 2359296 bytes in raw form). Wikifunctions currently have limited support for medium data and little support for heavy data (and neither support file uploading for computation). See [[WF:type proposals/bytes#Uses|bytes § Uses]] for more information.
* Image (raster): basically, a 2D or 3D array of number (though we ''do'' need a type to represent both the array and image mode)
* Audio and signal: basically, one number (sampling rate) and one or more (1D) arrays of number, one per channel (though we ''do'' need a type to represent all of them)
* Video: audio plus series of image
=== Unclear necessity / probably unnecessary ===
* Multidimensional array: can be represented as list of lists, but a dedicated edit interface would be nice (and way to enforce an array not to be jagged)
* Typed tuple: can be represented as nested [[Z882]]
* Set: use list instead
* Multiset: use list instead
* Multimap: use list of [[Z882]] instead (see also simple map [[Z883]])
* [[WF:type proposals/Syntactic type|Syntactic type]]
== Types that have already been Implemented ==
{{main|WF:type}}
* [[WF:Type_proposals/Season|Season]] as {{Z|33827}}
* [[WF:type proposals/Word order|Word order]] as {{Z|33568}}
* [[WF:type proposals/complex128|complex128]] as {{Z|33198}}
* [[WF:type proposals/Grammatical voice (a/m/p)|Grammatical voice (a/m/p)]] as {{Z|32789}}
* [[WF:type proposals/Grammatical voice (a/mp)|Grammatical voice (a/mp)]] as {{Z|32792}}
* [[WF:type proposals/RGBA color|RGBA color]] as {{Z|28579}}
* [[WF:type proposals/Grammatical number (singular/paucal/multal)|Grammatical number (singular/paucal/multal)]] as {{Z|28515}}
* [[WF:type proposals/Grammatical definiteness|Grammatical definiteness]] as {{Z|28516}}
* [[WF:type proposals/Grammatical voice (a/p)|Grammatical voice (a/p)]] as {{Z|28517}}
* [[WF:type proposals/Grammatical affirmation and negation|Grammatical affirmation and negation]] as {{Z|28518}}
* [[WF:type proposals/Grammatical cases (n/g/d/a)|Grammatical cases (n/g/d/a)]] as {{Z|28519}}
* [[WF:type proposals/Grammatical degree of comparison (p/c/s)|Grammatical degree of comparison (p/c/s)]] as {{Z|28520}}
* [[WF:type proposals/Chemical element|Chemical element]] as {{Z|27951}}
* [[WF:type proposals/Wikidata based types|Wikidata based types]] as {{Z|Z6001}}, {{Z|Z6002}}, {{Z|Z6003}}, {{Z|Z6004}}, {{Z|Z6005}}
** [[WF:type proposals/Wikidata lexeme senses|Wikidata lexeme senses]] as {{Z|Z6006}}
** [[WF:type proposals/Wikidata time|Wikidata time]] as {{Z|Z6064}}
** [[WF:type proposals/Wikidata quantity|Wikidata quantity]] as {{Z|Z6010}}
** [[WF:type proposals/Wikidata geocoordinates|Wikidata geocoordinates]] as {{Z|Z6011}}
* [[WF:type proposals/Grammatical number (singular/dual/plural)|Grammatical number (singular/dual/plural)]] as {{Z|Z28215}}
* [[WF:type proposals/Breton mutation|Breton mutation]] as {{Z|Z27971}}
* [[WF:type proposals/Grammatical person (1/2/3)|Grammatical person (1/2/3)]] as {{Z|Z27970}}
* [[WF:type proposals/Grammatical gender (a/i)|Grammatical gender (a/i)]] as {{Z|Z26935}}
* [[WF:type proposals/Grammatical number (s/p)|Grammatical number (s/p)]] as {{Z|Z26934}}
* [[WF:type proposals/Hijri calendar month|Hijri calendar month]] as {{Z|Z26582}}
* [[WF:type proposals/Grammatical gender (m/f)|Grammatical gender (m/f)]] as {{Z|Z25340}}
* [[WF:type proposals/Grammatical gender (m/f/n)|Grammatical gender (m/f/n)]] as {{Z|Z25501}}
* [[WF:type proposals/Grammatical gender (c/n)|Grammatical gender (c/n)]] as {{Z|Z25502}}
* [[WF:type proposals/Natural number|Natural number]] as {{Z|Z13518}}
* [[WF:type_proposals/Gregorian calendar month|Gregorian calendar month]] as {{Z|Z16098}}
* [[WF:type proposals/Sign|Sign]] as {{Z|Z16659}}
* [[WF:type proposals/Igbo calendar month|Igbo calendar month]] as {{Z|Z16927}}
* [[WF:type proposals/Integer|Integer]] as {{Z|Z16683}}
* [[WF:type proposals/Day of the week|Day of the week]] as {{Z|Z17402}}
* [[WF:type proposals/Gregorian era|Gregorian era]] as {{Z|Z17813}}
* [[WF:type proposals/Rational number|Rational number]] as {{Z|Z19677}}
* [[WF:type proposals/Gregorian year|Gregorian year]] as {{Z|Z20159}}
* [[WF:type proposals/Day of Roman year|Day of Roman year]] as {{Z|Z20342}}
* [[WF:type proposals/Gregorian calendar date|Gregorian calendar date]] as {{Z|Z20420}}
* [[WF:type proposals/float64|float64]] as {{Z|Z20838}}
* [[WF:type proposals/Kleenean|Kleenean]] as {{Z|Z22112}}
* [[WF:type proposals/Byte|Byte]] as {{Z|Z80}}
* [[WF:type proposals/Unicode codepoint|Unicode codepoint]] as {{Z|Z86}}
== Proposals for changing existing types ==
=== Changes to existing types ===
* ...
== Templates ==
General '''new Type''' (uses [[WF:type proposals/(unnamed – new Type)|this layout]] as a template):
<inputbox>
type=create
preload=WF:Type proposals/(unnamed – new Type)
break=no
prefix=WF:Type proposals/
buttonlabel=Draft type proposal
</inputbox>
'''New lightweight enum''' (uses [[WF:type proposals/(unnamed – new lightweight Wikidata enumeration)|this layout]] as a template):
<inputbox>
type=create
preload=WF:Type proposals/(unnamed – new lightweight Wikidata enumeration)
break=no
prefix=WF:Type proposals/
buttonlabel=Draft enum proposal
</inputbox>
Modify/amend an '''existing Type''' (uses [[WF:type proposals/(unnamed – modification of an existing Type)|this layout]] as a template):
<inputbox>
type=create
preload=WF:Type proposals/(unnamed – modification of an existing Type)
break=no
prefix=WF:Type proposals/
placeholder=Amend <type> with <change>
buttonlabel=Draft proposal for modification
</inputbox>
[[Special:PrefixIndex/Wikifunctions:Type_proposals/|List of all current and past proposals]]
[[category:project concept]]
t3zs4rov8golzrzzps2uihxqbzou6jg
User:Jsamwrites
2
39114
291329
291131
2026-07-15T17:34:54Z
Jsamwrites
938
/* Sentences */
291329
wikitext
text/x-wiki
== Introduction ==
This is the Wikifunctions user page of John Samuel. For more information, refer page on [[:d:User:Jsamwrites|Wikidata User:Jsamwrites]].
== Phrases ==
List of objects:
* {{Z|Z18928}}
* {{Z|Z18929}}
* {{Z|Z18979}}
== Function application ==
* {{Z|Z873}}
== Configuration ==
* {{Z|Z14294}}
== Types ==
* [[Special:ListObjectsByType|All supported types]]
== Wikidata ==
* {{Z|Z22220}}
* {{Z|Z22222}}
== Sentences ==
{| class="wikitable"
|+
!No.
!Function
!Configuration
!Example
|-
|1.
|{{Z|Z34282}}
|{{Z|Z34281}}
|Lyon is a commune of France
|-
|2.
|{{Z|Z32581}}
|{{Z|Z32534}}
|Mona Lisa is a painting by Leonardo da Vinci
|-
|3.
|{{Z|Z34637}}
|{{Z|Z34682}}
|Sunday is part of the weekend
|-
|4.
|{{Z|Z36141}}
|{{Z|Z36148}}
|Space Needle was built in 1961.
|-
|5.
|{{Z|Z36151}}
|{{Z|Z36155}}
|Eiffel Tower was built between 1887 and 1889.
|-
|6.
|{{Z|Z37005}}
|{{Z|Z37017}}
|Earth-Moon system consists of Earth and Moon.
|-
|7.
|main subject
|
|The main subject(s) of a painting is/are.
|-
|8.
|{{Z|Z37761}}
|{{Z|Z37760}}
|Abel depicts Abel, death, and landscape.
|-
|9.
|{{Z|Z37777}}
|{{Z|Z37776}}
|BCPL is influenced by CPL.
|-
|7.
|developed in
|
|Software was developed in .
|}
== Infoboxes ==
Check [[User:Jsamwrites/Infoboxes]]
== Useful functions ==
* {{Z|Z36303}}
* {{Z|Z34943}}
* {{Z|Z36083}}
* {{Z|Z36218}}
* {{Z|Z32962}}
* {{Z|Z32179}}
* {{Z|Z32428}}
* {{Z|Z27243}}
* {{Z|Z31917}}
* {{Z|Z33690}}
* {{Z|Z28016}}
* {{Z|Z36193}}
* {{Z|Z29749}}
* {{Z|Z36038}}
* {{Z|Z36993}}
=== References ===
* {{Z|Z31921}}
== Catalogue ==
* [[Wikifunctions:Catalogue|Catalogue of important functions]]
* [[Wikifunctions:Catalogue/Natural language operations/Global language functions|Global language functions]]
== Documentation ==
* [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]]
aqle7akco9whox35hycbqe84y2h0q89
291330
291329
2026-07-15T17:35:07Z
Jsamwrites
938
/* Sentences */
291330
wikitext
text/x-wiki
== Introduction ==
This is the Wikifunctions user page of John Samuel. For more information, refer page on [[:d:User:Jsamwrites|Wikidata User:Jsamwrites]].
== Phrases ==
List of objects:
* {{Z|Z18928}}
* {{Z|Z18929}}
* {{Z|Z18979}}
== Function application ==
* {{Z|Z873}}
== Configuration ==
* {{Z|Z14294}}
== Types ==
* [[Special:ListObjectsByType|All supported types]]
== Wikidata ==
* {{Z|Z22220}}
* {{Z|Z22222}}
== Sentences ==
{| class="wikitable"
|+
!No.
!Function
!Configuration
!Example
|-
|1.
|{{Z|Z34282}}
|{{Z|Z34281}}
|Lyon is a commune of France
|-
|2.
|{{Z|Z32581}}
|{{Z|Z32534}}
|Mona Lisa is a painting by Leonardo da Vinci
|-
|3.
|{{Z|Z34637}}
|{{Z|Z34682}}
|Sunday is part of the weekend
|-
|4.
|{{Z|Z36141}}
|{{Z|Z36148}}
|Space Needle was built in 1961.
|-
|5.
|{{Z|Z36151}}
|{{Z|Z36155}}
|Eiffel Tower was built between 1887 and 1889.
|-
|6.
|{{Z|Z37005}}
|{{Z|Z37017}}
|Earth-Moon system consists of Earth and Moon.
|-
|7.
|main subject
|
|The main subject(s) of a painting is/are.
|-
|8.
|{{Z|Z37761}}
|{{Z|Z37760}}
|Abel depicts Abel, death, and landscape.
|-
|9.
|{{Z|Z37777}}
|{{Z|Z37776}}
|BCPL is influenced by CPL.
|-
|10.
|developed in
|
|Software was developed in .
|}
== Infoboxes ==
Check [[User:Jsamwrites/Infoboxes]]
== Useful functions ==
* {{Z|Z36303}}
* {{Z|Z34943}}
* {{Z|Z36083}}
* {{Z|Z36218}}
* {{Z|Z32962}}
* {{Z|Z32179}}
* {{Z|Z32428}}
* {{Z|Z27243}}
* {{Z|Z31917}}
* {{Z|Z33690}}
* {{Z|Z28016}}
* {{Z|Z36193}}
* {{Z|Z29749}}
* {{Z|Z36038}}
* {{Z|Z36993}}
=== References ===
* {{Z|Z31921}}
== Catalogue ==
* [[Wikifunctions:Catalogue|Catalogue of important functions]]
* [[Wikifunctions:Catalogue/Natural language operations/Global language functions|Global language functions]]
== Documentation ==
* [[Wikifunctions:Catalogue/Wikidata operations|Wikidata operations]]
nlfc1a8xmbtm53vtygcn6ninz4q4lzr
Wikifunctions:Status updates/2025-03-07/pl
4
52185
291335
175741
2026-07-15T17:57:09Z
Wcalenieja
10313
291335
wikitext
text/x-wiki
<languages/>
{{Wikifunctions updates
| prevlabel = Poprzednia aktualizacja
| prev = 2025-02-26
| nextlabel = Następna aktualizacja
| next = 2025-03-15
}}
<span id="Recent_Changes_in_the_software"></span>
=== Najnowsze zmiany w oprogramowaniu ===
<div lang="en" dir="ltr" class="mw-content-ltr">
The most visible change this week is that now, as we announced previously, wikitext links to Objects like <code><nowiki>[[Z12345]]</nowiki></code> will no longer have the label shown and instead just show their ZID, except on Special pages ([[:phab:T343483|T343483]]). This old feature led to bugs and cache problems, and was not compatible with the new direction MediaWiki is going. This change makes wikitext links to Objects less magical, but preserves the usefulness on [[Special:RecentChanges|Special:RecentChanges]] and other important tools, similar to how Wikidata handles this.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
In terms of smaller features, we're shipping a few this week, but very sweet ones: We have improved the collapsed view where there are calls using Types compounded of multiple inner values, like [[Z16683|Z16683/Integers]], to use the display functions ([[:phab:T368324|T368324]]). We have also improved the collapsed view of argument reference inside function calls, using the icon rather than the label for "argument reference" and so being more compact ([[:phab:T383883|T383883]]). We now prompt Implementation writers that they can use Wikifunctions.Debug in their code to work out what's going wrong, and remind them to remove it before publishing ([[:phab:T355848|T355848]]). We landed another keyboard accessibility improvement from [[User:Abbe98|User:Abbe98]], this time to make the ZID in the page title focusable, and allow its copy-to-clipboard feature to be triggered by pressing <kbd>Enter</kbd>. Thank you!
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
As part of our fixing bugs, we tweaked the styles of the short description input so that it doesn't overflow the column in narrower windows ([[:phab:T385993|T385993]]). We fixed a bug that meant pressing the close button on the "in other languages" box didn't work; thanks to [[User:99of9|User:99of9]] for reporting that ([[:phab:T386315|T386315]]). We replaced our custom code for the ModeSelector (move up/move down/delete control) with the newer Codex standard "MenuGroup" component, which will be more accessible and updated more consistently with the rest of the UX ([[:phab:T384520|T384520]]).
</div>
Wdrożyliśmy także kluczową część naszego kodu integrującą wywołania Wikifunkcji w wikikodzie z edytorem wizualnym oraz edytorem wikikodu 2017, co mamy nadzieję wkrótce zaprezentować!
Jeśli chodzi o zmiany inżynieryjne, rozszerzyliśmy testowanie niektórych z naszych krytycznych fragmentów kodu związanych z konfiguracją strony, w ramach podziału tego kodu na kod 'client' dla Wikipedii oraz kod 'repo' dla Wikifunctions.org. Dzięki temu udało nam się w końcu wprowadzić świetną poprawkę od Adityi Kumar z końca ubiegłego roku, która wykorzystuje bardziej niezawodne narzędzia do manipulowania adresami URL stron, do których tworzymy linki, takich jak strony historii czy edycji ([[:phab:T360229|T360229]]). Zaktualizowaliśmy nasz kod front-endowego sklepu Pinia, aby zastąpić anonimowe funkcje getter nazwanymi funkcjami, co pomoże w profilowaniu ([[:phab:T386188|T386188]]). Naprawiliśmy błąd w naszym logowaniu, który sprawiał, że monitorowanie nie przechodziło walidacji po stronie serwera ([[:phab:T385820|T385820]]). Zaktualizowaliśmy testy przeglądarki selenium, aby dostosować je do nowego użycia tabeli Codex, którą wdrożyliśmy dwa tygodnie temu ([[:phab:T387540|T387540]]), w ramach szerszych prac nad uruchomieniem tych testów ponownie w CI.
<span id="Recording_of_Volunteers'_Corner"></span>
=== Nagranie Kącika Wolontariuszy ===
[[File:Abstract Wikipedia Volunteer Corner 2025-03.webm|thumb]]
[[:File:Abstract Wikipedia Volunteer Corner 2025-03.webm|Nagranie poniedziałkowego Kącika Wolontariuszy]] jest już dostępne na Wikimedia Commons. Dziękujemy wszystkim wolontariuszom, którzy do nas dołączyli, i życzymy miłego oglądania!
<span id="Two_talks_by_Denny_Vrandečić_in_London_on_Wikifunctions"></span>
=== Dwie prelekcje m wygłoszone przez Denny Vrandečić w Londynie na temat Wikifunkcji ===
W poniedziałek, [https://zonestamp.toolforge.org/1741615200 10 marca 2025 o godzinie 14:00 UTC], [[User:DVrandecic (WMF)|Denny Vrandečić]] wygłosi prelekcję na [[:en:King's College London|King’s College London]] na temat [https://www.eventbrite.co.uk/e/knowledge-in-the-age-of-ai-tickets-1232817453189 Wiedzy w Erze AI]. Wikidane i Wikifunkcje będą tematami tej prelekcji. Wydarzenie będzie miało formę hybrydową. Możesz wziąć udział zdalnie lub osobiście w Londynie. Jeśli chcesz uczestniczyć, prosimy o bezpłatną [https://www.eventbrite.co.uk/e/knowledge-in-the-age-of-ai-tickets-1232817453189 rejestrację przez Eventbrite]. Prelekcja zostanie nagrana.
Tego samego dnia o godzinie [https://zonestamp.toolforge.org/1741633200 19:00] czasu lokalnego, Denny wystąpi również w [https://newspeak.house/ Newspeak.House] i zaprezentuje Wikifunkcje. Ta prelekcja będzie dostępna tylko na miejscu i nie będzie nagrywana. [https://lu.ma/4rtmw5ch Rejestracja jest wymagana].
<span id="Fresh_Functions_Weekly:_61_new_Functions"></span>
=== Cotygodniowe Nowe Funkcje: 61 nowych funkcji ===
To był owocny tydzień pod względem tworzenia funkcji! Dziękujemy społeczności. Oto lista funkcji z implementacjami i zaliczonymi testami, aby dać przedsmak tego, co zostało stworzone. Dziękujemy wszystkim za wkład!
* {{Z+|Z22800}}
* {{Z+|Z22812}}
* {{Z+|Z22820}}
* {{Z+|Z22829}}
* {{Z+|Z22839}}
* {{Z+|Z22844}}
* {{Z+|Z22849}}
* {{Z+|Z22853}}
* {{Z+|Z22858}}
* {{Z+|Z22865}}
* {{Z+|Z22866}}
* {{Z+|Z22874}}
* {{Z+|Z22883}}
* {{Z+|Z22887}}
* {{Z+|Z22903}}
* {{Z+|Z22910}}
* {{Z+|Z22920}}
* {{Z+|Z22925}}
* {{Z+|Z22933}}
* {{Z+|Z22937}}
* {{Z+|Z22941}}
* {{Z+|Z22946}}
* {{Z+|Z22964}}
* {{Z+|Z22973}}
* {{Z+|Z22978}}
* {{Z+|Z22997}}
* {{Z+|Z23003}}
* {{Z+|Z23022}}
* {{Z+|Z23028}}
* {{Z+|Z23031}}
* {{Z+|Z23041}}
* {{Z+|Z23053}}
* {{Z+|Z23056}}
* {{Z+|Z23061}}
* {{Z+|Z23063}}
* {{Z+|Z23072}}
* {{Z+|Z23082}}
Pełna [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest lista wszystkich funkcji posortowanych według daty ich utworzenia] jest dostępna na wiki.
[[Category:Status updates{{#translation:}}|2025-03-07]]
echa65ius2qkzshxe23wbk475nzpp0p
Translations:Wikifunctions:Status updates/2025-03-07/7/pl
1198
52207
291334
172699
2026-07-15T17:57:08Z
Wcalenieja
10313
291334
wikitext
text/x-wiki
Wdrożyliśmy także kluczową część naszego kodu integrującą wywołania Wikifunkcji w wikikodzie z edytorem wizualnym oraz edytorem wikikodu 2017, co mamy nadzieję wkrótce zaprezentować!
lkteq095ozb7ua4v5cfv2cwt1ilpg98
Wikifunctions:Feature petitions
4
53164
291311
290603
2026-07-15T14:12:03Z
YoshiRulz
10156
/* Visually distinguish Wikidata items from properties */ New section
291311
wikitext
text/x-wiki
{{see also|WF:Report a technical problem|WF:Design}}
This page is for users to petition requested features to the Abstract Wikipedia team and for the Abstract Wikipedia to gauge community consensus and priorities. To add your signature to a proposal, simply add <code><nowiki># Any additional comments ~~~~</nowiki></code> on a new line after a proposal. To add a new proposal, add <code><nowiki>===Brief name, one sentence or so.===</nowiki></code> to the bottom.
== Proposals ==
=== Partial functions/currying ===
{{tracked|T386422}}
# [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:34, 27 March 2025 (UTC)
=== N-argument apply/reduce/map ===
{{tracked|T390226}}
# [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:25, 28 March 2025 (UTC)
=== Catching errors ===
{{tracked|T383958|resolved}}
Implement a single Exception clearly and completely
# [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:34, 27 March 2025 (UTC)
: This was implemented. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:06, 20 February 2026 (UTC)
=== Test for exceptions ===
{{tracked|T383958|resolved}}
Feature summary: Show a test as “Passed” when it results in the expected error. This implies that the expected error can be specified, presumably in a test case’s “result validation”.
''This is the third part of “Implement a single Exception clearly and completely” but is not dependent on the first two parts, since we already have errors that we cannot test for.''
:{{s}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
: This was implemented. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:06, 20 February 2026 (UTC)
=== For implementations and testers, show the associated function in Recent Changes (etc) ===
{{tracked|T373735}}
Feature summary: See a link to the associated function when there is a link to an implementation or a test, especially in Recent Changes and Special:ListObjectsByType)
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Return string values in a container that supports Copy and (optionally) makes non-display characters visible ===
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Provide details of result validation ===
{{tracked|T383326}}
Feature summary: The “Details” for a Test case should include (as a minimum) the Implementation used by the Function specified for the “result validation”.
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Improve access by functions to Persistent object labels (and other keys) ===
{{tracked|T366459}}
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Structured data/documentation ===
{{phab|T260953}}
: Weak {{support}} since I suspect the workaround of {{t|function documentation}}/{{t|type documentation}}, in conjunction with [[d:WD:Wikifunctions/Development|Wikidata]], will be sufficient.<!--
--> IIRC there are systems which parse the parameters in a Wikitext template call, should anyone want it machine-readable. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:55, 13 July 2026 (UTC)
=== Visually distinguish Wikidata items from properties ===
[https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%22Z1%22%2C%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q144%22%7D%2C%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%22Q144%22%7D%7D%2C%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6824%22%2C%22Z6824K1%22%3A%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%7D%5D%7D%7D This call] shows the problem: it echoes a [[Z6091]], a [[Z6001]], a [[Z6094]], and a [[Z6004]]. They appear identical because the same icon is used, and their English labels are the same. A more realistic example is a composition like [[Z31134]], with some items and some properties mixed in with a wall of text.
: {{support}} as proposer. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
:: I wrote [[User:YoshiRulz/common.css|some hacky CSS]] as a workaround. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
ce05krg9rm75m1nmkj38qs2xsz8lr9o
291312
291311
2026-07-15T14:17:06Z
YoshiRulz
10156
/* Catching errors */ Resolved
291312
wikitext
text/x-wiki
{{see also|WF:Report a technical problem|WF:Design}}
This page is for users to petition requested features to the Abstract Wikipedia team and for the Abstract Wikipedia to gauge community consensus and priorities. To add your signature to a proposal, simply add <code><nowiki># Any additional comments ~~~~</nowiki></code> on a new line after a proposal. To add a new proposal, add <code><nowiki>===Brief name, one sentence or so.===</nowiki></code> to the bottom.
== Proposals ==
=== Partial functions/currying ===
{{tracked|T386422}}
# [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:34, 27 March 2025 (UTC)
=== N-argument apply/reduce/map ===
{{tracked|T390226}}
# [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:25, 28 March 2025 (UTC)
=== Test for exceptions ===
{{tracked|T383958|resolved}}
Feature summary: Show a test as “Passed” when it results in the expected error. This implies that the expected error can be specified, presumably in a test case’s “result validation”.
''This is the third part of “Implement a single Exception clearly and completely” but is not dependent on the first two parts, since we already have errors that we cannot test for.''
:{{s}} [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
: This was implemented. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 16:06, 20 February 2026 (UTC)
=== For implementations and testers, show the associated function in Recent Changes (etc) ===
{{tracked|T373735}}
Feature summary: See a link to the associated function when there is a link to an implementation or a test, especially in Recent Changes and Special:ListObjectsByType)
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Return string values in a container that supports Copy and (optionally) makes non-display characters visible ===
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Provide details of result validation ===
{{tracked|T383326}}
Feature summary: The “Details” for a Test case should include (as a minimum) the Implementation used by the Function specified for the “result validation”.
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Improve access by functions to Persistent object labels (and other keys) ===
{{tracked|T366459}}
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Structured data/documentation ===
{{phab|T260953}}
: Weak {{support}} since I suspect the workaround of {{t|function documentation}}/{{t|type documentation}}, in conjunction with [[d:WD:Wikifunctions/Development|Wikidata]], will be sufficient.<!--
--> IIRC there are systems which parse the parameters in a Wikitext template call, should anyone want it machine-readable. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:55, 13 July 2026 (UTC)
=== Visually distinguish Wikidata items from properties ===
[https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%22Z1%22%2C%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q144%22%7D%2C%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%22Q144%22%7D%7D%2C%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6824%22%2C%22Z6824K1%22%3A%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%7D%5D%7D%7D This call] shows the problem: it echoes a [[Z6091]], a [[Z6001]], a [[Z6094]], and a [[Z6004]]. They appear identical because the same icon is used, and their English labels are the same. A more realistic example is a composition like [[Z31134]], with some items and some properties mixed in with a wall of text.
: {{support}} as proposer. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
:: I wrote [[User:YoshiRulz/common.css|some hacky CSS]] as a workaround. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
7ijhck9ryhpet4hgqqxxjs8t3qdidcp
291313
291312
2026-07-15T14:17:22Z
YoshiRulz
10156
/* Test for exceptions */ Resolved
291313
wikitext
text/x-wiki
{{see also|WF:Report a technical problem|WF:Design}}
This page is for users to petition requested features to the Abstract Wikipedia team and for the Abstract Wikipedia to gauge community consensus and priorities. To add your signature to a proposal, simply add <code><nowiki># Any additional comments ~~~~</nowiki></code> on a new line after a proposal. To add a new proposal, add <code><nowiki>===Brief name, one sentence or so.===</nowiki></code> to the bottom.
== Proposals ==
=== Partial functions/currying ===
{{tracked|T386422}}
# [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:34, 27 March 2025 (UTC)
=== N-argument apply/reduce/map ===
{{tracked|T390226}}
# [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:25, 28 March 2025 (UTC)
=== For implementations and testers, show the associated function in Recent Changes (etc) ===
{{tracked|T373735}}
Feature summary: See a link to the associated function when there is a link to an implementation or a test, especially in Recent Changes and Special:ListObjectsByType)
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Return string values in a container that supports Copy and (optionally) makes non-display characters visible ===
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Provide details of result validation ===
{{tracked|T383326}}
Feature summary: The “Details” for a Test case should include (as a minimum) the Implementation used by the Function specified for the “result validation”.
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Improve access by functions to Persistent object labels (and other keys) ===
{{tracked|T366459}}
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Structured data/documentation ===
{{phab|T260953}}
: Weak {{support}} since I suspect the workaround of {{t|function documentation}}/{{t|type documentation}}, in conjunction with [[d:WD:Wikifunctions/Development|Wikidata]], will be sufficient.<!--
--> IIRC there are systems which parse the parameters in a Wikitext template call, should anyone want it machine-readable. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:55, 13 July 2026 (UTC)
=== Visually distinguish Wikidata items from properties ===
[https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%22Z1%22%2C%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q144%22%7D%2C%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%22Q144%22%7D%7D%2C%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6824%22%2C%22Z6824K1%22%3A%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%7D%5D%7D%7D This call] shows the problem: it echoes a [[Z6091]], a [[Z6001]], a [[Z6094]], and a [[Z6004]]. They appear identical because the same icon is used, and their English labels are the same. A more realistic example is a composition like [[Z31134]], with some items and some properties mixed in with a wall of text.
: {{support}} as proposer. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
:: I wrote [[User:YoshiRulz/common.css|some hacky CSS]] as a workaround. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
60l16virtpc6r5icv83mxirdqd1ehyf
291314
291313
2026-07-15T14:30:16Z
YoshiRulz
10156
/* Partial functions/currying */
291314
wikitext
text/x-wiki
{{see also|WF:Report a technical problem|WF:Design}}
This page is for users to petition requested features to the Abstract Wikipedia team and for the Abstract Wikipedia to gauge community consensus and priorities. To add your signature to a proposal, simply add <code><nowiki># Any additional comments ~~~~</nowiki></code> on a new line after a proposal. To add a new proposal, add <code><nowiki>===Brief name, one sentence or so.===</nowiki></code> to the bottom.
== Proposals ==
=== Partial functions/currying ===
{{tracked|T386422}}
# [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:34, 27 March 2025 (UTC)
#* {{noping|CMassaro (WMF)}} [[phab:T386422#11637473|said]] <q>There shouldn't be any issue from the backend's perspective. It sounds like a UI problem.</q>
# {{support}} PLEASE having to nest n-ary apply is killing me. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:29, 15 July 2026 (UTC)
=== N-argument apply/reduce/map ===
{{tracked|T390226}}
# [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 00:25, 28 March 2025 (UTC)
=== For implementations and testers, show the associated function in Recent Changes (etc) ===
{{tracked|T373735}}
Feature summary: See a link to the associated function when there is a link to an implementation or a test, especially in Recent Changes and Special:ListObjectsByType)
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Return string values in a container that supports Copy and (optionally) makes non-display characters visible ===
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Provide details of result validation ===
{{tracked|T383326}}
Feature summary: The “Details” for a Test case should include (as a minimum) the Implementation used by the Function specified for the “result validation”.
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Improve access by functions to Persistent object labels (and other keys) ===
{{tracked|T366459}}
:{{s}} as proposer [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:09, 30 March 2025 (UTC)
=== Structured data/documentation ===
{{phab|T260953}}
: Weak {{support}} since I suspect the workaround of {{t|function documentation}}/{{t|type documentation}}, in conjunction with [[d:WD:Wikifunctions/Development|Wikidata]], will be sufficient.<!--
--> IIRC there are systems which parse the parameters in a Wikitext template call, should anyone want it machine-readable. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 07:55, 13 July 2026 (UTC)
=== Visually distinguish Wikidata items from properties ===
[https://www.wikifunctions.org/view/en/Z801?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z801%22%2C%22Z801K1%22%3A%5B%22Z1%22%2C%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q144%22%7D%2C%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%22Q144%22%7D%7D%2C%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%2C%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6824%22%2C%22Z6824K1%22%3A%7B%22Z1K1%22%3A%22Z6094%22%2C%22Z6094K1%22%3A%22L1122-F1%22%7D%7D%5D%7D%7D This call] shows the problem: it echoes a [[Z6091]], a [[Z6001]], a [[Z6094]], and a [[Z6004]]. They appear identical because the same icon is used, and their English labels are the same. A more realistic example is a composition like [[Z31134]], with some items and some properties mixed in with a wall of text.
: {{support}} as proposer. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
:: I wrote [[User:YoshiRulz/common.css|some hacky CSS]] as a workaround. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 14:12, 15 July 2026 (UTC)
sn9ght5dc3o91ozpqjovzb721yxr55x
Z27454
0
63870
291296
211725
2026-07-15T13:13:17Z
99of9
1622
nudge
291296
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z27454"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z27454K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "noun"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z27454K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "class"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z27455",
"Z27456",
"Z27511"
],
"Z8K4": [
"Z14",
"Z27518"
],
"Z8K5": "Z27454"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "English classifying a class of nouns fragment"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"Xs are Ys, English"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "e.g. “Antelopes are mammals.” or \"Squares are rectangles.\""
}
]
}
}
nq4eu442u9yoka0f2grvnsg53wz83yv
User:99of9/Sandbox
2
65049
291448
287473
2026-07-16T09:04:02Z
99of9
1622
{{#function:Z37127|Z14302|Z14302|en}}
291448
wikitext
text/x-wiki
* {{#function:Z30000|Q487556|||}}
* <span style="color:#777777">Sunset in Sydney on 2025-09-08: </span>{{#function:Z28005|Q3130|2025-09-08}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Sunset in Sydney today: </span>{{#function:Z28005|Q3130|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">From Terrey Rd coords today: </span>{{#function:Z27999|-33.798877645935036,151.0939567579305|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Chemical symbol of thorium: </span>{{#function:Z27962|Q1115}}
Italian conjugation table, "lungo":
{{#function:Z29346|L1144966|}}
regular English present tense, "run":
{{#function:Z29186|run}}
regular English present tense, simple call, "run":
{{#function:Z29557|Z29559|run|}}
is language configured?
{{#function:Z25054||Z37122}}
{{#function:Z37127|Z14302|Z14302|en}}
[[Category:Pages with Wikifunctions calls]]
64tx0qh3ts92yvc7dofhm88jf6nd28i
291449
291448
2026-07-16T09:05:14Z
99of9
1622
291449
wikitext
text/x-wiki
* {{#function:Z30000|Q487556|||}}
* <span style="color:#777777">Sunset in Sydney on 2025-09-08: </span>{{#function:Z28005|Q3130|2025-09-08}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Sunset in Sydney today: </span>{{#function:Z28005|Q3130|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">From Terrey Rd coords today: </span>{{#function:Z27999|-33.798877645935036,151.0939567579305|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Chemical symbol of thorium: </span>{{#function:Z27962|Q1115}}
Italian conjugation table, "lungo":
{{#function:Z29346|L1144966|}}
regular English present tense, "run":
{{#function:Z29186|run}}
regular English present tense, simple call, "run":
{{#function:Z29557|Z29559|run|}}
is language configured?
{{#function:Z25054||Z37122}}
==Tests for T431520==
{{#function:Z37127|Z14302|Z14302|en}}
{{#function:Z37127|Z18930|Z18930|en}}
{{#function:Z20240|Z20240|Z14302|en}}
{{#function:Z37127|Z20779|Z20779|en}}
[[Category:Pages with Wikifunctions calls]]
ij9jfanmsp2mspxd71tctzainlnfk2w
291450
291449
2026-07-16T09:05:37Z
99of9
1622
fix
291450
wikitext
text/x-wiki
* {{#function:Z30000|Q487556|||}}
* <span style="color:#777777">Sunset in Sydney on 2025-09-08: </span>{{#function:Z28005|Q3130|2025-09-08}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Sunset in Sydney today: </span>{{#function:Z28005|Q3130|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">From Terrey Rd coords today: </span>{{#function:Z27999|-33.798877645935036,151.0939567579305|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Chemical symbol of thorium: </span>{{#function:Z27962|Q1115}}
Italian conjugation table, "lungo":
{{#function:Z29346|L1144966|}}
regular English present tense, "run":
{{#function:Z29186|run}}
regular English present tense, simple call, "run":
{{#function:Z29557|Z29559|run|}}
is language configured?
{{#function:Z25054||Z37122}}
==Tests for T431520==
{{#function:Z37127|Z14302|Z14302|en}}
{{#function:Z37127|Z18930|Z18930|en}}
{{#function:Z37127|Z20240|Z20240|en}}
{{#function:Z37127|Z20779|Z20779|en}}
[[Category:Pages with Wikifunctions calls]]
3069gbccnv7lwy13k04jenwktw89hun
291451
291450
2026-07-16T09:07:58Z
99of9
1622
/* Tests for T431520 */
291451
wikitext
text/x-wiki
* {{#function:Z30000|Q487556|||}}
* <span style="color:#777777">Sunset in Sydney on 2025-09-08: </span>{{#function:Z28005|Q3130|2025-09-08}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Sunset in Sydney today: </span>{{#function:Z28005|Q3130|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">From Terrey Rd coords today: </span>{{#function:Z27999|-33.798877645935036,151.0939567579305|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Chemical symbol of thorium: </span>{{#function:Z27962|Q1115}}
Italian conjugation table, "lungo":
{{#function:Z29346|L1144966|}}
regular English present tense, "run":
{{#function:Z29186|run}}
regular English present tense, simple call, "run":
{{#function:Z29557|Z29559|run|}}
is language configured?
{{#function:Z25054||Z37122}}
==Tests for T431520==
===old cache results===
{{#function:Z37127|Z14302|Z14302|en}}
{{#function:Z37127|Z18930|Z18930|en}}
{{#function:Z37127|Z20240|Z20240|en}}
{{#function:Z37127|Z20779|Z20779|en}}
===working===
This is what a more recent result should look like:
{{#function:Z37127|Z14303|Z14303|en}}
[[Category:Pages with Wikifunctions calls]]
sk5ozzb1949ecwyya3592zdtiy9h12q
291452
291451
2026-07-16T09:08:11Z
99of9
1622
/* working */
291452
wikitext
text/x-wiki
* {{#function:Z30000|Q487556|||}}
* <span style="color:#777777">Sunset in Sydney on 2025-09-08: </span>{{#function:Z28005|Q3130|2025-09-08}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Sunset in Sydney today: </span>{{#function:Z28005|Q3130|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">From Terrey Rd coords today: </span>{{#function:Z27999|-33.798877645935036,151.0939567579305|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Chemical symbol of thorium: </span>{{#function:Z27962|Q1115}}
Italian conjugation table, "lungo":
{{#function:Z29346|L1144966|}}
regular English present tense, "run":
{{#function:Z29186|run}}
regular English present tense, simple call, "run":
{{#function:Z29557|Z29559|run|}}
is language configured?
{{#function:Z25054||Z37122}}
==Tests for T431520==
===old cache results===
{{#function:Z37127|Z14302|Z14302|en}}
{{#function:Z37127|Z18930|Z18930|en}}
{{#function:Z37127|Z20240|Z20240|en}}
{{#function:Z37127|Z20779|Z20779|en}}
===working===
This is what a more recent result should look like:
{{#function:Z37127|Z14303|Z14303|en}}
[[Category:Pages with Wikifunctions calls]]
qwd4syfjvuzitkkz8172sizubckz18z
291453
291452
2026-07-16T09:08:35Z
99of9
1622
/* working */
291453
wikitext
text/x-wiki
* {{#function:Z30000|Q487556|||}}
* <span style="color:#777777">Sunset in Sydney on 2025-09-08: </span>{{#function:Z28005|Q3130|2025-09-08}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Sunset in Sydney today: </span>{{#function:Z28005|Q3130|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">From Terrey Rd coords today: </span>{{#function:Z27999|-33.798877645935036,151.0939567579305|}} <span style="color:#777777">(UTC)</span>
* <span style="color:#777777">Chemical symbol of thorium: </span>{{#function:Z27962|Q1115}}
Italian conjugation table, "lungo":
{{#function:Z29346|L1144966|}}
regular English present tense, "run":
{{#function:Z29186|run}}
regular English present tense, simple call, "run":
{{#function:Z29557|Z29559|run|}}
is language configured?
{{#function:Z25054||Z37122}}
==Tests for T431520==
===old cache results===
{{#function:Z37127|Z14302|Z14302|en}}
{{#function:Z37127|Z18930|Z18930|en}}
{{#function:Z37127|Z20240|Z20240|en}}
{{#function:Z37127|Z20779|Z20779|en}}
===working===
This is what a more recent result should look like:
{{#function:Z37127|Z14401|Z14401|en}}
[[Category:Pages with Wikifunctions calls]]
qsdjrem496vt342xz6k28vcmpvsidpe
Z30120
0
69764
291379
284784
2026-07-15T18:51:29Z
Jsamwrites
938
Removed Z30197 from the approved list of implementations
291379
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",
"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."
}
]
}
}
49qfpuygh98msh8fsddemzqbc0bke6n
291381
291379
2026-07-15T18:52:37Z
Jsamwrites
938
Added Z30197 to the approved list of implementations
291381
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",
"Z30121",
"Z30197"
],
"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."
}
]
}
}
j7wehsppsu9voqba10vcwfwv4et8kuc
291382
291381
2026-07-15T18:52:55Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
291382
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
Talk:Z6821
1
70900
291438
236290
2026-07-16T08:18:27Z
YoshiRulz
10156
/* Fetched items will not include sitelinks */ new section
291438
wikitext
text/x-wiki
== Error type ==
{{phab|T373413}}
If you [https://www.wikifunctions.org/view/en/Z6821?call=%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%22Q6%22%7D%7D try to fetch a nonexistent Item], it will raise {{Z|504}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:43, 15 December 2025 (UTC)
== Fetched items will not include sitelinks ==
{{phab|T417614}} [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 08:18, 16 July 2026 (UTC)
kweb4nw2m9jl1w2vn4mk4w6w2i6spxm
291439
291438
2026-07-16T08:21:16Z
YoshiRulz
10156
/* Fetched items will not include sitelinks */
291439
wikitext
text/x-wiki
== Error type ==
{{phab|T373413}}
If you [https://www.wikifunctions.org/view/en/Z6821?call=%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%22Q6%22%7D%7D try to fetch a nonexistent Item], it will raise {{Z|504}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 20:43, 15 December 2025 (UTC)
== Fetched items will not include sitelinks ==
{{phab|T417614}}
As demonstrated by test [[Z35209]]. Use {{Z|30120}} or {{Z|6839}}. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 08:18, 16 July 2026 (UTC)
n23lcsov2j0qgaat7kt1awe06jairee
Z31331
0
74887
291292
262417
2026-07-15T13:10:45Z
Autom
448
+sv label and description
291292
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31331"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z89"
},
"Z17K2": "Z31331K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list items"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リスト項目"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "položky seznamu"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31332",
"Z31333"
],
"Z8K4": [
"Z14",
"Z31334"
],
"Z8K5": "Z31331"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "HTML unordered list"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "HTML箇条書き"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "odrážkový HTML seznam"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "punktlista i HTML"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1062",
"Z31K2": [
"Z6",
"HTML seznam",
"nečíslovaný HTML seznam"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "takes a list of HTML fragment list items and creates an HTML unordered \"bullet\" list"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "HTMLフラグメントのリストから箇条書きの行を作成"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "vytvoří odrážkový HTML seznam z dodaného seznamu HTML fragmentů"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "tar en Lista med HTML-fragment (som redan ska omges av \u003Cli\u003E\u003C/li\u003E-taggar) och sammanfogar dem till en punktlista"
}
]
}
}
mtmyrqcvq96h4iviayiyam3imnlxkgh
291300
291292
2026-07-15T13:17:48Z
Autom
448
+ sv input label
291300
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31331"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z89"
},
"Z17K2": "Z31331K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list items"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リスト項目"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "položky seznamu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "objekt att lista"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31332",
"Z31333"
],
"Z8K4": [
"Z14",
"Z31334"
],
"Z8K5": "Z31331"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "HTML unordered list"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "HTML箇条書き"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "odrážkový HTML seznam"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "punktlista i HTML"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1062",
"Z31K2": [
"Z6",
"HTML seznam",
"nečíslovaný HTML seznam"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "takes a list of HTML fragment list items and creates an HTML unordered \"bullet\" list"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "HTMLフラグメントのリストから箇条書きの行を作成"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "vytvoří odrážkový HTML seznam z dodaného seznamu HTML fragmentů"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "tar en Lista med HTML-fragment (som redan ska omges av \u003Cli\u003E\u003C/li\u003E-taggar) och sammanfogar dem till en punktlista"
}
]
}
}
9qecow4pm6ix8q86gu0h0bh495km7hi
Z31465
0
75448
291294
285995
2026-07-15T13:12:24Z
Autom
448
+sv label
291294
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31465"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z31465K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "title text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "タイトルの文字列"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "نص العنوان"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "text nadpisu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Überschriftentext"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31466",
"Z31470"
],
"Z8K4": [
"Z14",
"Z31469",
"Z31467",
"Z31468"
],
"Z8K5": "Z31465"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "section title (H2)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "節タイトル"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "عنوان قسم"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "nadpis sekce"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Abschnittsüberschrift (H2)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "rubrik nivå två"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"H2",
"section title from plain text as HTML (h2)"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1062",
"Z31K2": [
"Z6",
"záhlaví sekce",
"titulek sekce",
"nadpis části článku"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"H2"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"H2"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create a section title out of the given string. H2 subtitle. For H3 use Z33691."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "入力された文字列で節タイトルを作成"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "إنشاء عنوان قسم من سلسلة مُعطاة"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "z dodaného řetězce vytvoří titulek sekce článku"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Erstellt eine Abschnittsüberschrift aus der gegebenen Zeichenkette. H2-Unterüberschrift. Verwende Z33691 für H3."
}
]
}
}
ckt8wp1l1qrksxngkeu8df7bw6oia8h
291298
291294
2026-07-15T13:16:01Z
Autom
448
+label
291298
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31465"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z31465K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "title text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "タイトルの文字列"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "نص العنوان"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "text nadpisu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Überschriftentext"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "rubriktext"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31466",
"Z31470"
],
"Z8K4": [
"Z14",
"Z31469",
"Z31467",
"Z31468"
],
"Z8K5": "Z31465"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "section title (H2)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "節タイトル"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "عنوان قسم"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "nadpis sekce"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Abschnittsüberschrift (H2)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "rubrik nivå två"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"H2",
"section title from plain text as HTML (h2)"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1062",
"Z31K2": [
"Z6",
"záhlaví sekce",
"titulek sekce",
"nadpis části článku"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"H2"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"H2"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create a section title out of the given string. H2 subtitle. For H3 use Z33691."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "入力された文字列で節タイトルを作成"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1001",
"Z11K2": "إنشاء عنوان قسم من سلسلة مُعطاة"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "z dodaného řetězce vytvoří titulek sekce článku"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Erstellt eine Abschnittsüberschrift aus der gegebenen Zeichenkette. H2-Unterüberschrift. Verwende Z33691 für H3."
}
]
}
}
n82cbgvrh6hzkd4lmdhlm2m7chp6zbx
Z31870
0
77701
291301
262419
2026-07-15T13:21:59Z
Autom
448
+ sv labels
291301
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31870"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z31870K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display text for the link"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リンク用の表示テキスト"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "zobrazený text odkazu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "ankartext"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z31870K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item of article to link to"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リンクする記事の項目"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "položka, na jejíž článek se má odkazovat"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "Wikidata-objekt för länkad artikel"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z31870K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language of article to link to"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リンクする記事の言語"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "jazyk, na který má vést odkaz"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "språkversion att länka till"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31871",
"Z31872",
"Z31873",
"Z32187"
],
"Z8K4": [
"Z14",
"Z31875"
],
"Z8K5": "Z31870"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "link to Item article with display text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "表示テキスト付きの項目記事にリンク"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "odkaz na článek o položce se zobrazeným textem"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "länk till artikel med ankartext"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"länk till artikel med visningstext"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Creates a link to the language Wikipedia article about the item, but the display text of the link is the given text. If there is no article, we just return the display text without it being a link."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "アイテムに関する言語のWikipedia記事へのリンクを作成するが、リンクの表示テキストは指定されたテキスト。記事がない場合は、リンクではなく表示テキストを返す。"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "vytvoří odkaz na článek na Wikipedii v uvedeném jazyce, který pojednává o dané položce, přičemž použije dodaný text odkazu; pokud daná Wikipedie článek nemá, vloží jen text bez odkazu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "skapar en länk till språkets Wikipediaartikel om ämnet med anpassningsbar ankartext"
}
]
}
}
bjoqt2wt28yrnfj39pedbi0zvm9l4sj
291302
291301
2026-07-15T13:22:47Z
Autom
448
291302
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31870"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z31870K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "display text for the link"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リンク用の表示テキスト"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "zobrazený text odkazu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "ankartext"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z31870K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item of article to link to"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リンクする記事の項目"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "položka, na jejíž článek se má odkazovat"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "Wikidata-objekt för länkad artikel"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z31870K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language of article to link to"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "リンクする記事の言語"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "jazyk, na který má vést odkaz"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "språkversion att länka till"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31871",
"Z31872",
"Z31873",
"Z32187"
],
"Z8K4": [
"Z14",
"Z31875"
],
"Z8K5": "Z31870"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "link to Item article with display text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "表示テキスト付きの項目記事にリンク"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "odkaz na článek o položce se zobrazeným textem"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "länk till Wikipediaartikel med ankartext"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"länk till artikel med visningstext"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Creates a link to the language Wikipedia article about the item, but the display text of the link is the given text. If there is no article, we just return the display text without it being a link."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "アイテムに関する言語のWikipedia記事へのリンクを作成するが、リンクの表示テキストは指定されたテキスト。記事がない場合は、リンクではなく表示テキストを返す。"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "vytvoří odkaz na článek na Wikipedii v uvedeném jazyce, který pojednává o dané položce, přičemž použije dodaný text odkazu; pokud daná Wikipedie článek nemá, vloží jen text bez odkazu"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "skapar en länk till språkets Wikipediaartikel om ämnet med anpassningsbar ankartext"
}
]
}
}
j3ydyvm2ulunlzvjtimmtwf8pywvpu4
Z31921
0
77753
291297
262418
2026-07-15T13:15:22Z
Autom
448
+sv labels
291297
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z31921"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z89",
"Z17K2": "Z31921K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "statement"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "文"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "tvrzení"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "uttalande"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z89",
"Z17K2": "Z31921K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "reference"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "参照"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "reference"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "referens"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z31922"
],
"Z8K4": [
"Z14",
"Z31923"
],
"Z8K5": "Z31921"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "statement with reference"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1830",
"Z11K2": "参照付きの文"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "tvrzení s referencí"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "uttalande med referens"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1062",
"Z31K2": [
"Z6",
"referencované tvrzení"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1062",
"Z11K2": "doplní dodaný HTML fragment o referenci obsahující dodaný fragment"
}
]
}
}
jdxbcjfpgpbue7qgyy4vaxf9sda2h9f
Z33691
0
80485
291295
285996
2026-07-15T13:12:58Z
Autom
448
+sv label
291295
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z33691"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z33691K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "title text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Überschriftentext"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z33693"
],
"Z8K4": [
"Z14",
"Z33692"
],
"Z8K5": "Z33691"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subsection title (H3)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Abschnittsüberschrift (H3)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "rubrik nivå tre"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"subsection title",
"subsection subtitle",
"h3",
"section title",
"string to html"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"H3"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"H3"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create a subsection title out of the given string. H3 subtitle. For H2 use Z31465."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Erstellt eine Abschnittsüberschrift aus der gegebenen Zeichenkette. H3-Unterüberschrift. Verwende Z31465 für H2."
}
]
}
}
qh3c39z6gv7bp3hz2qgzdjf7zqflsnc
291299
291295
2026-07-15T13:16:27Z
Autom
448
291299
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z33691"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z33691K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "title text"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Überschriftentext"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "rubriktext"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z33693"
],
"Z8K4": [
"Z14",
"Z33692"
],
"Z8K5": "Z33691"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subsection title (H3)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Abschnittsüberschrift (H3)"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "rubrik nivå tre"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"subsection title",
"subsection subtitle",
"h3",
"section title",
"string to html"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1430",
"Z31K2": [
"Z6",
"H3"
]
},
{
"Z1K1": "Z31",
"Z31K1": "Z1592",
"Z31K2": [
"Z6",
"H3"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Create a subsection title out of the given string. H3 subtitle. For H2 use Z31465."
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Erstellt eine Abschnittsüberschrift aus der gegebenen Zeichenkette. H3-Unterüberschrift. Verwende Z31465 für H2."
}
]
}
}
23r9bc45snshvpu6tdz9m8dztxanuax
Z34644
0
82108
291463
290627
2026-07-16T11:16:18Z
Jsamwrites
938
Added Z34646 to the approved list of test cases
291463
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z11"
},
"Z17K2": "Z34644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of monolingual texts "
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Liste einsprachiger Texte"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z34644K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Sprache"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z34646"
],
"Z8K4": [
"Z14",
"Z34645"
],
"Z8K5": "Z34644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join list of monolingual texts with Oxford comma"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "einsprachige Texte mit seriellem Komma verbinden"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
55juxawc5n8t57t7j9js3e41nxoe8tu
291468
291463
2026-07-16T11:41:48Z
Jsamwrites
938
Added Z34647, Z34664 and Z34681 to the approved list of test cases
291468
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z11"
},
"Z17K2": "Z34644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of monolingual texts "
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Liste einsprachiger Texte"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z34644K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Sprache"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z34646",
"Z34647",
"Z34664",
"Z34681"
],
"Z8K4": [
"Z14",
"Z34645"
],
"Z8K5": "Z34644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join list of monolingual texts with Oxford comma"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "einsprachige Texte mit seriellem Komma verbinden"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mkgqs1r7cs79himwxpokxiwiet4j2jh
291472
291468
2026-07-16T11:50:11Z
Jsamwrites
938
Added Z34676 to the approved list of test cases
291472
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34644"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z11"
},
"Z17K2": "Z34644K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "list of monolingual texts "
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Liste einsprachiger Texte"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z34644K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "Sprache"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z34646",
"Z34647",
"Z34664",
"Z34681",
"Z34676"
],
"Z8K4": [
"Z14",
"Z34645"
],
"Z8K5": "Z34644"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join list of monolingual texts with Oxford comma"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1430",
"Z11K2": "einsprachige Texte mit seriellem Komma verbinden"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2irig9y2bzhcuteklef8qkd7mhd0zc2
Z34646
0
82110
291460
271416
2026-07-16T10:58:08Z
Jsamwrites
938
291460
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34646"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": [
"Z11"
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": ""
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join empty list - monolingual texts - Oxford comma"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bj2qnjx0kxn96d6x9thsudl6yu5bq5b
Z34647
0
82111
291461
271418
2026-07-16T11:01:08Z
Jsamwrites
938
291461
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34647"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Paris"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "London"
}
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Paris and London"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join 2 element list - Oxford comma"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
13nbdzl7nj6f1rr556uc44391lmo5up
291462
291461
2026-07-16T11:15:39Z
Jsamwrites
938
291462
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34647"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z60",
"Z60K1": "en",
"Z60K2": [
"Z6"
]
},
"Z11K2": "Paris"
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z60",
"Z60K1": "en",
"Z60K2": [
"Z6"
]
},
"Z11K2": "London"
}
]
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Paris and London"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join 2 element list - Oxford comma"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mheifoaumzhxh2ak25hf48s0j5l6d6k
291464
291462
2026-07-16T11:24:51Z
Jsamwrites
938
291464
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34647"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Paris"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "London"
}
],
"Z34644K2": "Z1002"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Paris and London"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join 2 element list - Oxford comma"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fjrfubmjpete2fyqnwkajlbkxbff06i
Z34676
0
82211
291471
271615
2026-07-16T11:49:58Z
Jsamwrites
938
291471
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z34676"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Paris"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "London"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Lyon"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Marseille"
}
],
"Z34644K2": "Z1002"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Paris, London, Lyon, and Marseille"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "join 4 element list - Oxford comma"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
r6xxi4idvl0r3u0gvfzlnp5q1v6j2uu
User:YoshiRulz/common.css
2
84159
291289
289977
2026-07-15T12:30:49Z
YoshiRulz
10156
remove temporarily
291289
css
text/css
/* legible headings */
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: inherit;
}
/* widen input fields in composition editors */
.ext-wikilambda-app-field-overrides .cdx-text-input, .ext-wikilambda-app-field-overrides .cdx-text-area, .ext-wikilambda-app-field-overrides .cdx-select, .ext-wikilambda-app-field-overrides .cdx-select-vue, .ext-wikilambda-app-field-overrides .cdx-lookup {
max-width: 25em;
}
/* fix casing in UI component for Z11s */
.ext-wikilambda-app-monolingual-string__chip > span.cdx-info-chip__text {
text-transform: lowercase;
}
/* minimise error chips until mouseover'd, and fix the height so tables remain aligned */
.cdx-info-chip--error {
line-height: 1.25rem !important;
transition: max-width 0.25s ease-out;
}
.cdx-info-chip--error:not(:hover) {
max-width: 1em;
}
6n4wgxrq4tr6h57eh86csvggapak420
291293
291289
2026-07-15T13:11:02Z
YoshiRulz
10156
Restore WD entity text, now covers short form in nested call
291293
css
text/css
/* legible headings */
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: inherit;
}
/* widen input fields in composition editors */
.ext-wikilambda-app-field-overrides .cdx-text-input, .ext-wikilambda-app-field-overrides .cdx-text-area, .ext-wikilambda-app-field-overrides .cdx-select, .ext-wikilambda-app-field-overrides .cdx-select-vue, .ext-wikilambda-app-field-overrides .cdx-lookup {
max-width: 25em;
}
/* fix casing in UI component for Z11s */
.ext-wikilambda-app-monolingual-string__chip > span.cdx-info-chip__text {
text-transform: lowercase;
}
/* minimise error chips until mouseover'd, and fix the height so tables remain aligned */
.cdx-info-chip--error {
line-height: 1.25rem !important;
transition: max-width 0.25s ease-out;
}
.cdx-info-chip--error:not(:hover) {
max-width: 1em;
}
/* distinguish Wikidata entities' chips (sadly can't distinguish e.g. Z6001/Z6091) */
a[href*="/wiki/Q"],
.ext-wikilambda-app-wikidata-item {
--wd-icon-overlay-text: "I";
}
a[href*="/wiki/Property:"],
.ext-wikilambda-app-wikidata-property {
--wd-icon-overlay-text: "P";
}
a[href*="/wiki/Lexeme:"],
.ext-wikilambda-app-wikidata-lexeme {
--wd-icon-overlay-text: "L";
}
a[href*="/wiki/Lexeme:"][href*="#S"],
.ext-wikilambda-app-wikidata-lexeme-sense {
--wd-icon-overlay-text: "LS";
}
a[href*="/wiki/Lexeme:"][href*="#F"],
.ext-wikilambda-app-wikidata-lexeme-form {
--wd-icon-overlay-text: "LF";
}
.cdx-text-input__input + .cdx-icon:not(:has(+ a))::after,
.cdx-icon + a::before {
color: #FFFF00;
content: var(--wd-icon-overlay-text, "?");
display: inline-block;
font-size: 1.25em;
line-height: 1em;
}
.cdx-text-input__input + .cdx-icon:not(:has(+ a))::after {
padding-inline-start: 0em;
position: absolute;
}
.cdx-icon + a::before {
margin-inline: -1.25em 0.25em;
}
:is(.cdx-text-input__input + .cdx-icon, .cdx-icon:has(+ a)) > svg {
display: none;
}
khx19uphr9cptvx2fzicjk2oq6ut9pb
291304
291293
2026-07-15T13:36:03Z
YoshiRulz
10156
Distinguish lightweight enums' chips
291304
css
text/css
/* legible headings */
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: inherit;
}
/* widen input fields in composition editors */
.ext-wikilambda-app-field-overrides .cdx-text-input, .ext-wikilambda-app-field-overrides .cdx-text-area, .ext-wikilambda-app-field-overrides .cdx-select, .ext-wikilambda-app-field-overrides .cdx-select-vue, .ext-wikilambda-app-field-overrides .cdx-lookup {
max-width: 25em;
}
/* fix casing in UI component for Z11s */
.ext-wikilambda-app-monolingual-string__chip > span.cdx-info-chip__text {
text-transform: lowercase;
}
/* minimise error chips until mouseover'd, and fix the height so tables remain aligned */
.cdx-info-chip--error {
line-height: 1.25rem !important;
transition: max-width 0.25s ease-out;
}
.cdx-info-chip--error:not(:hover) {
max-width: 1em;
}
/* distinguish Wikidata entities' chips (sadly can't distinguish e.g. Z6001/Z6091) */
a[href*="/wiki/Q"],
.ext-wikilambda-app-wikidata-item {
--wd-icon-overlay-text: "I";
}
a[href*="/wiki/Property:"],
.ext-wikilambda-app-wikidata-property {
--wd-icon-overlay-text: "P";
}
a[href*="/wiki/Lexeme:"],
.ext-wikilambda-app-wikidata-lexeme {
--wd-icon-overlay-text: "L";
}
a[href*="/wiki/Lexeme:"][href*="#S"],
.ext-wikilambda-app-wikidata-lexeme-sense {
--wd-icon-overlay-text: "LS";
}
a[href*="/wiki/Lexeme:"][href*="#F"],
.ext-wikilambda-app-wikidata-lexeme-form {
--wd-icon-overlay-text: "LF";
}
.cdx-text-input__input + .cdx-icon:not(:has(+ a))::after,
.cdx-icon + a::before {
color: #FFFF00;
content: var(--wd-icon-overlay-text, "?");
display: inline-block;
font-size: 1.25em;
line-height: 1em;
}
.cdx-text-input__input + .cdx-icon:not(:has(+ a))::after {
padding-inline-start: 0em;
position: absolute;
}
.cdx-icon + a::before {
margin-inline: -1.25em 0.25em;
}
:is(.cdx-text-input__input + .cdx-icon, .cdx-icon:has(+ a)) > svg {
display: none;
}
/* distinguish lightweight enums' chips (only the ZID is in the DOM, so labels have to be hardcoded) */
.ext-wikilambda-app-wikidata-enum {
--wd-enum-zid-text: attr(expected-type);
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z6062"] {
--wd-enum-zid-text: "Datetime precision";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z6063"] {
--wd-enum-zid-text: "Model\A Gregorian/Julian";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z25340"] {
--wd-enum-zid-text: "Gender\A m/f";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z25501"] {
--wd-enum-zid-text: "Gender\A m/f/n";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z25502"] {
--wd-enum-zid-text: "Gender\A c/n";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z26582"] {
--wd-enum-zid-text: "Hijri month";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z26934"] {
--wd-enum-zid-text: "Number\A 1/many";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z26935"] {
--wd-enum-zid-text: "Animacy";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z27951"] {
--wd-enum-zid-text: "Chemical element";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z27970"] {
--wd-enum-zid-text: "Person\A 1st/2nd/3rd";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z27971"] {
--wd-enum-zid-text: "Celtic mutation";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28215"] {
--wd-enum-zid-text: "Number\A 1/2/many";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28515"] {
--wd-enum-zid-text: "Number\A 1/some/many";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28516"] {
--wd-enum-zid-text: "Definiteness";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28517"] {
--wd-enum-zid-text: "Voice\A a/p";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28518"] {
--wd-enum-zid-text: "Polarity";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28519"] {
--wd-enum-zid-text: "Case\A nom/gen/dat/acc";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28520"] {
--wd-enum-zid-text: "Degree\A pos/comp/super";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z32789"] {
--wd-enum-zid-text: "Voice\A a/m/p";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z32792"] {
--wd-enum-zid-text: "Voice\A a/mp";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z33568"] {
--wd-enum-zid-text: "Word order";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z33827"] {
--wd-enum-zid-text: "Season";
}
.ext-wikilambda-app-wikidata-enum .ext-wikilambda-app-key-value-block::before {
color: var(--color-subtle);
content: var(--wd-enum-zid-text);
display: inline-block;
font-size: 0.75em;
margin-inline-start: -2em;
white-space: pre;
}
ltrbyfna04oav23gh4ad7chegztc3ub
291305
291304
2026-07-15T13:38:55Z
YoshiRulz
10156
Use a less obnoxious colour for Wikidata entity letters
291305
css
text/css
/* legible headings */
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: inherit;
}
/* widen input fields in composition editors */
.ext-wikilambda-app-field-overrides .cdx-text-input, .ext-wikilambda-app-field-overrides .cdx-text-area, .ext-wikilambda-app-field-overrides .cdx-select, .ext-wikilambda-app-field-overrides .cdx-select-vue, .ext-wikilambda-app-field-overrides .cdx-lookup {
max-width: 25em;
}
/* fix casing in UI component for Z11s */
.ext-wikilambda-app-monolingual-string__chip > span.cdx-info-chip__text {
text-transform: lowercase;
}
/* minimise error chips until mouseover'd, and fix the height so tables remain aligned */
.cdx-info-chip--error {
line-height: 1.25rem !important;
transition: max-width 0.25s ease-out;
}
.cdx-info-chip--error:not(:hover) {
max-width: 1em;
}
/* distinguish Wikidata entities' chips (sadly can't distinguish e.g. Z6001/Z6091) */
a[href*="/wiki/Q"],
.ext-wikilambda-app-wikidata-item {
--wd-icon-overlay-text: "I";
}
a[href*="/wiki/Property:"],
.ext-wikilambda-app-wikidata-property {
--wd-icon-overlay-text: "P";
}
a[href*="/wiki/Lexeme:"],
.ext-wikilambda-app-wikidata-lexeme {
--wd-icon-overlay-text: "L";
}
a[href*="/wiki/Lexeme:"][href*="#S"],
.ext-wikilambda-app-wikidata-lexeme-sense {
--wd-icon-overlay-text: "LS";
}
a[href*="/wiki/Lexeme:"][href*="#F"],
.ext-wikilambda-app-wikidata-lexeme-form {
--wd-icon-overlay-text: "LF";
}
.cdx-text-input__input + .cdx-icon:not(:has(+ a))::after,
.cdx-icon + a::before {
color: #339966;
content: var(--wd-icon-overlay-text, "?");
display: inline-block;
font-size: 1.25em;
line-height: 1em;
}
.cdx-text-input__input + .cdx-icon:not(:has(+ a))::after {
padding-inline-start: 0em;
position: absolute;
}
.cdx-icon + a::before {
margin-inline: -1.25em 0.25em;
}
:is(.cdx-text-input__input + .cdx-icon, .cdx-icon:has(+ a)) > svg {
display: none;
}
/* distinguish lightweight enums' chips (only the ZID is in the DOM, so labels have to be hardcoded) */
.ext-wikilambda-app-wikidata-enum {
--wd-enum-zid-text: attr(expected-type);
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z6062"] {
--wd-enum-zid-text: "Datetime precision";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z6063"] {
--wd-enum-zid-text: "Model\A Gregorian/Julian";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z25340"] {
--wd-enum-zid-text: "Gender\A m/f";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z25501"] {
--wd-enum-zid-text: "Gender\A m/f/n";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z25502"] {
--wd-enum-zid-text: "Gender\A c/n";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z26582"] {
--wd-enum-zid-text: "Hijri month";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z26934"] {
--wd-enum-zid-text: "Number\A 1/many";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z26935"] {
--wd-enum-zid-text: "Animacy";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z27951"] {
--wd-enum-zid-text: "Chemical element";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z27970"] {
--wd-enum-zid-text: "Person\A 1st/2nd/3rd";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z27971"] {
--wd-enum-zid-text: "Celtic mutation";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28215"] {
--wd-enum-zid-text: "Number\A 1/2/many";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28515"] {
--wd-enum-zid-text: "Number\A 1/some/many";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28516"] {
--wd-enum-zid-text: "Definiteness";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28517"] {
--wd-enum-zid-text: "Voice\A a/p";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28518"] {
--wd-enum-zid-text: "Polarity";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28519"] {
--wd-enum-zid-text: "Case\A nom/gen/dat/acc";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z28520"] {
--wd-enum-zid-text: "Degree\A pos/comp/super";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z32789"] {
--wd-enum-zid-text: "Voice\A a/m/p";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z32792"] {
--wd-enum-zid-text: "Voice\A a/mp";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z33568"] {
--wd-enum-zid-text: "Word order";
}
.ext-wikilambda-app-wikidata-enum[expected-type="Z33827"] {
--wd-enum-zid-text: "Season";
}
.ext-wikilambda-app-wikidata-enum .ext-wikilambda-app-key-value-block::before {
color: var(--color-subtle);
content: var(--wd-enum-zid-text);
display: inline-block;
font-size: 0.75em;
margin-inline-start: -2em;
white-space: pre;
}
g49nozp5utc77daqqz8ie9a7gx7dg57
Z35969
0
84845
291393
290457
2026-07-15T21:24:29Z
HenkvD
1290
use infobox row and infobox row date
291393
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35969"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35968",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z35968K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z35968K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z35968K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z35968K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z35968K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z35968K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for film festival, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mveh5szja4odmvb3i7lnp90ntseinzv
Z35971
0
84849
291394
290461
2026-07-15T21:27:26Z
HenkvD
1290
use infobox row and infobox row date
291394
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35971"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35970",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z35970K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z35970K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z35970K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z35970K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z35970K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z35970K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for pride parade, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
oj8pcw2kv1ykf6uebmr4jkvse54p0pz
Z35973
0
84851
291391
290463
2026-07-15T21:18:05Z
HenkvD
1290
use infobox row and infobox row date
291391
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35973"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35972",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z35972K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z35972K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z35972K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P3966"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z35972K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z35972K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z35972K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for programming language, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2fogtyhjyrorawo6is2zlv70o78yibi
Z35975
0
84853
291392
290466
2026-07-15T21:21:34Z
HenkvD
1290
use infobox row and infobox row date
291392
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35975"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35974",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z35974K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z35974K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z35974K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P277"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z35974K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z35974K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z35974K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for operating system, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
n71044u016ovq194j20mhbjn7ixqd2i
Z35977
0
84855
291389
290468
2026-07-15T21:12:53Z
HenkvD
1290
use infobox row and infobox row date
291389
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35977"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35976",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z35976K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z35976K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z35976K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P277"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z35976K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z35976K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P577"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z35976K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for software, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
gqcvsfi2fai0dwyytmafjdea6ot7ugo
Z35994
0
84887
291325
290471
2026-07-15T15:34:53Z
HenkvD
1290
use infobox row and infobox row date
291325
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z35994"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z35993",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z35993K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z35993K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z35993K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P57"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z35993K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z35993K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P577"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z35993K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for film, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pdf64mkwd9khg91v7gk0xyb7bip2abf
Talk:Z310
1
85107
291286
291282
2026-07-15T12:07:50Z
GrounderUK
50
/* Sitelink */ Reply
291286
wikitext
text/x-wiki
{{type documentation|Z310|Commons image reference
|related types=
* {{Z+|Z6091}}
* {{Z+|Z6039}}
|cardinality=Valid: about {{formatnum:190000000}}
<br>Type admits: arbitrarily high
|proposal=<!--N/A-->
}}
== Commons image reference from string ==
I am currently working on obtaining the logo image from a Wikidata item. Reference : {{Z|Z36631}}, but we only get strings while using Wikifunctions for querying Wikidata property - {{P|P154}}. Is there a way or is to possible to add a builtin-function for obtaining the Media id or Commons item reference from Wikidata? Thanks in advance. [[User:Jsamwrites|John Samuel]] 15:19, 21 June 2026 (UTC)
== Sitelink ==
Is this {{Q|59712033}} or {{Q|29934260}}? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 09:32, 14 July 2026 (UTC)
:@[[User:YoshiRulz|YoshiRulz]]: What do you mean "this"? The concept of Z310 is neither of those, but all three of them relate to the same meta-concept of a media file on Commons. In practice, users of Z310 will get both kinds of concept, the first for the meta-data and the second for the file itself. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 09:44, 15 July 2026 (UTC)
::I think I figured it out: The former is a subclass of {{Q|111513007}}, along with items, props, and lexemes/senses/forms, and whatever {{Q|32753077}} is. (No EntitySchema for some reason.) I'm guessing {{Q|59712033}} corresponds to the entities on Commons, as in structured data?<br>The latter is an instance of {{Q|115463072}} which is a subclass of {{Q|19798645}}. That's one of the options you might get from [[Z6820]]({{Z|6032}}), if that were implemented. Their WF counterparts are the options you might get from {{Z|23516}}.<br>So [[Z6001]] etc. should be sitelink'd to the corresponding {{Q|111513007}}, while [[Z6091]] etc., this Type, and everything else like {{Z|6010}} should be sitelink'd to their {{Q|19798645}} equivalent. [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:38, 15 July 2026 (UTC)
:::@[[User:YoshiRulz|YoshiRulz]]: Agreed on the first bit (Z6001 is semantically the same as Q111513007, ''etc.''). However, I think Z6091, Z310, and other Z9-like Wikifunctions references to concepts are not semantically equivalent to Wikibase's concrete data instance types. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 10:44, 15 July 2026 (UTC)
::::There are currently sitelinks on {{Q|43649390}} and {{Q|123682746}} but the others are missing on WD; do you think that would be more appropriate? [[User:YoshiRulz|YoshiRulz]] ([[User talk:YoshiRulz|talk]]) 10:54, 15 July 2026 (UTC)
:::::@[[User:YoshiRulz|YoshiRulz]]: This is getting very close to staff-saying-how-people-should-edit, which is a legal issue, so you should use your best judgement, but I would say that Z6091 and Q43649390 are like a passport and a driving licence; neither of them are ''for'' the human, but both of them are ''about'' them. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 11:14, 15 July 2026 (UTC)
:::::Conceptually, we should consider that identifiers are distinct from their referents. A particular instance of Z6091 could be said to be equivalent to an instance of Q43649390, but I don’t think it follows that the classes are equivalent. In practice, I think they are sufficiently equivalent to justify a sitelink, but I’m not sure when such a link would actually be useful. [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 12:07, 15 July 2026 (UTC)
oxl7lnwxosklyqeo8u84qvldjly7z4q
Z36118
0
85147
291320
290472
2026-07-15T15:24:09Z
HenkvD
1290
use infobox row and infobox row date
291320
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36118"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36117",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36117K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36117K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36117K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36117K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36117K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36117K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for museum, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bdczb16m65fk3pw2r5oqvm91pi5jjcj
Z36138
0
85213
291409
290473
2026-07-15T21:55:45Z
HenkvD
1290
use infobox row and infobox row date
291409
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36138"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36137",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36137K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36137K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36137K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P495"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36137K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36137K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P577"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36137K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36137K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P50"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36137K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for literary work, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ds93jkl65j3nuilayymhh6stxifibb8
Z36232
0
85350
291288
283693
2026-07-15T12:12:24Z
99of9
1622
Added Z37798 to the approved list of test cases
291288
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36232"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36232K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "subject reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6092",
"Z17K2": "Z36232K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "property reference"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z1",
"Z17K2": "Z36232K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "value (string, quantity, monolingual text, QID...)"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36232K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z36236",
"Z36237",
"Z36239",
"Z37798"
],
"Z8K4": [
"Z14",
"Z36233"
],
"Z8K5": "Z36232"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "specific property of subject is value, English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"English specific property of subject is value"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "HTML sentence for \"The \u003Cproperty\u003E of \u003Csubject\u003E is \u003Cvalue\u003E.\" Attempt for any specific property triple. Use for triples in present tense. Use Z36218 or its child Z36206 to draw from WD."
}
]
}
}
5h58c240dbo12w2ojla2zoewqwjp0om
Z36283
0
85518
291398
290474
2026-07-15T21:32:23Z
HenkvD
1290
use infobox rows
291398
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36283"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36282",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36282K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36282K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36282K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36282K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36282K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P131"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36282K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for sports event, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bkstags2xwfh2jblxphbjh8925ajrzn
Z36286
0
85521
291324
290475
2026-07-15T15:31:21Z
HenkvD
1290
use infobox row and infobox row date
291324
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36286"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36285",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36285K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36285K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36285K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36285K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36285K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36285K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for choir, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
f872urn542yoqh26m6ucrp7efemqm7s
Z36289
0
85524
291319
290476
2026-07-15T15:21:19Z
HenkvD
1290
Use infobox row and infobox row date
291319
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36289"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36288",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36288K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36288K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36288K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36288K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36288K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36288K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for community center, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
k0itmjcje3w2xar64tbaygfoc2cxtj8
Z36291
0
85526
291322
290477
2026-07-15T15:26:20Z
HenkvD
1290
use infobox row and infobox row date
291322
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36291"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36290",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36290K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36290K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36290K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36290K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36290K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36290K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for film award, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lpnp12dtmop5fsl51imc57ioxedy9sv
Z36297
0
85532
291317
290478
2026-07-15T15:17:31Z
HenkvD
1290
Use infobox row and infobox row date
291317
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36297"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36296",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36296K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36296K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36296K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36296K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36296K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36296K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for church building, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jzk68c77n5h31bvobjhc2jwky2h38u9
Z36324
0
85628
291323
290479
2026-07-15T15:29:06Z
HenkvD
1290
use infobox row and infobox row date
291323
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36324"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36323",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36323K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36323K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36323K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36323K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36323K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36323K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for library, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
51afm5a22wqer3zlev0yme535israo8
Z36326
0
85630
291326
290480
2026-07-15T15:40:26Z
HenkvD
1290
use infobox row. date of official opening is not linked to a QID yet
291326
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36326"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36325",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36325K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36325K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36325K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36325K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q3406134"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36325K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z28767",
"Z28767K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36325K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
{
"Z1K1": "Z6092",
"Z6092K1": "P1619"
}
]
},
"Z28767K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1619"
},
"Z28767K3": {
"Z1K1": "Z18",
"Z18K1": "Z36325K2"
}
}
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for historical place, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
tp8fwrwvpyd6p4ik830off4wgsdbawo
Z36328
0
85632
291390
290481
2026-07-15T21:15:37Z
HenkvD
1290
use infobox row and infobox date
291390
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36328"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36327",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36327K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36327K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36327K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36327K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36327K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36327K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for archives, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
o8ibq1lncmxmjv5p8q2zore05jxsx6y
Z36334
0
85641
291327
290482
2026-07-15T15:46:27Z
HenkvD
1290
use infobox row and infobox row date
291327
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36334"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36333",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36333K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36333K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36333K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36333K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36333K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36333K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for magazine, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
7wkl2snosd5y59jj21g8trzsk4ohbhy
Z36882
0
86477
291328
290489
2026-07-15T15:49:16Z
HenkvD
1290
use infobox row and infobox row date
291328
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36882"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36881",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36881K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36881K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36881K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36881K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z36881K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P580"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z36881K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for same-sex marriage, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ksxg6pxao2k022799803lqqt28xatvr
Z36897
0
86494
291303
286088
2026-07-15T13:24:50Z
Autom
448
+sv label
291303
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36897"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z36897K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z36897K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z36898"
],
"Z8K5": "Z36897"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for awareness day"
},
{
"Z1K1": "Z11",
"Z11K1": "Z1592",
"Z11K2": "infobox för dag för uppmärksammande"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fnucxh2rfm1blqssrsqlemxoox7q4g3
Z36898
0
86495
291408
290488
2026-07-15T21:47:11Z
HenkvD
1290
use infobox rowuse infobox row, Day in year is not linked to a QID yet
291408
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36898"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36897",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36897K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36897K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36897K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P547"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36897K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q205892"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36897K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z21449",
"Z21449K1": {
"Z1K1": "Z6092",
"Z6092K1": "P837"
},
"Z21449K2": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36897K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P547"
},
{
"Z1K1": "Z6092",
"Z6092K1": "P837"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36897K2"
}
}
}
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for awareness day, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ixfxl1uvkm3nyhqag8yegz2e4a43a38
Z36917
0
86546
291403
290483
2026-07-15T21:40:49Z
HenkvD
1290
use infobox row, Day in year is not linked to a QID yet
291403
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36917"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36916",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36916K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36916K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36916K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P547"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36916K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33319",
"Z33319K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q205892"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36916K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33315",
"Z33315K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z7",
"Z7K1": "Z21449",
"Z21449K1": {
"Z1K1": "Z6092",
"Z6092K1": "P837"
},
"Z21449K2": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z36916K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P547"
},
{
"Z1K1": "Z6092",
"Z6092K1": "P837"
}
]
}
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z36916K2"
}
}
}
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for holiday, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
prrz790qczr9g0qxkbzc8mykk8uhf58
Z36991
0
86663
291402
290484
2026-07-15T21:34:56Z
HenkvD
1290
use infobox rows
291402
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z36991"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z36990",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z36990K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z36990K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36990K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P170"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36990K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z36990K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P276"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z36990K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for painting, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pepl255x7y6ny2mkx43j42g3ktckf9m
Z37404
0
87391
291416
290485
2026-07-15T22:05:28Z
HenkvD
1290
use infobox row and infobox row date
291416
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37404"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37403",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z37403K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z37403K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z37403K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P495"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z37403K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z37403K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P577"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z37403K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z37403K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P178"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z37403K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for video game, impl"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8bqdotwne4vzsq5og7qmjaiu0b4swyv
Z37423
0
87411
291418
290486
2026-07-15T22:10:04Z
HenkvD
1290
use infobox row and infobox row date
291418
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37423"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37422",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z37422K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z37422K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z37422K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P131"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z37422K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z37422K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z37422K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z37422K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z37422K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for bookshop, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sefos49t2l3k2fowxi482vtvt08c3qv
Z37425
0
87413
291412
290487
2026-07-15T21:59:35Z
HenkvD
1290
use infobox row and infobox row date
291412
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37425"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37424",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z33328",
"Z33328K1": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K2": {
"Z1K1": "Z89",
"Z89K1": ""
},
"Z33328K3": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37644",
"Z37644K1": {
"Z1K1": "Z18",
"Z18K1": "Z37424K1"
},
"Z37644K2": "default",
"Z37644K3": {
"Z1K1": "Z18",
"Z18K1": "Z37424K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z37424K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P159"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z37424K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37623",
"Z37623K1": {
"Z1K1": "Z18",
"Z18K1": "Z37424K1"
},
"Z37623K2": {
"Z1K1": "Z6092",
"Z6092K1": "P17"
},
"Z37623K3": {
"Z1K1": "Z18",
"Z18K1": "Z37424K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37782",
"Z37782K1": {
"Z1K1": "Z18",
"Z18K1": "Z37424K1"
},
"Z37782K2": {
"Z1K1": "Z6092",
"Z6092K1": "P571"
},
"Z37782K3": {
"Z1K1": "Z18",
"Z18K1": "Z37424K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "infobox for organization, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sajpld11r38ey2uva4qhzto17t0sq8f
Z37464
0
87455
291291
290559
2026-07-15T12:50:56Z
99of9
1622
improve description
291291
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37464"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z11",
"Z17K2": "Z37464K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "text"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37464K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "ZID for link to configuration"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z37464K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "QIDs to link (first occurrence) to AW"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z37464K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "QIDs to add WD edit links to if missing label"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37464K5",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language expected"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z37469",
"Z37669",
"Z37506"
],
"Z8K4": [
"Z14",
"Z37540"
],
"Z8K5": "Z37464"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "monolingual text as HTML with lang, col, ✏️🔧links"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"monolingual text to HTML",
"HTML from monolingual text"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns an HTML fragment containing the text with links \u0026 QID ✏️s. If not matching the requested language, wrap in a span with a language, the default text colour, a 🔧 link to the configuration ZID."
}
]
}
}
89l8lek6irs1eaco160zoe7eqgdded7
Z37493
0
87526
291307
290161
2026-07-15T13:55:11Z
99of9
1622
Added Z37800 to the approved list of test cases
291307
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37493"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37493K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37493K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "ZID for link to configuration if default"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z37493K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "QIDs to link (first occurrence) to AW"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z37493K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "QIDs to add WD links to if missing label"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37493K5",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "requested language (not currently used)"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z37495",
"Z37496",
"Z37800"
],
"Z8K4": [
"Z14",
"Z37494"
],
"Z8K5": "Z37493"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "NLG string to HTML fragment with span for defaults"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"string to HTML fragment"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Like Z27868 but replaces ❌≪≫❌ with a span and link. Converts a string in an HTML fragment, escaping reserved characters."
}
]
}
}
756qpth8khdrq55fcx1sver1y3y3k5k
291310
291307
2026-07-15T14:11:40Z
99of9
1622
now used
291310
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37493"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37493K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "string"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37493K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "ZID for link to configuration if default"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z37493K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "QIDs to link (first occurrence) to AW"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z17K2": "Z37493K4",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "QIDs to add WD links to if missing label"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37493K5",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "requested language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20",
"Z37495",
"Z37496",
"Z37800"
],
"Z8K4": [
"Z14",
"Z37494"
],
"Z8K5": "Z37493"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "NLG string to HTML fragment with span for defaults"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31",
{
"Z1K1": "Z31",
"Z31K1": "Z1002",
"Z31K2": [
"Z6",
"string to HTML fragment"
]
}
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Like Z27868 but replaces ❌≪≫❌ with a span and link. Converts a string in an HTML fragment, escaping reserved characters."
}
]
}
}
lqqf9owdmnagxcfc375lxhvoii9hd9y
Z37494
0
87527
291309
290151
2026-07-15T14:10:58Z
99of9
1622
insert links even if it is not a default NLG string
291309
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37494"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37493",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z37464",
"Z37464K1": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z10174",
"Z10174K1": {
"Z1K1": "Z7",
"Z7K1": "Z10615",
"Z10615K1": {
"Z1K1": "Z18",
"Z18K1": "Z37493K1"
},
"Z10615K2": "❌≪"
},
"Z10174K2": {
"Z1K1": "Z7",
"Z7K1": "Z10618",
"Z10618K1": {
"Z1K1": "Z18",
"Z18K1": "Z37493K1"
},
"Z10618K2": "≫❌"
}
},
"Z802K2": {
"Z1K1": "Z11",
"Z11K1": "Z1360",
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z26414",
"Z26414K1": {
"Z1K1": "Z7",
"Z7K1": "Z26414",
"Z26414K1": {
"Z1K1": "Z18",
"Z18K1": "Z37493K1"
}
}
}
},
"Z802K3": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37493K5"
},
"Z11K2": {
"Z1K1": "Z18",
"Z18K1": "Z37493K1"
}
}
},
"Z37464K2": {
"Z1K1": "Z18",
"Z18K1": "Z37493K2"
},
"Z37464K3": {
"Z1K1": "Z18",
"Z18K1": "Z37493K3"
},
"Z37464K4": {
"Z1K1": "Z18",
"Z18K1": "Z37493K4"
},
"Z37464K5": {
"Z1K1": "Z18",
"Z18K1": "Z37493K5"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "NLG string to HTML w. span for default, compose"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
062gcjn8y2hk8hv734mbiepsfa3uu0k
Z37793
0
87919
291331
291271
2026-07-15T17:52:22Z
EatingCarBatteries
61191
291331
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": "."
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mvi3aa5xsh3hhxzvva8hrl05q1hgae8
291332
291331
2026-07-15T17:55:38Z
EatingCarBatteries
61191
291332
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": "."
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ikhzc0ehada5jnjvyygn8ntga3qpdl4
291336
291332
2026-07-15T17:57:13Z
EatingCarBatteries
61191
291336
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": "."
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
ayqg55fo6f9o46akph926fshrwexneq
291380
291336
2026-07-15T18:52:25Z
EatingCarBatteries
61191
291380
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
}
]
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
18avxct6of0bikgajfnewibdusgyceo
291422
291380
2026-07-16T06:01:44Z
EatingCarBatteries
61191
291422
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
hhepdytmpu2uxypr2qvynsopzr1hhq6
291423
291422
2026-07-16T06:58:07Z
EatingCarBatteries
61191
291423
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37441",
"Z37441K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
{
"Z1K1": "Z89",
"Z89K1": " has been assessed as "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
}
},
"Z23468K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": " by the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z32428",
"Z32428K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q48268"
},
"Z32428K2": "Z1002"
},
{
"Z1K1": "Z89",
"Z89K1": ". "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- Not assessed by IUCN --\u003E"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
co4n8ai1dv4namvpcx0eo0hay389yeo
291424
291423
2026-07-16T07:06:22Z
EatingCarBatteries
61191
291424
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37441",
"Z37441K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
}
},
{
"Z1K1": "Z89",
"Z89K1": " has been assessed as "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": " by the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z32428",
"Z32428K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q48268"
},
"Z32428K2": "Z1002"
},
{
"Z1K1": "Z89",
"Z89K1": " (IUCN). "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- Not assessed by IUCN --\u003E"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
bzxnud14wom52u6io1mmrb12fhtla1n
291426
291424
2026-07-16T07:32:18Z
EatingCarBatteries
61191
291426
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q15978631"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
"Z1002"
]
}
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37441",
"Z37441K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
}
},
{
"Z1K1": "Z89",
"Z89K1": " has been assessed as "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": " by the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z32428",
"Z32428K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q48268"
},
"Z32428K2": "Z1002"
},
{
"Z1K1": "Z89",
"Z89K1": " (IUCN). "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- Not assessed by IUCN --\u003E"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
5o2vgep0t1nyfrjg42fytcky0cvexmw
291427
291426
2026-07-16T07:41:11Z
EatingCarBatteries
61191
291427
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
"Z1002"
]
}
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37441",
"Z37441K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
}
},
{
"Z1K1": "Z89",
"Z89K1": " has been assessed as "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": " by the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z32428",
"Z32428K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q48268"
},
"Z32428K2": "Z1002"
},
{
"Z1K1": "Z89",
"Z89K1": " (IUCN). "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- Not assessed by IUCN --\u003E"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
ew6p52p4nwlfacia4cydl7701g9yun3
291428
291427
2026-07-16T07:46:12Z
EatingCarBatteries
61191
291428
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
"Z1002"
]
}
}
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37441",
"Z37441K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
{
"Z1K1": "Z89",
"Z89K1": " has been assessed as "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": " by the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z32428",
"Z32428K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q48268"
},
"Z32428K2": "Z1002"
},
{
"Z1K1": "Z89",
"Z89K1": " (IUCN). "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- Not assessed by IUCN --\u003E"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
t5csh8ho72dgut30c381mlmjjnplbmr
291447
291428
2026-07-16T08:54:26Z
EatingCarBatteries
61191
split out
291447
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37793"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37791",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z35766",
"Z35766K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "\u003Cb\u003E\u003Ci\u003E"
},
{
"Z1K1": "Z89",
"Z89K1": "\u003C/i\u003E\u003C/b\u003E"
}
],
"Z35766K2": {
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z10216",
"Z10216K1": {
"Z1K1": "Z7",
"Z7K1": "Z28676",
"Z28676K1": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z37821K2": "Z1002"
},
"Z28676K2": "Z37463"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": ", also known as the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z28914",
"Z28914K1": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z37821K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": ", "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- no common name --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "is a species "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z24331",
"Z24331K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z89",
"Z89K1": "of "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K2"
}
},
{
"Z1K1": "Z89",
"Z89K1": " "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- No taxon hypernym specified --\u003E "
}
},
{
"Z1K1": "Z89",
"Z89K1": "in the family "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z37725",
"Z37725K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
}
},
{
"Z1K1": "Z89",
"Z89K1": ". "
},
{
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z27299",
"Z27299K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z27299K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z27926",
"Z27926K1": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z37441",
"Z37441K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
}
},
{
"Z1K1": "Z89",
"Z89K1": " has been assessed as "
},
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37791K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P141"
}
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60",
"Z1002"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": "Z1002"
}
},
{
"Z1K1": "Z89",
"Z89K1": " by the "
},
{
"Z1K1": "Z7",
"Z7K1": "Z32428",
"Z32428K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q48268"
},
"Z32428K2": "Z1002"
},
{
"Z1K1": "Z89",
"Z89K1": " (IUCN). "
}
]
},
"Z802K3": {
"Z1K1": "Z89",
"Z89K1": "\u003C!-- Not assessed by IUCN --\u003E"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Intro for species in English composition"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "A very convoluted implementation for creating an intro for a species article. Similar to enwiki's style."
}
]
}
}
3yezznughv8d84m8uzmbduvmi1f5tdz
Z37798
0
87929
291287
2026-07-15T12:12:07Z
99of9
1622
291287
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37798"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z36232",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z36232",
"Z36232K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q123471046"
},
"Z36232K2": {
"Z1K1": "Z6092",
"Z6092K1": "P138"
},
"Z36232K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q588574"
},
"Z36232K4": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "The eponym of Tujiaaspis is the \u003Ca href=\"https://abstract.wikipedia.org/wiki/Q588574\"\u003ETujia people\u003C/a\u003E."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "The eponym of Tujiaaspis is the Tujia people."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "ensure the definite article is included where necessary"
}
]
}
}
au04cv3w0tysc9vgkildsaaul5fqnh6
Z37799
0
87930
291290
2026-07-15T12:47:38Z
99of9
1622
291290
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37799"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37464",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37464",
"Z37464K1": {
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Jawless fish have fins."
},
"Z37464K2": {
"Z1K1": "Z6",
"Z6K1": "Z32530"
},
"Z37464K3": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q4162555"
}
],
"Z37464K4": [
"Z6091"
],
"Z37464K5": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "Jawless fish have \u003Ca href=\"https://abstract.wikipedia.org/wiki/Q4162555\"\u003Efins\u003C/a\u003E."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Jawless fish have [[fins]]."
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
rzxcfyl9jhp8cg4ylgqbeysoowmo271
Z37800
0
87931
291306
2026-07-15T13:53:44Z
99of9
1622
291306
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37800"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37493",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37493",
"Z37493K1": "The Great Barrier Reef is the largest coral reef in the world.",
"Z37493K2": {
"Z1K1": "Z6",
"Z6K1": "Z29841"
},
"Z37493K3": [
"Z6091",
{
"Z1K1": "Z6091",
"Z6091K1": "Q11292"
}
],
"Z37493K4": [
"Z6091"
],
"Z37493K5": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z877",
"Z877K2": {
"Z1K1": "Z89",
"Z89K1": "The Great Barrier Reef is the largest \u003Ca href=\"https://abstract.wikipedia.org/wiki/Q11292\"\u003Ecoral reef\u003C/a\u003E in the world."
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "The GBR is the largest [[coral reef]]"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
02j2era4f19660t7io9hjijemb0sxtw
User:FebruaryFifteenth/common.js
2
87932
291318
2026-07-15T15:21:15Z
FebruaryFifteenth
94796
Created page with "mw.loader.load( '//www.wikifunctions.org/w/index.php?title=User:Feeglgeef/wikilambda_editsource.js&action=raw&ctype=text/javascript' );"
291318
javascript
text/javascript
mw.loader.load( '//www.wikifunctions.org/w/index.php?title=User:Feeglgeef/wikilambda_editsource.js&action=raw&ctype=text/javascript' );
htmxnqteso290nke9vbjsavu3xlod6h
291321
291318
2026-07-15T15:25:47Z
FebruaryFifteenth
94796
291321
javascript
text/javascript
mw.loader.load( '//www.wikifunctions.org/w/index.php?title=User:Feeglgeef/wikilambda_editsource.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Feeglgeef/wikilambda editsource.js]]
brk98zdgmug1vc2uxfwshy3cul0lezz
Z37801
0
87933
291333
2026-07-15T17:56:45Z
GZWDer
186
291333
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37801"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37801K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37801K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37801K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "yyy"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37801"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx is a city located in yyy (builder approach)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "See https://meta.wikimedia.org/wiki/User:GZWDer/Abstract_article#Sheridan,_Oregon"
}
]
}
}
bbou7qtllmlmdu0aahx5v9x1nme0upc
291355
291333
2026-07-15T18:19:07Z
GZWDer
186
Added Z37812 to the approved list of implementations
291355
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37801"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37801K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37801K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37801K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "yyy"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37812"
],
"Z8K5": "Z37801"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx is a city located in yyy (builder approach)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "See https://meta.wikimedia.org/wiki/User:GZWDer/Abstract_article#Sheridan,_Oregon"
}
]
}
}
4yrn0xi2b8hf71yibge1k9p79p7ein8
291363
291355
2026-07-15T18:28:39Z
GZWDer
186
Added Z37813 to the approved list of test cases
291363
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37801"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37801K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37801K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37801K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "yyy"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z37813"
],
"Z8K4": [
"Z14",
"Z37812"
],
"Z8K5": "Z37801"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx is a city located in yyy (builder approach)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "See https://meta.wikimedia.org/wiki/User:GZWDer/Abstract_article#Sheridan,_Oregon"
}
]
}
}
ryc8me16khut5qm1umhbb9mdfhseyh8
Z37802
0
87934
291337
2026-07-15T17:59:55Z
GZWDer
186
291337
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mj73izp0drfm3etnmlcbx1kuqqxe9l4
291339
291337
2026-07-15T18:01:54Z
GZWDer
186
Added Z37803 to the approved list of implementations
291339
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37803"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
l0kl0jm57ih64ha8uc9j3j1zb4oa7yv
291341
291339
2026-07-15T18:03:03Z
GZWDer
186
Added Z37804 to the approved list of test cases
291341
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20",
"Z37804"
],
"Z8K4": [
"Z14",
"Z37803"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mehzvl4m7oik71elj2ujyl2v0a4eb3h
291342
291341
2026-07-15T18:05:12Z
GZWDer
186
Removed Z37803 from the approved list of implementations
291342
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20",
"Z37804"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
qewbykqs2gcar61cf1blpasg0zre178
291350
291342
2026-07-15T18:16:29Z
GZWDer
186
Added Z37810 to the approved list of implementations
291350
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20",
"Z37804"
],
"Z8K4": [
"Z14",
"Z37810"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
dz4puae18m8oaic4cjchtp1q1oxtp17
291388
291350
2026-07-15T20:42:19Z
GrounderUK
50
Added Z37806 to the approved list of implementations
291388
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20",
"Z37804"
],
"Z8K4": [
"Z14",
"Z37810",
"Z37806"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
41l4se1g50gtsxoub8kbc3it8jt0bh5
291405
291388
2026-07-15T21:43:54Z
WikiLambda system
3
Updated the implementation list (see [[Help:Wikifunctions/Implementation_ordering_and_choosing|About implementation selection]])
291405
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37802"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"Z17K2": "Z37802K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "map"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37802K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "key"
}
]
}
}
],
"Z8K2": "Z1",
"Z8K3": [
"Z20",
"Z37804"
],
"Z8K4": [
"Z14",
"Z37806",
"Z37810"
],
"Z8K5": "Z37802"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
hc0zsrt8sh2frgibribmxycve68botu
Z37803
0
87935
291338
2026-07-15T18:01:42Z
GZWDer
186
291338
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37803"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37802",
"Z14K3": {
"Z1K1": "Z16",
"Z16K1": "Z610",
"Z16K2": "def Z37802(Z37802K1, Z37802K2):\n\tif Z37802K2 not in Z37802K1:\n\t\timport json\n\t\tWikifunctions.Error(\"Z36590\",[Z24606K2,json.dumps(Z37802K1)])\n\treturn Z37802K1[Z37802K2]"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sx7n42vqq1e7a99cei1bpce06i128bf
Z37804
0
87936
291340
2026-07-15T18:02:44Z
GZWDer
186
291340
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37804"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37802",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "xxx"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1004",
"K2": "yyy"
}
]
},
"Z37802K2": "Z1002"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "xxx"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ed77rsxnrwfji059ijf8i54ebymhydh
Z37805
0
87937
291343
2026-07-15T18:05:39Z
Jsamwrites
938
291343
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37805"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z37805K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37805"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed in"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
d3dat2akpoyh9ukg3w130azly0vlins
291346
291343
2026-07-15T18:09:45Z
Jsamwrites
938
Added Z37807 to the approved list of implementations
291346
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37805"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z37805K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37807"
],
"Z8K5": "Z37805"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed in"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
7yhd1047afnhtvhy31go4p66zaw0fyh
291477
291346
2026-07-16T11:55:18Z
Jsamwrites
938
Added Z37826 to the approved list of test cases
291477
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37805"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6001",
"Z17K2": "Z37805K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6091"
},
"Z8K3": [
"Z20",
"Z37826"
],
"Z8K4": [
"Z14",
"Z37807"
],
"Z8K5": "Z37805"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed in"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sg4f3tbem08uzu99a27o4pvhi1f1z1v
Z37806
0
87938
291344
2026-07-15T18:06:07Z
GZWDer
186
291344
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37806"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37802",
"Z14K3": {
"Z1K1": "Z16",
"Z16K1": "Z600",
"Z16K2": "function Z37802( Z37802K1, Z37802K2 ) {\n\tif (!Z37802K1.has(Z37802K2)){\n\t\tWikifunctions.Error(\"Z36590\",[Z37802K2, JSON.stringify(Object.fromEntries(Z37802K1))])\n\t}\n\treturn Z37802K1.get(Z37802K2)\n}"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
epp8uulm3dfttqsuqklorzab2oyzcb6
291387
291344
2026-07-15T20:19:56Z
GrounderUK
50
reducing Z60-map to string-map
291387
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37806"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37802",
"Z14K3": {
"Z1K1": "Z16",
"Z16K1": "Z600",
"Z16K2": "function Z37802( Z37802K1, Z37802K2 ) {\n const stringMap = new Map(\n [...Z37802K1].map(([k, v]) =\u003E [k.Z60K1, v])\n );\n\n const key = Z37802K2.Z60K1;\n\n if (!stringMap.has(key)) {\n Wikifunctions.Error(\"Z36590\", [\n Z37802K2,\n JSON.stringify(Object.fromEntries(stringMap))\n ]);\n }\n\n return stringMap.get(key);\n}"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "get element of language-keyed map, JavaScript "
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6t92rccqd44x3kswljpa1nldxpm97nf
Z37807
0
87939
291345
2026-07-15T18:09:32Z
Jsamwrites
938
291345
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37807"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37805",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z873",
"Z873K1": "Z19308",
"Z873K2": {
"Z1K1": "Z7",
"Z7K1": "Z27610",
"Z27610K1": {
"Z1K1": "Z7",
"Z7K1": "Z29691",
"Z29691K1": {
"Z1K1": "Z18",
"Z18K1": "Z37805K1"
},
"Z29691K2": {
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed in, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
flxusx6u2m5n4vvvxq2kkkk3fzz1xuz
291383
291345
2026-07-15T19:00:51Z
Jsamwrites
938
291383
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37807"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37805",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z873",
"Z873K1": "Z19308",
"Z873K2": {
"Z1K1": "Z7",
"Z7K1": "Z29691",
"Z29691K1": {
"Z1K1": "Z18",
"Z18K1": "Z37805K1"
},
"Z29691K2": {
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed in, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
0dx439yw8ogtyhze8k493wq4rkc3krx
291425
291383
2026-07-16T07:14:58Z
Jsamwrites
938
291425
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37807"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37805",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z873",
"Z873K1": "Z19308",
"Z873K2": {
"Z1K1": "Z7",
"Z7K1": "Z27610",
"Z27610K1": {
"Z1K1": "Z7",
"Z7K1": "Z29691",
"Z29691K1": {
"Z1K1": "Z18",
"Z18K1": "Z37805K1"
},
"Z29691K2": {
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed in, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
flxusx6u2m5n4vvvxq2kkkk3fzz1xuz
Z37808
0
87940
291347
2026-07-15T18:12:45Z
EatingCarBatteries
61191
291347
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
m7suek7e4610sz7us33dao1moe48epi
291396
291347
2026-07-15T21:29:13Z
EatingCarBatteries
61191
291396
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
d96l7ka2a1pok70bg88k7vkzhzxfeag
291397
291396
2026-07-15T21:29:19Z
EatingCarBatteries
61191
Added Z37820 to the approved list of implementations
291397
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37820"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
e2a68nm7o0fm4vbkjnuecra1y4m4adw
291399
291397
2026-07-15T21:34:03Z
EatingCarBatteries
61191
Removed Z37820 from the approved list of implementations
291399
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
d96l7ka2a1pok70bg88k7vkzhzxfeag
291400
291399
2026-07-15T21:34:22Z
EatingCarBatteries
61191
291400
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37808K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
t3xhgfxjlfhugpt342fggu5tjj07xut
291401
291400
2026-07-15T21:34:28Z
EatingCarBatteries
61191
Added Z37820 to the approved list of implementations
291401
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37808K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37820"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
dkj0e8ektzuaniatsblmoqze8eaeh0d
291406
291401
2026-07-15T21:46:15Z
EatingCarBatteries
61191
Removed Z37820 from the approved list of implementations
291406
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37808K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
t3xhgfxjlfhugpt342fggu5tjj07xut
291407
291406
2026-07-15T21:46:19Z
EatingCarBatteries
61191
Added Z37820 to the approved list of implementations
291407
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37808"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37808K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37808K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": {
"Z1K1": "Z7",
"Z7K1": "Z881",
"Z881K1": "Z6"
},
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37820"
],
"Z8K5": "Z37808"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "year and describing authority of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "returns a typed list (string) containing the year and describing authority of a given taxon"
}
]
}
}
dkj0e8ektzuaniatsblmoqze8eaeh0d
Z37809
0
87941
291348
2026-07-15T18:14:20Z
Jsamwrites
938
291348
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37809"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37809K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37809K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37809"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jq4we78zxdmexxxgge7qf7wqvnh41ko
291353
291348
2026-07-15T18:18:42Z
Jsamwrites
938
Added Z37811 to the approved list of implementations
291353
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37809"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37809K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37809K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37811"
],
"Z8K5": "Z37809"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
j8bg9vrsdih06jrq8aoprnxc7m1kj89
291358
291353
2026-07-15T18:22:36Z
Jsamwrites
938
Removed Z37811 from the approved list of implementations
291358
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37809"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37809K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37809K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37809"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
jq4we78zxdmexxxgge7qf7wqvnh41ko
291359
291358
2026-07-15T18:22:43Z
Jsamwrites
938
Added Z37811 to the approved list of implementations
291359
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37809"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37809K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37809K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37811"
],
"Z8K5": "Z37809"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
j8bg9vrsdih06jrq8aoprnxc7m1kj89
291365
291359
2026-07-15T18:37:51Z
Jsamwrites
938
Added Z37814 to the approved list of test cases
291365
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37809"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37809K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "entity"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37809K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z11",
"Z8K3": [
"Z20",
"Z37814"
],
"Z8K4": [
"Z14",
"Z37811"
],
"Z8K5": "Z37809"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fi9t2csb0cs0c3q5nr9t73iwnr185wg
Z37810
0
87942
291349
2026-07-15T18:16:14Z
GZWDer
186
291349
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37810"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37802",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z822",
"Z822K1": {
"Z1K1": "Z7",
"Z7K1": "Z13397",
"Z13397K1": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "K1"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z37802K1"
}
},
"Z13397K2": {
"Z1K1": "Z7",
"Z7K1": "Z24649",
"Z24649K1": {
"Z1K1": "Z7",
"Z7K1": "Z803",
"Z803K1": {
"Z1K1": "Z39",
"Z39K1": "K1"
},
"Z803K2": {
"Z1K1": "Z18",
"Z18K1": "Z37802K1"
}
},
"Z24649K2": {
"Z1K1": "Z18",
"Z18K1": "Z37802K2"
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
7loheeic2mlgtx4rmh5czlqxfb5wtf5
Z37811
0
87943
291351
2026-07-15T18:17:52Z
Jsamwrites
938
291351
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "is influenced by"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
12plrwohzxb2midu1ctm7pmuzn1n8tx
291352
291351
2026-07-15T18:18:27Z
Jsamwrites
938
291352
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "is programmed in"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
dagm9rjvcw39n5qe90jje3o2w1fucb6
291372
291352
2026-07-15T18:44:00Z
Jsamwrites
938
291372
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": ""
},
"Z11K2": "is programmed in"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37772",
"Z37772K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P737"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fuki8lqduoegvbkylyotp4fk8vvscti
291374
291372
2026-07-15T18:44:23Z
Jsamwrites
938
291374
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "is programmed in"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37772",
"Z37772K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P737"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lgayo8va4vsr1ryqtz7ksi1zwu04mgp
291376
291374
2026-07-15T18:45:57Z
Jsamwrites
938
291376
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "is programmed in"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
dagm9rjvcw39n5qe90jje3o2w1fucb6
291430
291376
2026-07-16T07:50:26Z
Jsamwrites
938
291430
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": ""
},
"Z11K2": "is programmed in"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5x27n44jrgl93y1fkb55bu0wplh93ku
291431
291430
2026-07-16T07:51:07Z
Jsamwrites
938
291431
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37811"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37809",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z7",
"Z7K1": "Z34669",
"Z34669K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "is programmed in"
},
{
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
"Z1360"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P277"
}
]
}
},
"Z33024K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
},
"Z34644K2": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
}
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": " "
}
},
{
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": "."
}
],
"Z34669K2": {
"Z1K1": "Z11",
"Z11K1": {
"Z1K1": "Z18",
"Z18K1": "Z37809K2"
},
"Z11K2": ""
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "developed in-sentence in English, comp"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
dagm9rjvcw39n5qe90jje3o2w1fucb6
Z37812
0
87944
291354
2026-07-15T18:18:55Z
GZWDer
186
291354
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37812"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37801",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "'''$1'''' is a city located in $2."
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "'''$1''''是一个位于$2的城市。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37801K1"
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37801K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37801K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pxf725jcwrd845ojjr87d5ltbd1qfo6
291357
291354
2026-07-15T18:20:49Z
GZWDer
186
291357
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37812"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37801",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "'''$1''' is a city located in $2."
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "'''$1'''是一个位于$2的城市。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37801K1"
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37801K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37801K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
bcee7urbi8vavmy33p0uop106fltrjc
291361
291357
2026-07-15T18:27:47Z
GZWDer
186
291361
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37812"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37801",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "\u003Cb\u003E$1\u003C/b\u003E is a city located in $2."
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "\u003Cb\u003E$1\u003C/b\u003E是一个位于$2的城市。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37801K1"
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37801K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37801K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8vurbsr1x3hree62na27tqhpkv0zb5n
291370
291361
2026-07-15T18:42:51Z
GZWDer
186
291370
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37812"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37801",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "\u003Cb\u003E$1\u003C/b\u003E is a city located in $2. "
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "\u003Cb\u003E$1\u003C/b\u003E是一个位于$2的城市。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37801K1"
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37801K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37801K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
t26p1r8cau7c33cgqt6f0mck6drmru5
Z37813
0
87945
291356
2026-07-15T18:20:10Z
GZWDer
186
291356
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37813"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37801",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37801",
"Z37801K1": "Z1002",
"Z37801K2": "Sheridan",
"Z37801K3": "Yamhill County, Oregon"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "'''Sheridan''' is a city located in Yamhill County, Oregon."
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
i9etcve50u9l646ojsboeqn5wlx1xye
291362
291356
2026-07-15T18:27:58Z
GZWDer
186
291362
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37813"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37801",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37801",
"Z37801K1": "Z1002",
"Z37801K2": "Sheridan",
"Z37801K3": "Yamhill County, Oregon"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "\u003Cb\u003ESheridan\u003C/b\u003E is a city located in Yamhill County, Oregon."
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
lflxfunlusfjceke3htsj0in4aoya2u
291378
291362
2026-07-15T18:47:51Z
GZWDer
186
291378
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37813"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37801",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37801",
"Z37801K1": "Z1002",
"Z37801K2": "Sheridan",
"Z37801K3": "Yamhill County, Oregon"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "\u003Cb\u003ESheridan\u003C/b\u003E is a city located in Yamhill County, Oregon. "
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ac02qe4ivzp1j1xghhwsokxyrxrpk87
Z37814
0
87946
291360
2026-07-15T18:27:05Z
Jsamwrites
938
291360
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37814"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37809",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z37809",
"Z37809K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q8041"
},
"Z37809K2": "Z1002"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Inscape is programmed in C++ and C."
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Inscape is programmed in, test"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
mf20kyee6brgvunjvey6dkjyvez51ty
Z37815
0
87947
291364
2026-07-15T18:37:36Z
GZWDer
186
291364
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37815"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "yyy"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37815"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "As of xxx, the city had a total population of yyy "
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8ggawzmsoj6gbgfanco6r6eglvcxyz3
291368
291364
2026-07-15T18:40:36Z
GZWDer
186
291368
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37815"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37815K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "yyy"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37815"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "As of xxx, the city had a total population of yyy "
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
fk27wslfhhg7rdh46x83gaivg3ym7ox
291369
291368
2026-07-15T18:40:52Z
GZWDer
186
Added Z37816 to the approved list of implementations
291369
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37815"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37815K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "xxx"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z6",
"Z17K2": "Z37815K3",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "yyy"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37816"
],
"Z8K5": "Z37815"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "As of xxx, the city had a total population of yyy "
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
1utz639q20m71mvpyklhbhxeqtmdobh
Z37816
0
87948
291366
2026-07-15T18:38:59Z
GZWDer
186
291366
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37816"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37815",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "As of $1, the city had a total population of $2."
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "$1年,此城市人口为$2。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": ""
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37815K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37815K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
08krt4nbydlfwqhsezca9h26z33uv04
291367
291366
2026-07-15T18:39:24Z
GZWDer
186
291367
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37816"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37815",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "As of $1, the city had a total population of $2."
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "$1年,此城市人口为$2。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37815K1"
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37815K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37815K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
0wshg4v9caq6k5ylxmahi5prwfbdg4l
291371
291367
2026-07-15T18:43:13Z
GZWDer
186
291371
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37816"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37815",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z27908",
"Z27908K1": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": "As of $1, the city had a total population of $2. "
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": "$1年,此城市人口为$2。"
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37815K1"
}
},
"Z27908K2": [
"Z6",
{
"Z1K1": "Z18",
"Z18K1": "Z37815K2"
},
{
"Z1K1": "Z18",
"Z18K1": "Z37815K3"
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kc1knnxlf9tky1hexl8q0fxf12jsg54
Z37817
0
87949
291373
2026-07-15T18:44:22Z
GZWDer
186
291373
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37817"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37817K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37817"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "section header \"Geography\" (builder approach)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
ms9iqy3iext9vx3s9oiug1ch5m9vlyy
291377
291373
2026-07-15T18:47:28Z
GZWDer
186
Added Z37818 to the approved list of implementations
291377
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37817"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37817K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "language"
}
]
}
}
],
"Z8K2": "Z89",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37818"
],
"Z8K5": "Z37817"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "section header \"Geography\" (builder approach)"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
e9386aci13g3xchw234klonksekj12p
Z37818
0
87950
291375
2026-07-15T18:45:27Z
GZWDer
186
291375
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37818"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37817",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z37802",
"Z37802K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z883",
"Z883K1": "Z60",
"Z883K2": "Z1"
},
"K1": [
{
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1002",
"K2": {
"Z1K1": "Z89",
"Z89K1": "\u003Ch2\u003EGeography\u003C/h2\u003E"
}
},
{
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z882",
"Z882K1": "Z60",
"Z882K2": "Z1"
},
"K1": "Z1006",
"K2": {
"Z1K1": "Z89",
"Z89K1": "\u003Ch2\u003E地理\u003C/h2\u003E"
}
}
]
},
"Z37802K2": {
"Z1K1": "Z18",
"Z18K1": "Z37817K1"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
kj8cwpngzouitbg1usb7jgr20rwyq2a
Z37819
0
87951
291384
2026-07-15T19:30:08Z
Amire80
113
virus
291384
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37819"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z11089",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z11089",
"Z11089K1": "virus"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "viruses"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "virus / viruses"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
2lln5rj28m3psmctxqmkt950hg7gwal
User:Amire80/Z20761
2
87952
291386
2026-07-15T19:40:13Z
Amire80
113
Created page with "{{#function:Z20760|Amir}}"
291386
wikitext
text/x-wiki
{{#function:Z20760|Amir}}
nbffwl8qaafn2ehh4tzvb143mgbfxa4
Z37820
0
87953
291395
2026-07-15T21:28:42Z
EatingCarBatteries
61191
291395
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z21383",
"Z21383K1": "Z6",
"Z21383K2": {
"Z1K1": "Z13518",
"Z13518K1": "2"
},
"Z21383K3": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23459",
"Z23459K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23459K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z23468K2": "Z1002"
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
qrsej9mfds69geu58mysn1vtg1czyrz
291404
291395
2026-07-15T21:43:49Z
EatingCarBatteries
61191
291404
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z21383",
"Z21383K1": "Z6",
"Z21383K2": {
"Z1K1": "Z13518",
"Z13518K1": "2"
},
"Z21383K3": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
26tn1hmi4kb9ti6tjnt7bom8bodudfb
291410
291404
2026-07-15T21:57:03Z
EatingCarBatteries
61191
291410
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
st3c77p2yqy9sjqn0fx3m8l8cgm39tr
291411
291410
2026-07-15T21:57:55Z
EatingCarBatteries
61191
291411
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
f8vou4az07fdogxam7uzzkcii3i0wt9
291413
291411
2026-07-15T22:02:11Z
EatingCarBatteries
61191
291413
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z30120K2": [
"Z6030",
"Z6031"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8n2ei75wocpyl2saug9pviohujfgr4w
291414
291413
2026-07-15T22:03:44Z
EatingCarBatteries
61191
291414
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z30120K2": [
"Z6030",
"Z6031"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
6xj2jmjk91v6rqw4g9v6g4lmr6clcxn
291415
291414
2026-07-15T22:04:37Z
EatingCarBatteries
61191
291415
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z30120K2": [
"Z6030",
"Z6031"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
8n2ei75wocpyl2saug9pviohujfgr4w
291417
291415
2026-07-15T22:07:03Z
EatingCarBatteries
61191
291417
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z30120K2": [
"Z6030",
"Z6031"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": "Z1002"
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
my6k5i9xtec635w0b0i7fsj7rr7z4fp
291419
291417
2026-07-15T22:13:53Z
EatingCarBatteries
61191
291419
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
iuhf5smi6vkmqx15z0u90x0fc872v2e
291420
291419
2026-07-16T00:28:47Z
EatingCarBatteries
61191
291420
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
4e3rq0luxufed3loiftaoj4owc9krqi
291421
291420
2026-07-16T00:29:55Z
EatingCarBatteries
61191
291421
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37820"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37808",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z18475",
"Z18475K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z23468",
"Z23468K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P405"
}
},
"Z30120K2": [
"Z6030",
"Z6033"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092"
]
},
"Z23468K2": {
"Z1K1": "Z18",
"Z18K1": "Z37808K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z28818",
"Z28818K1": {
"Z1K1": "Z7",
"Z7K1": "Z28773",
"Z28773K1": {
"Z1K1": "Z6064",
"Z6064K1": {
"Z1K1": "Z6061",
"Z6061K1": {
"Z1K1": {
"Z1K1": "Z7",
"Z7K1": "Z33579",
"Z33579K1": {
"Z1K1": "Z7",
"Z7K1": "Z23451",
"Z23451K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37808K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60"
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
]
},
"Z23451K2": {
"Z1K1": "Z6092",
"Z6092K1": "P225"
}
},
"Z33579K2": {
"Z1K1": "Z6092",
"Z6092K1": "P574"
}
}
},
"Z6061K2": {
"Z1K1": "Z6060",
"Z6060K1": {
"Z1K1": "Z13518",
"Z13518K1": "12"
},
"Z6060K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6060K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
}
},
"Z6064K2": {
"Z1K1": "Z6062",
"Z6062K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q577"
}
},
"Z6064K3": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K4": {
"Z1K1": "Z13518",
"Z13518K1": "0"
},
"Z6064K5": {
"Z1K1": "Z16683",
"Z16683K1": "Z16661",
"Z16683K2": {
"Z1K1": "Z13518",
"Z13518K1": "0"
}
},
"Z6064K6": {
"Z1K1": "Z6063",
"Z6063K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1985727"
}
}
}
},
"Z28818K2": "Z1002",
"Z28818K3": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "1"
}
}
}
]
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
iuhf5smi6vkmqx15z0u90x0fc872v2e
Z37821
0
87954
291429
2026-07-16T07:49:07Z
EatingCarBatteries
61191
291429
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37821"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37821K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37821K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14"
],
"Z8K5": "Z37821"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Common name of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns common name of the given taxon given the QID and language. Returns error if common name does not yet exist in Wikidata."
}
]
}
}
1e4bzi2ra2mja6ik7lfiup9sfsqsp3q
291433
291429
2026-07-16T07:52:00Z
EatingCarBatteries
61191
Added Z37822 to the approved list of implementations
291433
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37821"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37821K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37821K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20"
],
"Z8K4": [
"Z14",
"Z37822"
],
"Z8K5": "Z37821"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Common name of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns common name of the given taxon given the QID and language. Returns error if common name does not yet exist in Wikidata."
}
]
}
}
bgaq6trpa95kukxk058op3b04jhcsm1
291435
291433
2026-07-16T07:53:28Z
EatingCarBatteries
61191
Added Z37823 to the approved list of test cases
291435
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37821"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37821K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37821K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z37823"
],
"Z8K4": [
"Z14",
"Z37822"
],
"Z8K5": "Z37821"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Common name of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns common name of the given taxon given the QID and language. Returns error if common name does not yet exist in Wikidata."
}
]
}
}
ovh55049rin0bpxk2kzisvkgt90tnk2
291446
291435
2026-07-16T08:44:44Z
EatingCarBatteries
61191
Added Z37824 to the approved list of test cases
291446
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37821"
},
"Z2K2": {
"Z1K1": "Z8",
"Z8K1": [
"Z17",
{
"Z1K1": "Z17",
"Z17K1": "Z6091",
"Z17K2": "Z37821K1",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Taxon"
}
]
}
},
{
"Z1K1": "Z17",
"Z17K1": "Z60",
"Z17K2": "Z37821K2",
"Z17K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Language"
}
]
}
}
],
"Z8K2": "Z6",
"Z8K3": [
"Z20",
"Z37823",
"Z37824"
],
"Z8K4": [
"Z14",
"Z37822"
],
"Z8K5": "Z37821"
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Common name of taxon"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Returns common name of the given taxon given the QID and language. Returns error if common name does not yet exist in Wikidata."
}
]
}
}
rhcu2pb6x1qm2nb8yyzew0m5srokzjn
Z37822
0
87955
291432
2026-07-16T07:51:50Z
EatingCarBatteries
61191
291432
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37822"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37821",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37821K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
]
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pcimqftwxfh5stjtokchday0n1hdtc8
291437
291432
2026-07-16T08:01:08Z
EatingCarBatteries
61191
error handling
291437
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37822"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37821",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z802",
"Z802K1": {
"Z1K1": "Z7",
"Z7K1": "Z813",
"Z813K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37821K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
]
}
},
"Z802K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37821K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
]
}
}
}
},
"Z802K3": {
"Z1K1": "Z7",
"Z7K1": "Z851",
"Z851K1": "Z34950",
"Z851K2": [
"Z1"
]
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
sm001133wdk2x97euluy20k6jco7w3g
291440
291437
2026-07-16T08:23:43Z
EatingCarBatteries
61191
291440
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37822"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37821",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z811",
"Z811K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37821K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
]
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
pcimqftwxfh5stjtokchday0n1hdtc8
291441
291440
2026-07-16T08:35:08Z
EatingCarBatteries
61191
291441
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37822"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37821",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z22839",
"Z22839K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37821K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
]
},
"Z22839K2": {
"Z1K1": "Z7",
"Z7K1": "Z851",
"Z851K1": "Z34950",
"Z851K2": [
"Z1"
]
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
5e2ekenpxgor9pl67m3eikbd6ymgdi4
291444
291441
2026-07-16T08:43:58Z
EatingCarBatteries
61191
291444
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37822"
},
"Z2K2": {
"Z1K1": "Z14",
"Z14K1": "Z37821",
"Z14K2": {
"Z1K1": "Z7",
"Z7K1": "Z14396",
"Z14396K1": {
"Z1K1": "Z7",
"Z7K1": "Z19308",
"Z19308K1": {
"Z1K1": "Z7",
"Z7K1": "Z22839",
"Z22839K1": {
"Z1K1": "Z7",
"Z7K1": "Z37323",
"Z37323K1": {
"Z1K1": "Z7",
"Z7K1": "Z22220",
"Z22220K1": {
"Z1K1": "Z7",
"Z7K1": "Z30120",
"Z30120K1": {
"Z1K1": "Z18",
"Z18K1": "Z37821K1"
},
"Z30120K2": [
"Z6030",
"Z6036"
],
"Z30120K3": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
],
"Z30120K4": [
"Z6092",
{
"Z1K1": "Z6092",
"Z6092K1": "P1843"
}
]
}
},
"Z37323K2": [
"Z60",
{
"Z1K1": "Z18",
"Z18K1": "Z37821K2"
}
]
},
"Z22839K2": {
"Z1K1": "Z7",
"Z7K1": "Z851",
"Z851K1": "Z37463",
"Z851K2": [
"Z1"
]
}
}
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
nb869xz4j2elz0wu06bqsjsqvw912hx
Z37823
0
87956
291434
2026-07-16T07:53:15Z
EatingCarBatteries
61191
291434
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37823"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37821",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
},
"Z37821K2": "Z1430"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Venusvliegenvanger"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Dionaea muscipula -\u003E Venusvliegenvanger"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
18vm7p3kkhc8gc9a9q310lrleoujuo5
291436
291434
2026-07-16T07:54:28Z
EatingCarBatteries
61191
dutch and german, same thing, right?
291436
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37823"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37821",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
},
"Z37821K2": "Z1157"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Venusvliegenvanger"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Dionaea muscipula -\u003E Venusvliegenvanger"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
35tg9vztigytaa178u7viusg0c8utju
291442
291436
2026-07-16T08:36:21Z
EatingCarBatteries
61191
291442
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37823"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37821",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q155825"
},
"Z37821K2": "Z1157"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z866",
"Z866K2": "Venusvliegenvanger"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Dionaea muscipula, nl -\u003E Venusvliegenvanger"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
skk11zem734s3wnkcmro84fx1nfxvi4
Z37824
0
87957
291443
2026-07-16T08:43:18Z
EatingCarBatteries
61191
291443
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37824"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37821",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q708131"
},
"Z37821K2": "Z1844"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z28676",
"Z28676K2": "Z37463"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
qvbqti64v31444osip3e7g8c4e6ei78
291445
291443
2026-07-16T08:44:35Z
EatingCarBatteries
61191
291445
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37824"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37821",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37821",
"Z37821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q708131"
},
"Z37821K2": "Z1844"
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z28676",
"Z28676K2": "Z37463"
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "Q708131 throws error for Tagalog"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
adha0jzcw33o8a4vt8b4vmhs89h2p7d
Wikifunctions:Hacking on the evaluator and orchestrator
4
87958
291455
2026-07-16T10:15:27Z
So9q
3791
basics
291455
wikitext
text/x-wiki
== Requirements ==
* memcached
Optional observability:
* prometheus
* grafana
== Setup ==
Install docker and rust locally.
=== Memcached ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-memcached
Run using:
$ just up
=== Observability ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-observability
Run using:
$ just up
=== Orchestrator ===
See https://gitlab.wikimedia.org/so9q/function-orchestrator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
=== Evaluator ===
See https://gitlab.wikimedia.org/so9q/function-evaluator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
itqxypphli21rxs6yqxxxn0cgechvu0
291456
291455
2026-07-16T10:17:19Z
So9q
3791
add overview
291456
wikitext
text/x-wiki
== Oveview ==
<pre>User request
|
v
Orchestrator
|
+--> resolve function object
|
+--> resolve dependencies
|
+--> fetch Wikifunctions/Wikidata objects
|
+--> Memcached get/set
|
v
Evaluator</pre>
== Requirements ==
* memcached
Optional observability:
* prometheus
* grafana
== Setup ==
Install docker and rust locally.
=== Memcached ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-memcached
Run using:
$ just up
=== Observability ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-observability
Run using:
$ just up
=== Orchestrator ===
See https://gitlab.wikimedia.org/so9q/function-orchestrator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
=== Evaluator ===
See https://gitlab.wikimedia.org/so9q/function-evaluator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
hxmmwtflxmvtm143fhyu38hia1zpb7b
291457
291456
2026-07-16T10:19:34Z
So9q
3791
+architecture overview
291457
wikitext
text/x-wiki
== Oveview ==
<pre>User request
|
v
Orchestrator
|
+--> resolve function object
|
+--> resolve dependencies
|
+--> fetch Wikifunctions/Wikidata objects
|
+--> Memcached get/set
|
v
Evaluator</pre>
== Architecture ==
<pre>
Wikifunctions request
|
v
+----------------+
| MediaWiki |
| WikiLambda |
+----------------+
|
v
+-----------------------------+
| Function Orchestrator |
| |
| - resolves functions |
| - resolves dependencies |
| - fetches Wikidata objects |
| - coordinates execution |
+-----------------------------+
| |
| |
v v
+----------------+ +----------------+
| Memcached | | Evaluator |
| | | |
| - ZObjects | | - executes |
| - dependencies | | user code |
| - Wikidata | | - Wasmtime |
| data | | - sandboxes |
+----------------+ +----------------+
|
|
v
+----------------+
| Cache metrics |
| |
| - hit/miss |
| - latency |
| - evictions |
+----------------+
|
v
+----------------+
| Prometheus |
| |
| - scrapes |
| metrics |
| - stores time |
| series data |
+----------------+
|
v
+----------------+
| Grafana |
| |
| - dashboards |
| - alerts |
| - performance |
| analysis |
+----------------+
</pre>
== Requirements ==
* memcached
Optional observability:
* prometheus
* grafana
== Setup ==
Install docker and rust locally.
=== Memcached ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-memcached
Run using:
$ just up
=== Observability ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-observability
Run using:
$ just up
=== Orchestrator ===
See https://gitlab.wikimedia.org/so9q/function-orchestrator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
=== Evaluator ===
See https://gitlab.wikimedia.org/so9q/function-evaluator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
51d2147mnq58k7508o2z3vd5szlwgfd
291458
291457
2026-07-16T10:29:18Z
So9q
3791
/* Orchestrator */ +notice
291458
wikitext
text/x-wiki
== Oveview ==
<pre>User request
|
v
Orchestrator
|
+--> resolve function object
|
+--> resolve dependencies
|
+--> fetch Wikifunctions/Wikidata objects
|
+--> Memcached get/set
|
v
Evaluator</pre>
== Architecture ==
<pre>
Wikifunctions request
|
v
+----------------+
| MediaWiki |
| WikiLambda |
+----------------+
|
v
+-----------------------------+
| Function Orchestrator |
| |
| - resolves functions |
| - resolves dependencies |
| - fetches Wikidata objects |
| - coordinates execution |
+-----------------------------+
| |
| |
v v
+----------------+ +----------------+
| Memcached | | Evaluator |
| | | |
| - ZObjects | | - executes |
| - dependencies | | user code |
| - Wikidata | | - Wasmtime |
| data | | - sandboxes |
+----------------+ +----------------+
|
|
v
+----------------+
| Cache metrics |
| |
| - hit/miss |
| - latency |
| - evictions |
+----------------+
|
v
+----------------+
| Prometheus |
| |
| - scrapes |
| metrics |
| - stores time |
| series data |
+----------------+
|
v
+----------------+
| Grafana |
| |
| - dashboards |
| - alerts |
| - performance |
| analysis |
+----------------+
</pre>
== Requirements ==
* memcached
Optional observability:
* prometheus
* grafana
== Setup ==
Install docker and rust locally.
=== Memcached ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-memcached
Run using:
$ just up
=== Observability ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-observability
Run using:
$ just up
=== Orchestrator ===
See for a justfile https://gitlab.wikimedia.org/so9q/function-orchestrator/-/tree/local-dev?ref_type=heads
{{notice|Notice: Check commit history, some code was changed to improve the caching so if you use this branch your are not running a vanilla orchestrator.}}
Run using:
$ just run
=== Evaluator ===
See https://gitlab.wikimedia.org/so9q/function-evaluator/-/tree/local-dev?ref_type=heads
Run using:
$ just run
suhdtltknlnurxs7z0flkqtr4pexz2v
291459
291458
2026-07-16T10:31:29Z
So9q
3791
+ notice
291459
wikitext
text/x-wiki
== Oveview ==
<pre>User request
|
v
Orchestrator
|
+--> resolve function object
|
+--> resolve dependencies
|
+--> fetch Wikifunctions/Wikidata objects
|
+--> Memcached get/set
|
v
Evaluator</pre>
== Architecture ==
<pre>
Wikifunctions request
|
v
+----------------+
| MediaWiki |
| WikiLambda |
+----------------+
|
v
+-----------------------------+
| Function Orchestrator |
| |
| - resolves functions |
| - resolves dependencies |
| - fetches Wikidata objects |
| - coordinates execution |
+-----------------------------+
| |
| |
v v
+----------------+ +----------------+
| Memcached | | Evaluator |
| | | |
| - ZObjects | | - executes |
| - dependencies | | user code |
| - Wikidata | | - Wasmtime |
| data | | - sandboxes |
+----------------+ +----------------+
|
|
v
+----------------+
| Cache metrics |
| |
| - hit/miss |
| - latency |
| - evictions |
+----------------+
|
v
+----------------+
| Prometheus |
| |
| - scrapes |
| metrics |
| - stores time |
| series data |
+----------------+
|
v
+----------------+
| Grafana |
| |
| - dashboards |
| - alerts |
| - performance |
| analysis |
+----------------+
</pre>
== Requirements ==
* memcached
Optional observability:
* prometheus
* grafana
== Setup ==
Install docker and rust locally.
=== Memcached ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-memcached
Run using:
$ just up
=== Observability ===
See https://gitlab.wikimedia.org/so9q/wikifunctions-observability
Run using:
$ just up
=== Orchestrator ===
See for a justfile https://gitlab.wikimedia.org/so9q/function-orchestrator/-/tree/local-dev?ref_type=heads
{{notice|Notice: Check the commit history, some code was changed to improve the caching so if you use this branch your are not running a vanilla orchestrator.}}
Run using:
$ just run
=== Evaluator ===
See https://gitlab.wikimedia.org/so9q/function-evaluator/-/tree/local-dev?ref_type=heads
{{notice|Notice: Check the commit history, some code was changed to improve the output at startup so if you use this branch your are not running a vanilla evaluator.}}
Run using:
$ just run
a5n4h79wk9frl25jmh18ackptar0lan
Wikifunctions:Type proposals/Words with many forms
4
87959
291465
2026-07-16T11:37:50Z
DVrandecic (WMF)
7
Created page with " = What is the problem? = A word (lexeme) often has several forms, and the right form needs to be selected for a given sentence. For example, in English, the following two sentences use two different forms of the word “''[[d:Lexeme:L536|book]]''”: # He read a ''book'' this month. # He read seven ''books'' this month. English nouns are usually modelled as having two forms, so that is rather simple and small. With Wikifunctions:Type proposals/Syntactic table|syntac..."
291465
wikitext
text/x-wiki
= What is the problem? =
A word (lexeme) often has several forms, and the right form needs to be selected for a given sentence. For example, in English, the following two sentences use two different forms of the word “''[[d:Lexeme:L536|book]]''”:
# He read a ''book'' this month.
# He read seven ''books'' this month.
English nouns are usually modelled as having two forms, so that is rather simple and small. With [[Wikifunctions:Type proposals/Syntactic table|syntactic tables]] we model it with a table with two options, one singular and one plural (example for the noun “''[[Z36617|goose]]''”).
Now, for lexemes with two forms this leads to a table with two options. That’s not very problematic.
But in other languages, some parts of speech can have many different forms. And I just came to German adjectives. German adjectives have three comparison levels (positive, comparative, superlative), two numbers (singular and plural), three genders (feminine, masculine, and neuter), four cases (nominative, dative, genitive, and accusative), and three inflections (strong, weak, and mixed). That’s [https://www.wikifunctions.org/view/en/Z13558?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13558%22%2C%22Z13558K1%22%3A%5B%22Z13518%22%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%223%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%222%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%223%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%224%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%223%22%7D%5D%7D 3x2x3x4x3=216] forms. And three predicative forms.
To see how this can look like, here’s the adjective “''[[d:Lexeme:L343955|braun]]''” (brown) with 147 forms and here’s the page on German Wiktionary that shows all forms for the adjective "''[[:de:wikt:Flexion:schön|schön]]"'' (beautiful). Yeah, German Wiktionary moved it to its own page because it would have been so unwieldy on the page of the word itself. I tried to rebuild a German adjective on Wikifunctions, here’s “''[[Z37431|hoch]]''” (high). It “only” has 129 options, as some of the plural forms collapse along the genders and even the cases sometimes, and thus we can save on these if the functions were careful. But trying to use that in functions lead to trouble with the system ([[phab:T431734|T431734]]).
And that’s just the first kind of lexeme language and part of speech that happened to be a bit bigger.
One question is, can Wikifunctions scale to such big Syntactic tables with hundreds of options? Or do we need another solution?
In the discussion about the [[Wikifunctions:Type proposals/Syntactic type|Syntactic type proposal]], which was the predecessor to the Syntactic table proposal, the community did raise the point that the current proposal will lead to a lot of unnecessary computation. This argument turned out to be correct in practice. This proposal tries to remedy that issue.
= Possible approaches =
== A. Large tables ==
We have built a full table with 129 forms for the German adjective “[[Z37431|''hoch'']]”. This worked, but using them in functions did not ([[phab:T431734|T431734]]). For now it is unclear whether that is a substantial problem or just a minor bug. And even 129 forms is not the end of it: [[:en:wikt:açmak|this Turkish verb on the English Wiktionary]] has more than 300 forms, and [[:tr:wikt:açmak|the same one on the Turkish Wiktionary]] has even more, over 400 forms. In reality, these Lexemes have thousands of forms, and the tables on Wiktionary are woefully incomplete. Lists with so many elements will likely run into recursion limits, as well as being very hard for most users to understand let alone correct.
'''Formatting tables''': formatting content works by formatting every option, as they are all HTML fragments. (This is how the system works right now.)
'''Compatibility to Syntactic tables''': no issue, since they are still just tables.
'''Scalability''': we need to always evaluate every single option, no matter if we need it or not. If a table has a few hundred options, and we bold these, we need to bold a few hundred HTML fragments, and yet in the end we throw all but one out, wasting resources and slowing things down.
'''Plausibility of implementation''': can be done without changes to the backend, but won’t scale in the current system. Making this scale would be quite an effort.
=== Replacing materialized options with function calls ===
Now, one general rule in linguistics (which, as is often true, has plenty of exceptions) is that the more forms a kind of word has, the more regular they are. That’s why the forms in the German Wiktionary are all created from three or four inputs, not from hundreds. Same for the Turkish verbs mentioned above, they even have a single input only.
So instead of having to materialize all the options beforehand, ''i.e.'' making the whole inflection table available with all the individual options, we could collapse some or all of the table options into functions. Here, to visualize it with a small, artificial example in a made-up language:
{| class="wikitable"
|'''Gender \ Number'''
|'''Singular'''
|'''Plural'''
|-
|'''Masculine'''
|blond
|blonds
|-
|'''Feminine'''
|blonde
|blondes
|}
Any such regular table can always be replaced by a function ''form from stem(“blond”, gender, number)''
One example can be seen with [[Z37477|this function implementation for German adjectives]], which takes four base forms (the stems of the positive, comparative, and superlative as well as the positive predicative) and creates all the other functions through function calls.
One interesting question becomes, how do we use these function calls in Wikifunctions? If we evaluate them all beforehand, we create tons of computation that is never used (in fact, of the hundreds of options we know that only one will be used!). So we have two questions: how do we represent these function calls, and how do we integrate them in an NLG system that allows us to merge the individual tables / lexemes into larger sentence fragments and eventually sentences?
== B. Encode them as text in the fragments ==
Instead of having all options materialized, we materialize some, if any of the dimensions of the table, and we string encode the function calls for the remaining dimensions in the fragment. So instead of having the four options for the four forms for the made up language above, we have one function, e.g. <code>Z7133</code>, and placeholders for the two arguments, the number and the gender. As the tables get merged, and we figure out with which specific gender and number the table has to agree with, the placeholders for the arguments get replaced with the respective values, until the arguments are all given and then the function can be evaluated and the correct form replaces the function call.
So the single option for the table above could look like this as a fragment:
<code>※λZ7133blondQQλ※</code>
Say, we now learn that the form has to agree with a feminine noun. Now we replace one of the placeholder arguments and it becomes:
<code>※λZ7133blondQ1775415Qλ※</code>
Once we know that the form has to be singular, the second Q also gets replaced with the respective value. Now we can evaluate the represented function call and just replace it with “blonde”.
The exact syntax of how to store the embedded function calls as strings has plenty of room for bikeshedding. Note that, rather intentionally, in order to keep things reasonably simple, we only have a single level of function calls and do not embed these. Also the argument types are strictly limited to a single string followed by Wikidata item references. Both of these restrictions can be lifted with a smarter syntax.
(B2.) One alternative would be to reuse the syntax of embedded functions we already have instead of introducing a new one. So it would look like this:
<code><nowiki>{{#function:Z7133|blond|Q1775415|Q}}</nowiki></code>
This would have the advantage of having a more powerful syntax (we have a larger selection of arguments and combinations of arguments). It would have the disadvantage of bringing a syntax designed for wikitext into HTML fragments, which might be confusing expectations, users, and implementation.
'''Formatting tables''': since these are HTML fragments, they can be formatted the same way as the current HTML fragments.
'''Compatibility with Syntactic tables''': merge functions need to be aware of this shift. They need to know when to augment the argument list instead of using options, and when to replace the encoded function call with the actual text. But they are compatible otherwise.
'''Plausibility of implementation''': can be done with the system as is.
== C. A new Type for quoted and partial function calls ==
Instead of using text-encoded function calls in unsuspecting HTML fragments, we introduce a new type for essentially the same behaviour, so a real type representing a quoted, potentially partial function call.
We would have a type that looks a lot like a Z7, but is a different type (e.g. a Z77). This type is basically a [[:en:Closure_(computer_programming)|closure]], if I understand it correctly. Unlike a Z7 it does not get evaluated. It also can have missing arguments. Some core functions for this new type are:
* Does the function have all arguments set?
* Set a given argument to a given value
* Evaluate the function call
These functions would be needed in Option B as well, but there they would work on the string syntax.
A list of quoted, partial function calls would then be part of every Syntactic Option, on a new key. The HTML fragments themselves would have placeholders where the results of the function calls would be inserted.
Note that a quoted and partial function call will be a useful type also outside of this particular use case.
'''Formatting tables''': Since we retain the HTML fragments, we can continue to use the current approach for formatting. Boldening a table means we will still create the HTML fragment that bolds the placeholder, and once the function calls are resolved, the placeholder is replaced with the text.
'''Compatibility with Syntactic tables''': We need to add one key to each option, holding a list of quoted and partial function calls. The merge functions need to know about these, add the appropriate arguments, resolve function calls at the right time, and replace placeholders with the result.
'''Plausibility of implementation''': I think that the backend would require some small changes, but the frontend would need quite a bit of fiddly work.
== D. A new type enveloping a lispy representation of function calls ==
This and the next approach assume we are composing the whole text fragment as a function call. This avoids having any placeholders in the HTML fragment. Once the function call is fully specified, it can be evaluated and the result becomes the HTML fragment.
Here we propose to introduce a very simple new type: [[:en:Anonymous_function|anonymous functions]] (also known as lambdas).
It is quite similar to a Z8, but we drop the identity key, we drop the tests, and we allow for only one single composition as the implementation, represented by an untyped list as described below. So the structure is:
* K1: typed list of anonymous argument declarations
* K2: type of the return value
* K3: untyped list
An anonymous argument declaration also has three keys:
* K1: string for the identifier
* K2: type of the argument
* K3: Wikidata item reference for the meaning of the argument
A very simple representation for anonymous functions is to have an untyped list of objects, where the first object is the function to be called and the following are the argument values. (Basically, [[:en:Lisp_(programming_language)|LISP syntax]]. This is also inspired by [[Wikifunctions:Type proposals/Semantic unit|Mahir’s proposal for semantic units]].) if an argument is a function call itself, it is represented by a new list.
Values that are not given yet are represented by a Z18/argument reference.
A list that does not start with a function but has a different type as the first value instead evaluates to itself.
Note that anonymous functions are a useful type outside of this particular use case too. They also cover in their entirety all the use cases for quoted and partial function calls suggested in approach C and are strictly more powerful than these.
'''Formatting tables''':Formatting happens by wrapping the existing function call with the new call, e.g. in order to make a word bold, we take the function creating the word,
[ Z711, “blond”, Q1775415, K1 ]
and turn it into
[ Z36961, [ Z711, “blond”, Q1775415, K1 ] ]
'''Compatibility with Syntactic tables''': there are at least three possible ways on how to use this representation:
D1. We keep the existing structure, and extend syntactic options with a new key that takes a list of anonymous functions. Both the existing key for the list of HTML fragments and this new key may have empty lists. Merge functions would need to know how to use the fragments and the functions correctly. In the end, it should always boil down to just having options with HTML fragments.
D2. On Syntactic options, we replace the existing key with a list of HTML fragments with a list of anonymous functions. Note that a list with HTML fragments evaluates to itself, that means that existing HTML fragments just continue the same way (but would need to be wrapped with the new type).
D3. We entirely replace Syntactic options with an anonymous function call (and drop Syntactic options altogether). All features of options become arguments for the anonymous function call. In that case it would probably also make sense to rename the Syntactic table type, since it's not really a table anymore.
'''Plausibility of implementation''': can be done with the system as is, I think.
== E. A new Type for anonymous functions ==
This approach is basically the same as approach D, but has a more useful internal representation for anonymous function calls. Instead of an untyped list, we use a composition.
The argument declarations are the unbound arguments. We can either make a call to an anonymous function and provide the missing arguments ([[:en:Function_application|application]]), or we can replace one of the arguments with a value, leading to a new anonymous function that has one less argument ([[:en:Partial_application|currying]]). Once the anonymous function has no arguments left, it can be evaluated any time.
'''Formatting tables''': we envelop the implementation with the formatting function.
'''Compatibility with Syntactic tables''': E1, E2 or E3, as with D1, D2, D3 respectively.
'''Plausibility of implementation''': the backend should be able to deal with this pretty much as is, if I understand it correctly. The frontend would need some fiddly work, but that should be roughly comparable to approach C.
= Assessment =
{| class="wikitable"
|
|A
|B
|C
|D
|E
|-
|Can be implemented right away
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>-</nowiki>
|<nowiki>++</nowiki>
|<nowiki>-</nowiki>
|-
|Decent UX with a bit of effort
|<nowiki>+</nowiki>
|<nowiki>- -</nowiki>
|<nowiki>+</nowiki>
|<nowiki>-</nowiki>
|<nowiki>+</nowiki>
|-
|Speed and scalability?
|<nowiki>-</nowiki>
|<nowiki>+</nowiki>
|<nowiki>+</nowiki>
|<nowiki>+</nowiki>
|<nowiki>+</nowiki>
|-
|Allows for composition
|<nowiki>+</nowiki>
|<nowiki>- -</nowiki>
|<nowiki>- -</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|-
|How does it fit with the existing table type?
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>+</nowiki>
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
|Does it allow formatting content?
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|}
'''Denny’s recommendation''': while writing up the problem, although I initially wasn’t clear about how to proceed, I am now in favor of eventually moving to approach E but starting with approach D. Semantically, the lispy representation from D can be transformed automatically into an E, once the system supports anonymous functions in its UX, and until then, we can use the lispy representation. The lispy representation is not great from an UX perspective, but the goal is to replace it with something better. But we wouldn’t be blocked on that better UX in order to proceed. Out of inertia, I would prefer D1, but maybe D3 is the better solution as it is simpler.
aoggi7r2biqy8nk02j6bnqzvunxl4s9
291467
291465
2026-07-16T11:40:43Z
DVrandecic (WMF)
7
/* Assessment */
291467
wikitext
text/x-wiki
= What is the problem? =
A word (lexeme) often has several forms, and the right form needs to be selected for a given sentence. For example, in English, the following two sentences use two different forms of the word “''[[d:Lexeme:L536|book]]''”:
# He read a ''book'' this month.
# He read seven ''books'' this month.
English nouns are usually modelled as having two forms, so that is rather simple and small. With [[Wikifunctions:Type proposals/Syntactic table|syntactic tables]] we model it with a table with two options, one singular and one plural (example for the noun “''[[Z36617|goose]]''”).
Now, for lexemes with two forms this leads to a table with two options. That’s not very problematic.
But in other languages, some parts of speech can have many different forms. And I just came to German adjectives. German adjectives have three comparison levels (positive, comparative, superlative), two numbers (singular and plural), three genders (feminine, masculine, and neuter), four cases (nominative, dative, genitive, and accusative), and three inflections (strong, weak, and mixed). That’s [https://www.wikifunctions.org/view/en/Z13558?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z13558%22%2C%22Z13558K1%22%3A%5B%22Z13518%22%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%223%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%222%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%223%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%224%22%7D%2C%7B%22Z1K1%22%3A%22Z13518%22%2C%22Z13518K1%22%3A%223%22%7D%5D%7D 3x2x3x4x3=216] forms. And three predicative forms.
To see how this can look like, here’s the adjective “''[[d:Lexeme:L343955|braun]]''” (brown) with 147 forms and here’s the page on German Wiktionary that shows all forms for the adjective "''[[:de:wikt:Flexion:schön|schön]]"'' (beautiful). Yeah, German Wiktionary moved it to its own page because it would have been so unwieldy on the page of the word itself. I tried to rebuild a German adjective on Wikifunctions, here’s “''[[Z37431|hoch]]''” (high). It “only” has 129 options, as some of the plural forms collapse along the genders and even the cases sometimes, and thus we can save on these if the functions were careful. But trying to use that in functions lead to trouble with the system ([[phab:T431734|T431734]]).
And that’s just the first kind of lexeme language and part of speech that happened to be a bit bigger.
One question is, can Wikifunctions scale to such big Syntactic tables with hundreds of options? Or do we need another solution?
In the discussion about the [[Wikifunctions:Type proposals/Syntactic type|Syntactic type proposal]], which was the predecessor to the Syntactic table proposal, the community did raise the point that the current proposal will lead to a lot of unnecessary computation. This argument turned out to be correct in practice. This proposal tries to remedy that issue.
= Possible approaches =
== A. Large tables ==
We have built a full table with 129 forms for the German adjective “[[Z37431|''hoch'']]”. This worked, but using them in functions did not ([[phab:T431734|T431734]]). For now it is unclear whether that is a substantial problem or just a minor bug. And even 129 forms is not the end of it: [[:en:wikt:açmak|this Turkish verb on the English Wiktionary]] has more than 300 forms, and [[:tr:wikt:açmak|the same one on the Turkish Wiktionary]] has even more, over 400 forms. In reality, these Lexemes have thousands of forms, and the tables on Wiktionary are woefully incomplete. Lists with so many elements will likely run into recursion limits, as well as being very hard for most users to understand let alone correct.
'''Formatting tables''': formatting content works by formatting every option, as they are all HTML fragments. (This is how the system works right now.)
'''Compatibility to Syntactic tables''': no issue, since they are still just tables.
'''Scalability''': we need to always evaluate every single option, no matter if we need it or not. If a table has a few hundred options, and we bold these, we need to bold a few hundred HTML fragments, and yet in the end we throw all but one out, wasting resources and slowing things down.
'''Plausibility of implementation''': can be done without changes to the backend, but won’t scale in the current system. Making this scale would be quite an effort.
=== Replacing materialized options with function calls ===
Now, one general rule in linguistics (which, as is often true, has plenty of exceptions) is that the more forms a kind of word has, the more regular they are. That’s why the forms in the German Wiktionary are all created from three or four inputs, not from hundreds. Same for the Turkish verbs mentioned above, they even have a single input only.
So instead of having to materialize all the options beforehand, ''i.e.'' making the whole inflection table available with all the individual options, we could collapse some or all of the table options into functions. Here, to visualize it with a small, artificial example in a made-up language:
{| class="wikitable"
|'''Gender \ Number'''
|'''Singular'''
|'''Plural'''
|-
|'''Masculine'''
|blond
|blonds
|-
|'''Feminine'''
|blonde
|blondes
|}
Any such regular table can always be replaced by a function ''form from stem(“blond”, gender, number)''
One example can be seen with [[Z37477|this function implementation for German adjectives]], which takes four base forms (the stems of the positive, comparative, and superlative as well as the positive predicative) and creates all the other functions through function calls.
One interesting question becomes, how do we use these function calls in Wikifunctions? If we evaluate them all beforehand, we create tons of computation that is never used (in fact, of the hundreds of options we know that only one will be used!). So we have two questions: how do we represent these function calls, and how do we integrate them in an NLG system that allows us to merge the individual tables / lexemes into larger sentence fragments and eventually sentences?
== B. Encode them as text in the fragments ==
Instead of having all options materialized, we materialize some, if any of the dimensions of the table, and we string encode the function calls for the remaining dimensions in the fragment. So instead of having the four options for the four forms for the made up language above, we have one function, e.g. <code>Z7133</code>, and placeholders for the two arguments, the number and the gender. As the tables get merged, and we figure out with which specific gender and number the table has to agree with, the placeholders for the arguments get replaced with the respective values, until the arguments are all given and then the function can be evaluated and the correct form replaces the function call.
So the single option for the table above could look like this as a fragment:
<code>※λZ7133blondQQλ※</code>
Say, we now learn that the form has to agree with a feminine noun. Now we replace one of the placeholder arguments and it becomes:
<code>※λZ7133blondQ1775415Qλ※</code>
Once we know that the form has to be singular, the second Q also gets replaced with the respective value. Now we can evaluate the represented function call and just replace it with “blonde”.
The exact syntax of how to store the embedded function calls as strings has plenty of room for bikeshedding. Note that, rather intentionally, in order to keep things reasonably simple, we only have a single level of function calls and do not embed these. Also the argument types are strictly limited to a single string followed by Wikidata item references. Both of these restrictions can be lifted with a smarter syntax.
(B2.) One alternative would be to reuse the syntax of embedded functions we already have instead of introducing a new one. So it would look like this:
<code><nowiki>{{#function:Z7133|blond|Q1775415|Q}}</nowiki></code>
This would have the advantage of having a more powerful syntax (we have a larger selection of arguments and combinations of arguments). It would have the disadvantage of bringing a syntax designed for wikitext into HTML fragments, which might be confusing expectations, users, and implementation.
'''Formatting tables''': since these are HTML fragments, they can be formatted the same way as the current HTML fragments.
'''Compatibility with Syntactic tables''': merge functions need to be aware of this shift. They need to know when to augment the argument list instead of using options, and when to replace the encoded function call with the actual text. But they are compatible otherwise.
'''Plausibility of implementation''': can be done with the system as is.
== C. A new Type for quoted and partial function calls ==
Instead of using text-encoded function calls in unsuspecting HTML fragments, we introduce a new type for essentially the same behaviour, so a real type representing a quoted, potentially partial function call.
We would have a type that looks a lot like a Z7, but is a different type (e.g. a Z77). This type is basically a [[:en:Closure_(computer_programming)|closure]], if I understand it correctly. Unlike a Z7 it does not get evaluated. It also can have missing arguments. Some core functions for this new type are:
* Does the function have all arguments set?
* Set a given argument to a given value
* Evaluate the function call
These functions would be needed in Option B as well, but there they would work on the string syntax.
A list of quoted, partial function calls would then be part of every Syntactic Option, on a new key. The HTML fragments themselves would have placeholders where the results of the function calls would be inserted.
Note that a quoted and partial function call will be a useful type also outside of this particular use case.
'''Formatting tables''': Since we retain the HTML fragments, we can continue to use the current approach for formatting. Boldening a table means we will still create the HTML fragment that bolds the placeholder, and once the function calls are resolved, the placeholder is replaced with the text.
'''Compatibility with Syntactic tables''': We need to add one key to each option, holding a list of quoted and partial function calls. The merge functions need to know about these, add the appropriate arguments, resolve function calls at the right time, and replace placeholders with the result.
'''Plausibility of implementation''': I think that the backend would require some small changes, but the frontend would need quite a bit of fiddly work.
== D. A new type enveloping a lispy representation of function calls ==
This and the next approach assume we are composing the whole text fragment as a function call. This avoids having any placeholders in the HTML fragment. Once the function call is fully specified, it can be evaluated and the result becomes the HTML fragment.
Here we propose to introduce a very simple new type: [[:en:Anonymous_function|anonymous functions]] (also known as lambdas).
It is quite similar to a Z8, but we drop the identity key, we drop the tests, and we allow for only one single composition as the implementation, represented by an untyped list as described below. So the structure is:
* K1: typed list of anonymous argument declarations
* K2: type of the return value
* K3: untyped list
An anonymous argument declaration also has three keys:
* K1: string for the identifier
* K2: type of the argument
* K3: Wikidata item reference for the meaning of the argument
A very simple representation for anonymous functions is to have an untyped list of objects, where the first object is the function to be called and the following are the argument values. (Basically, [[:en:Lisp_(programming_language)|LISP syntax]]. This is also inspired by [[Wikifunctions:Type proposals/Semantic unit|Mahir’s proposal for semantic units]].) if an argument is a function call itself, it is represented by a new list.
Values that are not given yet are represented by a Z18/argument reference.
A list that does not start with a function but has a different type as the first value instead evaluates to itself.
Note that anonymous functions are a useful type outside of this particular use case too. They also cover in their entirety all the use cases for quoted and partial function calls suggested in approach C and are strictly more powerful than these.
'''Formatting tables''':Formatting happens by wrapping the existing function call with the new call, e.g. in order to make a word bold, we take the function creating the word,
[ Z711, “blond”, Q1775415, K1 ]
and turn it into
[ Z36961, [ Z711, “blond”, Q1775415, K1 ] ]
'''Compatibility with Syntactic tables''': there are at least three possible ways on how to use this representation:
D1. We keep the existing structure, and extend syntactic options with a new key that takes a list of anonymous functions. Both the existing key for the list of HTML fragments and this new key may have empty lists. Merge functions would need to know how to use the fragments and the functions correctly. In the end, it should always boil down to just having options with HTML fragments.
D2. On Syntactic options, we replace the existing key with a list of HTML fragments with a list of anonymous functions. Note that a list with HTML fragments evaluates to itself, that means that existing HTML fragments just continue the same way (but would need to be wrapped with the new type).
D3. We entirely replace Syntactic options with an anonymous function call (and drop Syntactic options altogether). All features of options become arguments for the anonymous function call. In that case it would probably also make sense to rename the Syntactic table type, since it's not really a table anymore.
'''Plausibility of implementation''': can be done with the system as is, I think.
== E. A new Type for anonymous functions ==
This approach is basically the same as approach D, but has a more useful internal representation for anonymous function calls. Instead of an untyped list, we use a composition.
The argument declarations are the unbound arguments. We can either make a call to an anonymous function and provide the missing arguments ([[:en:Function_application|application]]), or we can replace one of the arguments with a value, leading to a new anonymous function that has one less argument ([[:en:Partial_application|currying]]). Once the anonymous function has no arguments left, it can be evaluated any time.
'''Formatting tables''': we envelop the implementation with the formatting function.
'''Compatibility with Syntactic tables''': E1, E2 or E3, as with D1, D2, D3 respectively.
'''Plausibility of implementation''': the backend should be able to deal with this pretty much as is, if I understand it correctly. The frontend would need some fiddly work, but that should be roughly comparable to approach C.
= Discussion =
{| class="wikitable"
|
|A
|B
|C
|D
|E
|-
|Can be implemented right away
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>-</nowiki>
|<nowiki>++</nowiki>
|<nowiki>-</nowiki>
|-
|Decent UX with a bit of effort
|<nowiki>+</nowiki>
|<nowiki>- -</nowiki>
|<nowiki>+</nowiki>
|<nowiki>-</nowiki>
|<nowiki>+</nowiki>
|-
|Speed and scalability?
|<nowiki>-</nowiki>
|<nowiki>+</nowiki>
|<nowiki>+</nowiki>
|<nowiki>+</nowiki>
|<nowiki>+</nowiki>
|-
|Allows for composition
|<nowiki>+</nowiki>
|<nowiki>- -</nowiki>
|<nowiki>- -</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|-
|How does it fit with the existing table type?
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>+</nowiki>
|<nowiki>-</nowiki>
|<nowiki>-</nowiki>
|-
|Does it allow formatting content?
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|<nowiki>++</nowiki>
|}
'''Denny’s recommendation''': while writing up the problem, although I initially wasn’t clear about how to proceed, I am now in favor of eventually moving to approach E but starting with approach D. Semantically, the lispy representation from D can be transformed automatically into an E, once the system supports anonymous functions in its UX, and until then, we can use the lispy representation. The lispy representation is not great from an UX perspective, but the goal is to replace it with something better. But we wouldn’t be blocked on that better UX in order to proceed. Out of inertia, I would prefer D1, but maybe D3 is the better solution as it is simpler.
* (Add your comments here)
8u5uqd5moy82al0eu9fmsi42jqkxufz
Wikifunctions:Status updates/2026-07-16
4
87960
291470
2026-07-16T11:47:58Z
DVrandecic (WMF)
7
Fresh Functions weekly
291470
wikitext
text/x-wiki
=== Fresh Functions weekly: 45 new Functions ===
This week we had 45 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. We crossed 4700 functions, and are just one few weeks shy of Wikimania – maybe we can get to a round number during Wikimania? Thanks everybody for contributing!
* {{Z|Z37348}}
* {{Z|Z37353}}
* {{Z|Z37354}}
* {{Z|Z37357}}
* {{Z|Z37361}}
* {{Z|Z37367}}
* {{Z|Z37375}}
* {{Z|Z37387}}
* {{Z|Z37389}}
* {{Z|Z37391}}
* {{Z|Z37393}}
* {{Z|Z37395}}
* {{Z|Z37403}}
* {{Z|Z37415}}
* {{Z|Z37419}}
* {{Z|Z37422}}
* {{Z|Z37424}}
* {{Z|Z37426}}
* {{Z|Z37436}}
* {{Z|Z37441}}
* {{Z|Z37447}}
* {{Z|Z37450}}
* {{Z|Z37454}}
* {{Z|Z37459}}
* {{Z|Z37464}}
* {{Z|Z37465}}
* {{Z|Z37473}}
* {{Z|Z37481}}
* {{Z|Z37482}}
* {{Z|Z37493}}
* {{Z|Z37507}}
* {{Z|Z37510}}
* {{Z|Z37512}}
* {{Z|Z37518}}
* {{Z|Z37533}}
* {{Z|Z37541}}
* {{Z|Z37551}}
* {{Z|Z37609}}
* {{Z|Z37623}}
* {{Z|Z37633}}
* {{Z|Z37640}}
* {{Z|Z37644}}
* {{Z|Z37647}}
* {{Z|Z37655}}
A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.
906a9kq88e4x6g7n1y3aknjy6nufgau
291473
291470
2026-07-16T11:52:13Z
DVrandecic (WMF)
7
291473
wikitext
text/x-wiki
=== News in Types: Thoughts on Wikifunctions Object References ===
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
We have been particularly discussing the proposal for [[Wikifunctions:Type proposals/Wikifunctions object reference|Wikifunctions Object References]] in the team and like it. The only thing we are considering to change is to make it a generic type, stating the object’s type.
Furthermore, we are discussing [[Wikifunctions:Type proposals/Words with many forms|an evolution]] of the (experimental) [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]], as you can see in the top news above.
=== Fresh Functions weekly: 45 new Functions ===
This week we had 45 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. We crossed 4700 functions, and are just one few weeks shy of Wikimania – maybe we can get to a round number during Wikimania? Thanks everybody for contributing!
* {{Z|Z37348}}
* {{Z|Z37353}}
* {{Z|Z37354}}
* {{Z|Z37357}}
* {{Z|Z37361}}
* {{Z|Z37367}}
* {{Z|Z37375}}
* {{Z|Z37387}}
* {{Z|Z37389}}
* {{Z|Z37391}}
* {{Z|Z37393}}
* {{Z|Z37395}}
* {{Z|Z37403}}
* {{Z|Z37415}}
* {{Z|Z37419}}
* {{Z|Z37422}}
* {{Z|Z37424}}
* {{Z|Z37426}}
* {{Z|Z37436}}
* {{Z|Z37441}}
* {{Z|Z37447}}
* {{Z|Z37450}}
* {{Z|Z37454}}
* {{Z|Z37459}}
* {{Z|Z37464}}
* {{Z|Z37465}}
* {{Z|Z37473}}
* {{Z|Z37481}}
* {{Z|Z37482}}
* {{Z|Z37493}}
* {{Z|Z37507}}
* {{Z|Z37510}}
* {{Z|Z37512}}
* {{Z|Z37518}}
* {{Z|Z37533}}
* {{Z|Z37541}}
* {{Z|Z37551}}
* {{Z|Z37609}}
* {{Z|Z37623}}
* {{Z|Z37633}}
* {{Z|Z37640}}
* {{Z|Z37644}}
* {{Z|Z37647}}
* {{Z|Z37655}}
A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.
ifs7upxz4nzkwfeoied9ro2gstf8i95
291474
291473
2026-07-16T11:52:51Z
DVrandecic (WMF)
7
291474
wikitext
text/x-wiki
''(Incomplete, but I have something urgent to do. Give me two or three hours)'' --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 11:52, 16 July 2026 (UTC)
=== News in Types: Thoughts on Wikifunctions Object References ===
We invite you all to create new and discuss the existing [[Wikifunctions:Type proposals|Type proposals]] so we can keep on creating new Types. Thanks to all the community members contributing to the discussion and writing proposals, making it possible to extend the Wikifunctions to new domains!
We have been particularly discussing the proposal for [[Wikifunctions:Type proposals/Wikifunctions object reference|Wikifunctions Object References]] in the team and like it. The only thing we are considering to change is to make it a generic type, stating the object’s type.
Furthermore, we are discussing [[Wikifunctions:Type proposals/Words with many forms|an evolution]] of the (experimental) [[Wikifunctions:Type proposals/Syntactic table|Syntactic tables]], as you can see in the top news above.
=== Fresh Functions weekly: 45 new Functions ===
This week we had 45 new functions. Here is an incomplete list of functions with implementations and passing tests to get a taste of what functions have been created. We crossed 4700 functions, and are just one few weeks shy of Wikimania – maybe we can get to a round number during Wikimania? Thanks everybody for contributing!
* {{Z|Z37348}}
* {{Z|Z37353}}
* {{Z|Z37354}}
* {{Z|Z37357}}
* {{Z|Z37361}}
* {{Z|Z37367}}
* {{Z|Z37375}}
* {{Z|Z37387}}
* {{Z|Z37389}}
* {{Z|Z37391}}
* {{Z|Z37393}}
* {{Z|Z37395}}
* {{Z|Z37403}}
* {{Z|Z37415}}
* {{Z|Z37419}}
* {{Z|Z37422}}
* {{Z|Z37424}}
* {{Z|Z37426}}
* {{Z|Z37436}}
* {{Z|Z37441}}
* {{Z|Z37447}}
* {{Z|Z37450}}
* {{Z|Z37454}}
* {{Z|Z37459}}
* {{Z|Z37464}}
* {{Z|Z37465}}
* {{Z|Z37473}}
* {{Z|Z37481}}
* {{Z|Z37482}}
* {{Z|Z37493}}
* {{Z|Z37507}}
* {{Z|Z37510}}
* {{Z|Z37512}}
* {{Z|Z37518}}
* {{Z|Z37533}}
* {{Z|Z37541}}
* {{Z|Z37551}}
* {{Z|Z37609}}
* {{Z|Z37623}}
* {{Z|Z37633}}
* {{Z|Z37640}}
* {{Z|Z37644}}
* {{Z|Z37647}}
* {{Z|Z37655}}
A [https://www.wikifunctions.org/wiki/Special:ListObjectsByType?type=Z8&orderby=latest complete list of all functions sorted by when they were created] is available.
5hpcdxwnuu66gjzy2jz4hnt293pxnu1
Z37825
0
87961
291475
2026-07-16T11:53:23Z
Jsamwrites
938
291475
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37825"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z34644",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z34644",
"Z34644K1": {
"Z1K1": "Z7",
"Z7K1": "Z33024",
"Z33024K1": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q178940"
}
}
},
"Z33024K2": "Z1002"
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z14392",
"Z14392K2": {
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "C"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "gcc developed in, test"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
9lx2cuox0xsxdd38m8pl51wzzr0n4vs
Z37826
0
87962
291476
2026-07-16T11:55:01Z
Jsamwrites
938
291476
zobject
text/plain
{
"Z1K1": "Z2",
"Z2K1": {
"Z1K1": "Z6",
"Z6K1": "Z37826"
},
"Z2K2": {
"Z1K1": "Z20",
"Z20K1": "Z37805",
"Z20K2": {
"Z1K1": "Z7",
"Z7K1": "Z37805",
"Z37805K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q178940"
}
}
},
"Z20K3": {
"Z1K1": "Z7",
"Z7K1": "Z12696",
"Z12696K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q15777"
}
}
},
"Z2K3": {
"Z1K1": "Z12",
"Z12K1": [
"Z11",
{
"Z1K1": "Z11",
"Z11K1": "Z1002",
"Z11K2": "item developed contains"
}
]
},
"Z2K4": {
"Z1K1": "Z32",
"Z32K1": [
"Z31"
]
},
"Z2K5": {
"Z1K1": "Z12",
"Z12K1": [
"Z11"
]
}
}
1gmi92h30poiw1cyvkktiwcwo2rn2o8