Abstract Wikipedia
abstractwiki
https://abstract.wikipedia.org/wiki/Abstract_Wikipedia:Main_page
MediaWiki 1.47.0-wmf.11
first-letter
Media
Special
Talk
User
User talk
Abstract Wikipedia
Abstract Wikipedia 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
Abstract Wikipedia:Useful functions for article composition
4
386
12678
12086
2026-07-19T17:55:48Z
Waldyrious
896
Split "X verbs Y" and "Xs verb Ys" into two sections, and use a more natural example for the former.
12678
wikitext
text/x-wiki
These functions are considered useful for composing abstract articles, in that they have typical use cases in composing them and have broad support across languages. For more discussion and tracking of fragment functions, see [[:f:Wikifunctions:Abstract Wikipedia/2025 fragment experiments]]. For a list of functions relating to natural language, see [[f:Wikifunctions:Catalogue/Natural language operations/Global language functions]].
== Common sentence templates ==
=== X is a(n) [instance of] Y ===
Function [[f:Z26039|subject is instance of <small>(Z26039)</small>]] creates a sentence in the form {{xt|"X is a(n) [instance of] Y."}} — or abstractly, <code>{{color|red|entity}} is a(n) [instance of] {{color|blue|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q3870}}
: {{color|blue|Class}}: {{Q|Q515}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is a city."}}
: {{color|mediumvioletred|Type}}: [[f:Z6|String <small>(Z6)</small>]]
The '''entity''' field (X in the formula above) should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what the entity is being described as.
Note that, in some languages, this function converts the first letter of the subject's name to uppercase, which may not always be appropriate. If needed, you can use [[f:Z32953]] to undo that behavior.
=== X is a(n) Y Z ===
Function [[f:Z29591|describing entity with adjective / class <small>(Z29591)</small>]] creates a sentence in the form {{xt|"X is a(n) Y Z."}} — or abstractly, <code>{{color|red|entity}} is a(n) {{color|blue|adjective}} {{color|darkorange|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q925}}
: {{color|blue|Adjective}}: {{Q|Q11435}}
: {{color|darkorange|Class}}: {{Q|Q11344}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Mercury is a liquid chemical element."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
=== A(n) X is a(n) [kind of] Y ===
[[f:Z26095]] creates a sentence in the form {{xt|"A(n) X is a(n) [kind of] Y."}} — or abstractly, <code>{{color|red|entity}} is a(n) [kind of] {{color|blue|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q89}}
: {{color|blue|Class}}: {{Q|Q3314483}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"An apple is a fruit."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
The '''entity''' field should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what it is being described as.
=== Xs are Ys ===
[[f:Z26627]] creates a sentence in the form {{xt|"Xs are Ys."}} — or abstractly, <code>{{color|red|entities}} are {{color|blue|classes}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q25894}}
: {{color|blue|Class}}: {{Q|Q110551885}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Antelopes are mammals."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
=== A(n) X is a(n) Y Z ===
Function [[f:Z29743|description of class with adjective and superclass <small>(Z29743)</small>]] creates a sentence in the form {{xt|"A(n) X is a(n) Y Z."}} — or abstractly, <code>A(n) {{color|red|entity}} is a(n) {{color|blue|adjective}} {{color|darkorange|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q15783}}
: {{color|blue|Adjective}}: {{Q|Q16042592}}
: {{color|darkorange|Class}}: {{Q|Q106839123}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"A skateboard is a small means of transport."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
=== X is the Y of Z ===
[[f:Z28016]] creates a sentence in the form {{xt|"X is the Y of Z."}} — or abstractly, <code>{{color|red|subject}} is the {{color|blue|role}} of {{color|darkorange|dependency}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q3870}}
: {{color|blue|Role}}: {{Q|Q5119}}
: {{color|darkorange|Dependency}}: {{Q|Q114}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is the capital city of Kenya."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''role''' field should be which role it serves to the dependency. The '''dependency''' field should be what is related to the subject.
=== X is the Y-est Z in W ===
[[f:Z27243]] creates a sentence in the form {{xt|"X is the Y-est Z in W."}} — or abstractly, <code>{{color|red|entity}} is the {{color|blue|adjectivest}} {{color|darkorange|class}} in {{color|purple|location}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q5413}}
: {{color|blue|Adjective}}: {{Q|Q36253}}
: {{color|darkorange|Class}}: {{Q|Q4022}}
: {{color|purple|Location}}: {{Q|Q48}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Yangtze is the longest river in Asia."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
=== X is a Y in Z ===
[[f:Z26570]] creates a sentence in the form {{xt|"X is a Y in Z."}} — or abstractly, <code>{{color|red|entity}} is a {{color|blue|class}} in {{color|darkorange|location}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q3870}}
: {{color|blue|Class}}: {{Q|Q515}}
: {{color|darkorange|Location}}: {{Q|Q114}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is a city in Kenya."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
The '''entity''' field should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what is being described as. The '''location''' field should say where it is located. It should only be used for physical locations.
=== Xs are Ys of Z ===
[[f:Z32326]] creates a sentence in the form {{xt|"Xs are Ys of Z."}} — or abstractly, <code>{{color|red|subjects}} are {{color|blue|roles}} of {{color|darkorange|dependency}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q523}}
: {{color|blue|Role}}: {{Q|Q31464082}}
: {{color|darkorange|Dependency}}: {{Q|Q9128}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Stars are sources of light."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''role''' field should be which role it serves to the dependency. The '''dependency''' field should be what is related to the subject.
=== X verbs Y ===
{{see also|Abstract Wikipedia:Useful verbs}}
[[f:Z33185]] creates a sentence in the form {{xt|"X verbs Y."}} — or abstractly, <code>{{color|red|subject}} {{color|blue|verbs}} {{color|darkorange|object}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q45}}
: {{color|blue|Verb}}: {{Q|Q133346}}
: {{color|darkorange|Object}}: {{Q|Q29}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: [[f:Z33185]]: {{xt|"Portugal borders Spain."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''object''' field should be the entity or concept that the subject is acting upon or relating to (i.e. what receives the action in the sentence). The '''verb''' field should describe the type of relationship or action between the subject and object, typically expressed as a base concept that can be converted into a natural verb.
=== Xs verb Ys ===
{{see also|Abstract Wikipedia:Useful verbs}}
[[f:Z32531]] creates a sentence in the form {{xt|"Xs verb Ys."}} — or abstractly, <code>{{color|red|subjects}} {{color|blue|verb}} {{color|darkorange|objects}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q523}}
: {{color|blue|Verb}}: {{Q|Q6014822}}
: {{color|darkorange|Object}}: {{Q|Q11426}}
: {{color|dimgray|Language}}: English
: <hr/>
: Results: [[f:Z32531]]: {{xt|"Stars contain metals."}}
: {{color|mediumvioletred|Type}}: [[f:Z11|Monolingual text <small>(Z11)</small>]]
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''object''' field should be the entity or concept that the subject is acting upon or relating to (i.e. what receives the action in the sentence). The '''verb''' field should describe the type of relationship or action between the subject and object, typically expressed as a base concept that can be converted into a natural verb.
== Utilities ==
=== Sentence-case section title from Wikidata label ===
[[f:Z32145]] makes a capitalised section title (level 2 heading), using the label of the chosen Wikidata item from the appropriate language or a fallback.
; Example
: {{color|red|Entity}}: {{Q|Q309}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"<nowiki><h2>History</h2></nowiki>"}}
: {{color|mediumvioletred|Type}}: [[f:Z89|HTML fragment <small>(Z89)</small>]]
=== Plural sentence-case title from Wikidata label ===
[[f:Z32839]] is a plural version of [[f:Z32145]].
; Example
: {{color|red|Entity}}: {{Q|Q121769}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"<nowiki><h2>References</h2></nowiki>"}}
: {{color|mediumvioletred|Type}}: [[f:Z89|HTML fragment <small>(Z89)</small>]]
=== Join text-like objects into HTML fragments ===
[[f:Z32234]] combines certain text-like objects (currently [[f:Z6|strings]], [[f:Z11|monolingual texts]], and [[f:Z89|HTML fragments]]) into one big HTML fragment. It is useful for making multi-sentence paragraphs and avoiding the divide between the 3 types in linguistic functions.
=== Monolingual text as HTML fragment w/ auto-langcode ===
[[f:Z29749]] converts a monolingual text into an HTML fragment. If the target language is not matched, it prepends a language code. This helps to still display a fallback when the functions available to a language are incomplete.
[[Category:Abstract Wikipedia administration|Useful Functions]]
suxmxfb3uer3ei5rcbalgvtdnjgj46k
12681
12678
2026-07-19T18:03:07Z
Waldyrious
896
factor out output types into a common section-level hatnote
12681
wikitext
text/x-wiki
These functions are considered useful for composing abstract articles, in that they have typical use cases in composing them and have broad support across languages. For more discussion and tracking of fragment functions, see [[:f:Wikifunctions:Abstract Wikipedia/2025 fragment experiments]]. For a list of functions relating to natural language, see [[f:Wikifunctions:Catalogue/Natural language operations/Global language functions]].
== Common sentence templates ==
:''All of these functions produce output of type [[f:Z6|String <small>(Z6)</small>]].''
=== X is a(n) [instance of] Y ===
Function [[f:Z26039|subject is instance of <small>(Z26039)</small>]] creates a sentence in the form {{xt|"X is a(n) [instance of] Y."}} — or abstractly, <code>{{color|red|entity}} is a(n) [instance of] {{color|blue|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q3870}}
: {{color|blue|Class}}: {{Q|Q515}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is a city."}}
The '''entity''' field (X in the formula above) should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what the entity is being described as.
Note that, in some languages, this function converts the first letter of the subject's name to uppercase, which may not always be appropriate. If needed, you can use [[f:Z32953]] to undo that behavior.
=== X is a(n) Y Z ===
Function [[f:Z29591|describing entity with adjective / class <small>(Z29591)</small>]] creates a sentence in the form {{xt|"X is a(n) Y Z."}} — or abstractly, <code>{{color|red|entity}} is a(n) {{color|blue|adjective}} {{color|darkorange|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q925}}
: {{color|blue|Adjective}}: {{Q|Q11435}}
: {{color|darkorange|Class}}: {{Q|Q11344}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Mercury is a liquid chemical element."}}
=== A(n) X is a(n) [kind of] Y ===
[[f:Z26095]] creates a sentence in the form {{xt|"A(n) X is a(n) [kind of] Y."}} — or abstractly, <code>{{color|red|entity}} is a(n) [kind of] {{color|blue|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q89}}
: {{color|blue|Class}}: {{Q|Q3314483}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"An apple is a fruit."}}
The '''entity''' field should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what it is being described as.
=== Xs are Ys ===
[[f:Z26627]] creates a sentence in the form {{xt|"Xs are Ys."}} — or abstractly, <code>{{color|red|entities}} are {{color|blue|classes}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q25894}}
: {{color|blue|Class}}: {{Q|Q110551885}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Antelopes are mammals."}}
=== A(n) X is a(n) Y Z ===
Function [[f:Z29743|description of class with adjective and superclass <small>(Z29743)</small>]] creates a sentence in the form {{xt|"A(n) X is a(n) Y Z."}} — or abstractly, <code>A(n) {{color|red|entity}} is a(n) {{color|blue|adjective}} {{color|darkorange|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q15783}}
: {{color|blue|Adjective}}: {{Q|Q16042592}}
: {{color|darkorange|Class}}: {{Q|Q106839123}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"A skateboard is a small means of transport."}}
=== X is the Y of Z ===
[[f:Z28016]] creates a sentence in the form {{xt|"X is the Y of Z."}} — or abstractly, <code>{{color|red|subject}} is the {{color|blue|role}} of {{color|darkorange|dependency}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q3870}}
: {{color|blue|Role}}: {{Q|Q5119}}
: {{color|darkorange|Dependency}}: {{Q|Q114}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is the capital city of Kenya."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''role''' field should be which role it serves to the dependency. The '''dependency''' field should be what is related to the subject.
=== X is the Y-est Z in W ===
[[f:Z27243]] creates a sentence in the form {{xt|"X is the Y-est Z in W."}} — or abstractly, <code>{{color|red|entity}} is the {{color|blue|adjectivest}} {{color|darkorange|class}} in {{color|purple|location}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q5413}}
: {{color|blue|Adjective}}: {{Q|Q36253}}
: {{color|darkorange|Class}}: {{Q|Q4022}}
: {{color|purple|Location}}: {{Q|Q48}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Yangtze is the longest river in Asia."}}
=== X is a Y in Z ===
[[f:Z26570]] creates a sentence in the form {{xt|"X is a Y in Z."}} — or abstractly, <code>{{color|red|entity}} is a {{color|blue|class}} in {{color|darkorange|location}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q3870}}
: {{color|blue|Class}}: {{Q|Q515}}
: {{color|darkorange|Location}}: {{Q|Q114}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is a city in Kenya."}}
The '''entity''' field should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what is being described as. The '''location''' field should say where it is located. It should only be used for physical locations.
=== Xs are Ys of Z ===
[[f:Z32326]] creates a sentence in the form {{xt|"Xs are Ys of Z."}} — or abstractly, <code>{{color|red|subjects}} are {{color|blue|roles}} of {{color|darkorange|dependency}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q523}}
: {{color|blue|Role}}: {{Q|Q31464082}}
: {{color|darkorange|Dependency}}: {{Q|Q9128}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Stars are sources of light."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''role''' field should be which role it serves to the dependency. The '''dependency''' field should be what is related to the subject.
=== X verbs Y ===
{{see also|Abstract Wikipedia:Useful verbs}}
[[f:Z33185]] creates a sentence in the form {{xt|"X verbs Y."}} — or abstractly, <code>{{color|red|subject}} {{color|blue|verbs}} {{color|darkorange|object}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q45}}
: {{color|blue|Verb}}: {{Q|Q133346}}
: {{color|darkorange|Object}}: {{Q|Q29}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: [[f:Z33185]]: {{xt|"Portugal borders Spain."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''object''' field should be the entity or concept that the subject is acting upon or relating to (i.e. what receives the action in the sentence). The '''verb''' field should describe the type of relationship or action between the subject and object, typically expressed as a base concept that can be converted into a natural verb.
=== Xs verb Ys ===
{{see also|Abstract Wikipedia:Useful verbs}}
[[f:Z32531]] creates a sentence in the form {{xt|"Xs verb Ys."}} — or abstractly, <code>{{color|red|subjects}} {{color|blue|verb}} {{color|darkorange|objects}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q523}}
: {{color|blue|Verb}}: {{Q|Q6014822}}
: {{color|darkorange|Object}}: {{Q|Q11426}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: [[f:Z32531]]: {{xt|"Stars contain metals."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''object''' field should be the entity or concept that the subject is acting upon or relating to (i.e. what receives the action in the sentence). The '''verb''' field should describe the type of relationship or action between the subject and object, typically expressed as a base concept that can be converted into a natural verb.
== Utilities ==
:''All of these functions produce output of type [[f:Z89|HTML fragment <small>(Z89)</small>]].''
=== Sentence-case section title from Wikidata label ===
[[f:Z32145]] makes a capitalised section title (level 2 heading), using the label of the chosen Wikidata item from the appropriate language or a fallback.
; Example
: {{color|red|Entity}}: {{Q|Q309}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"<nowiki><h2>History</h2></nowiki>"}}
=== Plural sentence-case title from Wikidata label ===
[[f:Z32839]] is a plural version of [[f:Z32145]].
; Example
: {{color|red|Entity}}: {{Q|Q121769}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"<nowiki><h2>References</h2></nowiki>"}}
=== Join text-like objects into HTML fragments ===
[[f:Z32234]] combines certain text-like objects (currently [[f:Z6|strings]], [[f:Z11|monolingual texts]], and [[f:Z89|HTML fragments]]) into one big HTML fragment. It is useful for making multi-sentence paragraphs and avoiding the divide between the 3 types in linguistic functions.
=== Monolingual text as HTML fragment w/ auto-langcode ===
[[f:Z29749]] converts a monolingual text into an HTML fragment. If the target language is not matched, it prepends a language code. This helps to still display a fallback when the functions available to a language are incomplete.
[[Category:Abstract Wikipedia administration|Useful Functions]]
pcw0gs5w2lxabk29900xucl9lfwq97j
12690
12681
2026-07-20T07:44:18Z
EatingCarBatteries
1378
format
12690
wikitext
text/x-wiki
These functions are considered useful for composing abstract articles, in that they have typical use cases in composing them and have broad support across languages.
For more discussion and tracking of fragment functions, see [[:f:Wikifunctions:Abstract Wikipedia/2025 fragment experiments|Wikifunctions:Abstract Wikipedia/2025 fragment experiments]].
For a list of functions relating to natural language, see [[f:Wikifunctions:Catalogue/Natural language operations/Global language functions|Wikifunctions:Catalogue/Natural language operations/Global language functions]].
== Common sentence templates ==
:''All of these functions produce output of type [[f:Z6|String <small>(Z6)</small>]].''
=== X is a(n) [instance of] Y ===
Function [[f:Z26039|subject is instance of <small>(Z26039)</small>]] creates a sentence in the form {{xt|"X is a(n) [instance of] Y."}} — or abstractly, <code>{{color|red|entity}} is a(n) [instance of] {{color|blue|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q3870}}
: {{color|blue|Class}}: {{Q|Q515}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is a city."}}
The '''entity''' field (X in the formula above) should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what the entity is being described as.
Note that, in some languages, this function converts the first letter of the subject's name to uppercase, which may not always be appropriate. If needed, you can use [[f:Z32953]] to undo that behavior.
=== X is a(n) Y Z ===
Function [[f:Z29591|describing entity with adjective / class <small>(Z29591)</small>]] creates a sentence in the form {{xt|"X is a(n) Y Z."}} — or abstractly, <code>{{color|red|entity}} is a(n) {{color|blue|adjective}} {{color|darkorange|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q925}}
: {{color|blue|Adjective}}: {{Q|Q11435}}
: {{color|darkorange|Class}}: {{Q|Q11344}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Mercury is a liquid chemical element."}}
=== A(n) X is a(n) [kind of] Y ===
[[f:Z26095]] creates a sentence in the form {{xt|"A(n) X is a(n) [kind of] Y."}} — or abstractly, <code>{{color|red|entity}} is a(n) [kind of] {{color|blue|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q89}}
: {{color|blue|Class}}: {{Q|Q3314483}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"An apple is a fruit."}}
The '''entity''' field should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what it is being described as.
=== Xs are Ys ===
[[f:Z26627]] creates a sentence in the form {{xt|"Xs are Ys."}} — or abstractly, <code>{{color|red|entities}} are {{color|blue|classes}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q25894}}
: {{color|blue|Class}}: {{Q|Q110551885}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Antelopes are mammals."}}
=== A(n) X is a(n) Y Z ===
Function [[f:Z29743|description of class with adjective and superclass <small>(Z29743)</small>]] creates a sentence in the form {{xt|"A(n) X is a(n) Y Z."}} — or abstractly, <code>A(n) {{color|red|entity}} is a(n) {{color|blue|adjective}} {{color|darkorange|class}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q15783}}
: {{color|blue|Adjective}}: {{Q|Q16042592}}
: {{color|darkorange|Class}}: {{Q|Q106839123}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"A skateboard is a small means of transport."}}
=== X is the Y of Z ===
[[f:Z28016]] creates a sentence in the form {{xt|"X is the Y of Z."}} — or abstractly, <code>{{color|red|subject}} is the {{color|blue|role}} of {{color|darkorange|dependency}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q3870}}
: {{color|blue|Role}}: {{Q|Q5119}}
: {{color|darkorange|Dependency}}: {{Q|Q114}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is the capital city of Kenya."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''role''' field should be which role it serves to the dependency. The '''dependency''' field should be what is related to the subject.
=== X is the Y-est Z in W ===
[[f:Z27243]] creates a sentence in the form {{xt|"X is the Y-est Z in W."}} — or abstractly, <code>{{color|red|entity}} is the {{color|blue|adjectivest}} {{color|darkorange|class}} in {{color|purple|location}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q5413}}
: {{color|blue|Adjective}}: {{Q|Q36253}}
: {{color|darkorange|Class}}: {{Q|Q4022}}
: {{color|purple|Location}}: {{Q|Q48}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Yangtze is the longest river in Asia."}}
=== X is a Y in Z ===
[[f:Z26570]] creates a sentence in the form {{xt|"X is a Y in Z."}} — or abstractly, <code>{{color|red|entity}} is a {{color|blue|class}} in {{color|darkorange|location}}</code>.
; Example
: {{color|red|Entity}}: {{Q|Q3870}}
: {{color|blue|Class}}: {{Q|Q515}}
: {{color|darkorange|Location}}: {{Q|Q114}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Nairobi is a city in Kenya."}}
The '''entity''' field should be the subject (typically, but not always, your abstract article's subject). The '''class''' field should be what is being described as. The '''location''' field should say where it is located. It should only be used for physical locations.
=== Xs are Ys of Z ===
[[f:Z32326]] creates a sentence in the form {{xt|"Xs are Ys of Z."}} — or abstractly, <code>{{color|red|subjects}} are {{color|blue|roles}} of {{color|darkorange|dependency}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q523}}
: {{color|blue|Role}}: {{Q|Q31464082}}
: {{color|darkorange|Dependency}}: {{Q|Q9128}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"Stars are sources of light."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''role''' field should be which role it serves to the dependency. The '''dependency''' field should be what is related to the subject.
=== X verbs Y ===
{{see also|Abstract Wikipedia:Useful verbs}}
[[f:Z33185]] creates a sentence in the form {{xt|"X verbs Y."}} — or abstractly, <code>{{color|red|subject}} {{color|blue|verbs}} {{color|darkorange|object}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q45}}
: {{color|blue|Verb}}: {{Q|Q133346}}
: {{color|darkorange|Object}}: {{Q|Q29}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: [[f:Z33185]]: {{xt|"Portugal borders Spain."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''object''' field should be the entity or concept that the subject is acting upon or relating to (i.e. what receives the action in the sentence). The '''verb''' field should describe the type of relationship or action between the subject and object, typically expressed as a base concept that can be converted into a natural verb.
=== Xs verb Ys ===
{{see also|Abstract Wikipedia:Useful verbs}}
[[f:Z32531]] creates a sentence in the form {{xt|"Xs verb Ys."}} — or abstractly, <code>{{color|red|subjects}} {{color|blue|verb}} {{color|darkorange|objects}}</code>.
; Example
: {{color|red|Subject}}: {{Q|Q523}}
: {{color|blue|Verb}}: {{Q|Q6014822}}
: {{color|darkorange|Object}}: {{Q|Q11426}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: [[f:Z32531]]: {{xt|"Stars contain metals."}}
The '''subject''' field should be the subject (typically, but not always, your abstract article's subject). The '''object''' field should be the entity or concept that the subject is acting upon or relating to (i.e. what receives the action in the sentence). The '''verb''' field should describe the type of relationship or action between the subject and object, typically expressed as a base concept that can be converted into a natural verb.
== Utilities ==
:''All of these functions produce output of type [[f:Z89|HTML fragment <small>(Z89)</small>]].''
=== Sentence-case section title from Wikidata label ===
[[f:Z32145]] makes a capitalised section title (level 2 heading), using the label of the chosen Wikidata item from the appropriate language or a fallback.
; Example
: {{color|red|Entity}}: {{Q|Q309}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"<nowiki><h2>History</h2></nowiki>"}}
=== Plural sentence-case title from Wikidata label ===
[[f:Z32839]] is a plural version of [[f:Z32145]].
; Example
: {{color|red|Entity}}: {{Q|Q121769}}
: {{color|dimgray|Language}}: English
: <hr/>
: Result: {{xt|"<nowiki><h2>References</h2></nowiki>"}}
=== Join text-like objects into HTML fragments ===
[[f:Z32234]] combines certain text-like objects (currently [[f:Z6|strings]], [[f:Z11|monolingual texts]], and [[f:Z89|HTML fragments]]) into one big HTML fragment. It is useful for making multi-sentence paragraphs and avoiding the divide between the 3 types in linguistic functions.
=== Monolingual text as HTML fragment w/ auto-langcode ===
[[f:Z29749]] converts a monolingual text into an HTML fragment. If the target language is not matched, it prepends a language code. This helps to still display a fallback when the functions available to a language are incomplete.
[[Category:Abstract Wikipedia administration|Useful Functions]]
brhvoq3wv4gd8bd4y7dd8hgynj1jnm3
Abstract Wikipedia:Requests for deletion
4
450
12685
12504
2026-07-19T23:44:22Z
Feeglgeef
36
/* Scholarly articles */ reply to VIGNERON: Sure, sounds good. (-) ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]])
12685
wikitext
text/x-wiki
__NEWSECTIONLINK__
This page is the venue to request for the deletion of pages that cannot be speedy deleted (see also [[Template:Delete]]).
[[Category:Abstract Wikipedia administration]]
== Scholarly articles ==
* [[Q67404404]] {{Q|67404404}}
* [[Q50082993]] {{Q|50082993}}
* [[Q68271926]] {{Q|68271926}}
* [[Q114133712]] {{Q|114133712}}
There is very little abstract encyclopedic content that can come out of a page about a specific, non-notable scholarly article. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 19:07, 18 May 2026 (UTC)
:We currently don't have a community-ratified definition of notability. I've tried to kick off this discussion [[Project:Notability|here]]. For now, I ask that stewards/global sysops '''wait''' until we come to a consensus on a policy. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:10, 18 May 2026 (UTC)
::{{ping|JJPMaster}} very interesting request. I'm not entirely sure... I would tend to agree for these papers but not all of them ({{Q|Q30249683}} exists on 16 Wikipedias for instance), so where to put the threshold between notable and non-notable? on which criteria? Anyway, I agree to ''wait'' until the community reach a consensus on what is notable on AW. Also, I'm pinging {{ping|Immanuelle}} who created these articles. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 14:13, 30 May 2026 (UTC)
:::{{ping|Feeglgeef}} the notability discussion does seems to be moving, meanwhile it's seems more and more obvious that these page are not good (see the deletion request below too). Should we still wait? I don't think so anymore. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 08:36, 19 July 2026 (UTC)
:::: Sure, sounds good. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:44, 19 July 2026 (UTC)
*{{vd}} low quality, no response or improvement. The case for significance of these topics is not made in the articles. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 07:26, 15 July 2026 (UTC)
== [[Q6489603]] ==
See [[Talk:Q6489603]]. This does not work as a category, it is more an article about a category. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:34, 31 May 2026 (UTC)
: Under my [[Abstract Wikipedia:Notability|proposed notability guideline]], this would not be notable, so I {{s}} deletion [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:30, 31 May 2026 (UTC)
::@[[User:Ameisenigel|Ameisenigel]] @[[User:Feeglgeef|Feeglgeef]] Although the page has been deleted, I believe that the vague wording related to categories (and templates) should be clarified. Please review and improve the deletion policy to help current and future contributors better understand how categories are handled. Refer [[Abstract Wikipedia talk:Deletion policy#Categories]] [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 15:07, 18 June 2026 (UTC)
:{{Done|Deleted}} <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:07, 17 June 2026 (UTC)
== Creations by XeNivalys ==
[[user:XeNivalys]] has posted several pages as part of their cross-wiki spam crusade. Please delete them all and if possible issue a block. --[[User:Bedivere|Bedivere]] ([[User talk:Bedivere|talk]]) 04:53, 9 June 2026 (UTC)
:{{Done|Deleted}}. 🪶-[[User:Tanbiruzzaman|<span style="font-family:monospace;color:#006400;letter-spacing:1px;">TΛNBIRUZZΛMΛN</span>]] ([[User talk:Tanbiruzzaman|💬]]) 08:33, 9 June 2026 (UTC)
== auto-created broken articles ==
I suggest we do a bit of a cleanup of pages that were created by a software tool, using immature functions that have been deprecated for months, that would be very annoying to clean up by hand. So I propose deletion of the following (feel free to add to this list anything that matches this description). No prejudice to re-creation if anyone wants to make them good. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 07:20, 15 July 2026 (UTC)
* [[Q11378973]]
* [[Q11433427]]
* [[Q11395853]]
* [[Q11465292]]
* [[Q11467693]]
* [[Q7768]]
[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 07:20, 15 July 2026 (UTC)
: I thout the same, or even more: I would like to discuss if it is best to delete outdated articles. There is a lot of discussion and critique about a lot of those articles. I think in particular to articles created by @Immanuelle, that are not edited afterwards by somebody else. Those articles were a) created in mass and b) most of them with outdated functions. PS: I value the attempt of use:Immanuelle and hope to see him/her to continue on this project, now or later. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 07:44, 15 July 2026 (UTC)
::Ping [[User:Immanuelle]]. Do you mind if we heavily clean up some of your contributions? --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 08:25, 15 July 2026 (UTC)
: Articles created by [[User:Immanuelle]] and not edited after creation. I would like to propose to delete these (if not already mentioned above):
:*[[Q29682]] Sumiyoshi Shrine
:*[[Q135040386]] Takeihakatsuno Shrine
:*[[Q63471]] Omura Shrine
:*[[Q65320]] Iwa Shrine
:*[[Q94057]] Olive Shrine
:*[[Q94317]] Kikuchi Shrine
:*[[Q94760]] Kotohira-gū
:*[[Q116140]] Tado Taisha
:*[[Q133753]] Shiogama Shrine
:*[[Q135732]] Ōagata Shrine
:*[[Q137707]] Katō Shrine
:*[[Q167136]] Kengun Shrine
:*[[Q172253]] Amatsu Shrine
:*[[Q195684]] Yahiko Shrine
:*[[Q199699]] Tsurumine Hachiman Shrine
:*[[Q211522]] Sannō Shrine
:*[[Q246469]] Wakasa Shrine
:*[[Q246479]] Ikoma Shrine
:*[[Q246667]] Hakuto Shrine
:*[[Q251160]] Ōgamiyama Shrine
:*[[Q251682]] Yūtoku Inari Shrine
:*[[Q276779]] Kifune Shrine
:*[[Q276830]] Seimei Shrine
:*[[Q276831]] Mitami Shrine
:*[[Q283483]] Kanō Tenmangū
:*[[Q288248]] Tokorozawa Shinmei Shrine
:*[[Q703904]] Oyamazumi Shrine
:*[[Q704219]] Terukuni Shrine
:*[[Q704430]] Udo Jingū
:*[[Q704622]] Kirishima Jingū
:*[[Q704636]] Naminoue Shrine
:*[[Q704686]] Miyazaki Jingū
:*[[Q704702]] Shirayama Hime Shrine
:*[[Q704855]] Hōkoku Shrine
:*[[Q704865]] Hida Ichinomiya Minashi Shrine
:*[[Q704876]] Kasama Inari Shrine
:*[[Q704890]] Tosa Shrine
:*[[Q704898]] Hōfu Tenmangū
:*[[Q705136]] Tsushima Shrine
:*[[Q705297]] Nishinomiya Shrine
:*[[Q705303]] Shirahige Shrine
:*[[Q705310]] Hakone Shrine
:*[[Q705542]] Ōmiwa Shrine
:*[[Q706499]] Kashima Jingū
:*[[Q11360548]] Kamitakano Shrine
:*[[Q11360577]] Shimonaka Hachiman
:*[[Q11360668]] Shimohara-hachiman Shrine
:*[[Q11360748]] Shimomasuda Shrine
:*[[Q11360904]] Shimogoryō Shrine
:*[[Q11361253]] Shimoshinmei Tenso Shrine
:*[[Q11361494]] Shimodate Haguro Shrine
:*[[Q11361528]] Shimoshiotsu Shrine
:*[[Q11361819]] Fuba-hachimangu
:*[[Q23548]] National Aeronautics and Space Administration
:*[[Q11691]] stock exchange
:*[[Q42274]] Google Earth
:*[[Q80228]] bottle
:*[[Q173799]] entertainment
:*[[Q18123741]] infectious disease
:*[[Q16550]] Breithorn
:*[[Q569243]] Universiti Brunei Darussalam
:*[[Q602]] Rhône
:*[[Q15928]] Velenje
:*[[Q45677]] Château de Choisy
:*[[Q503530]] Sioma Ngwezi National Park
:*[[Q499550]] Smith Islands National Park
:*[[Q503518]] Lower Zambezi National Park
:*[[Q150]] French
:*[[Q404]] HTTP 404
:*[[Q42397345]] 307 Temporary Redirect
:*[[Q38897603]] Observations on urethral infection in the male.
:*[[Q379519]] Mid-Autumn Festival
:*[[Q45470]] Sasuke Inari Shrine
:*[[Q372380]] Katori Jingū
:*[[Q385407]] Ōmi Jingū
:*[[Q482065]] Atsuta Jingū
:*[[Q521319]] Takekoma Inari Shrine
:*[[Q631373]] Kashii-gū
:*[[Q5151]] month
:*[[Q444]] Lech Wałęsa
:*[[Q555]] Rachel Maddow
:*[[Q999]] astatine
:*[[Q461391]] Gavin Newsom
:*[[Q868]] Aristotle
:*[[Q9181]] Abraham
:*[[Q91]] Abraham Lincoln
:*[[Q3783]] Amazon
:*[[Q10987]] honey
:*[[Q11663]] weather
:*[[Q884]] South Korea
:*[[Q7235]] Sophocles
:*[[Q11002]] sugar
:*[[Q376]] clock
:*[[Q11391]] ultraviolet radiation
:*[[Q9358]] Friedrich Nietzsche
:*[[Q7317]] Giuseppe Verdi
:*[[Q13217298]] Giza Necropolis
:*[[Q2487]] Thirty Years' War
:*[[Q8269]] The Tale of Genji
:*[[Q9438]] Thomas Aquinas
:*[[Q8743]] Thomas Edison
:*[[Q12514]] Three Gorges Dam
:*[[Q80]] Tim Berners-Lee
:*[[Q8736]] Treaty of Versailles
:*[[Q8467]] Umar ibn Al-Khattāb
:*[[Q8740]] Vietnam War
:*[[Q7355]] Yellow River
:*[[Q11205]] arithmetic
:*[[Q6206]] capitalism
:*[[Q573]] day
:*[[Q8047]] enzyme
:*[[Q8597]] Akbar
:*[[Q8409]] Alexander the Great
:*[[Q7850]] Chinese
:*[[Q8275]] Iliad
:*[[Q37660]] South China Sea
:*[[Q313]] Venus
:*[[Q362]] World War II
:*[[Q12078]] cancer
:*[[Q199804]] chronic obstructive pulmonary disease
:*[[Q8142]] currency
:*[[Q7430]] deoxyribonucleic acid
:*[[Q12493]] dome
:*[[Q2095]] food
:*[[Q937]] Albert Einstein
:*[[Q12104]] Avena sativa
:*[[Q612]] Dubai
:*[[Q905]] Franz Kafka
:*[[Q5588]] Frida Kahlo
:*[[Q125851781]] Fâtih Sultan Mehemmed Han
:*[[Q7742]] Louis XIV of France
:*[[Q5816]] Mao Zedong
:*[[Q1218]] Jerusalem
:*[[Q12554]] Middle Ages
:*[[Q517]] Napoleon
:*[[Q5599]] Peter Paul Rubens
:*[[Q5577]] Salvador Dalí
:*[[Q12099]] Secale cereale
:*[[Q9316]] Sikhism
:*[[Q933]] South Pole
:*[[Q254]] Wolfgang Amadeus Mozart
:*[[Q9683]] Tang dynasty
:*[[Q9121]] atom
:*[[Q5322]] capacitor
:*[[Q7164]] World Bank
:*[[Q3559]] comet
:*[[Q6186]] communism
:*[[Q258]] South Africa
:*[[Q317]] dictatorship
:*[[Q11651]] electric current
:*[[Q8162]] linguistics
:*[[Q11468]] nanotechnology
:*[[Q8461]] racism
:*[[Q9165]] soul
:*[[Q287]] wood
:*[[Q6388]] swimming
:*[[Q12214]] smallpox
:*[[Q9794]] reggae
:*[[Q7380]] primate
:*[[Q11372]] physical chemistry
:*[[Q9404]] nervous system
:*[[Q382441]] marine mammal
:*[[Q3]] life
:*[[Q11028]] information
:*[[Q7075]] library
:*[[Q1072]] heart
:*[[Q11364]] hormone
:*[[Q8458]] human rights
:*[[Q8492]] juice
:*[[Q82571]] linear algebra
:*[[Q12800]] machine gun
:*[[Q12167]] malnutrition
:*[[Q10990]] meat
:*[[Q7269]] monarchy
:*[[Q11426]] metal
:*[[Q6235]] nationalism
:*[[Q12739]] nuclear power
:*[[Q11472]] paper
:*[[Q12195]] poliomyelitis
:*[[Q10998]] potato
:*[[Q7372]] shark
:*[[Q5916]] spaceflight
:*[[Q42527]] spice
:*[[Q7553]] translation
:*[[Q808]] virus
:*[[Q8072]] volcano
:*[[Q12876]] tank
:*[[Q8188]] syllable
:*[[Q10737]] suicide
:*[[Q1511]] Richard Wagner
:*[[Q7315]] Pyotr Ilyich Tchaikovsky
:*[[Q11518]] Pythagorean theorem
:*[[Q11451199]] List of Shikinaisha in Aki Province
:*[[Q11379]] energy
:*[[Q9103]] female breast
:*[[Q11435]] liquid
:*[[Q86]] headache
:*[[Q11573]] metre
:*[[Q8495]] milk
:*[[Q11009]] nut
:*[[Q5994]] piano
:*[[Q11474]] plastic
:*[[Q11423]] mass
:*[[Q11190]] medicine
:*[[Q9492]] probability
:*[[Q9465]] ethics
:*[[Q619]] Nicolaus Copernicus
:*[[Q1399]] Niccolò Machiavelli
:*[[Q9049]] Noam Chomsky
:*[[Q332]] Neptune
:*[[Q7176]] Naguib Mahfouz
:*[[Q5592]] Michelangelo
:*[[Q5513]] Lake Baikal
:*[[Q5679]] Lord Byron
:*[[Q7071]] Li Bai
:*[[Q7259]] Ada Lovelace
:*[[Q7172]] League of Arab States
:*[[Q5879]] Johann Wolfgang von Goethe
:*[[Q169470]] physicist
:*[[Q719665]] Inari
:*[[Q276944]] Ōkuninushi
:*[[Q386563]] Ōyamatsumi
:*[[Q1474187]] Watatsumi
:*[[Q352]] Adolf Hitler
:*[[Q7251]] Alan Turing
:*[[Q5484]] Caspian Sea
:*[[Q9592]] Catholic Church
:*[[Q160]] Cetacea
:*[[Q3044]] Charlemagne
:*[[Q7207]] Elizabeth I of England
:*[[Q181765]] Holy Roman Emperor
:*[[Q12138]] Gregorian calendar
:*[[Q9089]] Hinduism
:*[[Q7226]] Joan of Arc
:*[[Q9317]] John Maynard Keynes
:*[[Q5603]] Andy Warhol
:*[[Q1357]] Araneae
:*[[Q1828555]] Arabic script
:*[[Q5685]] Anton Chekhov
:*[[Q748]] Buddhism
:*[[Q500]] Citrus × limon
:*[[Q3503]] Congo
:*[[Q8413]] Constantine the Great
:*[[Q1043]] Carl Linnaeus
:*[[Q303]] Elvis Presley
:*[[Q9130]] Erwin Schrödinger
:*[[Q8007]] Franklin Delano Roosevelt
:*[[Q5432]] Francisco Goya
:*[[Q5089]] Ganges
:*[[Q8778]] Galen
:*[[Q9235]] Georg Wilhelm Friedrich Hegel
:*[[Q720]] Genghis Khan
:*[[Q188]] German
:*[[Q7895]] reproductive system
:*[[Q15969]] Jean Améry
:*[[Q20925]] 1986 Belgian Grand Prix
:*[[Q96221]] Heinrich Ehrhardt
:*[[Q77534]] Doris Pack
:*[[Q454]] peace
:*[[Q5251735]] defuzzification
:*[[Q11408]] magnetic field
:*[[Q9368]] liver
:*[[Q9620]] nerve
:*[[Q11756]] prehistory
:*[[Q851]] Saudi Arabia
:*[[Q9215]] Sigmund Freud
:*[[Q332062]] Sorghum bicolor
:*[[Q9202]] Statue of Liberty
:*[[Q1049]] Sudan
:*[[Q35355]] Sumer
:*[[Q8251]] The Art of War
:*[[Q1071]] geography
:*[[Q5325]] inductor
:*[[Q205]] infinity
:*[[Q12140]] medication
:*[[Q627]] nitrogen
:*[[Q12802]] nuclear weapon
:*[[Q569]] beryllium
:*[[Q618]] boron
:*[[Q650]] fluorine
:*[[Q654]] neon
:*[[Q658]] sodium
:*[[Q663]] aluminium
:*[[Q670]] silicon
:*[[Q682]] sulfur
:*[[Q706]] calcium
:*[[Q722]] vanadium
:*[[Q725]] chromium
:*[[Q731]] manganese
:*[[Q677]] iron
:*[[Q740]] cobalt
:*[[Q744]] nickel
:*[[Q758]] zinc
:*[[Q1304]] livermorium
:*[[Q1103]] iodine
:*[[Q1108]] caesium
:*[[Q888]] krypton
:*[[Q938]] strontium
:*[[Q941]] yttrium
:*[[Q1046]] niobium
:*[[Q1053]] molybdenum
:*[[Q1054]] technetium
:*[[Q1086]] ruthenium
:*[[Q1087]] rhodium
:*[[Q1090]] silver
:*[[Q1094]] indium
:*[[Q1099]] antimony
:*[[Q7159]] African Union
:*[[Q9546]] Al-Ghazali
:*[[Q5580]] Albrecht Dürer
:*[[Q7374]] Alfred Hitchcock
:*[[Q727]] Amsterdam
:*[[Q1340]] Antonio Vivaldi
:*[[Q7298]] Antonín Dvořák
:*[[Q10872]] Archaea
:*[[Q8589]] Ashoka
:*[[Q8018]] Augustine of Hippo
:*[[Q7768]] Association of Southeast Asian Nations
:*[[Q1486]] Buenos Aires
:*[[Q9045]] Chanakya Kautilya
:*[[Q2042]] Charles de Gaulle
:*[[Q882]] Charlie Chaplin
:*[[Q7322]] Christopher Columbus
:*[[Q81513]] Citrus
:*[[Q8209]] Cyrillic script
:*[[Q1067]] Dante Alighieri
:*[[Q7939]] El Niño
:*[[Q613]] Emirate of Dubai
:*[[Q8272]] Epic of Gilgamesh
:*[[Q115]] Ethiopia
:*[[Q8747]] Euclid
:*[[Q5683]] Geoffrey Chaucer
:*[[Q8229]] Latin script
:*[[Q4918]] Mediterranean Sea
:*[[Q25326]] Mollusca
:*[[Q9458]] Muhammad
:*[[Q5185]] Nematoda
:*[[Q11379325]] Izawa Shrine
:*[[Q11379739]] Imari Shrine
:*[[Q575650]] Rust
:*[[Q34010]] Haskell
:*[[Q978185]] TypeScript
:*[[Q479833]] batch file
:*[[Q42979]] BASIC
:*[[Q131140]] COBOL
:*[[Q648619]] F#
:*[[Q334879]] Erlang
:*[[Q83303]] Fortran
:*[[Q2613697]] Julia
:*[[Q207316]] Lua
:*[[Q212587]] OCaml
:*[[Q840410]] PowerShell
:*[[Q235086]] Smalltalk
:*[[Q17147733]] Swift
:*[[Q582706]] Israeli settlement
:*[[Q1107129]] sōja
:*[[Q127866012]] A Simple Example for Linear Partial Differential Equations and Its Solution Using the Method of Separation of Variables
:*[[Q30249683]] Attention Is All You Need
:*[[Q210907]] Haida Gwaii
:*[[Q9876]] Vught
:*[[Q13489381]] effective altruism
:*[[Q82945199]] Alfréd von Adda
:*[[Q114133712]] Evaluating the biological validity of European river typology systems with least disturbed benthic macroinvertebrate communities
:*[[Q68271926]] Spectroscopic evidence of infall and outflow around intermediate high-mass YSOs in the Mon OB1 dark cloud
:*[[Q63308014]] (222315) 2000 ST367
:*[[Q50082993]] Comparison of the applicability of Demirjian and Willems methods for dental age estimation in children from the Thrace region, Turkey.
:*[[Q31266481]] Cerro Guayaquil
:*[[Q4180914]] Test d'évaluation du français
:*[[Q12171]] menstruation
:*[[Q8065]] natural disaster
:*[[Q12184]] pandemic
:*[[Q8183]] phoneme
:*[[Q67404404]] Response of the rabbit vas deferens in vivo to vasoactive drugs
:*[[Q8070]] tsunami
:*[[Q7283]] terrorism
:*[[Q139491990]] JEPA
:*[[Q118876059]] Claude
:*[[Q116758847]] Anthropic
:*[[Q112508731]] Blake Lemoine
: [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 10:18, 18 July 2026 (UTC)
::Some are okay. I clicked on two, and IMO both should be kept: [[Q188]] German, [[Q3503]] Congo (River). So I think we need to go through them not just mass delete. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:13, 18 July 2026 (UTC)
:::Those 2 are only one sentence, are using a conversion from string or monolingual text to HTML and are therefor not good to be used as example. I think it is better to delete them. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:15, 18 July 2026 (UTC)
oab7pcg2qekkp9nfc6dawe2sydpwmbb
12688
12685
2026-07-20T05:27:16Z
VIGNERON
163
/* Scholarly articles */ +
12688
wikitext
text/x-wiki
__NEWSECTIONLINK__
This page is the venue to request for the deletion of pages that cannot be speedy deleted (see also [[Template:Delete]]).
[[Category:Abstract Wikipedia administration]]
== Scholarly articles ==
* [[Q67404404]] {{Q|67404404}}
* [[Q50082993]] {{Q|50082993}}
* [[Q68271926]] {{Q|68271926}}
* [[Q114133712]] {{Q|114133712}}
There is very little abstract encyclopedic content that can come out of a page about a specific, non-notable scholarly article. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 19:07, 18 May 2026 (UTC)
:We currently don't have a community-ratified definition of notability. I've tried to kick off this discussion [[Project:Notability|here]]. For now, I ask that stewards/global sysops '''wait''' until we come to a consensus on a policy. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:10, 18 May 2026 (UTC)
::{{ping|JJPMaster}} very interesting request. I'm not entirely sure... I would tend to agree for these papers but not all of them ({{Q|Q30249683}} exists on 16 Wikipedias for instance), so where to put the threshold between notable and non-notable? on which criteria? Anyway, I agree to ''wait'' until the community reach a consensus on what is notable on AW. Also, I'm pinging {{ping|Immanuelle}} who created these articles. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 14:13, 30 May 2026 (UTC)
:::{{ping|Feeglgeef}} the notability discussion does seems to be moving, meanwhile it's seems more and more obvious that these page are not good (see the deletion request below too). Should we still wait? I don't think so anymore. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 08:36, 19 July 2026 (UTC)
:::: Sure, sounds good. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:44, 19 July 2026 (UTC)
*{{vd}} low quality, no response or improvement. The case for significance of these topics is not made in the articles. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 07:26, 15 July 2026 (UTC)
{{done}} [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 05:27, 20 July 2026 (UTC)
== [[Q6489603]] ==
See [[Talk:Q6489603]]. This does not work as a category, it is more an article about a category. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:34, 31 May 2026 (UTC)
: Under my [[Abstract Wikipedia:Notability|proposed notability guideline]], this would not be notable, so I {{s}} deletion [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:30, 31 May 2026 (UTC)
::@[[User:Ameisenigel|Ameisenigel]] @[[User:Feeglgeef|Feeglgeef]] Although the page has been deleted, I believe that the vague wording related to categories (and templates) should be clarified. Please review and improve the deletion policy to help current and future contributors better understand how categories are handled. Refer [[Abstract Wikipedia talk:Deletion policy#Categories]] [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 15:07, 18 June 2026 (UTC)
:{{Done|Deleted}} <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:07, 17 June 2026 (UTC)
== Creations by XeNivalys ==
[[user:XeNivalys]] has posted several pages as part of their cross-wiki spam crusade. Please delete them all and if possible issue a block. --[[User:Bedivere|Bedivere]] ([[User talk:Bedivere|talk]]) 04:53, 9 June 2026 (UTC)
:{{Done|Deleted}}. 🪶-[[User:Tanbiruzzaman|<span style="font-family:monospace;color:#006400;letter-spacing:1px;">TΛNBIRUZZΛMΛN</span>]] ([[User talk:Tanbiruzzaman|💬]]) 08:33, 9 June 2026 (UTC)
== auto-created broken articles ==
I suggest we do a bit of a cleanup of pages that were created by a software tool, using immature functions that have been deprecated for months, that would be very annoying to clean up by hand. So I propose deletion of the following (feel free to add to this list anything that matches this description). No prejudice to re-creation if anyone wants to make them good. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 07:20, 15 July 2026 (UTC)
* [[Q11378973]]
* [[Q11433427]]
* [[Q11395853]]
* [[Q11465292]]
* [[Q11467693]]
* [[Q7768]]
[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 07:20, 15 July 2026 (UTC)
: I thout the same, or even more: I would like to discuss if it is best to delete outdated articles. There is a lot of discussion and critique about a lot of those articles. I think in particular to articles created by @Immanuelle, that are not edited afterwards by somebody else. Those articles were a) created in mass and b) most of them with outdated functions. PS: I value the attempt of use:Immanuelle and hope to see him/her to continue on this project, now or later. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 07:44, 15 July 2026 (UTC)
::Ping [[User:Immanuelle]]. Do you mind if we heavily clean up some of your contributions? --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 08:25, 15 July 2026 (UTC)
: Articles created by [[User:Immanuelle]] and not edited after creation. I would like to propose to delete these (if not already mentioned above):
:*[[Q29682]] Sumiyoshi Shrine
:*[[Q135040386]] Takeihakatsuno Shrine
:*[[Q63471]] Omura Shrine
:*[[Q65320]] Iwa Shrine
:*[[Q94057]] Olive Shrine
:*[[Q94317]] Kikuchi Shrine
:*[[Q94760]] Kotohira-gū
:*[[Q116140]] Tado Taisha
:*[[Q133753]] Shiogama Shrine
:*[[Q135732]] Ōagata Shrine
:*[[Q137707]] Katō Shrine
:*[[Q167136]] Kengun Shrine
:*[[Q172253]] Amatsu Shrine
:*[[Q195684]] Yahiko Shrine
:*[[Q199699]] Tsurumine Hachiman Shrine
:*[[Q211522]] Sannō Shrine
:*[[Q246469]] Wakasa Shrine
:*[[Q246479]] Ikoma Shrine
:*[[Q246667]] Hakuto Shrine
:*[[Q251160]] Ōgamiyama Shrine
:*[[Q251682]] Yūtoku Inari Shrine
:*[[Q276779]] Kifune Shrine
:*[[Q276830]] Seimei Shrine
:*[[Q276831]] Mitami Shrine
:*[[Q283483]] Kanō Tenmangū
:*[[Q288248]] Tokorozawa Shinmei Shrine
:*[[Q703904]] Oyamazumi Shrine
:*[[Q704219]] Terukuni Shrine
:*[[Q704430]] Udo Jingū
:*[[Q704622]] Kirishima Jingū
:*[[Q704636]] Naminoue Shrine
:*[[Q704686]] Miyazaki Jingū
:*[[Q704702]] Shirayama Hime Shrine
:*[[Q704855]] Hōkoku Shrine
:*[[Q704865]] Hida Ichinomiya Minashi Shrine
:*[[Q704876]] Kasama Inari Shrine
:*[[Q704890]] Tosa Shrine
:*[[Q704898]] Hōfu Tenmangū
:*[[Q705136]] Tsushima Shrine
:*[[Q705297]] Nishinomiya Shrine
:*[[Q705303]] Shirahige Shrine
:*[[Q705310]] Hakone Shrine
:*[[Q705542]] Ōmiwa Shrine
:*[[Q706499]] Kashima Jingū
:*[[Q11360548]] Kamitakano Shrine
:*[[Q11360577]] Shimonaka Hachiman
:*[[Q11360668]] Shimohara-hachiman Shrine
:*[[Q11360748]] Shimomasuda Shrine
:*[[Q11360904]] Shimogoryō Shrine
:*[[Q11361253]] Shimoshinmei Tenso Shrine
:*[[Q11361494]] Shimodate Haguro Shrine
:*[[Q11361528]] Shimoshiotsu Shrine
:*[[Q11361819]] Fuba-hachimangu
:*[[Q23548]] National Aeronautics and Space Administration
:*[[Q11691]] stock exchange
:*[[Q42274]] Google Earth
:*[[Q80228]] bottle
:*[[Q173799]] entertainment
:*[[Q18123741]] infectious disease
:*[[Q16550]] Breithorn
:*[[Q569243]] Universiti Brunei Darussalam
:*[[Q602]] Rhône
:*[[Q15928]] Velenje
:*[[Q45677]] Château de Choisy
:*[[Q503530]] Sioma Ngwezi National Park
:*[[Q499550]] Smith Islands National Park
:*[[Q503518]] Lower Zambezi National Park
:*[[Q150]] French
:*[[Q404]] HTTP 404
:*[[Q42397345]] 307 Temporary Redirect
:*[[Q38897603]] Observations on urethral infection in the male.
:*[[Q379519]] Mid-Autumn Festival
:*[[Q45470]] Sasuke Inari Shrine
:*[[Q372380]] Katori Jingū
:*[[Q385407]] Ōmi Jingū
:*[[Q482065]] Atsuta Jingū
:*[[Q521319]] Takekoma Inari Shrine
:*[[Q631373]] Kashii-gū
:*[[Q5151]] month
:*[[Q444]] Lech Wałęsa
:*[[Q555]] Rachel Maddow
:*[[Q999]] astatine
:*[[Q461391]] Gavin Newsom
:*[[Q868]] Aristotle
:*[[Q9181]] Abraham
:*[[Q91]] Abraham Lincoln
:*[[Q3783]] Amazon
:*[[Q10987]] honey
:*[[Q11663]] weather
:*[[Q884]] South Korea
:*[[Q7235]] Sophocles
:*[[Q11002]] sugar
:*[[Q376]] clock
:*[[Q11391]] ultraviolet radiation
:*[[Q9358]] Friedrich Nietzsche
:*[[Q7317]] Giuseppe Verdi
:*[[Q13217298]] Giza Necropolis
:*[[Q2487]] Thirty Years' War
:*[[Q8269]] The Tale of Genji
:*[[Q9438]] Thomas Aquinas
:*[[Q8743]] Thomas Edison
:*[[Q12514]] Three Gorges Dam
:*[[Q80]] Tim Berners-Lee
:*[[Q8736]] Treaty of Versailles
:*[[Q8467]] Umar ibn Al-Khattāb
:*[[Q8740]] Vietnam War
:*[[Q7355]] Yellow River
:*[[Q11205]] arithmetic
:*[[Q6206]] capitalism
:*[[Q573]] day
:*[[Q8047]] enzyme
:*[[Q8597]] Akbar
:*[[Q8409]] Alexander the Great
:*[[Q7850]] Chinese
:*[[Q8275]] Iliad
:*[[Q37660]] South China Sea
:*[[Q313]] Venus
:*[[Q362]] World War II
:*[[Q12078]] cancer
:*[[Q199804]] chronic obstructive pulmonary disease
:*[[Q8142]] currency
:*[[Q7430]] deoxyribonucleic acid
:*[[Q12493]] dome
:*[[Q2095]] food
:*[[Q937]] Albert Einstein
:*[[Q12104]] Avena sativa
:*[[Q612]] Dubai
:*[[Q905]] Franz Kafka
:*[[Q5588]] Frida Kahlo
:*[[Q125851781]] Fâtih Sultan Mehemmed Han
:*[[Q7742]] Louis XIV of France
:*[[Q5816]] Mao Zedong
:*[[Q1218]] Jerusalem
:*[[Q12554]] Middle Ages
:*[[Q517]] Napoleon
:*[[Q5599]] Peter Paul Rubens
:*[[Q5577]] Salvador Dalí
:*[[Q12099]] Secale cereale
:*[[Q9316]] Sikhism
:*[[Q933]] South Pole
:*[[Q254]] Wolfgang Amadeus Mozart
:*[[Q9683]] Tang dynasty
:*[[Q9121]] atom
:*[[Q5322]] capacitor
:*[[Q7164]] World Bank
:*[[Q3559]] comet
:*[[Q6186]] communism
:*[[Q258]] South Africa
:*[[Q317]] dictatorship
:*[[Q11651]] electric current
:*[[Q8162]] linguistics
:*[[Q11468]] nanotechnology
:*[[Q8461]] racism
:*[[Q9165]] soul
:*[[Q287]] wood
:*[[Q6388]] swimming
:*[[Q12214]] smallpox
:*[[Q9794]] reggae
:*[[Q7380]] primate
:*[[Q11372]] physical chemistry
:*[[Q9404]] nervous system
:*[[Q382441]] marine mammal
:*[[Q3]] life
:*[[Q11028]] information
:*[[Q7075]] library
:*[[Q1072]] heart
:*[[Q11364]] hormone
:*[[Q8458]] human rights
:*[[Q8492]] juice
:*[[Q82571]] linear algebra
:*[[Q12800]] machine gun
:*[[Q12167]] malnutrition
:*[[Q10990]] meat
:*[[Q7269]] monarchy
:*[[Q11426]] metal
:*[[Q6235]] nationalism
:*[[Q12739]] nuclear power
:*[[Q11472]] paper
:*[[Q12195]] poliomyelitis
:*[[Q10998]] potato
:*[[Q7372]] shark
:*[[Q5916]] spaceflight
:*[[Q42527]] spice
:*[[Q7553]] translation
:*[[Q808]] virus
:*[[Q8072]] volcano
:*[[Q12876]] tank
:*[[Q8188]] syllable
:*[[Q10737]] suicide
:*[[Q1511]] Richard Wagner
:*[[Q7315]] Pyotr Ilyich Tchaikovsky
:*[[Q11518]] Pythagorean theorem
:*[[Q11451199]] List of Shikinaisha in Aki Province
:*[[Q11379]] energy
:*[[Q9103]] female breast
:*[[Q11435]] liquid
:*[[Q86]] headache
:*[[Q11573]] metre
:*[[Q8495]] milk
:*[[Q11009]] nut
:*[[Q5994]] piano
:*[[Q11474]] plastic
:*[[Q11423]] mass
:*[[Q11190]] medicine
:*[[Q9492]] probability
:*[[Q9465]] ethics
:*[[Q619]] Nicolaus Copernicus
:*[[Q1399]] Niccolò Machiavelli
:*[[Q9049]] Noam Chomsky
:*[[Q332]] Neptune
:*[[Q7176]] Naguib Mahfouz
:*[[Q5592]] Michelangelo
:*[[Q5513]] Lake Baikal
:*[[Q5679]] Lord Byron
:*[[Q7071]] Li Bai
:*[[Q7259]] Ada Lovelace
:*[[Q7172]] League of Arab States
:*[[Q5879]] Johann Wolfgang von Goethe
:*[[Q169470]] physicist
:*[[Q719665]] Inari
:*[[Q276944]] Ōkuninushi
:*[[Q386563]] Ōyamatsumi
:*[[Q1474187]] Watatsumi
:*[[Q352]] Adolf Hitler
:*[[Q7251]] Alan Turing
:*[[Q5484]] Caspian Sea
:*[[Q9592]] Catholic Church
:*[[Q160]] Cetacea
:*[[Q3044]] Charlemagne
:*[[Q7207]] Elizabeth I of England
:*[[Q181765]] Holy Roman Emperor
:*[[Q12138]] Gregorian calendar
:*[[Q9089]] Hinduism
:*[[Q7226]] Joan of Arc
:*[[Q9317]] John Maynard Keynes
:*[[Q5603]] Andy Warhol
:*[[Q1357]] Araneae
:*[[Q1828555]] Arabic script
:*[[Q5685]] Anton Chekhov
:*[[Q748]] Buddhism
:*[[Q500]] Citrus × limon
:*[[Q3503]] Congo
:*[[Q8413]] Constantine the Great
:*[[Q1043]] Carl Linnaeus
:*[[Q303]] Elvis Presley
:*[[Q9130]] Erwin Schrödinger
:*[[Q8007]] Franklin Delano Roosevelt
:*[[Q5432]] Francisco Goya
:*[[Q5089]] Ganges
:*[[Q8778]] Galen
:*[[Q9235]] Georg Wilhelm Friedrich Hegel
:*[[Q720]] Genghis Khan
:*[[Q188]] German
:*[[Q7895]] reproductive system
:*[[Q15969]] Jean Améry
:*[[Q20925]] 1986 Belgian Grand Prix
:*[[Q96221]] Heinrich Ehrhardt
:*[[Q77534]] Doris Pack
:*[[Q454]] peace
:*[[Q5251735]] defuzzification
:*[[Q11408]] magnetic field
:*[[Q9368]] liver
:*[[Q9620]] nerve
:*[[Q11756]] prehistory
:*[[Q851]] Saudi Arabia
:*[[Q9215]] Sigmund Freud
:*[[Q332062]] Sorghum bicolor
:*[[Q9202]] Statue of Liberty
:*[[Q1049]] Sudan
:*[[Q35355]] Sumer
:*[[Q8251]] The Art of War
:*[[Q1071]] geography
:*[[Q5325]] inductor
:*[[Q205]] infinity
:*[[Q12140]] medication
:*[[Q627]] nitrogen
:*[[Q12802]] nuclear weapon
:*[[Q569]] beryllium
:*[[Q618]] boron
:*[[Q650]] fluorine
:*[[Q654]] neon
:*[[Q658]] sodium
:*[[Q663]] aluminium
:*[[Q670]] silicon
:*[[Q682]] sulfur
:*[[Q706]] calcium
:*[[Q722]] vanadium
:*[[Q725]] chromium
:*[[Q731]] manganese
:*[[Q677]] iron
:*[[Q740]] cobalt
:*[[Q744]] nickel
:*[[Q758]] zinc
:*[[Q1304]] livermorium
:*[[Q1103]] iodine
:*[[Q1108]] caesium
:*[[Q888]] krypton
:*[[Q938]] strontium
:*[[Q941]] yttrium
:*[[Q1046]] niobium
:*[[Q1053]] molybdenum
:*[[Q1054]] technetium
:*[[Q1086]] ruthenium
:*[[Q1087]] rhodium
:*[[Q1090]] silver
:*[[Q1094]] indium
:*[[Q1099]] antimony
:*[[Q7159]] African Union
:*[[Q9546]] Al-Ghazali
:*[[Q5580]] Albrecht Dürer
:*[[Q7374]] Alfred Hitchcock
:*[[Q727]] Amsterdam
:*[[Q1340]] Antonio Vivaldi
:*[[Q7298]] Antonín Dvořák
:*[[Q10872]] Archaea
:*[[Q8589]] Ashoka
:*[[Q8018]] Augustine of Hippo
:*[[Q7768]] Association of Southeast Asian Nations
:*[[Q1486]] Buenos Aires
:*[[Q9045]] Chanakya Kautilya
:*[[Q2042]] Charles de Gaulle
:*[[Q882]] Charlie Chaplin
:*[[Q7322]] Christopher Columbus
:*[[Q81513]] Citrus
:*[[Q8209]] Cyrillic script
:*[[Q1067]] Dante Alighieri
:*[[Q7939]] El Niño
:*[[Q613]] Emirate of Dubai
:*[[Q8272]] Epic of Gilgamesh
:*[[Q115]] Ethiopia
:*[[Q8747]] Euclid
:*[[Q5683]] Geoffrey Chaucer
:*[[Q8229]] Latin script
:*[[Q4918]] Mediterranean Sea
:*[[Q25326]] Mollusca
:*[[Q9458]] Muhammad
:*[[Q5185]] Nematoda
:*[[Q11379325]] Izawa Shrine
:*[[Q11379739]] Imari Shrine
:*[[Q575650]] Rust
:*[[Q34010]] Haskell
:*[[Q978185]] TypeScript
:*[[Q479833]] batch file
:*[[Q42979]] BASIC
:*[[Q131140]] COBOL
:*[[Q648619]] F#
:*[[Q334879]] Erlang
:*[[Q83303]] Fortran
:*[[Q2613697]] Julia
:*[[Q207316]] Lua
:*[[Q212587]] OCaml
:*[[Q840410]] PowerShell
:*[[Q235086]] Smalltalk
:*[[Q17147733]] Swift
:*[[Q582706]] Israeli settlement
:*[[Q1107129]] sōja
:*[[Q127866012]] A Simple Example for Linear Partial Differential Equations and Its Solution Using the Method of Separation of Variables
:*[[Q30249683]] Attention Is All You Need
:*[[Q210907]] Haida Gwaii
:*[[Q9876]] Vught
:*[[Q13489381]] effective altruism
:*[[Q82945199]] Alfréd von Adda
:*[[Q114133712]] Evaluating the biological validity of European river typology systems with least disturbed benthic macroinvertebrate communities
:*[[Q68271926]] Spectroscopic evidence of infall and outflow around intermediate high-mass YSOs in the Mon OB1 dark cloud
:*[[Q63308014]] (222315) 2000 ST367
:*[[Q50082993]] Comparison of the applicability of Demirjian and Willems methods for dental age estimation in children from the Thrace region, Turkey.
:*[[Q31266481]] Cerro Guayaquil
:*[[Q4180914]] Test d'évaluation du français
:*[[Q12171]] menstruation
:*[[Q8065]] natural disaster
:*[[Q12184]] pandemic
:*[[Q8183]] phoneme
:*[[Q67404404]] Response of the rabbit vas deferens in vivo to vasoactive drugs
:*[[Q8070]] tsunami
:*[[Q7283]] terrorism
:*[[Q139491990]] JEPA
:*[[Q118876059]] Claude
:*[[Q116758847]] Anthropic
:*[[Q112508731]] Blake Lemoine
: [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 10:18, 18 July 2026 (UTC)
::Some are okay. I clicked on two, and IMO both should be kept: [[Q188]] German, [[Q3503]] Congo (River). So I think we need to go through them not just mass delete. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 11:13, 18 July 2026 (UTC)
:::Those 2 are only one sentence, are using a conversion from string or monolingual text to HTML and are therefor not good to be used as example. I think it is better to delete them. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:15, 18 July 2026 (UTC)
esxj6qp7rftsez8rtvykob2swec297o
Q11368886
0
818
12659
11957
2026-07-19T14:00:04Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12659
abstractwiki
text/plain
{
"qid": "Q11368886",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z35672",
"Z35672K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q514480"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q850472"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z35672",
"Z35672K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1762010"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q3080728"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://ja.wikipedia.org/w/index.php?title=%E4%B9%85%E4%B8%8B%E7%A8%B2%E8%8D%B7%E7%A5%9E%E7%A4%BE&oldid=100743169",
"Z32053K2": "https://ja.wikipedia.org/w/index.php?title=%E4%B9%85%E4%B8%8B%E7%A8%B2%E8%8D%B7%E7%A5%9E%E7%A4%BE&oldid=100743169",
"Z32053K3": "ja.wikipedia.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z35672",
"Z35672K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1762010"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1640658"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z35672",
"Z35672K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1762010"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q2280323"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z35672",
"Z35672K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1762010"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q719665"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z35672",
"Z35672K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q10444029"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q134917284"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://ja.wikipedia.org/wiki/久下稲荷神社",
"Z32053K2": "https://ja.wikipedia.org/wiki/久下稲荷神社",
"Z32053K3": "ja.wikipedia.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
5uz3wzhq2oyovzpz1x6qa61nxfqigxn
Q11368930
0
820
12664
4469
2026-07-19T14:29:25Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12664
abstractwiki
text/plain
{
"qid": "Q11368930",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q17"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q276944"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
gqnt8snf9em97lkxfj1tf6q9fg5abs4
Q246463
0
832
12674
4502
2026-07-19T14:35:39Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12674
abstractwiki
text/plain
{
"qid": "Q246463",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q17"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q10939047"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
o8lk26nynsqg4glruchd6lm3m2g0nc2
Q704962
0
838
12663
4519
2026-07-19T14:29:04Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12663
abstractwiki
text/plain
{
"qid": "Q704962",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q17"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q10948069"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
996umq8zn1sgi33n9skbvt6jml6bdb3
User:魔琴/vibe/badge.js
2
867
12701
7708
2026-07-20T09:51:45Z
魔琴
1647
魔琴 moved page [[User:魔琴/common.js]] to [[User:魔琴/vibe/badge.js]]
7708
javascript
text/javascript
/**
* Abstract Wikipedia ID Display Gadget
* Displays ZIDs (Wikifunctions) and QIDs (Wikidata) on entity links with click-to-copy functionality
* Model: Claude Sonnet 4.6
* License: CC0
*/
(function() {
'use strict';
// Configuration
const config = {
zidColor: '#669933',
qidColor: '#3366cc',
fontSize: '11px',
opacity: '0.8'
};
// CSS for the ID badges
const style = document.createElement('style');
style.textContent = `
.wikidata-id-badge {
display: inline-block;
margin-left: 4px;
padding: 1px 4px;
border-radius: 3px;
max-height: 17.6px;
font-size: ${config.fontSize};
font-family: monospace;
font-weight: bold;
color: white;
opacity: ${config.opacity};
cursor: pointer;
transition: opacity 0.2s, transform 0.1s;
user-select: none;
}
.wikidata-id-badge:hover {
opacity: 1;
}
.wikidata-id-badge:active {
transform: scale(0.95);
}
.wikidata-id-badge.zid {
background-color: ${config.zidColor};
}
.wikidata-id-badge.qid {
background-color: ${config.qidColor};
}
.wikidata-id-badge.copied {
opacity: 1;
animation: copyFlash 0.5s;
}
@keyframes copyFlash {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; transform: scale(1.1); }
}
`;
document.head.appendChild(style);
// Extract ID from URL patterns:
// Wikifunctions: https://www.wikifunctions.org/view/<lang>/Z123
// Wikidata: https://www.wikidata.org/wiki/Q123
function extractId(href) {
if (!href) return null;
// Wikifunctions: /view/<lang>/Z123
const zidMatch = href.match(/^https?:\/\/(www\.)?wikifunctions\.org\/view\/[^/]+\/(Z\d+)(?:[#?/]|$)/i);
if (zidMatch) {
return zidMatch[2].toUpperCase();
}
// Wikidata: /wiki/Q123
const qidMatch = href.match(/^https?:\/\/(www\.)?wikidata\.org\/wiki\/(Q\d+)(?:[#?/]|$)/i);
if (qidMatch) {
return qidMatch[2].toUpperCase();
}
return null;
}
// Determine the type of ID
function getIdType(id) {
if (id.startsWith('Z')) return 'zid';
if (id.startsWith('Q')) return 'qid';
return null;
}
// Copy text to clipboard
function copyToClipboard(text) {
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(text).catch(err => {
console.error('Failed to copy:', err);
fallbackCopy(text);
});
} else {
fallbackCopy(text);
}
}
// Fallback copy method for older browsers
function fallbackCopy(text) {
const textarea = document.createElement('textarea');
textarea.value = text;
textarea.style.position = 'fixed';
textarea.style.opacity = '0';
document.body.appendChild(textarea);
textarea.select();
try {
document.execCommand('copy');
} catch (err) {
console.error('Fallback copy failed:', err);
}
document.body.removeChild(textarea);
}
// Create and attach badge to link
function attachBadge(link, id) {
const idType = getIdType(id);
if (!idType) return;
// Check if badge already exists
if (link.nextElementSibling && link.nextElementSibling.classList.contains('wikidata-id-badge')) {
return;
}
const badge = document.createElement('span');
badge.className = `wikidata-id-badge ${idType}`;
badge.textContent = id;
badge.title = `Click to copy ${id}`;
badge.addEventListener('click', function(e) {
e.preventDefault();
e.stopPropagation();
copyToClipboard(id);
// Visual feedback
badge.classList.add('copied');
setTimeout(() => {
badge.classList.remove('copied');
}, 500);
});
// Insert badge after the link
link.parentNode.insertBefore(badge, link.nextSibling);
}
// Process all links in the abstract content view
function processLinks() {
const contentView = document.querySelector('.ext-wikilambda-app-abstract-content');
if (!contentView) return;
const links = contentView.querySelectorAll('a[href]');
links.forEach(link => {
const href = link.getAttribute('href');
const id = extractId(href);
if (id) {
attachBadge(link, id);
}
});
}
// Initialize the gadget
function init() {
// Watch document.body until .ext-wikilambda-app-abstract-content appears,
// then switch the observer onto it.
const bodyObserver = new MutationObserver(function() {
const contentView = document.querySelector('.ext-wikilambda-app-abstract-content');
if (!contentView) return;
// Container found — stop watching the body
bodyObserver.disconnect();
// Process whatever links are already present
processLinks();
// Now watch the container for future DOM changes
const contentObserver = new MutationObserver(function() {
processLinks();
});
contentObserver.observe(contentView, {
childList: true,
subtree: true
});
});
bodyObserver.observe(document.body, {
childList: true,
subtree: true
});
}
// Wait for DOM to be ready
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', init);
} else {
init();
}
})();
mrucxwsrvxppyb9oxo55x6v6umxu2mo
Q276781
0
872
12657
4504
2026-07-19T13:56:26Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12657
abstractwiki
text/plain
{
"qid": "Q276781",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q17"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q386563"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
fo9e0wl5rkyqt3tzzn79e0rzs8a4ln1
Q335612
0
879
12665
4456
2026-07-19T14:29:54Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12665
abstractwiki
text/plain
{
"qid": "Q335612",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q17"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q272993"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
dx88qm2dvd4atl5d18q0q3eh4i6q05r
Q704695
0
920
12661
4518
2026-07-19T14:28:13Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12661
abstractwiki
text/plain
{
"qid": "Q704695",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q17"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q261637"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
rtllpeuf927y8x7exo0ruf24sd4d9v4
Q385141
0
1084
12662
5313
2026-07-19T14:28:46Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12662
abstractwiki
text/plain
{
"qid": "Q385141",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q120680118"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1321832"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q314846"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11591100"
},
"Z28016K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
35jp69jtexac0k4u1fojyn9ocpqktpx
Q705154
0
1091
12675
4523
2026-07-19T14:35:55Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12675
abstractwiki
text/plain
{
"qid": "Q705154",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1345594"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q611345"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
j59ikfqea5r9g80biywc5dinlidxuqx
Q11465292
0
1093
12700
4481
2026-07-20T09:48:25Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12700
abstractwiki
text/plain
{
"qid": "Q11465292",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q11064932"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z31465",
"Z31465K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q134917286"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11565409"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039456"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039457"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039458"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039459"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039460"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039461"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039462"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039463"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039464"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q546197"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039465"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039466"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039467"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11556984"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039469"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11438337"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039470"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11459557"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039471"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039473"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11672161"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039474"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039475"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q705916"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039476"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11644372"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039478"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039479"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039480"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039481"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039482"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039483"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135098958"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11465296"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135098960"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039484"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039491"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11657713"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11616546"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11603933"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11439718"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11585161"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039492"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039494"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11379320"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11436767"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11657682"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q60581"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039497"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039498"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039499"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039500"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11569496"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11397050"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039501"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q85884332"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11648178"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039503"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039505"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039506"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039507"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039508"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11625386"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039512"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039513"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039514"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039515"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135732"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039516"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039517"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039518"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039520"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039521"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039522"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11417045"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11579597"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11379270"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039524"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11393842"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039526"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039527"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039528"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039529"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11560019"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039530"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039531"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11379315"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039533"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039534"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039536"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039537"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039538"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039539"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039540"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q22120898"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039541"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039542"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039543"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039545"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11510248"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039546"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039548"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q482065"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039551"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039552"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039553"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039554"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039555"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11495515"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039556"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135098962"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039558"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11669906"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q55533377"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11549548"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135098964"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039559"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039560"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039562"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135039477"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
m5dfx6tdabqxkhie43xaywdlnvvslf6
User:HenkvD
2
1117
12682
12378
2026-07-19T18:06:45Z
HenkvD
1447
/* Overview of NLG functions I work(ed) upon */
12682
wikitext
text/x-wiki
[[User:HenkvD/Infoboxes]]
{| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" |
| colspan="10" style="text-align:center;" | <div class="plainlinks"> '''Gebruiker:HenkvD''' op [[commons:Template talk:Sisterlinks|zusterprojecten]]</div>
|-
| valign="top" align="center" | [[Image:Wikipedia-logo.png|18px]]<br>Wikipedia<br>[[:de:Benutzer:HenkvD|de:]] [[:en:User:HenkvD|en:]] [[:fr:Utilisateur:HenkvD|fr:]] '''[[:nl:User:HenkvD|nl:]]'''
| valign="top" align="center" | [[Image:Wiktionary-logo-en.png|17px]]<br>Wiktionary<br>[[:wikt:en:User:HenkvD|en:]]<br />[http://www.omegawiki.org/index.php/User:HenkvD ΩWiki]
| valign="top" align="center" | [[Image:Wikinews-logo.png|35px]]<br>Wikinews<br>[[wikinews:User:HenkvD|en:]] [[:n:nl:User:HenkvD|nl:]]<br><div class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div>
| valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]]
|-
| valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]]
| valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div>
| valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]]
| valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div class="plainlinks">'''[http://nl.wikimedia.org/wiki/Gebruiker:HenkvD nl:]'''</div></div>
|-
| valign="top" align="center" | [[Image:Wikivoyage-Logo-v3-icon.svg|16px]]<br>Wikivoyage<br>[[:en:voy:User:HenkvD|en:]]
| valign="top" align="center" | [[File:Wikidata-logo.svg|19px|Wikidata]]<br><div class="plainlinks">[http://www.wikidata.org/wiki/User:HenkvD Wikidata]</div>
| valign="top" align="center" | [[Image:Commons-logo.svg|14px]]<br>[[:Commons:User:HenkvD|Commons]]
| valign="top" align="center" | [[File:Wikifunctions-logo.svg|14px]] [[File:Abstract-Wikipedia-wordmark.svg|42px]]<br>[[f:User:HenkvD|Wikifunctions]] <br>'''AbstractWiki'''
|}
My name is Henk, from [[Q55|the Netherlands]] ([[:nl:Gebruiker:HenkvD]]).
I am interested in Abstract Wikipedia functionality and have general knowledge of the Dutch language (as native speaker). As most other Dutch persons I have good knowledge of English and some of German and a bit of French and Romance languages.<br>
I have an IT background, and try to understand the programming in Wikifunctions.<br>
I will try to analyse Wikifunction, Wikidata, lexemes and add Wikifunction tests if needed.
In my opinion the initial goal is to have Abstract Wikipedia pages with simple lead section (like stubs), an infobox fully from Wikidata, one or more images and maybe some simple lists. The simple lead sentences should function for as many languages as possible. That will also need that many languages will have labels in Wikidata and lexemes with genders. That will be a difficult enough to achieve.
In my opinion extensive prose will be very hard to achieve.
<br clear=all>
{{#babel:nl|en-3|de-2|fr-1}}
{{User:HenkvD/Infoboxes}}
===Overview of NLG functions I work(ed) upon===
{| class="wikitable"
! ZID !! Example !! English !! Dutch || Other simple languages || Default
|-
| [[f:Z37782|Z37782]] infobox row, date || [[Q2407]] || || OK || Maybe to merge into general infobox row || N/A
|-
| [[f:Z37830|Z37830]] infobox row, string || [[Q140]] || || OK || Maybe to merge into general infobox row || N/A
|-
| [[f:Z37640|Z37640]] if (HTML output) || || || OK || || N/A
|-
| [[f:Z36625|Z36625]] third-person singular form of to be (simple) || || is || is || [[f:Z36627|f:]] en nl fy af bar bs eo frr is hsb mk nds os pap sr +fi +cs hr id zea || (is)
|-
| [[f:Z36622|Z36622]] indefinite article (simple) || || N/A || een || [[f:Z36624|f:]] nl af fy bar bs eo frr is hsb mk nds os pap sr +fi +cs hr id zea || (a)
|-
| [[f:Z36610|Z36610]] definite article (simple) || || the || N/A || [[f:Z36620|f:]] en af eo pap +fi +cs hr id || (the)
|-
| [[f:Z37311|Z37311]] String<br>and (indicating last entry of list) Simple || || and || en || 40 simple languages || (and)
|-
| [[f:Z32962|Z32962]] HTML [[f:Z26039|Z26039]] String<br>A is a B. || [[Q8739]] || Paris is a city. || Parijs is een stad || [[f:Z35523|f:]] af bar bs eo frr fy hsb is mk nds os pap sr +fi +zea || Y Magenta 🔧
|-
| [[f:Z32965|Z32965]] HTML [[f:Z26095|Z26095]] Monlingual<br>an A is a B. || [[Q2102]] || A frog is an amphibian. || een hond is een dier || [[f:Z36875|f:]] af bar bs eo frr fy hsb is (nds) mk nl os pap sr +fi +id zea || Y Magenta 🔧 with ❌
|-
| [[f:Z36983|Z36983]] HTML [[f:Z26570|Z26570]] String<br>A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || [[f:Z35618|f:]] af bar eo frr fy mk pap +hr zea || Y magenta 🔧
|-
| [[f:Z36987|Z36987]] HTML [[f:Z32581|Z32581]] Monolingual<br>A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || Mona Lisa is een schilderij van Leonardo da Vinci. || [[f:Z36168|f:]] af eo fy is mk os pap +cs hr id zea || Y Magenta 🔧 with ❌
|-
| [[f:Z36993|Z36993]] HTML [[f:Z32982|Z32982]] Monlingual<br>A is a B of C. || [[Q718]] || Chess is a game of strategy. || Schaken is een spel van strategie. || [[f:Z36528|f:]] af eo fy mk nl pap +cs hr id zea || Y Magenta 🔧 with ❌
|-
| [[f:Z37011|Z37011]] HTML [[f:Z28016|Z28016]] Monolingual<br>A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk<br>❗Lexemes needed for nouns || [[f:Z36339|f:]] af eo mk pap +hr zea || Y Magenta 🔧 with ❌
|-
| [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || WIP Wrapper || N
|-
| [[f:Z34637|Z34637]] A is part of the B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || || Y
|-
| [[f:Z27243|Z27243]] Monolingual<br>Superlative A is the B-est C in D || [[Q319]] || Jupiter is the largest planet in the Solar System. || [[f:Z37022|f:]] Jupiter is de grootste planeet van het zonnestelsel.<br>❗Lexemes needed for nouns || [[f:Z37033|:f:]] eo || Y ⤒ large { planet ∩ Solar System } = Jupiter.
|-
| [[f:Z29591|Z29591]] Monolingual<br>entity with adjective / class || [[Q177749]] || Jupiter is a big planet || || || Y A ∈ { B ∩ C. }.
|-
| [[f:Z37005|Z37005]] Monolingual<br>A has parts (automatic based on Wikidata) || [[Q211391]] || Weekend consists of Saturday and Sunday. || Weekeinde bestaat uit zaterdag en zondag. || [[f:Z37328|f:]] 25 languages || Y
|-
| [[f:Z37289|Z37289]] Monolingual<br>join list of monolingual texts without Oxford comma || || A, B and C || A, B en C || 40 languages || Y
|-
| || [[Q11750]] || list of sovereign states || || || N/A
|-
| [[f:Z36218|Z36218]] specific property of subject is value from WD || [[Q922]]<br> [[Q408]] (load time might be long) || The area of Australia is 7,692,024 km². || De oppervlakte van Australië is 7692024 km²<br>❗Lexemes not yet available for nouns of almost all used properties || [[f:Z36684|f:]] af eo mk pap +cs hr id || Y oppervlakte(Australië) = 7692024 km².
|-
! '''NLG Default''' !! !! !! !! !!
|-
| [[f:Z35921|Z35921]] NLG default text (string) || || OK || || || N/A
|-
| [[f:Z36911|Z36911]] NLG default text (monolingual text) || || OK || || || language "mul"
|-
| [[f:Z36909|Z36909]] NLG default text (HTML) || || OK || || || span lang="mul" style="color: #FF00FF;"
|-
| [[f:Z37454|Z37454]] monolingual text as HTML with lang & colour span || [[Q1370]] || || || || language daz <span lang="mul" style="color: #FF00FF;">⤒ Q138758272 { Q28575 ∩ Virginia } = Q341915</span>
|}
Steps to get Abstract Wikipedia started:
* Basic functions on Wikifunctions
* Wikidata labels
* Link Wikidata Q-items to Lexemes / gender of lexemes on Wikidata
* Link Wikidata P-items via Q-items to Lexemes / gender of lexemes on Wikidata
Natural Language
* [[f:Wikifunctions:NLG functions|Wikifunctions:NLG functions]]
* [[f:Wikifunctions:Catalogue/Natural language operations/Global language functions|Wikifunctions:Catalogue/Natural language operations/Global language functions]]
Dutch language
* [[f:Wikifunctions:Catalogue/Natural language operations/Dutch|Wikifunctions:Catalogue/Natural language operations/Dutch]]
Wikidata queries
* [https://query.wikidata.org/#%23%20Gender%20of%20City%20per%20langague%0ASELECT%20%3Fl%20%3Flemma%20%3Fsense%20%3Fgender%20%3FgenderLabel%20%28LANG%28%3Flemma%29%20AS%20%3Flanguage%29%0AWHERE%20%7B%0A%20%20%20%20%20%20%3Fsense%20wdt%3AP5137%20wd%3AQ515.%20%20%20%23%20City%0A%20%20%20%20%20%20%3Fl%20ontolex%3Asense%20%3Fsense.%0A%20%20%20%20%20%20%3Fl%20wikibase%3Alemma%20%3Flemma.%20%20%20%23%20FILTER%28LANG%28%3Flemma%29%3D%22de%22%29%0A%20%20%20%20%20%20%3Fl%20wdt%3AP5185%20%3Fgender.%0A%20%20%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Gender of City per langague ]
{{AbstractTestLemma}}
{| class="wikitable"
! Function !! English !! Z1157 Dutch !! Z60 Local language
|-
| <nowiki>{{#function:</nowiki>[[f:Z26039|Z26039]]<nowiki>|Q64|Q515|Z1002}}</nowiki>
| {{#function:Z26039|Q64|Q515|Z1002}} || {{#function:Z26039|Q64|Q515|Z1157}} || {{#function:Z26039|Q64|Q515|Z60}}
|}
Testing different NLG Default texts
: <span lang="mul" style="color: #FF00FF;">NLG Default text</span>
: ❌≪NLG Default text≫❌
e5mo517dw9d3gykshj2pidei30jb8w3
Q890
0
1129
12672
4530
2026-07-19T14:34:54Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12672
abstractwiki
text/plain
{
"qid": "Q890",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q134556"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q487675"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
enknrfcytbhq4plhw8ma4zz4m4vfl5w
Q9420
0
1137
12673
4532
2026-07-19T14:35:18Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12673
abstractwiki
text/plain
{
"qid": "Q9420",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26095",
"Z26095K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26095K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q781413"
},
"Z26095K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q77468620"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
3tc2nk22nqdtdiczedl569b8viqdsqz
Q8736
0
1151
12686
3493
2026-07-20T00:25:33Z
99of9
614
12686
abstractwiki
text/plain
{
"qid": "Q8736",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z29749",
"Z29749K1": {
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q625298"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q142"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
"Z29749K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
ktvpi3k1iaendtl35g8dgkoj2yffmil
Q9316
0
1207
12687
3557
2026-07-20T00:26:26Z
99of9
614
-spo
12687
abstractwiki
text/plain
{
"qid": "Q9316",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q19842652"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
}
]
}
}
}
kw5pev5q2vffvu4gnbmitz6my44xm9g
Q9163
0
1297
12668
4531
2026-07-19T14:33:00Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12668
abstractwiki
text/plain
{
"qid": "Q9163",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q2728698"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26095",
"Z26095K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26095K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q620805"
},
"Z26095K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
losw2sn1whuaiuauol3d1o5opsmipqa
Q11379325
0
1684
12671
4310
2026-07-19T14:34:15Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12671
abstractwiki
text/plain
{
"qid": "Q11379325",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q819629"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1762010"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q11596349"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q10444029"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q134917285"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://ja.wikipedia.org/wiki/伊射波神社",
"Z32053K2": "https://ja.wikipedia.org/wiki/伊射波神社",
"Z32053K3": "ja.wikipedia.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
09ts5yr2z52zqjd3t0kq4nk4fews98b
Q11379739
0
1685
12667
4311
2026-07-19T14:32:28Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12667
abstractwiki
text/plain
{
"qid": "Q11379739",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26570",
"Z26570K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26570K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q845945"
},
"Z26570K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q857266"
},
"Z26570K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q1762010"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q3135863"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q10444029"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q90139226"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://ja.wikipedia.org/wiki/伊萬里神社",
"Z32053K2": "https://ja.wikipedia.org/wiki/伊萬里神社",
"Z32053K3": "ja.wikipedia.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "10"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
aops9aqn70x46sx9ifd7vypygtbshxk
Q11395853
0
1691
12660
4474
2026-07-19T14:26:50Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12660
abstractwiki
text/plain
{
"qid": "Q11395853",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q11064932"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z31465",
"Z31465K1": {
"Z1K1": "Z7",
"Z7K1": "Z10771",
"Z10771K1": {
"Z1K1": "Z7",
"Z7K1": "Z24766",
"Z24766K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q134917286"
},
"Z24766K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11568887"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040761"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040762"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040763"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040764"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040766"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040767"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040768"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040769"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11582899"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040770"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040771"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040773"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040774"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040775"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040776"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040777"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11572397"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040778"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11429659"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040779"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040780"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040781"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040782"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040783"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040784"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11498399"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040786"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040787"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040900"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040901"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040902"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040903"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040904"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11612065"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040905"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040906"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040907"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040908"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040909"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040910"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040911"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040912"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040913"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040914"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040915"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040916"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040917"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040918"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040919"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040921"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040922"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040923"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040924"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040925"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040926"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11399719"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040927"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040928"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11555072"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040930"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q3313076"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q3461072"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135099006"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040932"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040933"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040934"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040935"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040936"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040937"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040938"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040939"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040940"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040941"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040942"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040943"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040944"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040946"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040947"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040948"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040949"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040950"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q696362"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040951"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040952"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040953"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040954"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040955"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040956"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040958"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040959"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040960"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040961"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040962"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040964"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040965"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040966"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040967"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040968"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040969"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040970"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1619446"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040971"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040972"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040973"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040974"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040975"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040976"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040977"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040979"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040983"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040990"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135040992"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041000"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041002"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041010"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041013"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041022"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041024"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041032"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041036"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041037"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041040"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041043"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041044"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041045"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041046"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041048"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041049"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041050"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041051"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041052"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041053"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041054"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11488772"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041055"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041056"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041057"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041060"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041061"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041062"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": ""
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041064"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041065"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041066"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041067"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041069"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11642725"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041070"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041071"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041072"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041073"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041074"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11517384"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041075"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041076"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041077"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041078"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041079"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041080"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041081"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041082"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041083"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041084"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041086"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041087"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041089"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041090"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041091"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041092"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11664502"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041093"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041094"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041095"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041096"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041097"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11588802"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041098"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041099"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041100"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q11500716"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135099008"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041101"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041102"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041103"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041104"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041105"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q135041106"
},
"Z26955K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
ohi9hw20mzvkxz3i6mgqsuq6ff6gvax
Q575650
0
1746
12658
4605
2026-07-19T13:59:02Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12658
abstractwiki
text/plain
{
"qid": "Q575650",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q9143"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://doc.rust-lang.org/reference/introduction.html",
"Z32053K2": "https://doc.rust-lang.org/reference/introduction.html",
"Z32053K3": "doc.rust-lang.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "11"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q4117397"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://docs.rust-embedded.org/book/",
"Z32053K2": "https://docs.rust-embedded.org/book/",
"Z32053K3": "docs.rust-embedded.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "11"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q506883"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q651794"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
g1hnses8vrxdiiwo277aww0fzeps9kl
Q131140
0
1758
12669
4639
2026-07-19T14:33:23Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12669
abstractwiki
text/plain
{
"qid": "Q131140",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q28922885"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q21562092"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
rz49dsbz0lyo5da8y3bqqsb57we8su8
Q334879
0
1760
12666
4641
2026-07-19T14:31:54Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12666
abstractwiki
text/plain
{
"qid": "Q334879",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q3839507"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q1130645"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://web.archive.org/web/19991009002753/http://www.erlang.se/onlinenews/ErlangOTPos.shtml",
"Z32053K2": "https://web.archive.org/web/19991009002753/http://www.erlang.se/onlinenews/ErlangOTPos.shtml",
"Z32053K3": "web.archive.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "12"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q341"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z32053",
"Z32053K1": "https://directory.fsf.org/wiki/Otp",
"Z32053K2": "https://directory.fsf.org/wiki/Otp",
"Z32053K3": "directory.fsf.org",
"Z32053K4": {
"Z1K1": "Z20420",
"Z20420K1": {
"Z1K1": "Z20159",
"Z20159K1": {
"Z1K1": "Z17813",
"Z17813K1": "Z17814"
},
"Z20159K2": {
"Z1K1": "Z13518",
"Z13518K1": "2026"
}
},
"Z20420K2": {
"Z1K1": "Z20342",
"Z20342K1": {
"Z1K1": "Z16098",
"Z16098K1": "Z16104"
},
"Z20342K2": {
"Z1K1": "Z13518",
"Z13518K1": "12"
}
}
},
"Z32053K5": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26955",
"Z26955K1": {
"Z1K1": "Z6091",
"Z6091K1": "Q66305721"
},
"Z26955K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26955K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q56062155"
},
"Z26955K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
0mlj2j86xt864c5hcv37jfwyx9mub1d
Q212587
0
1767
12670
4648
2026-07-19T14:33:48Z
Autom
2038
Q6091500 does not contain enough information for sentence creation
12670
abstractwiki
text/plain
{
"qid": "Q212587",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q3839507"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
" ",
{
"Z1K1": "Z7",
"Z7K1": "Z26039",
"Z26039K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z26039K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q506883"
},
"Z26039K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
s3825yw88irlw3nrh3ckf5ta5mcaim0
User:HenkvD/Infoboxes
2
4581
12655
12381
2026-07-19T12:17:26Z
HenkvD
1447
/* Overview of Infobox functions I work(ed) upon */
12655
wikitext
text/x-wiki
===Overview of Infobox functions I work(ed) upon===
<< WORK IN PROGERSS >>
{| class="wikitable"
! !! infobox for city !! infobox for person !! infobox for a taxon !! Etcetera
|-
| '''ZID''' || [[f:Z36678|Z36678]] || [[f:Z35370|Z35370]] || [[f:Z37827|Z37827]] ||
|-
| '''Article as example''' || [[Q90]] || [[Q181]] || [[Q140]] ||
|- valign="top" |
| '''Example'''
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" |-
style="background-color:#cddeff;">Paris</td></tr><tr><td>Country</td><td>France</td></tr><tr><td>Time zone</td><td>UTC+01:00</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Jimmy Wales</td></tr><tr><td>Date of birth</td><td>7 August 1966</td></tr><tr><td>Place of birth</td><td>Huntsville</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Lion</td></tr><tr><td>Scientific name</td><td>Panthera leo</td></tr><tr><td>Taxonomic rank</td><td>Species</td></tr><tr><td>Parent taxon</td><td>Panthera</td></tr></table>
|
|-
| '''Remark''' || Rows to be added later || Rows to be added later || Rows to be added later ||
|}
{| class="wikitable"
! ZID !! Functions used: !! Exemple of the result !! Comment
|-
| [[f:Z33328|Z33328]] || create HTML table fragment || <nowiki><table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"></table></nowiki> ||
|-
| [[f:Z37644|Z37644]] || infobox section || <nowiki><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></nowiki> ||
|-
| [[f:Z37647|Z37647]] || infobox color scheme
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:yellow;">Test</td></tr></table>
<table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></table>
| colorscheme test -> yellow, default #cddeff
|-
| [[f:Z37623|Z37623]] || infobox row || <nowiki><tr><td>Country</td><td>France</td></tr> (if function fo value is not defined: <tr><td>Xxxx</td><td>Type Zxxxx not yet defined in Z37865"</td></tr></nowiki> ||
|-
| [[f:Z33319|Z33319]] || create HTML tr fragment || <nowiki><tr></tr></nowiki> ||
|-
| [[f:Z33315|Z33315]] || create HTML td fragment || <nowiki><td>xx</td></nowiki> ||
|-
| [[f:Z37866|Z37866]] || infobox row property type || Returns Z6 String (also for images) Z6010 Wikidata quantity Z6011 Wikidata geo-coordinate Z6064 Wikidata time<br>Z6091 Wikidata item reference etc ||
|-
| [[f:Z37880|Z37880]] || infobox value QID || France ||
|-
| || infobox value string || Panthera leo ||
|-
| || infobox value date || 7 August 1966 ||
|-
| || etc || ||
|-
| [[f:Z37655|Z37655]] || infobox 1 image || Not yet ||
|-
| || infobox 2 images || Idem ||
|}
ldemrzg8io391cudwtzqbowix2fim5g
12656
12655
2026-07-19T12:37:50Z
HenkvD
1447
/* Overview of Infobox functions I work(ed) upon */
12656
wikitext
text/x-wiki
===Overview of Infobox functions I work(ed) upon===
<< WORK IN PROGERSS >>
{| class="wikitable"
! !! infobox for city !! infobox for person !! infobox for a taxon !! Etcetera
|-
| '''ZID''' || [[f:Z36678|Z36678]] || [[f:Z35370|Z35370]] || [[f:Z37827|Z37827]] ||
|-
| '''Article as example''' || [[Q90]] || [[Q181]] || [[Q140]] ||
|- valign="top" |
| '''Example'''
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" |-
style="background-color:#cddeff;">Paris</td></tr><tr><td>Country</td><td>France</td></tr><tr><td>Time zone</td><td>UTC+01:00</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Jimmy Wales</td></tr><tr><td>Date of birth</td><td>7 August 1966</td></tr><tr><td>Place of birth</td><td>Huntsville</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Lion</td></tr><tr><td>Scientific name</td><td>Panthera leo</td></tr><tr><td>Taxonomic rank</td><td>Species</td></tr><tr><td>Parent taxon</td><td>Panthera</td></tr></table>
|
|-
| '''Remark''' || Rows to be added later || Rows to be added later || Rows to be added later ||
|}
{| class="wikitable"
! ZID !! Functions used: !! Exemple of the result !! Comment
|-
| [[f:Z33328|Z33328]] || create HTML table fragment || <nowiki><table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"></table></nowiki> ||
|-
| [[f:Z37644|Z37644]] || infobox section || <nowiki><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></nowiki> ||
|-
| [[f:Z37647|Z37647]] || infobox color scheme
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:yellow;">Test</td></tr></table>
<table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></table>
| colorscheme test -> yellow, default #cddeff
|-
| [[f:Z37623|Z37623]] || infobox row || <nowiki><tr><td>Country</td><td>France</td></tr> (if function for value is not defined: <tr><td>Xxxx</td><td>Type Zxxxx not yet defined in Z37865"</td></tr></nowiki> ||
|-
| [[f:Z33319|Z33319]] || create HTML tr fragment || <nowiki><tr></tr></nowiki> ||
|-
| [[f:Z33315|Z33315]] || create HTML td fragment || <nowiki><td>xx</td></nowiki> ||
|-
| [[f:Z37866|Z37866]] || infobox row property type || Returns Z6 String (also for images) Z6010 Wikidata quantity Z6011 Wikidata geo-coordinate Z6064 Wikidata time<br>Z6091 Wikidata item reference etc ||
|-
| [[f:Z37880|Z37880]] || infobox value QID || France ||
|-
| || infobox value string || Panthera leo ||
|-
| || infobox value date || 7 August 1966 ||
|-
| || etc || ||
|-
| [[f:Z37655|Z37655]] || infobox 1 image || Not yet ||
|-
| || infobox 2 images || Idem ||
|}
536x49xbu2efd7po41pzktspnq8bqyz
12677
12656
2026-07-19T17:08:15Z
HenkvD
1447
/* Overview of Infobox functions I work(ed) upon */
12677
wikitext
text/x-wiki
===Overview of Infobox functions I work(ed) upon===
<< WORK IN PROGERSS >>
{| class="wikitable"
! !! infobox for city !! infobox for person !! infobox for a taxon !! Etcetera
|-
| '''ZID''' || [[f:Z36678|Z36678]] || [[f:Z35370|Z35370]] || [[f:Z37827|Z37827]] ||
|-
| '''Article as example''' || [[Q90]] || [[Q181]] || [[Q140]] ||
|- valign="top" |
| '''Example'''
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" |-
style="background-color:#cddeff;">Paris</td></tr><tr><td>Country</td><td>France</td></tr><tr><td>Time zone</td><td>UTC+01:00</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Jimmy Wales</td></tr><tr><td>Date of birth</td><td>7 August 1966</td></tr><tr><td>Place of birth</td><td>Huntsville</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Lion</td></tr><tr><td>Scientific name</td><td>Panthera leo</td></tr><tr><td>Taxonomic rank</td><td>Species</td></tr><tr><td>Parent taxon</td><td>Panthera</td></tr></table>
|
|-
| '''Remark''' || Rows to be added later || Rows to be added later || Rows to be added later ||
|}
{| class="wikitable"
! ZID !! Functions used: !! Exemple of the result !! Comment
|-
| [[f:Z33328|Z33328]] || create HTML table fragment || <nowiki><table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"></table></nowiki> ||
|-
| [[f:Z37644|Z37644]] || infobox section || <nowiki><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></nowiki> ||
|-
| [[f:Z37647|Z37647]] || infobox color scheme
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:yellow;">Test</td></tr></table>
<table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></table>
| colorscheme test -> yellow, default #cddeff
|-
| [[f:Z37623|Z37623]] || infobox row || <nowiki><tr><td>Country</td><td>France</td></tr> (if function for value is not defined: <tr><td>Xxxx</td><td>Type Zxxxx not yet defined in Z37865"</td></tr></nowiki> ||
|-
| [[f:Z33319|Z33319]] || create HTML tr fragment || <nowiki><tr></tr></nowiki> ||
|-
| [[f:Z33315|Z33315]] || create HTML td fragment || <nowiki><td>xx</td></nowiki> ||
|-
| [[f:Z37866|Z37866]] || infobox row property type || Returns Z6 String (also for images) Z6010 Wikidata quantity Z6011 Wikidata geo-coordinate Z6064 Wikidata time<br>Z6091 Wikidata item reference etc ||
|-
| [[f:Z37880|Z37880]] || infobox value QID || France ||
|-
| [[f:Z37883|Z37883]] || infobox value string || Panthera leo || Not working, wrong type
|-
| || infobox value date || 7 August 1966 ||
|-
| || etc || ||
|-
| [[f:Z37655|Z37655]] || infobox 1 image || Not yet ||
|-
| || infobox 2 images || Idem ||
|}
o6n0cf0huojauc7ligzpx2sy6czqgj1
12679
12677
2026-07-19T17:59:50Z
HenkvD
1447
12679
wikitext
text/x-wiki
===Overview of Infobox functions I work(ed) upon===
<< WORK IN PROGERSS >>
{| class="wikitable"
! !! infobox for city !! infobox for person !! infobox for a taxon !! Etcetera
|-
| '''ZID''' || [[f:Z36678|Z36678]] || [[f:Z35370|Z35370]] || [[f:Z37827|Z37827]] ||
|-
| '''Article as example''' || [[Q90]] || [[Q181]] || [[Q140]] ||
|- valign="top" |
| '''Example'''
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" |-
style="background-color:#cddeff;">Paris</td></tr><tr><td>Country</td><td>France</td></tr><tr><td>Time zone</td><td>UTC+01:00</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Jimmy Wales</td></tr><tr><td>Date of birth</td><td>7 August 1966</td></tr><tr><td>Place of birth</td><td>Huntsville</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Lion</td></tr><tr><td>Scientific name</td><td>Panthera leo</td></tr><tr><td>Taxonomic rank</td><td>Species</td></tr><tr><td>Parent taxon</td><td>Panthera</td></tr></table>
|
|-
| '''Remark''' || Rows to be added later || Rows to be added later || Rows to be added later ||
|}
{| class="wikitable"
! ZID !! Functions used: !! Exemple of the result !! Comment
|-
| [[f:Z33328|Z33328]] || create HTML table fragment || <nowiki><table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"></table></nowiki> ||
|-
| [[f:Z37644|Z37644]] || infobox section || <nowiki><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></nowiki> ||
|-
| [[f:Z37647|Z37647]] || infobox color scheme
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:yellow;">Test</td></tr></table>
<table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></table>
| colorscheme test -> yellow, default #cddeff
|-
| [[f:Z37623|Z37623]] || infobox row || <nowiki><tr><td>Country</td><td>France</td></tr> (if function for value is not defined: <tr><td>Xxxx</td><td>Type Zxxxx not yet defined in Z37865"</td></tr></nowiki> ||
|-
| [[f:Z33319|Z33319]] || create HTML tr fragment || <nowiki><tr></tr></nowiki> ||
|-
| [[f:Z33315|Z33315]] || create HTML td fragment || <nowiki><td>xx</td></nowiki> ||
|-
| [[f:Z37866|Z37866]] || infobox row property type || Returns Z6 String (also for images) Z6010 Wikidata quantity Z6011 Wikidata geo-coordinate Z6064 Wikidata time<br>Z6091 Wikidata item reference etc ||
|-
| [[f:Z37880|Z37880]] || infobox value QID || France ||
|-
| [[f:Z37883|Z37883]] || infobox value string || Panthera leo ||
|-
| || infobox value date || 7 August 1966 ||
|-
| || etc || ||
|-
| [[f:Z37655|Z37655]] || infobox 1 image || Not yet ||
|-
| || infobox 2 images || Idem ||
|}
j4yu6c46j3rc9eefsp0qxgdjywm8ehk
12680
12679
2026-07-19T18:02:22Z
HenkvD
1447
12680
wikitext
text/x-wiki
===Overview of Infobox functions I work(ed) upon===
<< WORK IN PROGERSS >>
{| class="wikitable"
! !! infobox for city !! infobox for person !! infobox for a taxon !! Etcetera
|-
| '''ZID''' || [[f:Z36678|Z36678]] || [[f:Z35370|Z35370]] || [[f:Z37827|Z37827]] ||
|-
| '''Article as example''' || [[Q90]] || [[Q181]] || [[Q140]] ||
|- valign="top" |
| '''Example'''
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" |-
style="background-color:#cddeff;">Paris</td></tr><tr><td>Country</td><td>France</td></tr><tr><td>Time zone</td><td>UTC+01:00</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Jimmy Wales</td></tr><tr><td>Date of birth</td><td>7 August 1966</td></tr><tr><td>Place of birth</td><td>Huntsville</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Lion</td></tr><tr><td>Scientific name</td><td>Panthera leo</td></tr><tr><td>Taxonomic rank</td><td>Species</td></tr><tr><td>Parent taxon</td><td>Panthera</td></tr></table>
|
|-
| '''Remark''' || Rows to be added later || Rows to be added later || Rows to be added later ||
|}
{| class="wikitable"
! ZID !! Functions used: !! Exemple of the result !! Comment
|-
| [[f:Z33328|Z33328]] || create HTML table fragment || <nowiki><table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"></table></nowiki> ||
|-
| [[f:Z37644|Z37644]] || infobox section || <nowiki><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></nowiki> ||
|-
| [[f:Z37647|Z37647]] || infobox color scheme
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:yellow;">Test</td></tr></table>
<table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></table>
| colorscheme test -> yellow, default #cddeff
|-
| [[f:Z37623|Z37623]] || infobox row || <nowiki><tr><td>Country</td><td>France</td></tr> (if function for value is not defined: <tr><td>Xxxx</td><td>Type Zxxxx not yet defined in Z37865"</td></tr></nowiki> ||
|-
| [[f:Z33319|Z33319]] || create HTML tr fragment || <nowiki><tr></tr></nowiki> ||
|-
| [[f:Z33315|Z33315]] || create HTML td fragment || <nowiki><td>xx</td></nowiki> ||
|-
| [[f:Z37866|Z37866]] || infobox row property type || Returns Z6 String (also for images) Z6010 Wikidata quantity Z6011 Wikidata geo-coordinate Z6064 Wikidata time<br>Z6091 Wikidata item reference etc ||
|-
| [[f:Z37880|Z37880]] || infobox value QID || France ||
|-
| [[f:Z37883|Z37883]] || infobox value string<br>Idem for quantity || Panthera leo<br>2,103,778 ||
|-
| || infobox value date || 7 August 1966 ||
|-
| || etc || ||
|-
| [[f:Z37655|Z37655]] || infobox 1 image || Not yet ||
|-
| || infobox 2 images || Idem ||
|}
j8vu9wnhnhn4el6joi9yo3ure55eo7k
12683
12680
2026-07-19T18:17:54Z
HenkvD
1447
/* Overview of Infobox functions I work(ed) upon */
12683
wikitext
text/x-wiki
===Overview of Infobox functions I work(ed) upon===
<< WORK IN PROGERSS >>
{| class="wikitable"
! !! infobox for city !! infobox for person !! infobox for a taxon !! Etcetera
|-
| '''ZID''' || [[f:Z36678|Z36678]] || [[f:Z35370|Z35370]] || [[f:Z37827|Z37827]] ||
|-
| '''Article as example''' || [[Q90]] || [[Q181]] || [[Q140]] ||
|- valign="top" |
| '''Example'''
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" |-
style="background-color:#cddeff;">Paris</td></tr><tr><td>Country</td><td>France</td></tr><tr><td>Time zone</td><td>UTC+01:00</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Jimmy Wales</td></tr><tr><td>Date of birth</td><td>7 August 1966</td></tr><tr><td>Place of birth</td><td>Huntsville</td></tr></table>
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">Lion</td></tr><tr><td>Scientific name</td><td>Panthera leo</td></tr><tr><td>Taxonomic rank</td><td>Species</td></tr><tr><td>Parent taxon</td><td>Panthera</td></tr></table>
|
|-
| '''Remark''' || Rows to be added later || Rows to be added later || Rows to be added later ||
|}
{| class="wikitable"
! ZID !! Functions used: !! Exemple of the result !! Comment
|-
| [[f:Z33328|Z33328]] || create HTML table fragment || <nowiki><table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"></table></nowiki> ||
|-
| [[f:Z37644|Z37644]] || infobox section || <nowiki><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></nowiki> ||
|-
| [[f:Z37647|Z37647]] || infobox color scheme
| <table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:yellow;">Test</td></tr></table>
<table style="background-color:#F8F9FA;border:1px solid #A2A9B1;border-spacing:3px;clear:right;float:right;margin:0.5em 0 0.5em 1em;padding:0.2em;width:250px;"><tr><td colspan="2" align="center" style="background-color:#cddeff;">City</td></tr></table>
| colorscheme test -> yellow, default #cddeff
|-
| [[f:Z37623|Z37623]] || infobox row || <nowiki><tr><td>Country</td><td>France</td></tr> (if function for value is not defined: <tr><td>Xxxx</td><td>Type Zxxxx not yet defined in Z37865"</td></tr></nowiki> ||
|-
| [[f:Z33319|Z33319]] || create HTML tr fragment || <nowiki><tr></tr></nowiki> ||
|-
| [[f:Z33315|Z33315]] || create HTML td fragment || <nowiki><td>xx</td></nowiki> ||
|-
| [[f:Z37866|Z37866]] || infobox row property type || Returns Z6 String (also for images) Z6010 Wikidata quantity Z6011 Wikidata geo-coordinate Z6064 Wikidata time<br>Z6091 Wikidata item reference etc ||
|-
| [[f:Z37880|Z37880]] || infobox value QID || France ||
|-
| [[f:Z37883|Z37883]] || infobox value string<br>Idem for quantity etc || Panthera leo<br>2,103,778 or 105.4 km² ||
|-
| || infobox value date || 7 August 1966 ||
|-
| || etc || ||
|-
| [[f:Z37655|Z37655]] || infobox 1 image || Not yet ||
|-
| || infobox 2 images || Idem ||
|}
4ygwn90rdkzqgpjivc1e63d3jknlmr6
Abstract Wikipedia talk:User groups
5
4714
12676
2026-07-19T14:57:51Z
~2026-40510-22
6121
/* 543 educación preciso */ new section
12676
wikitext
text/x-wiki
== 543 educación preciso ==
87543
.kut86t
[[Special:Contributions/~2026-40510-22|~2026-40510-22]] ([[User talk:~2026-40510-22|talk]]) 14:57, 19 July 2026 (UTC)
a0sxb3hz8j6eoxspdpkj0dsau8e9tjl
Q25247574
0
4715
12689
2026-07-20T07:13:26Z
Poro26
4173
Création d'un nouvel article résumé
12689
abstractwiki
text/plain
{
"qid": "Q25247574",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z32123",
"Z32123K1": {
"Z1K1": "Z7",
"Z7K1": "Z32234",
"Z32234K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z28016",
"Z28016K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28016K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q515"
},
"Z28016K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1008"
},
"Z28016K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
]
}
}
}
putmxv0xcgzrqpnqq40nueldi86nej1
Q269342
0
4716
12691
2026-07-20T08:18:17Z
Jsamwrites
874
Created page with "{ "qid": "Q269342", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36990", "Z36990K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36990K2": { "Z1K1": "Z18", "Z18K1": "Z8..."
12691
abstractwiki
text/plain
{
"qid": "Q269342",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37890",
"Z37890K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37890K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
nu6iq6a2k99znz8itxfq9ktbf35blti
12692
12691
2026-07-20T08:19:29Z
Jsamwrites
874
12692
abstractwiki
text/plain
{
"qid": "Q269342",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37963",
"Z37963K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
},
"Z37963K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
ovto5rky1zfx1ccymcz0dsnayhxotqe
12695
12692
2026-07-20T08:22:28Z
Jsamwrites
874
12695
abstractwiki
text/plain
{
"qid": "Q269342",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37963",
"Z37963K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K2": {
"Z1K1": "Z40",
"Z40K1": "Z42"
},
"Z37963K3": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
i47k2nqmu5e5g1iqdrmsgib5z4zkz2k
12696
12695
2026-07-20T08:23:08Z
Jsamwrites
874
12696
abstractwiki
text/plain
{
"qid": "Q269342",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37963",
"Z37963K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
},
"Z37963K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1994301"
},
"Z37963K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
kjnoq3b2jcx2hziobyly23ua2ly33jg
Q563727
0
4717
12693
2026-07-20T08:20:06Z
Jsamwrites
874
Created page with "{ "qid": "Q563727", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36990", "Z36990K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36990K2": { "Z1K1": "Z18", "Z18K1": "Z8..."
12693
abstractwiki
text/plain
{
"qid": "Q563727",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37873",
"Z37873K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37873K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
b55xbgm5f5wdgmk63hz4c9ttl5gegfe
12694
12693
2026-07-20T08:21:56Z
Jsamwrites
874
12694
abstractwiki
text/plain
{
"qid": "Q563727",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37890",
"Z37890K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37890K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37963",
"Z37963K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
},
"Z37963K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1994301"
},
"Z37963K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
cxa4w6w2gq91tlq33vmqkfldlgcy1re
Q28497182
0
4718
12697
2026-07-20T08:25:44Z
Jsamwrites
874
Created page with "{ "qid": "Q28497182", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36990", "Z36990K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36990K2": { "Z1K1": "Z18", "Z18K1": "..."
12697
abstractwiki
text/plain
{
"qid": "Q28497182",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37890",
"Z37890K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37890K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
l8bi50ludl4kmytsanirf3r7pktohjv
12698
12697
2026-07-20T08:26:30Z
Jsamwrites
874
12698
abstractwiki
text/plain
{
"qid": "Q28497182",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37963",
"Z37963K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
},
"Z37963K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1994301"
},
"Z37963K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
iw2yineqy20aqn1xe8dg74b8f7uiyv0
Q215486
0
4719
12699
2026-07-20T08:29:12Z
Jsamwrites
874
Created page with "{ "qid": "Q215486", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36990", "Z36990K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36990K2": { "Z1K1": "Z18", "Z18K1": "Z8..."
12699
abstractwiki
text/plain
{
"qid": "Q215486",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z34282",
"Z34282K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z34282K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z37963",
"Z37963K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z37963K2": {
"Z1K1": "Z40",
"Z40K1": "Z41"
},
"Z37963K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q1994301"
},
"Z37963K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
dmp6h9cmbavitsnaqzyoyg97r6ej1a2
User:魔琴/common.js
2
4720
12702
2026-07-20T09:51:45Z
魔琴
1647
魔琴 moved page [[User:魔琴/common.js]] to [[User:魔琴/vibe/badge.js]]
12702
javascript
text/javascript
/* #REDIRECT */mw.loader.load("//abstract.wikipedia.org/w/index.php?title=User:%E9%AD%94%E7%90%B4/vibe/badge.js&action=raw&ctype=text/javascript");
hx4meu2krpcimcw9z9hs6tx8fuqlrzu
12703
12702
2026-07-20T09:52:05Z
魔琴
1647
// Edit via Wikiplus
12703
javascript
text/javascript
mw.loader.load("//abstract.wikipedia.org/w/index.php?title=User:%E9%AD%94%E7%90%B4/vibe/badge.js&action=raw&ctype=text/javascript");
mw.loader.load("//meta.wikimedia.org/w/index.php?title=User%3A%E9%AD%94%E7%90%B4%2Fjs%2Fwpnl%2Festimatedactivewiki.js&action=raw&ctype=text/javascript");
suzi3z7f918ecbol7invwj7d66je9x1
Q993743
0
4721
12704
2026-07-20T10:05:04Z
Jsamwrites
874
Created page with "{ "qid": "Q993743", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36990", "Z36990K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36990K2": { "Z1K1": "Z18", "Z18K1": "Z8..."
12704
abstractwiki
text/plain
{
"qid": "Q993743",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36990",
"Z36990K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z36990K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
},
{
"Z1K1": "Z7",
"Z7K1": "Z33068",
"Z33068K1": [
"Z1",
{
"Z1K1": "Z7",
"Z7K1": "Z32581",
"Z32581K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z32581K2": {
"Z1K1": "Z6091",
"Z6091K1": "Q93184"
},
"Z32581K3": {
"Z1K1": "Z6091",
"Z6091K1": "Q762"
},
"Z32581K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
],
"Z33068K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
rwogtp9shzmfbujawtr4wmiy75yfckc
Q76509760
0
4722
12705
2026-07-20T10:24:54Z
Shisma
3880
created but the date of birth function doesn't handle precision
12705
abstractwiki
text/plain
{
"qid": "Q76509760",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z27868",
"Z27868K1": {
"Z1K1": "Z7",
"Z7K1": "Z32473",
"Z32473K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
}
},
"Z32473K2": {
"Z1K1": "Z7",
"Z7K1": "Z25601",
"Z25601K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
}
}
},
"Z32473K3": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z7",
"Z7K1": "Z28787",
"Z28787K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
},
"Z28787K2": {
"Z1K1": "Z6092",
"Z6092K1": "P19"
}
}
},
"Z32473K4": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
}
]
}
}
}
crqm2gcilelweu6rcti3zu794ehrumh
12706
12705
2026-07-20T10:31:58Z
Shisma
3880
12706
abstractwiki
text/plain
{
"qid": "Q76509760",
"sections": {
"Q8776414": {
"index": 0,
"fragments": [
"Z89",
{
"Z1K1": "Z7",
"Z7K1": "Z36185",
"Z36185K1": {
"Z1K1": "Z7",
"Z7K1": "Z6821",
"Z6821K1": {
"Z1K1": "Z18",
"Z18K1": "Z825K1"
}
},
"Z36185K2": {
"Z1K1": "Z18",
"Z18K1": "Z825K2"
}
}
]
}
}
}
jzu10wt2yp3xw5ndh4gwr8ca7pr2hvj