Abstract Wikipedia abstractwiki https://abstract.wikipedia.org/wiki/Abstract_Wikipedia:Main_page MediaWiki 1.47.0-wmf.5 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:Project chat 4 6 9657 9644 2026-06-05T14:14:39Z MediaWiki message delivery 61 /* Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia */ new section 9657 wikitext text/x-wiki {{#ifexist:Abstract Wikipedia:Project chat/Header/{{USERLANGUAGE}}|{{/Header/{{USERLANGUAGE}}}}|{{/Header}}}} {{/Archives}} <!-- Add your discussion below this line --> == Why don't we just structure this with wikitemplates? == I feel like the project could be done a lot better by using templates kind of like how wikipedia does them. Just the entire thing is templates that can be rendered in many languages. So like [[Q106289265]] would have the content <nowiki>{{Z26039|Q7257}}</nowiki> and could even have some aliasing done across languages so it could be <nowiki>{{subject is|Q7257}}</nowiki>. Code would be editable with a regular visual editor or code editor. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 04:34, 29 March 2026 (UTC) :This is available in pages when Parsoid rendering is enabled. We don't use this becuase it doesn't make sense for constructing and editing massive articles. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:37, 29 March 2026 (UTC) ::How do you do parsoid rendering? And why wouldn't it make sense? With aliases and everything could work great. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 23:12, 29 March 2026 (UTC) :::I believe it is enabled by default. If you do have it on: {{#function:Z10000|you'll s|ee this}} [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:54, 30 March 2026 (UTC) :you may be interested in reading this old [[m:Abstract_Wikipedia/Google.org_Fellows_evaluation|Google report]]. [[User:BrokenSegue|BrokenSegue]] ([[User talk:BrokenSegue|talk]]) 14:32, 9 May 2026 (UTC) == Why the editing API doesn't work == {{tracked|T423542}} Immanuelle wrongly stated that there is no REST API for editing. [[#REST API for editing?|There is]]. However, it does not work when called from software outside Abstract Wikipedia. That is because there is no way to grant a bot password or OAuth customer the permission to edit abstract articles (<code>wikilambda-abstract-edit</code>) and create them (<code>wikilambda-abstract-create</code>), since no grant on [[Special:ListGrants]] includes either. Should this be fixed? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 01:57, 26 April 2026 (UTC) :Yes I think the rights should be added. I think the number of automated edits should be low at the moment as Abstract Wikipedia is still in an early phase and so far there is not much support for small languages and so many functions will maybe change to cover more languages. As automatic editing using a Bot Account requires an formal request it is no problem if the option exists. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 18:17, 26 April 2026 (UTC) :Sounds good to me. Could we add a bot section to [[Abstract Wikipedia:Requests for permissions]]? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:35, 5 May 2026 (UTC) ::[[Abstract_Wikipedia:Requests_for_permissions#Bot]] ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 23:56, 5 May 2026 (UTC) :not currently possible :((((( [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:46, 30 April 2026 (UTC) :Feeglgeef is correct, past tense sentence generation is something we are sorely lacking at the moment. If you look at [[f:WF:Type proposals#Representing abstract content|Wikifunctions' type proposals]] you can see some initiatives that could hopefully mitigate this. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 13:49, 1 May 2026 (UTC) == Spaces between sentences, another attempt == [[Abstract Wikipedia:Project chat#Extra spaces between sentences|A month ago]], @[[User:内存溢出的猫|内存溢出的猫]]<ref group="spaces3>According to Google Translate, it's pronounced "Nèicún yìchū de māo". Please correct me if it's wrong. When I write, I want to know how are things that I write pronounced aloud, and very unfortunately, I never learned to read Chinese characters, and even if I did, most English speakers probably didn't. Come to think of it, is there a function that ''reliably'' transliterates Chinese characters?</ref> That discussion doesn't seem to have yielded any fixes or meaningful discussions, at least not that I can see. [[Abstract Wikipedia:Project chat#Spaces between sentences|Two weeks ago]], I tried to bring up a similar topic, but that discussion somehow got derailed and also didn't yield anything useful. Now, the problem looks differently, but it's still a problem. When I look at [[Q10251]], for example, what I see is four sentences that ''appear'' with ''no'' spaces between them. Not one, not two—none at all. It looks like this: :Plasma is a fundamental state of matter.Plasma is a classical state of matter.A plasma is a gas.A plasma is a matter. Note that I emphasized ''appear'': When I see them rendered on the screen, they have no spaces between them. In the HTML, however, they are represented as four <code><nowiki><div></nowiki></code>s, and their inline positioning is handled by CSS. This means, for example, that if I copy and paste them, I don't get a long string with no spaces after full stops, but four sentences with a single line break after each full stop: <poem> Plasma is a fundamental state of matter. Plasma is a classical state of matter. A plasma is a gas. A plasma is a matter. </poem> This is not how it is supposed to be done. <code><nowiki><div></nowiki></code>s are supposed to be used for block elements and not hacked into appearing as if they are inline (also known as phrasing). Spaces between sentences are supposed to be real characters rather than HTML and CSS tricks, they may be different in different languages, and in some languages they may be nothing at all. I hope that the definition of the problem is clear. <references group="spaces3"></references> [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 12:49, 2 May 2026 (UTC) :Hi, have a look at it [[Special:PermanentLink/7132|now]]. Does this match your expectations? I think it's not rendering right now for whatever reason, but there are other examples of it being done this way that you can see: [[Q241691]]. The article renders properly in both English (spaces between sentences) and Japanese (no spaces at all). : :'''English:''' :<blockquote>Programmed Data Processor is a computer model series by Digital Equipment Corporation. PDP-8 is a Programmed Data Processor.</blockquote> :'''Japanese:''' :<blockquote>PDPシリーズはディジタル・イクイップメント・コーポレーションによるコンピュータ・モデル・シリーズである。PDP-8はPDPシリーズである。</blockquote> : :I have some, err, strong opinions about [[User:Immanuelle|Immanuelle]]'s 「Abstract Wikipedia Editor」 tool, which is the predominant cause for all of these very janky and poorly-laid-out articles that you see. This is not how an article ought to be written on Abstract Wikipedia, and I and other editors are aware of this. If you see these problems, please do fix them! The wiki will be all the better for it. : :In the absence of consensus on such things as these (and awaiting any official policy pages) I have written [[f:User:Theki/best practices]] on my Wikifunctions userpage. You are welcome to read it if you wish. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:20, 2 May 2026 (UTC) ::The output of [[Q241691]] looks OK to me in this regard. How was it done? ::[[Q10251]] gives me an error. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 18:10, 2 May 2026 (UTC) :::WikiLambda is doing WikiLambda things. This WASI time limit error happens intermittently on Abstract Wikipedia articles and it usually goes away after a short while. The only thing is that it doesn't really seem like purging these articles does anything to force the orchestrator to retry its evaluation so the article might not render that paragraph until someone comes in and pokes at it by editing it somehow. ::: :::The working article uses the [[f:Z33068|''paragraph from sentences'']] function to lay out its individual sentence content. This function automatically handles converting any and all text-like objects (strings, HTML fragments, and monolingual text) to a consistent form, so sentence fragments can all be supplied verbatim to its list input. When the function is putting the sentences together it defaults to using a single space to separate them, but first checks if the requested language is in the [[f:Z33984|''languages without spaces between sentences'']] list. If it is, it doesn't add spaces at all, and just concatenates the sentences normally. I hope this explanation makes sense. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 18:19, 2 May 2026 (UTC) ::::It makes some sense, but earlier, you suggested: "If you see these problems, please do fix them", and I'm not entirely sure how to do it. How would I fix it in [[Q100]], for example? [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 19:41, 2 May 2026 (UTC) :::::In this case you would do the following: :::::# At the bottom, click the plus and then 「Add empty fragment」. :::::# Set the function to [[f:Z33068]], as mentioned earlier. :::::# Now go through each sentence fragment, find the innermost sentence-generation function, click on the three dots, and copy it. Do not copy the calls to [[f:Z29749]] or similar, these are not necessary. :::::# Go to the ''paragraph with sentences'' function call and add an element to the list. :::::# Click on the three dots next to the new element, and paste in the earlier sentence fragment. :::::# You can now delete the original fragment and repeat the process in the same list for the one after it. :::::&mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:46, 2 May 2026 (UTC) ::@[[User:Theki|Theki]] I intend on fixing it, I recently made an attempt but the suggested fixes made problems worse. Do you have any practical suggestions of how to structure the templates? I will try to implement them when I have more time. ::Also your name is very confusing, are you in the process of getting it changed wiki-wide? [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 22:36, 2 May 2026 (UTC) :::Um, are you referring to my signature not matching my wiki username? I have considered for a long time changing it from ''theki'', but I don't feel like putting in the effort when it seems to be perfectly ignorable for most people. The user 「''Rae''」 can't be usurped because they made, like, two or three articles on the Persian Wikipedia two decades ago or something, I don't know. If that weren't the case I would be User:Rae right now but after that failed to go through I just decided to stop bothering. Maybe at some point I'll come up with a username I'm happy with keeping for the foreseeable future but I have other concerns at the moment. :::Could you explain how your attempted fixes 「made problems worse」? Presently I side with Feeglgeef's sentiments and prefer to wait for abstract content to actually be feasible to make on a reasonably descriptive scale (see: the type proposals) before I go around making articles willy-nilly, which is what AWE has been doing—making a bunch of pretty low-quality articles on a massive scale when it probably ''really'' would have been better to, err, hold off on that. :::And I honestly know very little about the actual workings of your editor, I don't really use it nor am I familiar with its template syntax or whatever it may use, so I'm going to look over how it actually works and then get back to you on that. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 23:28, 2 May 2026 (UTC) ::::Using this [[f:Z33068]] made things worse [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 00:44, 3 May 2026 (UTC) :::::That did not go through correctly but I do not think we have a proper thing for it. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 00:45, 3 May 2026 (UTC) ::::::What? Could you elaborate? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 01:00, 3 May 2026 (UTC) ::::::{{ping|Immanuelle}} I checked. Your issue is that your editor is not providing the article language to Z33068K2; that is, the ''paragraph from sentences'' function has a second argument, and your editor was omitting it. If you properly specify it, it will work. Please, next time, actually tell me what went wrong instead of going quiet and forcing me to look after it myself. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:06, 4 May 2026 (UTC) :I avoid [[f:Z33068]] for now, because executing a whole paragraph in a single call would often time out. So my current alternative is inserting [[f:Z35672]] between sentences. Fairly clunky, but it works... --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 06:08, 28 May 2026 (UTC) ::Can you categorize the talk pages of articles you're doing that with? It has major accessibility concerns for our friends using screen readers, so it'd be nice to be able to find those with issues when were able to fix the calls [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:50, 28 May 2026 (UTC) :::I think the new tool can show us this (via dumps). For example, here are the uses of 'paragraph': https://abstract-data.toolforge.org/zid/Z32123 --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 23:07, 28 May 2026 (UTC) ::::There's more than one way to not use spaces correctly and more than one way to use spaces correctly, this wouldn't catch all of them. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:13, 28 May 2026 (UTC) :::::I'm not totally sure what you want to track, but I'm confident that this will find all my uses. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 02:10, 29 May 2026 (UTC) ::::I think it slipped past everyone's notice, but I made a template for linking to that sort of information @ [[Template:Zd|<nowiki>{{</nowiki>zd<nowiki>}}</nowiki>]]. {{zd|Z35672|sentence separator}} <span style="font-size:smaller;opacity:0.8">(I don't think the database dumps have noticed the function you're using yet, so it's a 404 at the moment.)</span> &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 01:09, 29 May 2026 (UTC) ===Easier solution?=== Maybe a much easier solution would be to replace the "." after each sentence with ". " (a full stop and a space). The paragraghs might add an extra space, but that is displayed as one by the browser. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) ==Wiktionary integration== I was trying out a few functions recently, such as [https://www.wikifunctions.org/view/en/Z27243 the new superlative function], and I noticed that ''every adjective'' has to be a Wikidata item. For example, I couldn't type in the inputs "Bugatti Veyron", "fast", "Earth" because "fast" as an adjective is not a Wikidata item. This doesn't really make sense, given that Wiktionary already has the word for "fast" and its superlative form in many different languages. Would it be possible to integrate Wiktionary into the function, so the user can type an adjective or verb from Wiktionary instead of having to deal with Wikidata (which consists almost entirely of nouns)? [[User:Somepinkdude|Somepinkdude]] ([[User talk:Somepinkdude|talk]]) 16:49, 6 May 2026 (UTC) :No, sadly. I would try "speed" as the adjective, though, you have to use abstract qualities instead of concrete English terms. [[File:Wikifunctions Superlative speed example.png|thumb|Here's an example of the word being used.]] [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:02, 6 May 2026 (UTC) :Wikidata has standard items as well as lexeme data, so if anything, we should try to integrate those. E.g. [[:d:Lexeme:L1029]]. ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 19:48, 6 May 2026 (UTC) ::I tried this, and it gave "Bugatti Veyron is the speedest car on Earth", which is laughably bad. The problem is that Wikidata does not "know" what the superlative form is, while Wiktionary does. Speed is a fairly common descriptor, but what about less common adjectives which aren't on Wikidata? Will there need to be a bot to copy all of this information from Wiktionary? [[User:Somepinkdude|Somepinkdude]] ([[User talk:Somepinkdude|talk]]) 22:14, 6 May 2026 (UTC) :::I'm not suggesting that the functionality works <em>now</em>, but that we need to integrate the funcationality. ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 22:17, 6 May 2026 (UTC) :::Well, no, the superlative form is chosen by [[f:Z12203]]. I think there's a bug with the English implementation that calls that function wrong. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:19, 6 May 2026 (UTC) :@[[User:Somepinkdude|Somepinkdude]] I did find the item {{Q|Q19807466}} which was linked to a concept database's entry for "fast"; I have at least linked it to the English lexeme "fast" and will try to add more links at a better hour. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 04:18, 7 May 2026 (UTC) == Showcase == I was wondering if there's a curated list of decent articles to learn by example here on Abstract Wikipedia? [[User:Fgnievinski|Fgnievinski]] ([[User talk:Fgnievinski|talk]]) 02:02, 8 May 2026 (UTC) :Unfortunately not, and, honestly, I wouldn't recommend article creation at the moment, it's likely to need significant refactoring as the way we represent abstract content changes, but, I can point you to [[Q668]] as a reasonably good example at the moment. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 02:39, 8 May 2026 (UTC) ::Thank you. "308 languages" blew my mind – well done! [[User:Fgnievinski|Fgnievinski]] ([[User talk:Fgnievinski|talk]]) 02:54, 8 May 2026 (UTC) :::308 is the number of ''concrete'' Wikipedias in which a manually-written article about India is available. :::The abstract article renders for me in English as "India is a country in Asia. India is a republic. New Delhi is the capital of India. India is the most populous country in world." Switching to another language to get rendered as an abstract article is done by typing the language's name in the box above the rendered text. I tried French, German, and Dutch, and got errors in all of them. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 03:12, 8 May 2026 (UTC) ::::So it goes. The paragraph has quite a lot of distinct sentence generation functions, all of which of course have to be implemented in the target language. This will be rounded out once we're able to more effectively generalize linguistic content. I view these functions as sort of patchy temporary solutions to the sentence generation problem while we figure out something more robust, which I hope is soon to come. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 04:15, 8 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == about the usage of Z33068 == The use of [[f:Z33068]] (en: paragraph from sentences) <s>always</s> most of the time results in the error "Reached time limit in orchestrator." So should it be used at all for now, temporarily? Or maybe there are already some tickets about this that I am not aware of? -- [[User:Asked42|Asked42]] ([[User talk:Asked42|talk]]) 18:23, 10 May 2026 (UTC) :It previously worked, so I'm hoping whatever the issue is will be fixed soon. The current state of the wiki makes [[m:Immediatism|immediatism]] an illogical philosophy to have at the moment, in my opinion. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:16, 10 May 2026 (UTC) ::This issue seems to no longer exist, you might need to clear the cache by making a dummy edit on affected articles. I implemented the function in Python (instead of composition), which has increased the speed by about 2000 ms. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 04:31, 11 May 2026 (UTC) :::Seems like working. Thank you. -- [[User:Asked42|Asked42]] ([[User talk:Asked42|talk]]) 19:06, 11 May 2026 (UTC) == Manual of Style == I've created a [[Abstract Wikipedia:Manual of Style|draft for a Manual of Style]]. Please feel free to comment on or make bold edits to the page. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:29, 11 May 2026 (UTC) :Thank you! That’s great and I’ll look at it more soon. I’m still taking a bit of a wikibreak. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 22:32, 14 May 2026 (UTC) :Is there anything I've written [[f:User:Theki/best_practices#Abstract_Wikipedia|here]] that you think would make for a good technical section of the page? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 00:04, 15 May 2026 (UTC) ::I've added some of them. Thank you for your list of best practices by the way, I generally agree with them (I can't endorse connecting WD items currently in hope of a better technical solution, but otherwise I do). [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 00:58, 15 May 2026 (UTC) == Proposals on the architecture of Abstract Content rendering == Starting from a discussion born on the Wikifunctions Telegram chat, I've explained two different proposals on how the NLG on Abstract Wikipedia should be organized in the page [[User:Dv103/Abstract articles architectures]]. Please come to contribute to the discussion, or to propose alternatives. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:32, 11 May 2026 (UTC) == [[MediaWiki:Wikimedia-copyright-footer]] == The copyright message has a few issues, mainly that it does not address abstract content (which is not "text"), nor object labels (which are under CC0). Proposed text: "<nowiki> Text and abstract content are available under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike License]; the labels of objects from [[f:|Wikifunctions]] are available under the [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 License]; additional terms may apply. See [https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Terms_of_Use Terms of Use] for details. </nowiki>" Which, when rendered, looks like: Text and abstract content are available under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike License]; the labels of objects from [[f:|Wikifunctions]] are available under the [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 License]; additional terms may apply. See [https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Terms_of_Use Terms of Use] for details. The message is somewhat inspired by the current one and WF's. Thoughts? Thank you! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:30, 12 May 2026 (UTC) :@[[User:Feeglgeef|Feeglgeef]]: As you probably imagine, this text is very tightly controlled by the Wikimedia Foundation's Legal department. I think the first port of call should be a discussion about why you might want to change things, rather than a rush to specific re-wordings, before approaching them for sign-off. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:28, 12 May 2026 (UTC) ::Well I briefly summarized my justification, my proposed text was just an idea for a starting point. Basically, the abstract content is not really "text", so the footer doesn't actually tell the reader what they're allowed to do with it, and I argue that the current wording implies that the labels are licensed under CC-BY-SA 4, when they aren't. I think a change is critical as otherwise we're not showing the reader a license, or, arguably, in the case of labels, showing users a license that ''does not apply'', which is a pretty bad thing. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:51, 12 May 2026 (UTC) == [[MediaWiki:AbstractWikiSuggestedWikifunctions.json]] == I'd think we should add [[f:Z33068]] here. The function allows you to form a paragraph out of sentences and handles languages having different standards of whether to add a space between them, and adding it here would make finding it easier. I'm not sure what policy we want to have for the suggested functions, this idea might help formulate it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:06, 12 May 2026 (UTC) :[[User:Jdforrester (WMF)]] tells me the page has been changed to [[Special:CommunityConfiguration/AbstractWikiSuggestedWikifunctions]] on the telegram. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:25, 12 May 2026 (UTC) ::@[[User:Feeglgeef|Feeglgeef]]: Yup, see the weekly update on [[f:Wikifunctions:Status_updates/2026-05-02|2026-05-02]]. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:35, 12 May 2026 (UTC) :I also believe Z33068 should be added to the list. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:25, 12 May 2026 (UTC) {{done}} see [[Special:Diff/7692]]. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 09:08, 20 May 2026 (UTC) == Abstract Wikipedia statistics site source code == https://abstract-data.toolforge.org/ is a very useful tool, but it doesn't seem to have anything pointing to the location of its source code. Is it closed-source or unfree? While I'm at it I feel I should suggest having language pages' paths formatted differently from how they are currently—at the moment it's <code>/languages/Toki%20Pona</code> when something like <code>/languages/tok</code> would be more suitable. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; : See [[:gitlab:toolforge-repos/abstract-data]]. Also pinging {{ping|DSantamaria-WMF|p=}} (thanks for the tool, by the way). [[User:NguoiDungKhongDinhDanh|<span class="skin-invert" style="color:black;font-family:Monotype Corsiva;font-size:110%;font-weight:normal;line-height:normal">NguoiDungKhongDinhDanh</span>]] 00:25, 13 May 2026 (UTC) ::Thank you. I think a link to that repository should be put in a footer somewhere on the website as I wouldn't have found that if not for you. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 02:30, 13 May 2026 (UTC) :::{{ping|Theki}} For the record, I found that repo by searching for "abstract-data" on [[:toolhub:|Toolhub]]. [[User:NguoiDungKhongDinhDanh|<span class="skin-invert" style="color:black;font-family:Monotype Corsiva;font-size:110%;font-weight:normal;line-height:normal">NguoiDungKhongDinhDanh</span>]] 03:34, 13 May 2026 (UTC) :::Thanks for the feedback and the report, fixed both things, we have now the link to the repo in the side bar footer, and also the language codes are used in the URLs. Thanks! [[User:DSantamaria-WMF|DSantamaria-WMF]] ([[User talk:DSantamaria-WMF|talk]]) 11:46, 13 May 2026 (UTC) ::::Are you particularly attached to keeping country flag emojis next to the language names? Some consider it an [https://flagsarenotlanguages.com/blog anti-pattern]. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 16:17, 14 May 2026 (UTC) :::::I think the use of flags is not really harmful since this is not a ''language selector'', it is just a list of languages. Of course not every language has an associated flag, for example Latin, which does look a bit awkward, but it can't be helped. Maybe give languages without a flag a unique icon from Wikimedia Commons? e.g. <div style="display:inline-flex;align-items:center;border:1px solid #0002;border-radius:4px;gap:4px;padding:4px;">[[File:Toki pona.svg|16px]] Toki Pona</div> instead of <div style="display:inline-flex;align-items:center;border:1px solid #0002;border-radius:4px;gap:4px;padding:4px;"><span>🌐</span>Toki Pona</div>. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:37, 14 May 2026 (UTC) ::::::I thought I saw 🏛️ being used for Latin earlier. But of course, as far as the Unicode Consortium is concerned, [[Q65300415|🇬🇧]] doesn't mean '[[Q1680|English]]', no more than [[Q100587670|🏳️‍🌈]] means '[[Q1359130|Polari]]'; technically, it doesn't even mean '[[Q145|United Kingdom]]', just the letters 🇺 and 🇰 next to each other (which linguistically would indicate [[Q8798|Ukrainian]] in ISO 639, but these are 'regional indicator symbols'). [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 17:21, 14 May 2026 (UTC) :::::::As seems (from this comment and also [[f:User_talk:DSantamaria-WMF#c-%E9%AD%94%E7%90%B4-20260513063700-Country_flags_in_abstract-data|others' comments]]) that flags are a little bit controversial, I just removed them, IMHO it was just an aesthetic concept, I like the look and feel that flags bring to the language labels, but happy to remove them if make some people feel uncomfortable with the concept. [[User:DSantamaria-WMF|DSantamaria-WMF]] ([[User talk:DSantamaria-WMF|talk]]) 05:54, 15 May 2026 (UTC) == Make it more user Friendly == Make it more user-friendly by adding drag-and-drop compenots and one click additions, and make it similar to a visual macro buidler. [[User:ChippyTechGH|ChippyTechGH]] ([[User talk:ChippyTechGH|talk]]) 01:00, 15 May 2026 (UTC) :Could you file something like this on [[phab:|phabricator]]? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 01:01, 15 May 2026 (UTC) == Person infoboxes == Hi all, I've just created [[f:Z35167|infobox for person (Z35167)]]. All it can really do presently is display the name of the person in the chosen language and in the person's native language, but it's a good start. I started writing it as a composition but chose to switch to writing it in JavaScript instead, which ended up being less headache-inducing (managing a large list of strings to concatenate together is not fun, plus compositions bring lots of additional overhead). Unfortunately, this means that the actual ''useful'' parts of the infobox—the information about the person themself—is not really doable. I'd need to dereference the Wikidata property references to get their label in the requested language, but since they're references and I'm working with code, not compositions, I can't just call [[f:Z6822|fetch Wikidata property (Z6822)]] and be done with it. If there's a WikiLambda API to do this inside of the JS itself that would be great and would solve everything, but at the moment that alone is what's holding it back, or so it seems. I can get the actual ''values'' of statements just fine, though. If I am missing some amazing WikiLambda API function that will solve this problem for me by letting me dereference the PID, then please let me know because that would be great. If you want to look at an example of the infobox right meow, you can view [https://abstract.wikipedia.org/view/tok/Q317521 Q317521 in Toki Pona] and see how it states Musk's name in both Toki Pona ''and'' his native English name. COOL! My hope is that this can be made less barebones in the near future. Infoboxes are a great way to get quick information on a subject and can fill in the informational gaps in the presently sparse articles we have at the moment, all while staying in the user's requested language. Feedback is appreciated! &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 02:58, 15 May 2026 (UTC) :Thank you for this! I wonder if perhaps it would be better to create one "infobox" function and then have compositions call that, making wd retrival possible? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:38, 15 May 2026 (UTC) ::Working on that at the moment, I think I've got it working but I'm hitting a ratelimit in the orchestrator so I don't know for sure. The main issue with it now is that the actual [[f:Z35175|infobox template (Z35175)]] wrapper was programmed in JS so as to not be a pain in the ass, so this means that it can only take in strings, HTML fragments, etc. so the retrieval of Wikidata stuff still needs to be done by the caller and is rather verbose (see [[f:Z35168|the main implementation]]). The niceties will come soon later once I know that it all works at a lower level, though. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 05:04, 15 May 2026 (UTC) ::So the problem now seems to be that when [[f:Z29825|label of Wikidata property in language (Z29825)]] isn't being faulty, it's being incredibly slow. Considering retrieving Wikidata items from their references seems to take, like, four to five seconds, and we'll have tens of statements in these infoboxes, I don't see how the property names could be retrieved in a way that doesn't cause the orchestrator to time out or hit a ratelimit. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 06:01, 15 May 2026 (UTC) :::I think I figured something out? I'm just going to try calling [[f:Z35036|fetch Wikidata property or parts (Z35036)]], it seems to be much faster for whatever reason. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 06:05, 15 May 2026 (UTC) :::It works now, a little rough around the edges, also very slow, but I think I'm mostly happy with it. Of course it would be great if all you needed to provide to the template function to get a label-statement row was the property reference itself, but I'm too sleep-deprived to figure that out at the moment. I made five bespoke functions specifically for this infobox, more than I would like, but it's probably not ''that'' bad. I'm just hoping I didn't duplicate any functionality in trying to make the composition less verbose and repetitive. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 07:15, 15 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Translations == Yes, this question is probably easily answerable through a Web search, but I thought I'd ask here anyways. I am unfortunately not bilingual... I know Toki Pona, but it's a constructed language. I'd love to be a polyglot of some sorts but that is a future thing. I've been trying to translate pages into tok, for funsies mostly. At any rate, I want to convert some of the un-translated pages, namely Feeglgeef's policy drafts, into ones that can be translated (and then translate them into Toki Pona of course). I think I have to be a translation administrator for this? Which is a process that I'd have to ''apply'' for, and I doubt I have the credentials to be accepted for such a role. Regardless, is there a way I can go about this without having to do it through someone else? I can probably easily find documentation on marking pages for translation but I don't know how much I'm actually capable of doing as just a regular user. Should I apply? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:15, 20 May 2026 (UTC) :Most of the process of preparing a page for translation can be done by any editor. See [[:mw:Help:Extension:Translate/Page translation example]]. :The step of marking a page or translation for the first time or after changes must be done by a translation administrator. :I recommend learning the <nowiki><translate> and <tvar></nowiki> syntax and using it on a few pages before applying for this permission. After you do it on a few pages, and you feel confident, and you want to do it more, you can ask for the permission. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 14:28, 20 May 2026 (UTC) ::Just to confirm, did I mark up [[Special:Diff/8138|this page]] for translation properly? I thought to give the hatnote its own <code>&lt;translate&gt;</code> enclosure so as to exclude the indent and italicization from needing to be included in the translatable text. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:10, 20 May 2026 (UTC) :::Mostly properly, but don't exclude <code><nowiki>''</nowiki></code> for italics from translation. It's generally a good idea to exclude complex markup from translation because it's hard for many people to type, and it usually stays the same in translation anyway. <code><nowiki>''</nowiki></code> for italics is different, however: it's very simple to type and familiar to most editors; italic letters are used differently in different languages, and in some languages they aren't used at all, so translators need the freedom to use them appropriately; this markup can also appear in the middle of a translation unit and not only in the ends. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 15:35, 20 May 2026 (UTC) ::::Thank you for the guidance. Should the italics be included if they are used over the entire hatnote? I figure that placement of italics should be left up to the discretion of the translators, but the hatnote itself is meant to be entirely italicized, I would think irrespective of the language it's in. Is this the right idea or should they still be kept within the translation unit? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:45, 20 May 2026 (UTC) :::::Yes, italics should be included in the translation unit if they are used over the entire hatnote. Some languages don't use italic writing at all, so it shouldn't be forced. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 18:36, 20 May 2026 (UTC) :I'd support a translation administrator request ;), for reasons below. I'm not sure why we need a seperate translation administrator right, or why we have to call it an "administrator" (deciding that a page could be translated is a much less important role than, say, page deletion, or blocking). We picked three of them (well, one of them went through the WMF, so we picked two), [https://abstract.wikipedia.org/wiki/Special:Log?type=pagetranslation&user=&page=&excludetempacct=1&wpdate=&tagfilter=&wpfilters%5B%5D=newusers&wpFormIdentifier=logeventslist they don't appear very active, though], only marking 9 times this month, zero (0) of which were for pages marked for the first time. Both community translation admins used their global history and rights to get the role and only stop by occasionally, so having one who ''actually'' edits here would be nice. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:06, 20 May 2026 (UTC) ::This reply echos my philosophy of a sort of wiki-[[Q166005|xenophobia]] (the term xenophobia is probably too harsh, and I wouldn't consider myself one in real life, but it's the best word I can think of), I generally distrust users with a lot of global rights (both global sysop etc. and large amounts of local rights) who come make [[m:Metapedianism|metapedian]] contributions, not as people but to their ability to handle Wikifunctions and Abstract Wikipedia as incredibly unique and technically complex projects. I apologize if it my opinions come off as rude or ungrateful, I do appreciate the work of our translation administrators. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:26, 20 May 2026 (UTC) :::You don't bother me, it's fine. I think they definitely have a place, they can be useful and they usually are. Obviously local admins and what have you that earned their roles through the trust and reputation of the specific community they are in are going to occupy a more trusting position in my mind than a global sysop or global ''anything''. Specialized role members are good and healthy in the long term; I think we are giving these privileges to global users sparingly as the project is still in its infancy and as core contributors emerge and take up key positions we will have a more well-rounded and self-sustaining community with less global privileges needed to take up certain tasks. Wikifunctions probably needed some Foundation members or other staff to act as functioneers initially while the general community was still orienting themselves with WikiLambda and working on applying for the role, but now we have [[f:Special:ListUsers/functioneer|74(!) of them]] and the number of normal members using their specialized skills outnumbers those who were "grandfathered" in (for lack of a better term) or similar. The wiki is young—it just needs time. I myself have been considering applying for sysop privileges since they are obviously needed (there being exactly Zero of them at the moment); I've been weighing the pros and cons of such a commitment, it's obviously a lot to take up. I wish your sysop request went through, I think you would have made a great admin here. I'm unsure of what others think of my capabilities, I'm rather in-and-out around these social spaces so I don't know if there's much to go off of. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:55, 20 May 2026 (UTC) ::::Totally agree, and I'd support a sysopship request as well, though I'm apparently not good at assessing what the community considers supportable in admin candidate ;). ::::Off-topic, but interestingly, the sysop toolset allows you to grant yourself translation adminship. I'm not sure if sysops are expected not to grant themselves the permissions (kind of like how on enwiki 'crats are expected not grant themselves any rights without discussion despite having the technical rights), but I did it to myself on WF because [https://www.wikifunctions.org/w/index.php?title=Special:Log&logid=84940 another sysop had]. Additionally, the functioneer right [[Special:ListGroupRights#functioneer|exists on this wiki]], with the same rights on WF, despite all of them not doing anything on this wiki. I believe this is because, on the technical side, both AW and WF are powered by the same MediaWiki extension (Wikilambda), with one wiki set to a mode for abstract articles and another set to a mode for ZObjects. [https://dag.wikipedia.org/wiki/Di%C5%8B%27gahim:ListGroupRights#functioneer Checking the Dagbani Wikipedia] supports this theory. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:00, 20 May 2026 (UTC) :::::It always depends on the local policy. For Wikifunctions it is: ''Administrators do not need to undergo another discussion to become translation administrators; they can self-grant the rights to their account if necessary. Temporary administrators are not allowed to self-grant permanent translation administrator rights.'' :::::The availability of the functioneer right is a bug, see [[phab:T407066]]. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 19:36, 20 May 2026 (UTC) :::If you don't consider yourself a xenophobe in real life, I would recommend not calling yourself that here, or anywhere really. Especially since it was the ideological capture during the 2010s of the Croatian-language Wikipedia [[w:hr:]] by actual xenophobes that was part of the impetus for Abstract Wikipedia according to [https://simia.net/wiki/Draft:_Collaborating_on_the_sum_of_all_knowledge_across_languages#A_look_on_some_south_Slavic_language_Wikipedias Denny's blog]. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 22:10, 26 May 2026 (UTC) == Policy drafts == Hi all! I've written some draft policies and guidelines over the last few days. We're not a bureaucracy, so the point is not to set some rules but to kick off some discussions as to how our wiki will work. So far, I've created: * [[Abstract Wikipedia:Notability|a notability guideline]] * [[Abstract Wikipedia:Deletion policy|a deletion policy]] I've written them as my opinion on what should happen, but I'm hoping to align them with community consensus as we discuss them more. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:44, 21 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == To abstract Wikipedia or be the Abstract Wikipedia == There is a discussion happening about what the [[Abstract Wikipedia:Notability|notability criteria]] for Abstract Wikipedia should be, and in trying to participate I've found my idea of Abstract Wikipedia is awfully abstract. Is Abstract Wikipedia supposed to abstract Wikipedia, as in abstracting information from existing articles on the language Wikipedias (barring new contributions), or is it supposed to become the Abstract Wikipedia, supporting collaboration across all languages like it's the language Wikipedia to end all language Wikipedias (allowing new contributions)? I thought the answer would be obvious, but the name Abstract Wikipedia is a bit ambiguous. Am I missing something? [[User:Some helpful person|Some helpful person]] ([[User talk:Some helpful person|talk]]) 02:16, 27 May 2026 (UTC) :I think ({{ping|DVrandecic (WMF)|p=?}}) the idea is (and I personally prefer) the latter. I believe that, given the fact that it's much easier to write a concrete article than an abstract article, and the fact that the community of potential future contributors on enwiki is skeptical ''at best'', we ultimately will never expand beyond the size of other wikis, but I see no problem with allowing volunteers to add information not on other wikis (it's probably not the most effective, but they're volunteers, beggars can't be choosers), as long as it's not vandalism, useless, or promotional slop. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 02:31, 27 May 2026 (UTC) :@[[User:Some helpful person|Some helpful person]] Abstract Wikipedia is a Wikipedia, where people can collaborate across languages on articles, which can then be used to fill gaps in the existing Wikipedias. Whereas I expect that current Wikipedia articles might be used as a convenient starting point for many of the articles in Abstract Wikipedia, this is more a consequence of Wikipedia being one of the best places to go to to find reliable knowledge, but that is not part of how it is supposed to work. So, this is not to abstract the existing Wikipedias, but to collaborate on an Abstract Wikipedia. At no point is this meant to replace existing Wikipedias. (Thanks to @[[User:Feeglgeef|Feeglgeef]] for the ping!) --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 17:01, 27 May 2026 (UTC) ::Thank you, this makes a lot more sense now. [[User:Some helpful person|Some helpful person]] ([[User talk:Some helpful person|talk]]) 21:52, 27 May 2026 (UTC) == template suggestion == Some way to mock abstract syntax on talk and project pages, analogous to those in [[d:category:format Template]]. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 15:21, 27 May 2026 (UTC) :Hmm. I agree. :Workshopping ideas for how it works: :* Invokation: <nowiki>{{Call|Z26039|{"Z1K1": "Z18", "Z18K1": "Z825K1"}|{"Z1K1": "Z6091", "Z6091K1": "Q634"}|{"Z1K1": "Z18", "Z18K1": "Z825K1"}|lang=en}}</nowiki> :** This could then be suplemented by helper templates: <nowiki>{{Call|Z26039|{{Wikidata item argument reference}}|{{Wikidata item reference|Q634}}|{{Language argument reference}}}}</nowiki> :* This would result in "[[f:Z26039|subject is instance of (string)]] (wikidata item reference, [[d:Q634|planet]], language)" :** Icons are missing in this example, I'm not sure if we can actually add them :Thoughts? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:04, 27 May 2026 (UTC) == Marking NLG Default text == Some NLG functions give default texts, like [[f:Z33420|Z33420]] will give text like "Paris ∈ {city}". sometimes in other languages the English text is show. Currently there is no visual clue that these texts are not normal text in the requested language. I propose we mark these text with color <span style="color:magenta;">Paris ∈ {city}</span> with something like <nowiki><span style="color:magenta;">Paris ∈ {city}</span></nowiki>. To have this configurable/maintainable this could be included in a function, called NLG default text or so, with a text as input an a text in color as output. The exact formatting like magenta color or gray background or something else can be discussed/decided later. To have it even more configurable on personal stylesheets it could use a class like <nowiki><span class="NLG Default text">Paris ∈ {city}</span></nowiki>. What do you think? Could somebody make such a function already? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 12:00, 29 May 2026 (UTC) :The are technically just monolingual texts in a language called "multiple languages". I threw a prototype together really quickly, [[f:Z35839]]. It will accept strings, monolingual texts, and html fragments as input, so you have to select which type you want. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:59, 29 May 2026 (UTC) ::OK, thanks, I added it to [[f:Z26039]] and works as expected, see [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q64%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q515%22%7D%2C%22Z26039K3%22%3A%22Z1555%22%7D here]. The test for the function with default text now fails because it now is in magenta color. That was to be expected. I will leave the tests unchanged if that is OK with you, as we might need to change the exact formatting. ::Is it OK to add this to other NLG functions that produce default output? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:59, 29 May 2026 (UTC) :::Sure, [[w:en:WP:Be bold|be bold]]! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:50, 29 May 2026 (UTC) ::::Feeglgeef, I am struggling with the output. Can you have a look? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 17:02, 30 May 2026 (UTC) :::::Can you link me to where? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:08, 30 May 2026 (UTC) ::::::{{Q|90}} in a language vls should give a magenta text. Instead it gives "Wikifunctions returned a failed response: Unspecified error". [[f:Z33422]] results "<span style="color: magenta;">Parys ∈ {stad}</span>" (as a string). [[f:Z26039]] also gives "<span style="color: magenta;">Parys ∈ {stad}</span>", but it's test [[f:Z33726]] gives an HTML equivalent, not a string. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 17:59, 30 May 2026 (UTC) :::::::You shouldn't be returning HTML in string-typed functions. I'm not sure, then, how we implement your proposal, actually. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:54, 30 May 2026 (UTC) ::::::::I tried with [[f:Z35921]] but now the output is the literal text, and not HTML. Does anybody have an idea how to implement the text in a color? ::::::::Alternatively we could use texts like // Parys ∈ {stad} //. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 16:51, 31 May 2026 (UTC) ::::::::: You need to output [[f:Z89|HTML fragment]], not String. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:16, 31 May 2026 (UTC) :I agree with the above that this should not be applied to functions which return strings or monolingual text. If anything, it might work to insert it into functions returning HTML. The most egregious problems I've seen are when I tried to render into an RTL language (e.g. Hebrew 0 try on [[Q408]]), and it spilled all the formatting all over the article. I will revert the change to the string default at [[:f:Z33421]], but suggest it is tested carefully if implemented elsewhere. In general I prefer just marking with spans rather than colours at this stage. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 04:49, 3 June 2026 (UTC) :: Perhaps mark with spans given a specific ID and then allow users to use a userscript/gadget to paint them magenta? That seems like the most considerate approach. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 05:12, 3 June 2026 (UTC) :::[[:f:Z32234]] suggests something like <code>span lang="mul"</code> or similar. [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 05:20, 3 June 2026 (UTC) ::::I will (carefully) try some other alternatives, and use a personal class in my userscript for <nowiki><span class="NLG Default text"></nowiki>. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 14:05, 4 June 2026 (UTC) ::::: If possible, can you use <nowiki><span lang="mul"></nowiki>? This would allow it to also catch some instances automatically. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:14, 4 June 2026 (UTC) ::::::I have done so, but how can I set my personal stylesheet to show color magenta with <nowiki><span lang="mul"></nowiki>? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:20, 4 June 2026 (UTC) ::::::: try adding this to [[Special:MyPage/common.css]]: ::::::: [lang="mul"] {<br> color: magenta;<br> } [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:48, 4 June 2026 (UTC) : I created a new implementation for [[f:Z35921]] using emoji text, resulting in texts like "❌≪Paris ∈ {city}≫❌". It works on [[Q90]] for not yet specified languages like Zeelandic. I will be bold in adding this other functions that use default texts. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:26, 5 June 2026 (UTC) == Ratification of the deletion policy proposal? == I haven't seen any unresolved objections to my proposal for a [[Abstract Wikipedia:Deletion policy|policy for deletion]]. Does anybody have any issues, and, if not, is it ok to ratify as an actual policy? I intend to remove the draft template and replace it with a policy template unless anyone voices any objection within a week. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:55, 29 May 2026 (UTC) :Is it just me or does [[Abstract Wikipedia:Deletion policy#Reasons for deletion]] render blank with only number bullets without the actual text after ''1.'' or ''2.''? [[User:Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) 07:13, 30 May 2026 (UTC) ::I see text. ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 07:49, 30 May 2026 (UTC) :::I can see on my phone, but it goes blank on my laptop. What is the role of ''<nowiki><span class="anchor" id="1"></nowiki>''? [[User:Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) 12:15, 30 May 2026 (UTC) ::::{{ping|Bunnypranav}} I can see the text everywhere (I tested connected and not connected, on my phone, laptop, with Chrome or Firefox ; what system do you use?). As the name suggest, the span anchor is here to create an HTML anchor, so you can do link like [[Abstract_Wikipedia:Deletion_policy#7]]. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 13:49, 30 May 2026 (UTC) :::::I'm on Brave browser. Nevertheless, forget it. The culprit might be some random customization I did to my system which I cannot recollect. The reason is the span tag only though, tried a preview kicking out a text to just outside the tag and it worked. [[User:Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) 14:23, 30 May 2026 (UTC) :Globally, it looks fine. I think that reasons 7 and 8 may need some examples/clarifications. There is no global consensus when it comes to creating categories. For example, categories for building interiors and exteriors. Personally, I feel that they are useful for easier discoverability. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 15:39, 30 May 2026 (UTC) ::I've copied them over from enwiki. They're probably included in "content otherwise not suited for an encyclopedia." Since sysops can't speedy them, it'd be up to commenters on [[Abstract:RFD]] to determine. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:48, 30 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Yet another suggested function proposal == Perhaps it's a bit early, but can [[f:Z36049]] be added to [[MediaWiki:AbstractWikiSuggestedWikifunctions.json]]? See [[Q38726]] for an example use. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:54, 4 June 2026 (UTC) : Meh. Consider this withdrawn until we know more about what we want image creation to look like. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 05:06, 5 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> 0gtqrpmlrn6xw9dp410il2x5ozkix36 9732 9657 2026-06-05T22:33:34Z Feeglgeef 36 /* Ratification of the deletion policy proposal? */ reply: Done! (-) ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]]) 9732 wikitext text/x-wiki {{#ifexist:Abstract Wikipedia:Project chat/Header/{{USERLANGUAGE}}|{{/Header/{{USERLANGUAGE}}}}|{{/Header}}}} {{/Archives}} <!-- Add your discussion below this line --> == Why don't we just structure this with wikitemplates? == I feel like the project could be done a lot better by using templates kind of like how wikipedia does them. Just the entire thing is templates that can be rendered in many languages. So like [[Q106289265]] would have the content <nowiki>{{Z26039|Q7257}}</nowiki> and could even have some aliasing done across languages so it could be <nowiki>{{subject is|Q7257}}</nowiki>. Code would be editable with a regular visual editor or code editor. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 04:34, 29 March 2026 (UTC) :This is available in pages when Parsoid rendering is enabled. We don't use this becuase it doesn't make sense for constructing and editing massive articles. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:37, 29 March 2026 (UTC) ::How do you do parsoid rendering? And why wouldn't it make sense? With aliases and everything could work great. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 23:12, 29 March 2026 (UTC) :::I believe it is enabled by default. If you do have it on: {{#function:Z10000|you'll s|ee this}} [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:54, 30 March 2026 (UTC) :you may be interested in reading this old [[m:Abstract_Wikipedia/Google.org_Fellows_evaluation|Google report]]. [[User:BrokenSegue|BrokenSegue]] ([[User talk:BrokenSegue|talk]]) 14:32, 9 May 2026 (UTC) == Why the editing API doesn't work == {{tracked|T423542}} Immanuelle wrongly stated that there is no REST API for editing. [[#REST API for editing?|There is]]. However, it does not work when called from software outside Abstract Wikipedia. That is because there is no way to grant a bot password or OAuth customer the permission to edit abstract articles (<code>wikilambda-abstract-edit</code>) and create them (<code>wikilambda-abstract-create</code>), since no grant on [[Special:ListGrants]] includes either. Should this be fixed? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 01:57, 26 April 2026 (UTC) :Yes I think the rights should be added. I think the number of automated edits should be low at the moment as Abstract Wikipedia is still in an early phase and so far there is not much support for small languages and so many functions will maybe change to cover more languages. As automatic editing using a Bot Account requires an formal request it is no problem if the option exists. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 18:17, 26 April 2026 (UTC) :Sounds good to me. Could we add a bot section to [[Abstract Wikipedia:Requests for permissions]]? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:35, 5 May 2026 (UTC) ::[[Abstract_Wikipedia:Requests_for_permissions#Bot]] ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 23:56, 5 May 2026 (UTC) :not currently possible :((((( [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:46, 30 April 2026 (UTC) :Feeglgeef is correct, past tense sentence generation is something we are sorely lacking at the moment. If you look at [[f:WF:Type proposals#Representing abstract content|Wikifunctions' type proposals]] you can see some initiatives that could hopefully mitigate this. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 13:49, 1 May 2026 (UTC) == Spaces between sentences, another attempt == [[Abstract Wikipedia:Project chat#Extra spaces between sentences|A month ago]], @[[User:内存溢出的猫|内存溢出的猫]]<ref group="spaces3>According to Google Translate, it's pronounced "Nèicún yìchū de māo". Please correct me if it's wrong. When I write, I want to know how are things that I write pronounced aloud, and very unfortunately, I never learned to read Chinese characters, and even if I did, most English speakers probably didn't. Come to think of it, is there a function that ''reliably'' transliterates Chinese characters?</ref> That discussion doesn't seem to have yielded any fixes or meaningful discussions, at least not that I can see. [[Abstract Wikipedia:Project chat#Spaces between sentences|Two weeks ago]], I tried to bring up a similar topic, but that discussion somehow got derailed and also didn't yield anything useful. Now, the problem looks differently, but it's still a problem. When I look at [[Q10251]], for example, what I see is four sentences that ''appear'' with ''no'' spaces between them. Not one, not two—none at all. It looks like this: :Plasma is a fundamental state of matter.Plasma is a classical state of matter.A plasma is a gas.A plasma is a matter. Note that I emphasized ''appear'': When I see them rendered on the screen, they have no spaces between them. In the HTML, however, they are represented as four <code><nowiki><div></nowiki></code>s, and their inline positioning is handled by CSS. This means, for example, that if I copy and paste them, I don't get a long string with no spaces after full stops, but four sentences with a single line break after each full stop: <poem> Plasma is a fundamental state of matter. Plasma is a classical state of matter. A plasma is a gas. A plasma is a matter. </poem> This is not how it is supposed to be done. <code><nowiki><div></nowiki></code>s are supposed to be used for block elements and not hacked into appearing as if they are inline (also known as phrasing). Spaces between sentences are supposed to be real characters rather than HTML and CSS tricks, they may be different in different languages, and in some languages they may be nothing at all. I hope that the definition of the problem is clear. <references group="spaces3"></references> [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 12:49, 2 May 2026 (UTC) :Hi, have a look at it [[Special:PermanentLink/7132|now]]. Does this match your expectations? I think it's not rendering right now for whatever reason, but there are other examples of it being done this way that you can see: [[Q241691]]. The article renders properly in both English (spaces between sentences) and Japanese (no spaces at all). : :'''English:''' :<blockquote>Programmed Data Processor is a computer model series by Digital Equipment Corporation. PDP-8 is a Programmed Data Processor.</blockquote> :'''Japanese:''' :<blockquote>PDPシリーズはディジタル・イクイップメント・コーポレーションによるコンピュータ・モデル・シリーズである。PDP-8はPDPシリーズである。</blockquote> : :I have some, err, strong opinions about [[User:Immanuelle|Immanuelle]]'s 「Abstract Wikipedia Editor」 tool, which is the predominant cause for all of these very janky and poorly-laid-out articles that you see. This is not how an article ought to be written on Abstract Wikipedia, and I and other editors are aware of this. If you see these problems, please do fix them! The wiki will be all the better for it. : :In the absence of consensus on such things as these (and awaiting any official policy pages) I have written [[f:User:Theki/best practices]] on my Wikifunctions userpage. You are welcome to read it if you wish. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:20, 2 May 2026 (UTC) ::The output of [[Q241691]] looks OK to me in this regard. How was it done? ::[[Q10251]] gives me an error. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 18:10, 2 May 2026 (UTC) :::WikiLambda is doing WikiLambda things. This WASI time limit error happens intermittently on Abstract Wikipedia articles and it usually goes away after a short while. The only thing is that it doesn't really seem like purging these articles does anything to force the orchestrator to retry its evaluation so the article might not render that paragraph until someone comes in and pokes at it by editing it somehow. ::: :::The working article uses the [[f:Z33068|''paragraph from sentences'']] function to lay out its individual sentence content. This function automatically handles converting any and all text-like objects (strings, HTML fragments, and monolingual text) to a consistent form, so sentence fragments can all be supplied verbatim to its list input. When the function is putting the sentences together it defaults to using a single space to separate them, but first checks if the requested language is in the [[f:Z33984|''languages without spaces between sentences'']] list. If it is, it doesn't add spaces at all, and just concatenates the sentences normally. I hope this explanation makes sense. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 18:19, 2 May 2026 (UTC) ::::It makes some sense, but earlier, you suggested: "If you see these problems, please do fix them", and I'm not entirely sure how to do it. How would I fix it in [[Q100]], for example? [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 19:41, 2 May 2026 (UTC) :::::In this case you would do the following: :::::# At the bottom, click the plus and then 「Add empty fragment」. :::::# Set the function to [[f:Z33068]], as mentioned earlier. :::::# Now go through each sentence fragment, find the innermost sentence-generation function, click on the three dots, and copy it. Do not copy the calls to [[f:Z29749]] or similar, these are not necessary. :::::# Go to the ''paragraph with sentences'' function call and add an element to the list. :::::# Click on the three dots next to the new element, and paste in the earlier sentence fragment. :::::# You can now delete the original fragment and repeat the process in the same list for the one after it. :::::&mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 19:46, 2 May 2026 (UTC) ::@[[User:Theki|Theki]] I intend on fixing it, I recently made an attempt but the suggested fixes made problems worse. Do you have any practical suggestions of how to structure the templates? I will try to implement them when I have more time. ::Also your name is very confusing, are you in the process of getting it changed wiki-wide? [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 22:36, 2 May 2026 (UTC) :::Um, are you referring to my signature not matching my wiki username? I have considered for a long time changing it from ''theki'', but I don't feel like putting in the effort when it seems to be perfectly ignorable for most people. The user 「''Rae''」 can't be usurped because they made, like, two or three articles on the Persian Wikipedia two decades ago or something, I don't know. If that weren't the case I would be User:Rae right now but after that failed to go through I just decided to stop bothering. Maybe at some point I'll come up with a username I'm happy with keeping for the foreseeable future but I have other concerns at the moment. :::Could you explain how your attempted fixes 「made problems worse」? Presently I side with Feeglgeef's sentiments and prefer to wait for abstract content to actually be feasible to make on a reasonably descriptive scale (see: the type proposals) before I go around making articles willy-nilly, which is what AWE has been doing—making a bunch of pretty low-quality articles on a massive scale when it probably ''really'' would have been better to, err, hold off on that. :::And I honestly know very little about the actual workings of your editor, I don't really use it nor am I familiar with its template syntax or whatever it may use, so I'm going to look over how it actually works and then get back to you on that. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 23:28, 2 May 2026 (UTC) ::::Using this [[f:Z33068]] made things worse [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 00:44, 3 May 2026 (UTC) :::::That did not go through correctly but I do not think we have a proper thing for it. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 00:45, 3 May 2026 (UTC) ::::::What? Could you elaborate? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 01:00, 3 May 2026 (UTC) ::::::{{ping|Immanuelle}} I checked. Your issue is that your editor is not providing the article language to Z33068K2; that is, the ''paragraph from sentences'' function has a second argument, and your editor was omitting it. If you properly specify it, it will work. Please, next time, actually tell me what went wrong instead of going quiet and forcing me to look after it myself. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:06, 4 May 2026 (UTC) :I avoid [[f:Z33068]] for now, because executing a whole paragraph in a single call would often time out. So my current alternative is inserting [[f:Z35672]] between sentences. Fairly clunky, but it works... --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 06:08, 28 May 2026 (UTC) ::Can you categorize the talk pages of articles you're doing that with? It has major accessibility concerns for our friends using screen readers, so it'd be nice to be able to find those with issues when were able to fix the calls [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:50, 28 May 2026 (UTC) :::I think the new tool can show us this (via dumps). For example, here are the uses of 'paragraph': https://abstract-data.toolforge.org/zid/Z32123 --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 23:07, 28 May 2026 (UTC) ::::There's more than one way to not use spaces correctly and more than one way to use spaces correctly, this wouldn't catch all of them. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:13, 28 May 2026 (UTC) :::::I'm not totally sure what you want to track, but I'm confident that this will find all my uses. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 02:10, 29 May 2026 (UTC) ::::I think it slipped past everyone's notice, but I made a template for linking to that sort of information @ [[Template:Zd|<nowiki>{{</nowiki>zd<nowiki>}}</nowiki>]]. {{zd|Z35672|sentence separator}} <span style="font-size:smaller;opacity:0.8">(I don't think the database dumps have noticed the function you're using yet, so it's a 404 at the moment.)</span> &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 01:09, 29 May 2026 (UTC) ===Easier solution?=== Maybe a much easier solution would be to replace the "." after each sentence with ". " (a full stop and a space). The paragraghs might add an extra space, but that is displayed as one by the browser. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) ==Wiktionary integration== I was trying out a few functions recently, such as [https://www.wikifunctions.org/view/en/Z27243 the new superlative function], and I noticed that ''every adjective'' has to be a Wikidata item. For example, I couldn't type in the inputs "Bugatti Veyron", "fast", "Earth" because "fast" as an adjective is not a Wikidata item. This doesn't really make sense, given that Wiktionary already has the word for "fast" and its superlative form in many different languages. Would it be possible to integrate Wiktionary into the function, so the user can type an adjective or verb from Wiktionary instead of having to deal with Wikidata (which consists almost entirely of nouns)? [[User:Somepinkdude|Somepinkdude]] ([[User talk:Somepinkdude|talk]]) 16:49, 6 May 2026 (UTC) :No, sadly. I would try "speed" as the adjective, though, you have to use abstract qualities instead of concrete English terms. [[File:Wikifunctions Superlative speed example.png|thumb|Here's an example of the word being used.]] [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:02, 6 May 2026 (UTC) :Wikidata has standard items as well as lexeme data, so if anything, we should try to integrate those. E.g. [[:d:Lexeme:L1029]]. ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 19:48, 6 May 2026 (UTC) ::I tried this, and it gave "Bugatti Veyron is the speedest car on Earth", which is laughably bad. The problem is that Wikidata does not "know" what the superlative form is, while Wiktionary does. Speed is a fairly common descriptor, but what about less common adjectives which aren't on Wikidata? Will there need to be a bot to copy all of this information from Wiktionary? [[User:Somepinkdude|Somepinkdude]] ([[User talk:Somepinkdude|talk]]) 22:14, 6 May 2026 (UTC) :::I'm not suggesting that the functionality works <em>now</em>, but that we need to integrate the funcationality. ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 22:17, 6 May 2026 (UTC) :::Well, no, the superlative form is chosen by [[f:Z12203]]. I think there's a bug with the English implementation that calls that function wrong. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:19, 6 May 2026 (UTC) :@[[User:Somepinkdude|Somepinkdude]] I did find the item {{Q|Q19807466}} which was linked to a concept database's entry for "fast"; I have at least linked it to the English lexeme "fast" and will try to add more links at a better hour. [[User:Mahir256|Mahir256]] ([[User talk:Mahir256|talk]]) 04:18, 7 May 2026 (UTC) == Showcase == I was wondering if there's a curated list of decent articles to learn by example here on Abstract Wikipedia? [[User:Fgnievinski|Fgnievinski]] ([[User talk:Fgnievinski|talk]]) 02:02, 8 May 2026 (UTC) :Unfortunately not, and, honestly, I wouldn't recommend article creation at the moment, it's likely to need significant refactoring as the way we represent abstract content changes, but, I can point you to [[Q668]] as a reasonably good example at the moment. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 02:39, 8 May 2026 (UTC) ::Thank you. "308 languages" blew my mind – well done! [[User:Fgnievinski|Fgnievinski]] ([[User talk:Fgnievinski|talk]]) 02:54, 8 May 2026 (UTC) :::308 is the number of ''concrete'' Wikipedias in which a manually-written article about India is available. :::The abstract article renders for me in English as "India is a country in Asia. India is a republic. New Delhi is the capital of India. India is the most populous country in world." Switching to another language to get rendered as an abstract article is done by typing the language's name in the box above the rendered text. I tried French, German, and Dutch, and got errors in all of them. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 03:12, 8 May 2026 (UTC) ::::So it goes. The paragraph has quite a lot of distinct sentence generation functions, all of which of course have to be implemented in the target language. This will be rounded out once we're able to more effectively generalize linguistic content. I view these functions as sort of patchy temporary solutions to the sentence generation problem while we figure out something more robust, which I hope is soon to come. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 04:15, 8 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #247 is out: References from Wikidata now available == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we announce that is now possible to pass references in Wikidata statements, we introduce the [https://abstract-data.toolforge.org/ Abstract Data dashboard], we report you on the presentation about Abstract Wikipedia at WikiCon Australia, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1778520600 May 11, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 11:16, 8 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30325620 --> == about the usage of Z33068 == The use of [[f:Z33068]] (en: paragraph from sentences) <s>always</s> most of the time results in the error "Reached time limit in orchestrator." So should it be used at all for now, temporarily? Or maybe there are already some tickets about this that I am not aware of? -- [[User:Asked42|Asked42]] ([[User talk:Asked42|talk]]) 18:23, 10 May 2026 (UTC) :It previously worked, so I'm hoping whatever the issue is will be fixed soon. The current state of the wiki makes [[m:Immediatism|immediatism]] an illogical philosophy to have at the moment, in my opinion. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:16, 10 May 2026 (UTC) ::This issue seems to no longer exist, you might need to clear the cache by making a dummy edit on affected articles. I implemented the function in Python (instead of composition), which has increased the speed by about 2000 ms. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 04:31, 11 May 2026 (UTC) :::Seems like working. Thank you. -- [[User:Asked42|Asked42]] ([[User talk:Asked42|talk]]) 19:06, 11 May 2026 (UTC) == Manual of Style == I've created a [[Abstract Wikipedia:Manual of Style|draft for a Manual of Style]]. Please feel free to comment on or make bold edits to the page. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:29, 11 May 2026 (UTC) :Thank you! That’s great and I’ll look at it more soon. I’m still taking a bit of a wikibreak. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 22:32, 14 May 2026 (UTC) :Is there anything I've written [[f:User:Theki/best_practices#Abstract_Wikipedia|here]] that you think would make for a good technical section of the page? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 00:04, 15 May 2026 (UTC) ::I've added some of them. Thank you for your list of best practices by the way, I generally agree with them (I can't endorse connecting WD items currently in hope of a better technical solution, but otherwise I do). [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 00:58, 15 May 2026 (UTC) == Proposals on the architecture of Abstract Content rendering == Starting from a discussion born on the Wikifunctions Telegram chat, I've explained two different proposals on how the NLG on Abstract Wikipedia should be organized in the page [[User:Dv103/Abstract articles architectures]]. Please come to contribute to the discussion, or to propose alternatives. [[User:Dv103|Dv103]] ([[User talk:Dv103|talk]]) 14:32, 11 May 2026 (UTC) == [[MediaWiki:Wikimedia-copyright-footer]] == The copyright message has a few issues, mainly that it does not address abstract content (which is not "text"), nor object labels (which are under CC0). Proposed text: "<nowiki> Text and abstract content are available under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike License]; the labels of objects from [[f:|Wikifunctions]] are available under the [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 License]; additional terms may apply. See [https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Terms_of_Use Terms of Use] for details. </nowiki>" Which, when rendered, looks like: Text and abstract content are available under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike License]; the labels of objects from [[f:|Wikifunctions]] are available under the [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 License]; additional terms may apply. See [https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Terms_of_Use Terms of Use] for details. The message is somewhat inspired by the current one and WF's. Thoughts? Thank you! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:30, 12 May 2026 (UTC) :@[[User:Feeglgeef|Feeglgeef]]: As you probably imagine, this text is very tightly controlled by the Wikimedia Foundation's Legal department. I think the first port of call should be a discussion about why you might want to change things, rather than a rush to specific re-wordings, before approaching them for sign-off. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 14:28, 12 May 2026 (UTC) ::Well I briefly summarized my justification, my proposed text was just an idea for a starting point. Basically, the abstract content is not really "text", so the footer doesn't actually tell the reader what they're allowed to do with it, and I argue that the current wording implies that the labels are licensed under CC-BY-SA 4, when they aren't. I think a change is critical as otherwise we're not showing the reader a license, or, arguably, in the case of labels, showing users a license that ''does not apply'', which is a pretty bad thing. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:51, 12 May 2026 (UTC) == [[MediaWiki:AbstractWikiSuggestedWikifunctions.json]] == I'd think we should add [[f:Z33068]] here. The function allows you to form a paragraph out of sentences and handles languages having different standards of whether to add a space between them, and adding it here would make finding it easier. I'm not sure what policy we want to have for the suggested functions, this idea might help formulate it. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:06, 12 May 2026 (UTC) :[[User:Jdforrester (WMF)]] tells me the page has been changed to [[Special:CommunityConfiguration/AbstractWikiSuggestedWikifunctions]] on the telegram. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:25, 12 May 2026 (UTC) ::@[[User:Feeglgeef|Feeglgeef]]: Yup, see the weekly update on [[f:Wikifunctions:Status_updates/2026-05-02|2026-05-02]]. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:35, 12 May 2026 (UTC) :I also believe Z33068 should be added to the list. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:25, 12 May 2026 (UTC) {{done}} see [[Special:Diff/7692]]. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 09:08, 20 May 2026 (UTC) == Abstract Wikipedia statistics site source code == https://abstract-data.toolforge.org/ is a very useful tool, but it doesn't seem to have anything pointing to the location of its source code. Is it closed-source or unfree? While I'm at it I feel I should suggest having language pages' paths formatted differently from how they are currently—at the moment it's <code>/languages/Toki%20Pona</code> when something like <code>/languages/tok</code> would be more suitable. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; : See [[:gitlab:toolforge-repos/abstract-data]]. Also pinging {{ping|DSantamaria-WMF|p=}} (thanks for the tool, by the way). [[User:NguoiDungKhongDinhDanh|<span class="skin-invert" style="color:black;font-family:Monotype Corsiva;font-size:110%;font-weight:normal;line-height:normal">NguoiDungKhongDinhDanh</span>]] 00:25, 13 May 2026 (UTC) ::Thank you. I think a link to that repository should be put in a footer somewhere on the website as I wouldn't have found that if not for you. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 02:30, 13 May 2026 (UTC) :::{{ping|Theki}} For the record, I found that repo by searching for "abstract-data" on [[:toolhub:|Toolhub]]. [[User:NguoiDungKhongDinhDanh|<span class="skin-invert" style="color:black;font-family:Monotype Corsiva;font-size:110%;font-weight:normal;line-height:normal">NguoiDungKhongDinhDanh</span>]] 03:34, 13 May 2026 (UTC) :::Thanks for the feedback and the report, fixed both things, we have now the link to the repo in the side bar footer, and also the language codes are used in the URLs. Thanks! [[User:DSantamaria-WMF|DSantamaria-WMF]] ([[User talk:DSantamaria-WMF|talk]]) 11:46, 13 May 2026 (UTC) ::::Are you particularly attached to keeping country flag emojis next to the language names? Some consider it an [https://flagsarenotlanguages.com/blog anti-pattern]. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 16:17, 14 May 2026 (UTC) :::::I think the use of flags is not really harmful since this is not a ''language selector'', it is just a list of languages. Of course not every language has an associated flag, for example Latin, which does look a bit awkward, but it can't be helped. Maybe give languages without a flag a unique icon from Wikimedia Commons? e.g. <div style="display:inline-flex;align-items:center;border:1px solid #0002;border-radius:4px;gap:4px;padding:4px;">[[File:Toki pona.svg|16px]] Toki Pona</div> instead of <div style="display:inline-flex;align-items:center;border:1px solid #0002;border-radius:4px;gap:4px;padding:4px;"><span>🌐</span>Toki Pona</div>. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:37, 14 May 2026 (UTC) ::::::I thought I saw 🏛️ being used for Latin earlier. But of course, as far as the Unicode Consortium is concerned, [[Q65300415|🇬🇧]] doesn't mean '[[Q1680|English]]', no more than [[Q100587670|🏳️‍🌈]] means '[[Q1359130|Polari]]'; technically, it doesn't even mean '[[Q145|United Kingdom]]', just the letters 🇺 and 🇰 next to each other (which linguistically would indicate [[Q8798|Ukrainian]] in ISO 639, but these are 'regional indicator symbols'). [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 17:21, 14 May 2026 (UTC) :::::::As seems (from this comment and also [[f:User_talk:DSantamaria-WMF#c-%E9%AD%94%E7%90%B4-20260513063700-Country_flags_in_abstract-data|others' comments]]) that flags are a little bit controversial, I just removed them, IMHO it was just an aesthetic concept, I like the look and feel that flags bring to the language labels, but happy to remove them if make some people feel uncomfortable with the concept. [[User:DSantamaria-WMF|DSantamaria-WMF]] ([[User talk:DSantamaria-WMF|talk]]) 05:54, 15 May 2026 (UTC) == Make it more user Friendly == Make it more user-friendly by adding drag-and-drop compenots and one click additions, and make it similar to a visual macro buidler. [[User:ChippyTechGH|ChippyTechGH]] ([[User talk:ChippyTechGH|talk]]) 01:00, 15 May 2026 (UTC) :Could you file something like this on [[phab:|phabricator]]? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 01:01, 15 May 2026 (UTC) == Person infoboxes == Hi all, I've just created [[f:Z35167|infobox for person (Z35167)]]. All it can really do presently is display the name of the person in the chosen language and in the person's native language, but it's a good start. I started writing it as a composition but chose to switch to writing it in JavaScript instead, which ended up being less headache-inducing (managing a large list of strings to concatenate together is not fun, plus compositions bring lots of additional overhead). Unfortunately, this means that the actual ''useful'' parts of the infobox—the information about the person themself—is not really doable. I'd need to dereference the Wikidata property references to get their label in the requested language, but since they're references and I'm working with code, not compositions, I can't just call [[f:Z6822|fetch Wikidata property (Z6822)]] and be done with it. If there's a WikiLambda API to do this inside of the JS itself that would be great and would solve everything, but at the moment that alone is what's holding it back, or so it seems. I can get the actual ''values'' of statements just fine, though. If I am missing some amazing WikiLambda API function that will solve this problem for me by letting me dereference the PID, then please let me know because that would be great. If you want to look at an example of the infobox right meow, you can view [https://abstract.wikipedia.org/view/tok/Q317521 Q317521 in Toki Pona] and see how it states Musk's name in both Toki Pona ''and'' his native English name. COOL! My hope is that this can be made less barebones in the near future. Infoboxes are a great way to get quick information on a subject and can fill in the informational gaps in the presently sparse articles we have at the moment, all while staying in the user's requested language. Feedback is appreciated! &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 02:58, 15 May 2026 (UTC) :Thank you for this! I wonder if perhaps it would be better to create one "infobox" function and then have compositions call that, making wd retrival possible? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 03:38, 15 May 2026 (UTC) ::Working on that at the moment, I think I've got it working but I'm hitting a ratelimit in the orchestrator so I don't know for sure. The main issue with it now is that the actual [[f:Z35175|infobox template (Z35175)]] wrapper was programmed in JS so as to not be a pain in the ass, so this means that it can only take in strings, HTML fragments, etc. so the retrieval of Wikidata stuff still needs to be done by the caller and is rather verbose (see [[f:Z35168|the main implementation]]). The niceties will come soon later once I know that it all works at a lower level, though. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 05:04, 15 May 2026 (UTC) ::So the problem now seems to be that when [[f:Z29825|label of Wikidata property in language (Z29825)]] isn't being faulty, it's being incredibly slow. Considering retrieving Wikidata items from their references seems to take, like, four to five seconds, and we'll have tens of statements in these infoboxes, I don't see how the property names could be retrieved in a way that doesn't cause the orchestrator to time out or hit a ratelimit. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 06:01, 15 May 2026 (UTC) :::I think I figured something out? I'm just going to try calling [[f:Z35036|fetch Wikidata property or parts (Z35036)]], it seems to be much faster for whatever reason. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 06:05, 15 May 2026 (UTC) :::It works now, a little rough around the edges, also very slow, but I think I'm mostly happy with it. Of course it would be great if all you needed to provide to the template function to get a label-statement row was the property reference itself, but I'm too sleep-deprived to figure that out at the moment. I made five bespoke functions specifically for this infobox, more than I would like, but it's probably not ''that'' bad. I'm just hoping I didn't duplicate any functionality in trying to make the composition less verbose and repetitive. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 07:15, 15 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #248 is out: A higher meaning == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we discuss functions creating language fragments, we present our latest news in Types, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:36, 15 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == Translations == Yes, this question is probably easily answerable through a Web search, but I thought I'd ask here anyways. I am unfortunately not bilingual... I know Toki Pona, but it's a constructed language. I'd love to be a polyglot of some sorts but that is a future thing. I've been trying to translate pages into tok, for funsies mostly. At any rate, I want to convert some of the un-translated pages, namely Feeglgeef's policy drafts, into ones that can be translated (and then translate them into Toki Pona of course). I think I have to be a translation administrator for this? Which is a process that I'd have to ''apply'' for, and I doubt I have the credentials to be accepted for such a role. Regardless, is there a way I can go about this without having to do it through someone else? I can probably easily find documentation on marking pages for translation but I don't know how much I'm actually capable of doing as just a regular user. Should I apply? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 14:15, 20 May 2026 (UTC) :Most of the process of preparing a page for translation can be done by any editor. See [[:mw:Help:Extension:Translate/Page translation example]]. :The step of marking a page or translation for the first time or after changes must be done by a translation administrator. :I recommend learning the <nowiki><translate> and <tvar></nowiki> syntax and using it on a few pages before applying for this permission. After you do it on a few pages, and you feel confident, and you want to do it more, you can ask for the permission. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 14:28, 20 May 2026 (UTC) ::Just to confirm, did I mark up [[Special:Diff/8138|this page]] for translation properly? I thought to give the hatnote its own <code>&lt;translate&gt;</code> enclosure so as to exclude the indent and italicization from needing to be included in the translatable text. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:10, 20 May 2026 (UTC) :::Mostly properly, but don't exclude <code><nowiki>''</nowiki></code> for italics from translation. It's generally a good idea to exclude complex markup from translation because it's hard for many people to type, and it usually stays the same in translation anyway. <code><nowiki>''</nowiki></code> for italics is different, however: it's very simple to type and familiar to most editors; italic letters are used differently in different languages, and in some languages they aren't used at all, so translators need the freedom to use them appropriately; this markup can also appear in the middle of a translation unit and not only in the ends. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 15:35, 20 May 2026 (UTC) ::::Thank you for the guidance. Should the italics be included if they are used over the entire hatnote? I figure that placement of italics should be left up to the discretion of the translators, but the hatnote itself is meant to be entirely italicized, I would think irrespective of the language it's in. Is this the right idea or should they still be kept within the translation unit? &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:45, 20 May 2026 (UTC) :::::Yes, italics should be included in the translation unit if they are used over the entire hatnote. Some languages don't use italic writing at all, so it shouldn't be forced. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 18:36, 20 May 2026 (UTC) :I'd support a translation administrator request ;), for reasons below. I'm not sure why we need a seperate translation administrator right, or why we have to call it an "administrator" (deciding that a page could be translated is a much less important role than, say, page deletion, or blocking). We picked three of them (well, one of them went through the WMF, so we picked two), [https://abstract.wikipedia.org/wiki/Special:Log?type=pagetranslation&user=&page=&excludetempacct=1&wpdate=&tagfilter=&wpfilters%5B%5D=newusers&wpFormIdentifier=logeventslist they don't appear very active, though], only marking 9 times this month, zero (0) of which were for pages marked for the first time. Both community translation admins used their global history and rights to get the role and only stop by occasionally, so having one who ''actually'' edits here would be nice. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:06, 20 May 2026 (UTC) ::This reply echos my philosophy of a sort of wiki-[[Q166005|xenophobia]] (the term xenophobia is probably too harsh, and I wouldn't consider myself one in real life, but it's the best word I can think of), I generally distrust users with a lot of global rights (both global sysop etc. and large amounts of local rights) who come make [[m:Metapedianism|metapedian]] contributions, not as people but to their ability to handle Wikifunctions and Abstract Wikipedia as incredibly unique and technically complex projects. I apologize if it my opinions come off as rude or ungrateful, I do appreciate the work of our translation administrators. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:26, 20 May 2026 (UTC) :::You don't bother me, it's fine. I think they definitely have a place, they can be useful and they usually are. Obviously local admins and what have you that earned their roles through the trust and reputation of the specific community they are in are going to occupy a more trusting position in my mind than a global sysop or global ''anything''. Specialized role members are good and healthy in the long term; I think we are giving these privileges to global users sparingly as the project is still in its infancy and as core contributors emerge and take up key positions we will have a more well-rounded and self-sustaining community with less global privileges needed to take up certain tasks. Wikifunctions probably needed some Foundation members or other staff to act as functioneers initially while the general community was still orienting themselves with WikiLambda and working on applying for the role, but now we have [[f:Special:ListUsers/functioneer|74(!) of them]] and the number of normal members using their specialized skills outnumbers those who were "grandfathered" in (for lack of a better term) or similar. The wiki is young—it just needs time. I myself have been considering applying for sysop privileges since they are obviously needed (there being exactly Zero of them at the moment); I've been weighing the pros and cons of such a commitment, it's obviously a lot to take up. I wish your sysop request went through, I think you would have made a great admin here. I'm unsure of what others think of my capabilities, I'm rather in-and-out around these social spaces so I don't know if there's much to go off of. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 15:55, 20 May 2026 (UTC) ::::Totally agree, and I'd support a sysopship request as well, though I'm apparently not good at assessing what the community considers supportable in admin candidate ;). ::::Off-topic, but interestingly, the sysop toolset allows you to grant yourself translation adminship. I'm not sure if sysops are expected not to grant themselves the permissions (kind of like how on enwiki 'crats are expected not grant themselves any rights without discussion despite having the technical rights), but I did it to myself on WF because [https://www.wikifunctions.org/w/index.php?title=Special:Log&logid=84940 another sysop had]. Additionally, the functioneer right [[Special:ListGroupRights#functioneer|exists on this wiki]], with the same rights on WF, despite all of them not doing anything on this wiki. I believe this is because, on the technical side, both AW and WF are powered by the same MediaWiki extension (Wikilambda), with one wiki set to a mode for abstract articles and another set to a mode for ZObjects. [https://dag.wikipedia.org/wiki/Di%C5%8B%27gahim:ListGroupRights#functioneer Checking the Dagbani Wikipedia] supports this theory. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:00, 20 May 2026 (UTC) :::::It always depends on the local policy. For Wikifunctions it is: ''Administrators do not need to undergo another discussion to become translation administrators; they can self-grant the rights to their account if necessary. Temporary administrators are not allowed to self-grant permanent translation administrator rights.'' :::::The availability of the functioneer right is a bug, see [[phab:T407066]]. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 19:36, 20 May 2026 (UTC) :::If you don't consider yourself a xenophobe in real life, I would recommend not calling yourself that here, or anywhere really. Especially since it was the ideological capture during the 2010s of the Croatian-language Wikipedia [[w:hr:]] by actual xenophobes that was part of the impetus for Abstract Wikipedia according to [https://simia.net/wiki/Draft:_Collaborating_on_the_sum_of_all_knowledge_across_languages#A_look_on_some_south_Slavic_language_Wikipedias Denny's blog]. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 22:10, 26 May 2026 (UTC) == Policy drafts == Hi all! I've written some draft policies and guidelines over the last few days. We're not a bureaucracy, so the point is not to set some rules but to kick off some discussions as to how our wiki will work. So far, I've created: * [[Abstract Wikipedia:Notability|a notability guideline]] * [[Abstract Wikipedia:Deletion policy|a deletion policy]] I've written them as my opinion on what should happen, but I'm hoping to align them with community consensus as we discuss them more. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 13:44, 21 May 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #249 is out: Annual plan 2026-2027 == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you the current draft of objectives for Wikifunctions and Abstract Wikipedia in the WMF Annual Plan 2026-2027, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 09:48, 25 May 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30536976 --> == To abstract Wikipedia or be the Abstract Wikipedia == There is a discussion happening about what the [[Abstract Wikipedia:Notability|notability criteria]] for Abstract Wikipedia should be, and in trying to participate I've found my idea of Abstract Wikipedia is awfully abstract. Is Abstract Wikipedia supposed to abstract Wikipedia, as in abstracting information from existing articles on the language Wikipedias (barring new contributions), or is it supposed to become the Abstract Wikipedia, supporting collaboration across all languages like it's the language Wikipedia to end all language Wikipedias (allowing new contributions)? I thought the answer would be obvious, but the name Abstract Wikipedia is a bit ambiguous. Am I missing something? [[User:Some helpful person|Some helpful person]] ([[User talk:Some helpful person|talk]]) 02:16, 27 May 2026 (UTC) :I think ({{ping|DVrandecic (WMF)|p=?}}) the idea is (and I personally prefer) the latter. I believe that, given the fact that it's much easier to write a concrete article than an abstract article, and the fact that the community of potential future contributors on enwiki is skeptical ''at best'', we ultimately will never expand beyond the size of other wikis, but I see no problem with allowing volunteers to add information not on other wikis (it's probably not the most effective, but they're volunteers, beggars can't be choosers), as long as it's not vandalism, useless, or promotional slop. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 02:31, 27 May 2026 (UTC) :@[[User:Some helpful person|Some helpful person]] Abstract Wikipedia is a Wikipedia, where people can collaborate across languages on articles, which can then be used to fill gaps in the existing Wikipedias. Whereas I expect that current Wikipedia articles might be used as a convenient starting point for many of the articles in Abstract Wikipedia, this is more a consequence of Wikipedia being one of the best places to go to to find reliable knowledge, but that is not part of how it is supposed to work. So, this is not to abstract the existing Wikipedias, but to collaborate on an Abstract Wikipedia. At no point is this meant to replace existing Wikipedias. (Thanks to @[[User:Feeglgeef|Feeglgeef]] for the ping!) --[[User:DVrandecic (WMF)|DVrandecic (WMF)]] ([[User talk:DVrandecic (WMF)|talk]]) 17:01, 27 May 2026 (UTC) ::Thank you, this makes a lot more sense now. [[User:Some helpful person|Some helpful person]] ([[User talk:Some helpful person|talk]]) 21:52, 27 May 2026 (UTC) == template suggestion == Some way to mock abstract syntax on talk and project pages, analogous to those in [[d:category:format Template]]. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 15:21, 27 May 2026 (UTC) :Hmm. I agree. :Workshopping ideas for how it works: :* Invokation: <nowiki>{{Call|Z26039|{"Z1K1": "Z18", "Z18K1": "Z825K1"}|{"Z1K1": "Z6091", "Z6091K1": "Q634"}|{"Z1K1": "Z18", "Z18K1": "Z825K1"}|lang=en}}</nowiki> :** This could then be suplemented by helper templates: <nowiki>{{Call|Z26039|{{Wikidata item argument reference}}|{{Wikidata item reference|Q634}}|{{Language argument reference}}}}</nowiki> :* This would result in "[[f:Z26039|subject is instance of (string)]] (wikidata item reference, [[d:Q634|planet]], language)" :** Icons are missing in this example, I'm not sure if we can actually add them :Thoughts? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:04, 27 May 2026 (UTC) == Marking NLG Default text == Some NLG functions give default texts, like [[f:Z33420|Z33420]] will give text like "Paris ∈ {city}". sometimes in other languages the English text is show. Currently there is no visual clue that these texts are not normal text in the requested language. I propose we mark these text with color <span style="color:magenta;">Paris ∈ {city}</span> with something like <nowiki><span style="color:magenta;">Paris ∈ {city}</span></nowiki>. To have this configurable/maintainable this could be included in a function, called NLG default text or so, with a text as input an a text in color as output. The exact formatting like magenta color or gray background or something else can be discussed/decided later. To have it even more configurable on personal stylesheets it could use a class like <nowiki><span class="NLG Default text">Paris ∈ {city}</span></nowiki>. What do you think? Could somebody make such a function already? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 12:00, 29 May 2026 (UTC) :The are technically just monolingual texts in a language called "multiple languages". I threw a prototype together really quickly, [[f:Z35839]]. It will accept strings, monolingual texts, and html fragments as input, so you have to select which type you want. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:59, 29 May 2026 (UTC) ::OK, thanks, I added it to [[f:Z26039]] and works as expected, see [https://www.wikifunctions.org/wiki/Z26039?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z26039%22%2C%22Z26039K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q64%22%7D%2C%22Z26039K2%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q515%22%7D%2C%22Z26039K3%22%3A%22Z1555%22%7D here]. The test for the function with default text now fails because it now is in magenta color. That was to be expected. I will leave the tests unchanged if that is OK with you, as we might need to change the exact formatting. ::Is it OK to add this to other NLG functions that produce default output? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:59, 29 May 2026 (UTC) :::Sure, [[w:en:WP:Be bold|be bold]]! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:50, 29 May 2026 (UTC) ::::Feeglgeef, I am struggling with the output. Can you have a look? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 17:02, 30 May 2026 (UTC) :::::Can you link me to where? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:08, 30 May 2026 (UTC) ::::::{{Q|90}} in a language vls should give a magenta text. Instead it gives "Wikifunctions returned a failed response: Unspecified error". [[f:Z33422]] results "<span style="color: magenta;">Parys ∈ {stad}</span>" (as a string). [[f:Z26039]] also gives "<span style="color: magenta;">Parys ∈ {stad}</span>", but it's test [[f:Z33726]] gives an HTML equivalent, not a string. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 17:59, 30 May 2026 (UTC) :::::::You shouldn't be returning HTML in string-typed functions. I'm not sure, then, how we implement your proposal, actually. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:54, 30 May 2026 (UTC) ::::::::I tried with [[f:Z35921]] but now the output is the literal text, and not HTML. Does anybody have an idea how to implement the text in a color? ::::::::Alternatively we could use texts like // Parys ∈ {stad} //. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 16:51, 31 May 2026 (UTC) ::::::::: You need to output [[f:Z89|HTML fragment]], not String. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:16, 31 May 2026 (UTC) :I agree with the above that this should not be applied to functions which return strings or monolingual text. If anything, it might work to insert it into functions returning HTML. The most egregious problems I've seen are when I tried to render into an RTL language (e.g. Hebrew 0 try on [[Q408]]), and it spilled all the formatting all over the article. I will revert the change to the string default at [[:f:Z33421]], but suggest it is tested carefully if implemented elsewhere. In general I prefer just marking with spans rather than colours at this stage. --[[User:99of9|99of9]] ([[User talk:99of9|talk]]) 04:49, 3 June 2026 (UTC) :: Perhaps mark with spans given a specific ID and then allow users to use a userscript/gadget to paint them magenta? That seems like the most considerate approach. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 05:12, 3 June 2026 (UTC) :::[[:f:Z32234]] suggests something like <code>span lang="mul"</code> or similar. [[User:99of9|99of9]] ([[User talk:99of9|talk]]) 05:20, 3 June 2026 (UTC) ::::I will (carefully) try some other alternatives, and use a personal class in my userscript for <nowiki><span class="NLG Default text"></nowiki>. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 14:05, 4 June 2026 (UTC) ::::: If possible, can you use <nowiki><span lang="mul"></nowiki>? This would allow it to also catch some instances automatically. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:14, 4 June 2026 (UTC) ::::::I have done so, but how can I set my personal stylesheet to show color magenta with <nowiki><span lang="mul"></nowiki>? [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:20, 4 June 2026 (UTC) ::::::: try adding this to [[Special:MyPage/common.css]]: ::::::: [lang="mul"] {<br> color: magenta;<br> } [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:48, 4 June 2026 (UTC) : I created a new implementation for [[f:Z35921]] using emoji text, resulting in texts like "❌≪Paris ∈ {city}≫❌". It works on [[Q90]] for not yet specified languages like Zeelandic. I will be bold in adding this other functions that use default texts. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:26, 5 June 2026 (UTC) == Ratification of the deletion policy proposal? == I haven't seen any unresolved objections to my proposal for a [[Abstract Wikipedia:Deletion policy|policy for deletion]]. Does anybody have any issues, and, if not, is it ok to ratify as an actual policy? I intend to remove the draft template and replace it with a policy template unless anyone voices any objection within a week. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:55, 29 May 2026 (UTC) :Is it just me or does [[Abstract Wikipedia:Deletion policy#Reasons for deletion]] render blank with only number bullets without the actual text after ''1.'' or ''2.''? [[User:Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) 07:13, 30 May 2026 (UTC) ::I see text. ―[[User:Koavf|Justin (<span style="color:grey">ko'''a'''<span style="color:black">v</span>f</span>)]]<span style="color:red">❤[[User talk:Koavf|T]]☮[[Special:Contributions/Koavf|C]]☺[[Special:Emailuser/Koavf|M]]☯</span> 07:49, 30 May 2026 (UTC) :::I can see on my phone, but it goes blank on my laptop. What is the role of ''<nowiki><span class="anchor" id="1"></nowiki>''? [[User:Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) 12:15, 30 May 2026 (UTC) ::::{{ping|Bunnypranav}} I can see the text everywhere (I tested connected and not connected, on my phone, laptop, with Chrome or Firefox ; what system do you use?). As the name suggest, the span anchor is here to create an HTML anchor, so you can do link like [[Abstract_Wikipedia:Deletion_policy#7]]. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 13:49, 30 May 2026 (UTC) :::::I'm on Brave browser. Nevertheless, forget it. The culprit might be some random customization I did to my system which I cannot recollect. The reason is the span tag only though, tried a preview kicking out a text to just outside the tag and it worked. [[User:Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) 14:23, 30 May 2026 (UTC) :Globally, it looks fine. I think that reasons 7 and 8 may need some examples/clarifications. There is no global consensus when it comes to creating categories. For example, categories for building interiors and exteriors. Personally, I feel that they are useful for easier discoverability. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 15:39, 30 May 2026 (UTC) ::I've copied them over from enwiki. They're probably included in "content otherwise not suited for an encyclopedia." Since sysops can't speedy them, it'd be up to commenters on [[Abstract:RFD]] to determine. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 16:48, 30 May 2026 (UTC) : Done! [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:33, 5 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #250 is out: Looking back and forward == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you a recollection of our work so far, now that we celebrate our 250th newsletter, we share with you a summary of our latest outreach activities, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 10:04, 1 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Yet another suggested function proposal == Perhaps it's a bit early, but can [[f:Z36049]] be added to [[MediaWiki:AbstractWikiSuggestedWikifunctions.json]]? See [[Q38726]] for an example use. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:54, 4 June 2026 (UTC) : Meh. Consider this withdrawn until we know more about what we want image creation to look like. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 05:06, 5 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #251 is out: The illustrated encyclopaedia == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we introduce our first function to import images on Abstract Wikipedia, we present our Functions of the Week, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that if you have questions or ideas to discuss, the next '''Volunteers' Corner''' will be held on '''[https://zonestamp.toolforge.org/1780939800 June 8, at 17:30 UTC]''' ([https://meet.google.com/xuy-njxh-rkw link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 14:14, 5 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> f9cqewsua4oc0ldacd5vvgbyc1pk44f Abstract Wikipedia:Report a technical problem 4 8 9747 9013 2026-06-05T23:49:39Z Koavf 723 9747 wikitext text/x-wiki This is a page for the reporting of technical problems and bugs encountered by others on Abstract Wikipedia. If you are experiencing any issues and would like to report it, please add your report below this line. __NEWSECTIONLINK__ [[Category:Abstract Wikipedia administration|Report A Technical Problem]] ---- == Editing and viewing abstract pages do not work == Essentially the title. To reproduce, go to, say [[Q319]]. Notice you cannot use it (it just displays JSON), and when you try to edit it, the same JSON is shown and editable. I'm sure the team is aware, just writing this down. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 18:58, 19 March 2026 (UTC) :[[User:Jdforrester (WMF)]] notes that abstract articles are being created in the wrong namespace, which seems the likely cause. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:00, 19 March 2026 (UTC) == Function links are 404s == If I click from https://abstract.wikipedia.org/wiki/Q142 to the function view https://abstract.wikipedia.org/view/en/Z27868 I get a 404 error. That seems to be true for all the "Z" links. [[User:Eloquence|Eloquence]] ([[User talk:Eloquence|talk]]) 23:17, 19 March 2026 (UTC) :This also seems to happen if you click "Read". [[User: Tenshi Hinanawi|Tenshi!]] ([[User talk: Tenshi Hinanawi|Talk page]]) 00:29, 20 March 2026 (UTC) ::It seems to try and view functions in Abstract Wikipedia when the functions are on Wikifunctions instead. https://wikifunctions.org/wiki/Z27868 is where the link should go. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 00:42, 20 March 2026 (UTC) :Fix underway in [[phab:T420666|T420666: Our /view/ URLs aren't working on abstract.wikipedia.org, so we're generating links for users that don't work]]. Sorry for the disruption. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 12:43, 23 March 2026 (UTC) ::Note: This part is fixed; the second part is [[phab:T420670|T420670: from Abstract Wikipedia, links to ZIDs should go to Wikifunctions]] which will get deployed next week. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:42, 26 March 2026 (UTC) == Search not working == Whne I search, say Canberra, which has an Abstract Wikipedia article, the search bar takes me to [https://abstract.wikipedia.org/view/en/Q3114?wprov=acrw1_0 Not Found], with an error. It should go to [[Q3114|Q3114 - Abstract Wikipedia]]. [[User:ChaoticVermillion|ChaoticVermillion]] ([[User talk:ChaoticVermillion|talk]]) 00:31, 20 March 2026 (UTC) :Fix underway in [[phab:T420666|T420666: Our /view/ URLs aren't working on abstract.wikipedia.org, so we're generating links for users that don't work]] for this one too. Sorry for the disruption. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 12:43, 23 March 2026 (UTC) ::This fix is now deployed. Sorry for the disruption! [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:42, 26 March 2026 (UTC) == Undo not working == When I try to "undo" from history, it doesn't show the revert screen, but only shows the edit screen of the latest article. Maybe the same reason of mis-created namespace... [[User:Higa4|Higa4]] ([[User talk:Higa4|talk]]) 06:45, 20 March 2026 (UTC) :Filed as [[phab:T420915|T420915: Attempting to undo an Abstract article edit appears to fail, and opens the editor with the current revision]]. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 12:48, 23 March 2026 (UTC) == Special:CreateAbstract with an argument == Steps to reproduce: * Go to [[Special:CreateAbstract/Q123456]] * Add some content * Try to publish Error message: <blockquote>The value of the 'qid' property ('Q0') does not match the page title 'Q123456'</blockquote> [[User:NguoiDungKhongDinhDanh|<span class="skin-invert" style="color:black;font-family:Monotype Corsiva;font-size:110%;font-weight:normal;line-height:normal">NguoiDungKhongDinhDanh</span>]] 00:38, 21 March 2026 (UTC) :I got this same error message when trying to [[Special:CreateAbstract/Q151]] (of course with it saying Q151 rather than Q123456). Also occurred when I tried to create a blank page. <span class="nowrap"><code>[[User:Dot.py|dot]][[User talk:Dot.py|.]][[Special:Contributions/Dot.py (alt)|p]][[Special:Contributions/Dot.py|y]]</code></span> 23:43, 22 March 2026 (UTC) :Filed as [[phab:T420916|T420916: Direct browses to Special:CreateAbstract/Q123456 don't work on publishing, attempt to publish to Q0]]. Thanks for the report! [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 12:49, 23 March 2026 (UTC) ::This fix is now deployed. Sorry for the disruption! [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 16:43, 26 March 2026 (UTC) == Pages can't be viewed == When trying to view pages longer than a sentence that aren't hard coded copies of articles from enwiki, I get "Reached max retries. Try again later." Is this expected behavior? [[User:MetalBreaksAndBends|MetalBreaksAndBends]] ([[User talk:MetalBreaksAndBends|talk]]) 13:59, 25 March 2026 (UTC) :ex: [[Q213]] [[User:MetalBreaksAndBends|MetalBreaksAndBends]] ([[User talk:MetalBreaksAndBends|talk]]) 14:00, 25 March 2026 (UTC) :Yes it's a bug. Tracked in [[phab:T420630]]. &#123;&#123;[[User:GearsDatapacks|GearsDatapacks]]&#124;[[User talk:GearsDatapacks|talk]]&#124;[[Special:Contributions/GearsDatapacks|contribs]]&#125;&#125; 14:09, 25 March 2026 (UTC) ::Is there any progress on this bug being fixed? I think it is the number one issue keeping this wiki from being easily readable [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 23:36, 11 April 2026 (UTC) == [[f:Z26095|Z26095]] not working == Hello, I could just file a task on Phabricator but checking here first. For some reason, I can't find [[f:Z26095|Z26095]] in the list of functions. [[User:FantasticWikiUser|FantasticWikiUser]] ([[User talk:FantasticWikiUser|talk]]) 17:33, 25 March 2026 (UTC) :@[[User:FantasticWikiUser|FantasticWikiUser]]: Z26095 outputs a "[https://www.wikifunctions.org/view/en-gb/Z11 Monolingual text]" item, not a fragment of HTML, so it won't show up in search except in places you can use a monolingual text item, like as an argument to a Z32234 call. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 19:23, 25 March 2026 (UTC) == Mainspace content model == The content model of abstract articles, as reported by <syntaxhighlight lang="wikitext" inline>{{#contentmodel:canonical|Q1}}</syntaxhighlight>, is <code>abstractwiki</code>. Can this be changed to something else more descriptive, akin to Wikidata's <code>wikibase-item</code>/<code>wikibase-lexeme</code>/<code>wikibase-property</code> and Wikifunctions's <code>zobject</code>? <code>abstractarticle</code>, for example. [[User:NguoiDungKhongDinhDanh|<span class="skin-invert" style="color:black;font-family:Monotype Corsiva;font-size:110%;font-weight:normal;line-height:normal">NguoiDungKhongDinhDanh</span>]] 01:24, 28 March 2026 (UTC) == 1 (Q199) isn't appearing when I choose it == For some reason, Q199 doesn't show up when it is used. 2 works fine. [[User:FantasticWikiUser|FantasticWikiUser]] ([[User talk:FantasticWikiUser|talk]]) 09:24, 28 March 2026 (UTC) :Example: [[Q199]] itself, or [[Q556]] [[User:FantasticWikiUser|FantasticWikiUser]] ([[User talk:FantasticWikiUser|talk]]) 09:31, 28 March 2026 (UTC) ::On Wikidata, [[d:Q199]] didn't have a special label for English, instead using the default for all languages. The [[f:Z23753|label of item reference in language]] function was only able to find labels in the given language, without looking for defaults, so it showed up as nothing. I added an English label for 1, so everything should be fine now. [[User:ChaoticVermillion|<span style="color: orangered">Chaotic</span><span style="color: crimson">Vermillion</span>]] ([[User talk:ChaoticVermillion|converse]], [[Special:Contributions/ChaoticVermillion|contribs]]) 10:11, 28 March 2026 (UTC) == Rate limits and other non-intelligible errors == I've been editing some pages here to experiment around, and the first thing I notice, aside from the very slow speed of how these very short sentences are constructed, are the constant errors I get. Some of these are: * [[Q711]]<br/>Wikifunctions returned a failed response: Could not acquire WASI runner within time limit * [[Q183]]<br/>Unable to render this fragment due to an unknown error. There was also something about a rate limit for the orchestrator? Is this a problem with the WMF servers? I've never noticed these kinds of performance issues, even in wikis like en-WP which have stacks and stacks of Lua modules and wikitext templates built on top of each other! [[User:LastCelebration|'''<span style="color:#d98dd3;">Last</span><span style="color:#033a7f;">Celebration</span>''']] ([[User talk:LastCelebration|talk]]) 06:54, 31 March 2026 (UTC) == Error: Lexeme lacks compatible representations == I have tried to create two articles using [[f:Z29743|Z29743]], one of which ([[Q467]]) has been successfully created. The other article was identical in structure, but linked the Wikidata items [[d:Q9800899|Q9800899]], [[d:Q6636|Q6636]], and [[d:Q467|Q467]]. However, neither article renders anything in English or French, throwing <code>Error: Lexeme lacks compatible representations</code>. Any ideas? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 18:52, 2 April 2026 (UTC) :There is a similar error at [[Q111]]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 19:25, 2 April 2026 (UTC) :I think I’ve found the source of the error, and the problem is that the English lexemes with senses linking to [[:d:Q80994]] do not include the adjective [[:d:L5792]]. What you get instead is [[:d:L5791]], but that is a noun and therefore lacks the [[:d:Q3482678]] feature that the function is ultimately looking for. For English, we could avoid looking for that feature, but we currently don’t. Please compare [https://www.wikifunctions.org/view/en/Z21734?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21734%22%2C%22Z21734K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L3080%22%7D%7D%2C%22Z21734K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L5791%22%7D%7D%7D this call (with error in Details)] with [https://www.wikifunctions.org/view/en/Z21734?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z21734%22%2C%22Z21734K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L3080%22%7D%7D%2C%22Z21734K2%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6825%22%2C%22Z6825K1%22%3A%7B%22Z1K1%22%3A%22Z6095%22%2C%22Z6095K1%22%3A%22L5792%22%7D%7D%7D this one that succeeds]. :Even if the adjective were linked to the item, I think you would still fail to get the result you are looking for, because the function is not looking through the lexemes to find one that is an adjective. This is something we definitely need to do and I’m a little surprised that no one has done it yet. But only a little; there is still so much to do! [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 19:52, 2 April 2026 (UTC) ::@[[User:GrounderUK|GrounderUK]]: I took some time to address this problem and concocted [[f:Z33078|Z33078]]. It passes one more test than the previous version, but two other tests (that the other implementations also failed) timed out. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 05:36, 3 April 2026 (UTC) :::Neat! I have connected your implementation. [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 06:09, 3 April 2026 (UTC) :::Thank you for your contribution. The new function will naturally claim more resources simply because it looks at more lexemes. The increase seems disproportionate, however, and I haven’t investigated why that might be. (Not that I’m claiming any expertise in that area!) [[User:GrounderUK|GrounderUK]] ([[User talk:GrounderUK|talk]]) 09:44, 3 April 2026 (UTC) == Unable to select the function [[f:Z28016|Z28016]] while creating page [[Q628]] == I tried to add the function [[f:Z28016|Z28016]] on the page [[Q628]], but the selector didn't let me select the function, so i was forced to use the indonesian version of the function, and i think this is a bug, so i want to report it. [[User:Mattiz6276|Mattiz6276]] ([[User talk:Mattiz6276|talk]]) 19:11, 3 April 2026 (UTC) :@[[User:Mattiz6276|Mattiz6276]]: The problem here is that [[f:Z28016|Z28016]] doesn't return a type that can be cast as HTML raw content, but rather monolingual text. Also, it looks like you wanted [[f:Z26570|Z26570]], so I changed it to use that. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 20:07, 3 April 2026 (UTC) ::Hi, i haven't been active on Abstract Wikipedia for a while (i mainly edit it.wiki), so sorry to not have answered you sooner. ::Thank you for helping me fix [[Q628]] and showing me what functions to use. [[User:Mattiz6276|Mattiz6276]] ([[User talk:Mattiz6276|talk]]) 07:54, 6 April 2026 (UTC) == A language selector should be available, even for users not logged in == Abstract Wikipedia should have a language selector like [https://www.wikifunctions.org/ Wikifunctions] does, even for users not logged in to a Wikimedia account. Without a language selector, it is not at all clear how people can even read the main page's introduction of Abstract Wikipedia in a language besides English. The only way I see to change language is to add <code>uselang=[xx]</code> at the end of a URL with a language code like [https://abstract.wikipedia.org/wiki/Abstract_Wikipedia:Main_page?uselang=de <code>uselang=de</code>] for German. But that is not easy for many users to discover. [[User:Lovelano|Lovelano]] ([[User talk:Lovelano|talk]]) 00:45, 2 May 2026 (UTC) == [[Q189125]] renders completely wrong == [[Q189125]] renders as the sentence "Transgender persons change gender identities." three times, even though that is very much not the structure of the page. Could anyone look at what's going on here? [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 18:21, 17 May 2026 (UTC) :Using [[f:Z33068]] seems to have fixed this. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 14:30, 18 May 2026 (UTC) == Survey (proposed direction for Wishlist) == You are invited to voice your opinion on a new [[m:Talk:Community Wishlist#Proposed direction for Wishlist|community-proposed direction]] for the [[m:Community Wishlist|Community Wishlist]]. {{Int:Feedback-thanks-title}} [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 03:07, 29 May 2026 (UTC) <!-- Message sent by User:기나ㅏㄴ@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:%EA%B8%B0%EB%82%98%E3%85%8F%E3%84%B4/MassMessage&oldid=30604233 --> qq9hviahk5c3xc7bwnowqoyowbcixhc Q408 0 382 9735 9642 2026-06-05T22:42:32Z Feeglgeef 36 test 9735 abstractwiki text/plain { "qid": "Q408", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M15573788" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q55643" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q18389975" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q5107" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q2" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1538989" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q43702" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1322988" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q3114" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z6091", "Z6091K1": "Q130283188" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q2625603" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q200250" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q408" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z6091", "Z6091K1": "Q3141" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q2625603" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q702492" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q408" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, "Q131684213": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q22091330" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q309" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q174825" }, { "Z1K1": "Z6091", "Z6091K1": "Q4501797" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q11756" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2588711" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M22779917" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q1269827" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q170355" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5864946" }, { "Z1K1": "Z6091", "Z6091K1": "Q85766729" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q1480347" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1480347" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M114425858" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q7324" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q10278717" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q10278717" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775114" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775114" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775100" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M1021043" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q382118" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775100" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q43702" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q3310872" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775118" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775118" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q361" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2064979" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q362" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M4409829" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q7233604" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1324493" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775108" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775108" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M3391893" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q2940514" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q1071" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1134461" }, { "Z1K1": "Z6091", "Z6091K1": "Q3960" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33457", "Z33457K1": { "Z1K1": "Z7", "Z7K1": "Z27627", "Z27627K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z27627K2": { "Z1K1": "Z16683", "Z16683K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z16683K2": { "Z1K1": "Z13518", "Z13518K1": "6" } }, "Z27627K3": { "Z1K1": "Z6095", "Z6095K1": "L3415" }, "Z27627K4": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z27627K5": { "Z1K1": "Z6091", "Z6091K1": "Q16502" }, "Z27627K6": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z31917", "Z31917K1": { "Z1K1": "Z89", "Z89K1": "Blewett, Richard, ed. (2012). <i>Shaping a Nation: a Geology of Australia.</i> Canberra: Australian National University. ISBN 978-1-921862-82-3." } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M694017" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q1688818" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q178712" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q178712" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z34096", "Z34096K1": { "Z1K1": "Z7", "Z7K1": "Z10000", "Z10000K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q5852411" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z10000K2": ":" }, "Z34096K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32179", "Z32179K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3224" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q36074" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q35715" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q34366" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q36687" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3206" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z34096", "Z34096K1": { "Z1K1": "Z7", "Z7K1": "Z10000", "Z10000K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q14192199" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z10000K2": ":" }, "Z34096K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32179", "Z32179K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3258" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3235" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q15577" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q31057" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q106080035" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q36004" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q178994" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q172216" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q133888" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q131198" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M1416635" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q193842" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q1069" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1131484" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q7937" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1774402" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q47041" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q3073852" }, { "Z1K1": "Z6091", "Z6091K1": "Q826274" }, { "Z1K1": "Z6091", "Z6091K1": "Q3775844" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q2725376" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M120275986" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q138035330" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2088388" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28436", "Z28436K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092" ] }, "Z28436K2": { "Z1K1": "Z7", "Z7K1": "Z28874", "Z28874K1": { "Z1K1": "Z7", "Z7K1": "Z29691", "Z29691K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6036" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z29691K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" } } }, "Z28436K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q207820" }, { "Z1K1": "Z6091", "Z6091K1": "Q3250404" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q131288" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2659367" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q34770" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1121537" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q9174" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2615373" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q12147" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5690843" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8434" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2543244" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q11042" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2440952" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q2018526" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2864658" }, { "Z1K1": "Z6091", "Z6091K1": "Q781919" }, { "Z1K1": "Z6091", "Z6091K1": "Q3527833" }, { "Z1K1": "Z6091", "Z6091K1": "Q3015646" }, { "Z1K1": "Z6091", "Z6091K1": "Q3114644" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q56611639" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q4438762" }, { "Z1K1": "Z6091", "Z6091K1": "Q2973146" }, { "Z1K1": "Z6091", "Z6091K1": "Q502813" }, { "Z1K1": "Z6091", "Z6091K1": "Q5058916" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q781365" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1126006" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q1075994" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1126006" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q1778821" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q783010" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q349" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q464831" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M118290172" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q335697" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q7188" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2991162" }, { "Z1K1": "Z6091", "Z6091K1": "Q669459" }, { "Z1K1": "Z6091", "Z6091K1": "Q1153672" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q41614" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q3043547" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q43702" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q40231" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q7215097" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q610018" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2855729" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8473" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q625657" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8458" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q4354793" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q159810" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1154521" }, { "Z1K1": "Z6091", "Z6091K1": "Q5333469" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q11379" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5377064" }, { "Z1K1": "Z6091", "Z6091K1": "Q5377182" }, { "Z1K1": "Z6091", "Z6091K1": "Q7313096" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8458" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q4354793" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q34104" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q49389" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q782217" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } d0mxtqp1qgdujz3si1pq0460dvyj8yd 9757 9735 2026-06-06T00:27:04Z 99of9 614 undo. Interesting! But I'm not ready for things I can't control in the UI afterward. 9757 abstractwiki text/plain { "qid": "Q408", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M15573788" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q55643" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q18389975" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q5107" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q2" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1538989" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q43702" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1322988" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q3114" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z6091", "Z6091K1": "Q130283188" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q2625603" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q200250" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q408" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z6091", "Z6091K1": "Q3141" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q2625603" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q702492" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q408" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q131684213" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q22091330" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q309" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q174825" }, { "Z1K1": "Z6091", "Z6091K1": "Q4501797" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q11756" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2588711" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M22779917" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q1269827" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q170355" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5864946" }, { "Z1K1": "Z6091", "Z6091K1": "Q85766729" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q1480347" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1480347" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M114425858" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q7324" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q10278717" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q10278717" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775114" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775114" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775100" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M1021043" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q382118" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775100" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q43702" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q3310872" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775118" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775118" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q361" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2064979" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q362" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M4409829" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q7233604" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1324493" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q5775108" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5775108" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M3391893" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q2940514" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q1071" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1134461" }, { "Z1K1": "Z6091", "Z6091K1": "Q3960" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33457", "Z33457K1": { "Z1K1": "Z7", "Z7K1": "Z27627", "Z27627K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z27627K2": { "Z1K1": "Z16683", "Z16683K1": { "Z1K1": "Z16659", "Z16659K1": "Z16660" }, "Z16683K2": { "Z1K1": "Z13518", "Z13518K1": "6" } }, "Z27627K3": { "Z1K1": "Z6095", "Z6095K1": "L3415" }, "Z27627K4": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z27627K5": { "Z1K1": "Z6091", "Z6091K1": "Q16502" }, "Z27627K6": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z31917", "Z31917K1": { "Z1K1": "Z89", "Z89K1": "Blewett, Richard, ed. (2012). <i>Shaping a Nation: a Geology of Australia.</i> Canberra: Australian National University. ISBN 978-1-921862-82-3." } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M694017" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q1688818" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q178712" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q178712" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z34096", "Z34096K1": { "Z1K1": "Z7", "Z7K1": "Z10000", "Z10000K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q5852411" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z10000K2": ":" }, "Z34096K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32179", "Z32179K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3224" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q36074" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q35715" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q34366" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q36687" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3206" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z34096", "Z34096K1": { "Z1K1": "Z7", "Z7K1": "Z10000", "Z10000K1": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q14192199" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z10000K2": ":" }, "Z34096K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32179", "Z32179K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3258" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q3235" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q15577" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q31057" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q106080035" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q36004" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q178994" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q172216" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q133888" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32428", "Z32428K1": { "Z1K1": "Z6091", "Z6091K1": "Q131198" }, "Z32428K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M1416635" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q193842" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q1069" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1131484" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q7937" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1774402" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q47041" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q3073852" }, { "Z1K1": "Z6091", "Z6091K1": "Q826274" }, { "Z1K1": "Z6091", "Z6091K1": "Q3775844" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q2725376" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M120275986" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q138035330" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2088388" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28436", "Z28436K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092" ] }, "Z28436K2": { "Z1K1": "Z7", "Z7K1": "Z28874", "Z28874K1": { "Z1K1": "Z7", "Z7K1": "Z29691", "Z29691K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6036" ], "Z30120K3": [ "Z60" ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z29691K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" } } }, "Z28436K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q207820" }, { "Z1K1": "Z6091", "Z6091K1": "Q3250404" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q131288" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2659367" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q34770" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1121537" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q9174" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2615373" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q12147" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5690843" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8434" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2543244" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q11042" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2440952" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q2018526" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2864658" }, { "Z1K1": "Z6091", "Z6091K1": "Q781919" }, { "Z1K1": "Z6091", "Z6091K1": "Q3527833" }, { "Z1K1": "Z6091", "Z6091K1": "Q3015646" }, { "Z1K1": "Z6091", "Z6091K1": "Q3114644" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q56611639" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q4438762" }, { "Z1K1": "Z6091", "Z6091K1": "Q2973146" }, { "Z1K1": "Z6091", "Z6091K1": "Q502813" }, { "Z1K1": "Z6091", "Z6091K1": "Q5058916" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q781365" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1126006" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q1075994" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1126006" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q1778821" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q783010" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q349" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q464831" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M118290172" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q335697" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q7188" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2991162" }, { "Z1K1": "Z6091", "Z6091K1": "Q669459" }, { "Z1K1": "Z6091", "Z6091K1": "Q1153672" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q41614" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q3043547" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z35672", "Z35672K1": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q43702" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q40231" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q7215097" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q610018" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q2855729" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8473" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q625657" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8458" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q4354793" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32145", "Z32145K1": { "Z1K1": "Z6091", "Z6091K1": "Q159810" }, "Z32145K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q1154521" }, { "Z1K1": "Z6091", "Z6091K1": "Q5333469" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q11379" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q5377064" }, { "Z1K1": "Z6091", "Z6091K1": "Q5377182" }, { "Z1K1": "Z6091", "Z6091K1": "Q7313096" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q8458" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q4354793" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q34104" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z33690", "Z33690K1": { "Z1K1": "Z6091", "Z6091K1": "Q49389" }, "Z33690K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z36083", "Z36083K1": [ "Z6091", { "Z1K1": "Z6091", "Z6091K1": "Q782217" } ], "Z36083K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } 363fcftc5wtwahua1jq07eifjopshng Template:Main page/News 10 457 9658 9330 2026-06-05T14:18:42Z Sannita (WMF) 48 update 9658 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;<translate><!--T:1--> Volunteer's Corners</translate> * <translate><!--T:2--> The next Volunteers' Corner will be at <tvar name="date-and-time"><bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi></tvar> on <tvar name="platform"><bdi lang="en" dir="ltr">Google Meet</bdi></tvar> at <tvar name="link"><bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi></tvar>.</translate> * <translate><!--T:3--> The [[<tvar name="1">:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm</tvar>|most recent Volunteer's Corner]] is available on Commons.</translate> ; <translate><!--T:4--> Recent status updates about Wikifunctions</translate> <!--Keep this to the most recent 5 entries--> * <translate>[[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05</tvar>|2026-06-05]]: The illustrated encyclopaedia</translate> * <translate><!--T:19--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30</tvar>|2026-05-30]]: Looking back and forward</translate> * <translate><!--T:18--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23</tvar>|2026-05-23]]: Annual plan 2026-2027</translate> * <translate><!--T:17--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15</tvar>|2026-05-15]]: A higher meaning</translate> * <translate><!--T:16--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08</tvar>|2026-05-08]]: References from Wikidata are now available</translate> </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small"><translate><!--T:10--> More news</translate></span>]</span> </div><noinclude>[[Category:templates]]</noinclude> sxfysmwjnejajvhda6b773r0a7lfu74 9659 9658 2026-06-05T14:18:52Z Sannita (WMF) 48 Marked this version for translation 9659 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;<translate><!--T:1--> Volunteer's Corners</translate> * <translate><!--T:2--> The next Volunteers' Corner will be at <tvar name="date-and-time"><bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi></tvar> on <tvar name="platform"><bdi lang="en" dir="ltr">Google Meet</bdi></tvar> at <tvar name="link"><bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi></tvar>.</translate> * <translate><!--T:3--> The [[<tvar name="1">:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm</tvar>|most recent Volunteer's Corner]] is available on Commons.</translate> ; <translate><!--T:4--> Recent status updates about Wikifunctions</translate> <!--Keep this to the most recent 5 entries--> * <translate><!--T:20--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05</tvar>|2026-06-05]]: The illustrated encyclopaedia</translate> * <translate><!--T:19--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30</tvar>|2026-05-30]]: Looking back and forward</translate> * <translate><!--T:18--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23</tvar>|2026-05-23]]: Annual plan 2026-2027</translate> * <translate><!--T:17--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15</tvar>|2026-05-15]]: A higher meaning</translate> * <translate><!--T:16--> [[<tvar name="1">:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08</tvar>|2026-05-08]]: References from Wikidata are now available</translate> </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small"><translate><!--T:10--> More news</translate></span>]</span> </div><noinclude>[[Category:templates]]</noinclude> hep267arlpuq2ea3k4eioxhxlc4ud1z Q668 0 466 9674 7709 2026-06-05T15:31:36Z Asked42 130 9674 abstractwiki text/plain { "qid": "Q668", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M5123101" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33068", "Z33068K1": [ "Z1", { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q48" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q7270" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q987" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q138758272" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q16502" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ], "Z33068K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60", { "Z1K1": "Z18", "Z18K1": "Z825K2" } ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } r7ipyj4lw4sglwrgifwwalnzfl6kxlh 9676 9674 2026-06-05T15:50:15Z Bunnypranav 929 update with more focused image, also main img in wikidata 9676 abstractwiki text/plain { "qid": "Q668", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M762915" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z33068", "Z33068K1": [ "Z1", { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q48" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q7270" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q987" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27243", "Z27243K1": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z27243K2": { "Z1K1": "Z6091", "Z6091K1": "Q138758272" }, "Z27243K3": { "Z1K1": "Z6091", "Z6091K1": "Q6256" }, "Z27243K4": { "Z1K1": "Z6091", "Z6091K1": "Q16502" }, "Z27243K5": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ], "Z33068K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60", { "Z1K1": "Z18", "Z18K1": "Z825K2" } ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } oh7ndvvpstge03vpf56j941vti56rwh Q35757 0 474 9708 4017 2026-06-05T21:12:50Z Arlo Barnes 953 img 9708 abstractwiki text/plain { "qid": "Q35757", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M113325197" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q33215" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q8242" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q2741191" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q2500638" }, "Z28016K3": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z32839", "Z32839K1": { "Z1K1": "Z6091", "Z6091K1": "Q66777939" }, "Z32839K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } 6t7gwj6yhqaihehqtlqe521joxl7sow User:Asked42/common.js 2 868 9683 6845 2026-06-05T18:15:04Z Asked42 130 9683 javascript text/javascript mw.loader.load('//www.wikifunctions.org/w/index.php?title=User:מקף/wikilambda_editsource.js&action=raw&ctype=text/javascript' ); mw.loader.load( '//www.wikifunctions.org/w/index.php?title=User:Feeglgeef/articlePreviewPopup.js&action=raw&ctype=text/javascript' ); mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Bradv/Scripts/Notepad.js&action=raw&ctype=text/javascript'); mw.loader.using(['mediawiki.util', 'mediawiki.api']).then(function() { $(document).ready(function() { mw.util.addPortletLink( 'p-cactions', '#', 'Purge', 'purge-cache-link', 'Purge the cache of this page' ); $('#purge-cache-link').on('click', function(e) { e.preventDefault(); var api = new mw.Api(); api.post({ action: 'purge', titles: mw.config.get('wgPageName') }).done(function() { location.reload(); }).fail(function() { alert('Failed to purge the page. Please try again.'); }); }); }); }); agbb6da78p59g4vd5cvp7cj7cq0r8yo User:Arlo Barnes 2 893 9710 9562 2026-06-05T21:22:54Z Arlo Barnes 953 link talk page too 9710 wikitext text/x-wiki personal hotlist, see also [[abstract:WikiProject Core articles]] and [[abstract Wikipedia talk:WikiProject Core articles#self-description]] * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />MI, FL, TX, IA, WI,<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} cx8daaejhopr2n4zw083faqk5r2ahmq 9716 9710 2026-06-05T21:40:18Z Arlo Barnes 953 core section 9716 wikitext text/x-wiki personal hotlist * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />MI, FL, TX, IA, WI,<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == core == {{main|abstract:WikiProject Core articles}} formerly at [[abstract Wikipedia talk:WikiProject Core articles#self-description]]...[[special:allpages]] yields: * [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] * [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] * [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] * <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] * [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] * [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] * [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] * [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] * [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] * [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] * [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] * [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] * [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] * [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] * [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] * [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] * [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] * [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] * [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] * [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] as initial candidates in the project namespace. Of course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway. There's also [[abstract:general disclaimer]] which is linked in the footer of every page but doesn't exist yet, so it could even be abstract-first on this wiki ([[wikidata:special:entitypage/Q4980478|general disclaimer]], [[Q4980478]]). In the 'help' namespace there's: * [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] * [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} 411ue19jqgq0423xfep4dyxo6zlfdqp 9718 9716 2026-06-05T21:42:10Z Arlo Barnes 953 /* core */ no main template yet 9718 wikitext text/x-wiki personal hotlist * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />MI, FL, TX, IA, WI,<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == core == The main list is at [[abstract:WikiProject Core articles]]. A supplementary list, formerly at [[abstract Wikipedia talk:WikiProject Core articles#self-description]] and derived from [[special:allpages]]: * [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] * [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] * [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] * <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] * [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] * [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] * [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] * [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] * [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] * [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] * [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] * [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] * [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] * [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] * [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] * [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] * [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] * [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] * [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] * [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] as initial candidates in the project namespace. Of course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway. There's also [[abstract:general disclaimer]] which is linked in the footer of every page but doesn't exist yet, so it could even be abstract-first on this wiki ([[wikidata:special:entitypage/Q4980478|general disclaimer]], [[Q4980478]]). In the 'help' namespace there's: * [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] * [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} aj9ljciqbgrgez425qig7nwt6h9h0m0 9719 9718 2026-06-05T21:42:41Z Arlo Barnes 953 section header 9719 wikitext text/x-wiki == personal hotlist == * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />MI, FL, TX, IA, WI,<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == core == The main list is at [[abstract:WikiProject Core articles]]. A supplementary list, formerly at [[abstract Wikipedia talk:WikiProject Core articles#self-description]] and derived from [[special:allpages]]: * [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] * [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] * [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] * <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] * [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] * [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] * [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] * [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] * [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] * [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] * [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] * [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] * [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] * [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] * [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] * [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] * [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] * [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] * [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] * [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] as initial candidates in the project namespace. Of course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway. There's also [[abstract:general disclaimer]] which is linked in the footer of every page but doesn't exist yet, so it could even be abstract-first on this wiki ([[wikidata:special:entitypage/Q4980478|general disclaimer]], [[Q4980478]]). In the 'help' namespace there's: * [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] * [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} tndnhitson3t760e600lllke98iv3j0 9720 9719 2026-06-05T21:44:04Z Arlo Barnes 953 /* core */ unify list 9720 wikitext text/x-wiki == personal hotlist == * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />MI, FL, TX, IA, WI,<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == core == The main list is at [[abstract:WikiProject Core articles]]. A supplementary list of initial candidates in the project namespace (pf course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway) formerly at [[abstract Wikipedia talk:WikiProject Core articles#self-description]] and derived from [[special:allpages]]: * [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] * [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] * [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] * <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] * [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] * [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] * [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] * [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] * [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] * [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] * [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] * [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] * [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] * [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] * [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] * [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] * [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] * [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] * [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] * [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] * [[abstract:general disclaimer]] [[wikidata:special:entitypage/Q4980478|general disclaimer]], [[Q4980478]] ** linked in the footer of every page but doesn't exist yet, so it could even be abstract-first on this wiki * [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] * [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} 551bcbinombmnnw9b6rj5aq8rwjbtrn 9721 9720 2026-06-05T21:44:45Z Arlo Barnes 953 /* core */ was deleted 9721 wikitext text/x-wiki == personal hotlist == * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />MI, FL, TX, IA, WI,<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == core == The main list is at [[abstract:WikiProject Core articles]]. A supplementary list of initial candidates in the project namespace (pf course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway) formerly at [[abstract Wikipedia talk:WikiProject Core articles#self-description]] and derived from [[special:allpages]]: * [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] * [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] * [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] * <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] * [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] * [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] * [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] * [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] * [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] * [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] * [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] * [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] * [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] * [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] * [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] * [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] * [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] * [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] * [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] * [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] * [[abstract:general disclaimer]] — [[wikidata:special:entitypage/Q4980478|general disclaimer]] — [[Q4980478]] ** linked in the footer of every page but <del>doesn't exist yet</del> was deleted, so it could even be abstract-first on this wiki * [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] * [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} rxcmw4depqul06gon5czxbyxu1qmw5u 9760 9721 2026-06-06T04:40:30Z Arlo Barnes 953 /* personal hotlist */ five more states 9760 wikitext text/x-wiki == personal hotlist == * Geography ** [[q35657|U.S. state]] *** [[q578170|contiguous]]:<br>[[q1393|DE]], [[q1400|PA]], [[q1408|NJ]], [[q1428|GA]], [[q779|CT]],<br />[[q771|MA]], [[q1391|MD]], [[q1456|SC]], [[q759|NH]], [[q1370|VA]],<br />[[q1384|NY]], [[q1454|NC]], [[q1387|RI]], [[q16551|VT]], [[q1603|KY]],<br />[[q1509|TN]], [[q1397|OH]], [[q1588|LA]], [[q1415|IN]], [[q1494|MS]],<br />[[q1204|IL]], [[q173|AL]], [[q724|ME]], [[q1581|MO]], [[q1612|AR]],<br />[[q1166|MI]], [[q812|FL]], [[q1439|TX]], [[q1546|IA]], [[q1537|WI]],<br />CA, MN, OR, KS, WV,<br />NV, NE, CO, ND, SD,<br />MN, WA, ID, WY, UT,<br />[[q1649|OK]], [[q1522|NM]][[#New Mexico|‡]], [[q816|AZ]] *** [[q55416584|continental]]: [[q797|AK]] *** [[q16153475|islands]] ([[q6624516|area]]): [[q1568|HI]] * Languages ** [[q35757|Láadan]], [[q9610|Bangla]], [[q36236|Malayalam]], [[q56475|Hausa]], [[q33578|Igbo]], [[q32238|Dagbani]] * Astronomy / Cosmology ** [[q544|Solar System]] ([[q34457362|inner and outer]]: [[q7879772|inner]], [[q3962257|outer]]) *** [[q13205267|inner and outer planets]]: [[q7879772|inners]], [[q30014|outers]] *** [[q109645909|objects]]: [[q30249972|inner]], [[q30250610|outer]] *** [[q308|☿]], [[q313|♀]], [[q2|🜨]], [[q111|♂︎]], [[q319|♃]], [[q193|♄]], [[q324|♅]], [[q332|♆]] *** [[q1135397|classical]], [[q1460138|astrological]] == core == The main list is at [[abstract:WikiProject Core articles]]. A supplementary list of initial candidates in the project namespace (pf course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway) formerly at [[abstract Wikipedia talk:WikiProject Core articles#self-description]] and derived from [[special:allpages]]: * [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] * [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] * [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] * <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] * [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] * [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] * [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] * [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] * [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] * [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] * [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] * [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] * [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] * [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] * [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] * [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] * [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] * [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] * [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] * [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] * [[abstract:general disclaimer]] — [[wikidata:special:entitypage/Q4980478|general disclaimer]] — [[Q4980478]] ** linked in the footer of every page but <del>doesn't exist yet</del> was deleted, so it could even be abstract-first on this wiki * [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] * [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] == New Mexico == [[q1522]]{{q|1522}} * [[w:simple:category:New Mexico]] ** [[q48835024]]{{q|48835024}} ** [[q549448]]{{q|549448}} ** [[q2905014]]{{q|2905014}} ** [[q4158139]]{{q|4158139}} ** [[q3667736]]{{q|3667736}} ** [[q727605]]{{q|727605}} ** [[q124773656]]{{q|124773656}} ** [[]]{{q|}} * [[w:en:WP:WikiProject New Mexico#Articles]] ** [[q822204]]{{q|822204}} ** [[q14706078]]{{q|14706078}} ** [[q969006]]{{q|969006}} ** [[]]{{q|}} ozyoiiicufctv83jn5woa6nuj5jehai Q138864867 0 911 9733 8829 2026-06-05T22:38:38Z Feeglgeef 36 test 9733 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q8776414": { "index": 1, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27926", "Z27926K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32982", "Z32982K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32982K2": { "Z1K1": "Z6091", "Z6091K1": "Q2667186" }, "Z32982K3": { "Z1K1": "Z6091", "Z6091K1": "Q96807071" }, "Z32982K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z89", "Z89K1": " " }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32425", "Z32425K1": { "Z1K1": "Z6091", "Z6091K1": "Q5" }, "Z32425K2": { "Z1K1": "Z6091", "Z6091K1": "Q109243377" }, "Z32425K3": { "Z1K1": "Z6091", "Z6091K1": "Q1003030" }, "Z32425K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z32123", "Z32123K1": { "Z1K1": "Z89", "Z89K1": "" } }, { "Z1K1": "Z7", "Z7K1": "Z15728", "Z15728K1": { "Z1K1": "Z26934", "Z26934K1": { "Z1K1": "Z6091", "Z6091K1": "" } }, "Z15728K2": "", "Z15728K3": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } }, "Z15728K4": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } } }, { "Z1K1": "Z7", "Z7K1": "Z33470", "Z33470K1": { "Z1K1": "Z7", "Z7K1": "Z14396", "Z14396K1": { "Z1K1": "Z7", "Z7K1": "Z22571", "Z22571K1": { "Z1K1": "Z7", "Z7K1": "Z33828", "Z33828K1": { "Z1K1": "Z6091", "Z6091K1": "Q16947045" }, "Z33828K2": { "Z1K1": "Z6091", "Z6091K1": "Q5916" } } } }, "Z33470K2": "h2", "Z33470K3": { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "K1": [ { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, "K1": "lang", "K2": "tok" } ] } }, { "Z1K1": "Z7", "Z7K1": "Z30805", "Z30805K1": "MediaWiki icons :OOOOOOOOO", "Z30805K2": { "Z1K1": "Z89", "Z89K1": "<span style=\"color: red;\" class=\"vector-icon mw-ui-icon-move mw-ui-icon-wikimedia-move\"></span>\n<span class=\"vector-icon mw-ui-icon-labFlask mw-ui-icon-wikimedia-labFlask\"></span>\n<span class=\"vector-icon mw-ui-icon-star mw-ui-icon-wikimedia-star\"></span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\"></span>\n<span class=\"ace_error ace_icon\" style=\"width: 18px; height: 18px;\" aria-label=\"error\" role=\"img\"> </span>\n<span class=\"vector-icon mw-ui-icon-bell mw-ui-icon-wikimedia-bell\"></span>\n<span style=\"background-color:red;\">Hello, Wikipedia!</span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\" style=\"background-color:yellow;\" title=\"This is a featured abstract article. It, or a previous version of it, has been recognized as one of the best abstract articles EVER!!!!!!\"></span><span style=\"border-radius:100%;background-color:#ded;color:#062;border:2px solid #062;width:20px;height:1.5em;display:inline-block;text-align:center;\" title=\"This is a really good article ngl\">+</span>" } } ] } } } kkr26vzi1w6xzn2mv8it39tosvcxrnj 9734 9733 2026-06-05T22:39:37Z Feeglgeef 36 test further 9734 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27926", "Z27926K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32982", "Z32982K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32982K2": { "Z1K1": "Z6091", "Z6091K1": "Q2667186" }, "Z32982K3": { "Z1K1": "Z6091", "Z6091K1": "Q96807071" }, "Z32982K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z89", "Z89K1": " " }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32425", "Z32425K1": { "Z1K1": "Z6091", "Z6091K1": "Q5" }, "Z32425K2": { "Z1K1": "Z6091", "Z6091K1": "Q109243377" }, "Z32425K3": { "Z1K1": "Z6091", "Z6091K1": "Q1003030" }, "Z32425K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z32123", "Z32123K1": { "Z1K1": "Z89", "Z89K1": "" } }, { "Z1K1": "Z7", "Z7K1": "Z15728", "Z15728K1": { "Z1K1": "Z26934", "Z26934K1": { "Z1K1": "Z6091", "Z6091K1": "" } }, "Z15728K2": "", "Z15728K3": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } }, "Z15728K4": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } } }, { "Z1K1": "Z7", "Z7K1": "Z33470", "Z33470K1": { "Z1K1": "Z7", "Z7K1": "Z14396", "Z14396K1": { "Z1K1": "Z7", "Z7K1": "Z22571", "Z22571K1": { "Z1K1": "Z7", "Z7K1": "Z33828", "Z33828K1": { "Z1K1": "Z6091", "Z6091K1": "Q16947045" }, "Z33828K2": { "Z1K1": "Z6091", "Z6091K1": "Q5916" } } } }, "Z33470K2": "h2", "Z33470K3": { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "K1": [ { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, "K1": "lang", "K2": "tok" } ] } }, { "Z1K1": "Z7", "Z7K1": "Z30805", "Z30805K1": "MediaWiki icons :OOOOOOOOO", "Z30805K2": { "Z1K1": "Z89", "Z89K1": "<span style=\"color: red;\" class=\"vector-icon mw-ui-icon-move mw-ui-icon-wikimedia-move\"></span>\n<span class=\"vector-icon mw-ui-icon-labFlask mw-ui-icon-wikimedia-labFlask\"></span>\n<span class=\"vector-icon mw-ui-icon-star mw-ui-icon-wikimedia-star\"></span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\"></span>\n<span class=\"ace_error ace_icon\" style=\"width: 18px; height: 18px;\" aria-label=\"error\" role=\"img\"> </span>\n<span class=\"vector-icon mw-ui-icon-bell mw-ui-icon-wikimedia-bell\"></span>\n<span style=\"background-color:red;\">Hello, Wikipedia!</span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\" style=\"background-color:yellow;\" title=\"This is a featured abstract article. It, or a previous version of it, has been recognized as one of the best abstract articles EVER!!!!!!\"></span><span style=\"border-radius:100%;background-color:#ded;color:#062;border:2px solid #062;width:20px;height:1.5em;display:inline-block;text-align:center;\" title=\"This is a really good article ngl\">+</span>" } } ] }, "Q123456": { "index": 1, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27926", "Z27926K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32982", "Z32982K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32982K2": { "Z1K1": "Z6091", "Z6091K1": "Q2667186" }, "Z32982K3": { "Z1K1": "Z6091", "Z6091K1": "Q96807071" }, "Z32982K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z89", "Z89K1": " " }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32425", "Z32425K1": { "Z1K1": "Z6091", "Z6091K1": "Q5" }, "Z32425K2": { "Z1K1": "Z6091", "Z6091K1": "Q109243377" }, "Z32425K3": { "Z1K1": "Z6091", "Z6091K1": "Q1003030" }, "Z32425K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z32123", "Z32123K1": { "Z1K1": "Z89", "Z89K1": "" } }, { "Z1K1": "Z7", "Z7K1": "Z15728", "Z15728K1": { "Z1K1": "Z26934", "Z26934K1": { "Z1K1": "Z6091", "Z6091K1": "" } }, "Z15728K2": "", "Z15728K3": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } }, "Z15728K4": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } } }, { "Z1K1": "Z7", "Z7K1": "Z33470", "Z33470K1": { "Z1K1": "Z7", "Z7K1": "Z14396", "Z14396K1": { "Z1K1": "Z7", "Z7K1": "Z22571", "Z22571K1": { "Z1K1": "Z7", "Z7K1": "Z33828", "Z33828K1": { "Z1K1": "Z6091", "Z6091K1": "Q16947045" }, "Z33828K2": { "Z1K1": "Z6091", "Z6091K1": "Q5916" } } } }, "Z33470K2": "h2", "Z33470K3": { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "K1": [ { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, "K1": "lang", "K2": "tok" } ] } }, { "Z1K1": "Z7", "Z7K1": "Z30805", "Z30805K1": "MediaWiki icons :OOOOOOOOO", "Z30805K2": { "Z1K1": "Z89", "Z89K1": "<span style=\"color: red;\" class=\"vector-icon mw-ui-icon-move mw-ui-icon-wikimedia-move\"></span>\n<span class=\"vector-icon mw-ui-icon-labFlask mw-ui-icon-wikimedia-labFlask\"></span>\n<span class=\"vector-icon mw-ui-icon-star mw-ui-icon-wikimedia-star\"></span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\"></span>\n<span class=\"ace_error ace_icon\" style=\"width: 18px; height: 18px;\" aria-label=\"error\" role=\"img\"> </span>\n<span class=\"vector-icon mw-ui-icon-bell mw-ui-icon-wikimedia-bell\"></span>\n<span style=\"background-color:red;\">Hello, Wikipedia!</span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\" style=\"background-color:yellow;\" title=\"This is a featured abstract article. It, or a previous version of it, has been recognized as one of the best abstract articles EVER!!!!!!\"></span><span style=\"border-radius:100%;background-color:#ded;color:#062;border:2px solid #062;width:20px;height:1.5em;display:inline-block;text-align:center;\" title=\"This is a really good article ngl\">+</span>" } } ] } } } 9d307e0d142eph1rd7gog32oq62pxmi 9736 9734 2026-06-05T22:54:49Z Feeglgeef 36 edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]] 9736 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z89", "Z89K1": "Hi" } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } 6yy5i29h7o1yfg3e7xb77vscdmyhkrz 9737 9736 2026-06-05T22:55:53Z Feeglgeef 36 edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]] 9737 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z89", "Z89K1": "Hi" }, { "Z1K1": "Z310", "Z310K1": "M123456" } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } b5qv3mljnodigp9zb8jo9ephbiezfgi 9738 9737 2026-06-05T22:57:03Z Feeglgeef 36 9738 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z89", "Z89K1": "Hi" }, { "Z1K1": "Z310", "Z310K1": "M1" } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } ky8pe1sux9r0cmquw2ifelh5dov5rpm 9739 9738 2026-06-05T22:58:15Z Feeglgeef 36 9739 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z89", "Z89K1": "<div id=\"v-3\" class=\"cdx-toggle-switch__input\" type=\"checkbox\" role=\"switch\" value=\"false\"></div>" }, { "Z1K1": "Z310", "Z310K1": "M1" } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } pfmj53ipnqkqg2zgbng0z25578mdpfe 9740 9739 2026-06-05T22:58:34Z Feeglgeef 36 9740 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z89", "Z89K1": "<div id=\"v-3\" class=\"cdx-toggle-switch__input\" type=\"checkbox\" role=\"switch\" value=\"false\"></div>" } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } bjbf9vss60fnor9uzji0gyef3ezho5u 9741 9740 2026-06-05T22:59:17Z Feeglgeef 36 9741 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M1" }, "Z36038K2": "" } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } qjospi2p9z0u7ebyxd9jnpo7d6sbwcn 9742 9741 2026-06-05T23:03:03Z Feeglgeef 36 9742 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36122", "Z36122K1": { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M163774770" }, "Z36038K2": "Tung Tung Tung" }, "Z36122K2": { "Z1K1": "Z13518", "Z13518K1": "1000" } } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } hw8cp5rmgvwtsx9ujtaehs0m6hydbe0 9743 9742 2026-06-05T23:03:19Z Feeglgeef 36 9743 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36122", "Z36122K1": { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M163774770" }, "Z36038K2": "Tung Tung Tung Sahur" }, "Z36122K2": { "Z1K1": "Z13518", "Z13518K1": "1000" } } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } 672anevwep2x85rnvmj8oth7aixhv29 9744 9743 2026-06-05T23:03:38Z Feeglgeef 36 9744 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36122", "Z36122K1": { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M163774770" }, "Z36038K2": "Tung Tung Tung Sahur" }, "Z36122K2": { "Z1K1": "Z13518", "Z13518K1": "100000" } } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } o66qqqcqrywq7bl6i2bl1gs1f9urah5 9745 9744 2026-06-05T23:04:25Z Feeglgeef 36 9745 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q1": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36122", "Z36122K1": { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M163774770" }, "Z36038K2": "Tung Tung Tung Sahur" }, "Z36122K2": { "Z1K1": "Z13518", "Z13518K1": "10000" } } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } frybqx2l4d2z6gju1ap4tcuk441vt7g 9746 9745 2026-06-05T23:08:31Z Feeglgeef 36 edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]] 9746 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q134227481": { "index": 2000000, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36122", "Z36122K1": { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M163774770" }, "Z36038K2": "Tung Tung Tung Sahur" }, "Z36122K2": { "Z1K1": "Z13518", "Z13518K1": "10000" } } ] }, "Q8776414": { "index": 2, "fragments": [ "Z89" ] } } } 8bs97cdspksqdr85o9pk61x86mftppg 9759 9746 2026-06-06T01:25:19Z Feeglgeef 36 9759 abstractwiki text/plain { "qid": "Q138864867", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27926", "Z27926K1": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32982", "Z32982K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32982K2": { "Z1K1": "Z6091", "Z6091K1": "Q2667186" }, "Z32982K3": { "Z1K1": "Z6091", "Z6091K1": "Q96807071" }, "Z32982K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z89", "Z89K1": " " }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z32425", "Z32425K1": { "Z1K1": "Z6091", "Z6091K1": "Q5" }, "Z32425K2": { "Z1K1": "Z6091", "Z6091K1": "Q109243377" }, "Z32425K3": { "Z1K1": "Z6091", "Z6091K1": "Q1003030" }, "Z32425K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] }, { "Z1K1": "Z7", "Z7K1": "Z32123", "Z32123K1": { "Z1K1": "Z89", "Z89K1": "" } }, { "Z1K1": "Z7", "Z7K1": "Z15728", "Z15728K1": { "Z1K1": "Z26934", "Z26934K1": { "Z1K1": "Z6091", "Z6091K1": "" } }, "Z15728K2": "", "Z15728K3": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } }, "Z15728K4": { "Z1K1": { "Z1K1": "Z9", "Z9K1": "" } } }, { "Z1K1": "Z7", "Z7K1": "Z33470", "Z33470K1": { "Z1K1": "Z7", "Z7K1": "Z14396", "Z14396K1": { "Z1K1": "Z7", "Z7K1": "Z22571", "Z22571K1": { "Z1K1": "Z7", "Z7K1": "Z33828", "Z33828K1": { "Z1K1": "Z6091", "Z6091K1": "Q16947045" }, "Z33828K2": { "Z1K1": "Z6091", "Z6091K1": "Q5916" } } } }, "Z33470K2": "h2", "Z33470K3": { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z883", "Z883K1": "Z6", "Z883K2": "Z1" }, "K1": [ { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z882", "Z882K1": "Z6", "Z882K2": "Z1" }, "K1": "lang", "K2": "tok" } ] } }, { "Z1K1": "Z7", "Z7K1": "Z30805", "Z30805K1": "MediaWiki icons :OOOOOOOOO", "Z30805K2": { "Z1K1": "Z89", "Z89K1": "<span style=\"color: red;\" class=\"vector-icon mw-ui-icon-move mw-ui-icon-wikimedia-move\"></span>\n<span class=\"vector-icon mw-ui-icon-labFlask mw-ui-icon-wikimedia-labFlask\"></span>\n<span class=\"vector-icon mw-ui-icon-star mw-ui-icon-wikimedia-star\"></span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\"></span>\n<span class=\"ace_error ace_icon\" style=\"width: 18px; height: 18px;\" aria-label=\"error\" role=\"img\"> </span>\n<span class=\"vector-icon mw-ui-icon-bell mw-ui-icon-wikimedia-bell\"></span>\n<span style=\"background-color:red;\">Hello, Wikipedia!</span>\n<span class=\"vector-icon mw-ui-icon-wikimedia-unStar\" style=\"background-color:yellow;\" title=\"This is a featured abstract article. It, or a previous version of it, has been recognized as one of the best abstract articles EVER!!!!!!\"></span><span style=\"border-radius:100%;background-color:#ded;color:#062;border:2px solid #062;width:20px;height:1.5em;display:inline-block;text-align:center;\" title=\"This is a really good article ngl\">+</span>" } } ] } } } kd5b4x7fdnexqu6p8b6cyv3vw5u4hv5 User talk:Immanuelle 3 1036 9725 8331 2026-06-05T22:08:19Z HenkvD 1447 /* is part of of */ new section 9725 wikitext text/x-wiki == Sonardi == You seem to have made several articles that use the Indian village of Sonardi as a predicate in the SPO template. I assume this was an error, as Sonardi did not have an English-language label on Wikidata before today. I do not understand what you were trying to convey with this, and am asking you because of that. [[User:Alef.person|Alef.person]] ([[User talk:Alef.person|talk]]) 00:49, 5 April 2026 (UTC) : Yes that was an error. It was supposed to be "part of". I am fixing it as we speak.[[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 01:44, 5 April 2026 (UTC) == "If anyone objects..." == I wanted to say that I do not object to your goal of creating every article "every Wikipedia should have," and I am working on a similar thing. I came here to recommend that you also look into the [[m:Wiki99|Wiki99]] lists for individual topics, like I have been doing for [[m:Wiki99/LGBT+]]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 11:36, 6 April 2026 (UTC) :Thank you so much! I will get on it after working on the main list! [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 18:30, 6 April 2026 (UTC) ::I'm excited. To work on this more, but some people did object, so I'm going to wait a bit longer in order to make sure that I'm not causing any issues or propagating any kind of errors. But I hope that in the future, the editor that I made is going to be better at making the articles, and it'll be a pretty clear thing where I can just kinda do it. And we'll be at a point where we're past the beta stage and more want to actually start putting a lot of work into attracting new users by having all these things on commonly trafficked articles be visible. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 23:44, 11 April 2026 (UTC) == Use of SPO sentence == Your program seems to use [[f:Z26955]] for a few properties seemingly incorrectly. E.g. In [[Q1297]], it creates <nowiki>{{Z26955 | Q23492 (official language) | Q1860 (English) | $subject}}</nowiki>, but if I am looking at the tests for [[f:Z26955]] correctly, it would make a sentence like English 'official languages' Chicago. These should probably be changed to [[f:Z28016]] instead. [[User:ChaoticVermillion|<span style="color: orangered">Chaotic</span><span style="color: crimson">Vermillion</span>]] ([[User talk:ChaoticVermillion|converse]], [[Special:Contributions/ChaoticVermillion|contribs]]) 12:38, 6 April 2026 (UTC) :I tried to fix them. I hope I got them all and updated the app [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 18:53, 6 April 2026 (UTC) == AWE broke [[Q18556697]] == It looks like AWE somehow removed the language keys from the functions in [[Q18556697]], breaking the entire page. See [[Special:Diff/5431]]. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 21:12, 16 April 2026 (UTC) :@[[User:JJPMaster|JJPMaster]] I apologize. Did you manage to fix it? [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 21:19, 16 April 2026 (UTC) ::@[[User:Immanuelle|Immanuelle]]: I just reverted your edit for the time being. I'll have to work on the paragraph bit later. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 21:20, 16 April 2026 (UTC) :::I think I fixed it but not sure [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 21:24, 16 April 2026 (UTC) == Citations == Hello! I seemed to notice you use citations on AWE, but it places them on separate paragraphs. I suggest you just append them to the corresponding paragraph like so: {{Q|Q7243}}. <span style="border-radius:99q;padding:0 7q;background:#103;border:3q solid #FBF; color:#FBF">[[User:QuickQuokka|<span style="color:#FBF">'''QuickQuokka'''</span>]]</span> <sup>[⁠[[User talk:QuickQuokka|talk]] • [[Special:Contribs/QuickQuokka|contribs]]]</sup> 10:06, 26 April 2026 (UTC) :@[[User:QuickQuokka|QuickQuokka]] I fixed that. Paragraphs should be restored too but gotta do some testing for it. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 01:28, 28 April 2026 (UTC) == Three points regarding paragraphs == Apologies if this sounds condescending, but I believe it is important to clarify these: # Don't have separate paragraphs for each sentence. # Only add a paragraph break when you otherwise would add one in real English. # Use [[f:Z33068|the paragraph from sentences function]] so that no hard-coded spaces are needed. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 03:39, 28 April 2026 (UTC) == Function f:Z26039 not available == I am working on creating a page for [[Q117812747]]. I am trying to use the function [[f:Z26039]] recommended by the frequently used functions page. Could you fix this? [[User:Script7921|Script7921]] ([[User talk:Script7921|talk]]) 16:29, 6 May 2026 (UTC) :@[[User:Script7921|Script7921]] thank you for your message. I am in full crunch mode for the {{q|Q1961016}}, but I will look at it tomorrow after my paper is submitted. [[User:Immanuelle|Immanuelle]] ([[User talk:Immanuelle|talk]]) 19:59, 6 May 2026 (UTC) == is part of of == Immmanuelle, you created a lot of sentences with [[f:Z32982]] with "part of". That is not the proper way to use this function. It results in (English) sentences containing "is part of of". Please remove these sentences. Example is [[Q12796]] [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:08, 5 June 2026 (UTC) qyicg1lefzh51evtkj0ktxv84vcrivm User:HenkvD 2 1117 9648 9637 2026-06-05T12:12:41Z HenkvD 1447 9648 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. (cache) || || |- | [[f:Z26570|Z26570]] A is a B in C || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || |- | [[f:Z32581|Z32581]] A is a B by C || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ kwjrj8e3b2uwwd43uik1f0al1sp0y3p 9649 9648 2026-06-05T12:31:53Z HenkvD 1447 9649 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. (cache) || || |- | [[f:Z26570|Z26570]] A is a B in C || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || |- | [[f:Z32581|Z32581]] A is a B by C || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ ap8yk35gweiyoj93nb25ahdov7rtvsc 9652 9649 2026-06-05T12:57:42Z HenkvD 1447 9652 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. (cache) || || |- | [[f:Z26570|Z26570]] A is a B in C || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ kah3wsru6ewhz7vh22s9pe4e6sjzd9x 9656 9652 2026-06-05T14:09:35Z HenkvD 1447 9656 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. (cache) || || |- | [[f:Z26570|Z26570]] A is a B in C || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || (cache) |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ lgskde6vx2u5jreliqbuodg184omttr 9670 9656 2026-06-05T14:31:19Z HenkvD 1447 9670 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. (cache) || || |- | [[f:Z26570|Z26570]] A is a B in C || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ 78h73q9nkmfavt14lf5bovhnylao0yd 9671 9670 2026-06-05T14:32:17Z HenkvD 1447 9671 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. (cache) || || |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ 5u5bqj6nshix4ungw5eef8ap64oiwbq 9672 9671 2026-06-05T14:33:24Z HenkvD 1447 9672 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ f7y3rc3e1d4zg6r59scccqfb0se6fv8 9673 9672 2026-06-05T14:36:05Z HenkvD 1447 9673 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | [[f:Z34637|Z34637]] A is part of the B. || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ mhy53qn7a25vygh2ccl52ygu8n6v08y 9675 9673 2026-06-05T15:34:59Z HenkvD 1447 9675 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z34637|Z34637]] A is part of the B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ q1oyeksgmu9s12ph7jwc6qk9syyx5v6 9677 9675 2026-06-05T15:54:14Z HenkvD 1447 9677 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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 and its needed functions will be very hard to achieve. <br clear=all> {{#babel:nl|en-3|de-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z32982|Z32982]] A is a B of C. || ? || || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z34637|Z34637]] A is part of the B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ 24u5ta5d2c1nxzryqydchg33gl67xs8 9678 9677 2026-06-05T15:55:09Z HenkvD 1447 9678 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z32982|Z32982]] A is a B of C. || ? || || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z34637|Z34637]] A is part of the B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ q977xo3icg67yw75xdna3o0gtlb9gd1 9748 9678 2026-06-05T23:50:13Z Koavf 723 9748 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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 id="cat" class="plainlinks">[http://incubator.wikimedia.org/w/index.php?title=User:HenkvD nl: in incubator]</div> | valign="top" align="center" | [[Image:Wikiquote-logo.png|16px]]<br>Wikiquote<br>[[:q:en:User:HenkvD|en:]] |- | valign="top" align="center" | [[Image:Wikibooks-logo.png|18px]]<br>Wikibooks<br>[[:b:en:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikisource-logo.png|18px]]<br>Wikisource<br>[[:s:en:User:HenkvD|en:]] '''[[:s:nl:Gebruiker:HenkvD|nl:]]''' <div id="cat" class="plainlinks">[http://wikisource.org/wiki/User:HenkvD old]</div> | valign="top" align="center" | [[Image:Wikiversity-logo-en.svg|18px]]<br>Wikiversity<br>[[:de:v:User:HenkvD|de:]] [[:en:v:User:HenkvD|en:]] | valign="top" align="center" | [[Image:Wikimedia-logo.png|18px]]<br>[[:meta:User:HenkvD|Meta]]<br><div id="cat" class="plainlinks">[http://strategy.wikimedia.org/wiki/User:HenkvD Strategy]<br><div id="cat" 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-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z32982|Z32982]] A is a B of C. || ? || || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z34637|Z34637]] A is part of the B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ 464vnq5ra0339o7a7rdys62j9fhf2sf 9749 9748 2026-06-05T23:51:01Z Koavf 723 lint error 9749 wikitext text/x-wiki {| border="1" style="float: right; margin-left: 1em; margin-bottom: 0.5em; border: #99B3FF solid 1px; background: #F1F8F1; border-collapse: collapse; color:black" | | colspan="10" style="text-align:center;" | <div class="plainlinks">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'''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-1}} {| class="wikitable" ! ZID !! Example !! English !! Dutch || Others || Default |- | [[f:Z26039|Z26039]] A is a B. || [[Q90]] || Paris is a city. || Parijs is een stad || af bar bs eo frr fy hsb is mk nds os pap sr || Y |- | [[f:Z26570|Z26570]] A is a B in C. || [[Q55]] || Netherlands is a country in Europe || Nederland is een land in Europa. || af bar eo frr fy mk pap || Y |- | [[f:Z32581|Z32581]] A is a B by C. || [[Q12418]] || Mona Lisa is a painting by Leonardo da Vinci. || || || Y |- | [[f:Z32982|Z32982]] A is a B of C. || ? || || || || |- | [[f:Z28016|Z28016]] A is the B of C. || [[Q90]] || Paris is the capital of France. || Parijs is de hoofdstad van Frankrijk || || Y |- | [[f:Z34282|Z34282]] A is a B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is a sea || Adriatische Zee is een zee. || || |- | [[f:Z34637|Z34637]] A is part of the B. (automatic based on Wikidata class) || [[Q13924]] || Adriatic Sea is part of the Mediterranean Sea. || || |- | || [[Q1033]] || Nigeria is the most populous country in Africa. || || || |- | || [[Q11750]] || list of sovereign states || || || N/A |- | [[f:Z35167|Z35167]] Infobox person || || OK || [https://www.wikifunctions.org/wiki/Z35167?call=%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z35167%22%2C%22Z35167K1%22%3A%7B%22Z1K1%22%3A%22Z7%22%2C%22Z7K1%22%3A%22Z6821%22%2C%22Z6821K1%22%3A%7B%22Z1K1%22%3A%22Z6091%22%2C%22Z6091K1%22%3A%22Q154946%22%7D%7D%2C%22Z35167K2%22%3A%22Z1157%22%7D OK] || OK (some labels needed, via P1629) || N/A |} First steps to get Abstract Wikipedia started: * Basic functions on Wikifunctions * Wikidata labels * Link Wikidata 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]] {{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">NLG Default text</span> : ≪NLG Default text≫ : ❗NLG Default text❗ : ≪❗NLG Default text❗≫ : ❗≪NLG Default text≫❗ : ❌NLG Default text❌ : ❌≪NLG Default text≫❌ : ≪❌NLG Default text❌≫ s2pdxqi4tnmxnelccfcsnmlm80mu3cy Q12457 0 1361 9695 3722 2026-06-05T20:45:26Z Feeglgeef 36 test 9695 abstractwiki text/plain { "qid": "Q12457", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1334738" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q317623" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q99734981" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z32123", "Z32123K1": { "Z1K1": "Z89", "Z89K1": "" } } ] } } } thopkhwwll38l8ynhfy2t2cscva0cuh 9696 9695 2026-06-05T20:46:33Z Feeglgeef 36 9696 abstractwiki text/plain { "qid": "Q12457", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1334738" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q317623" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q99734981" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } gpr4v5a9vf8lrhqkkrww7wbdolap7pc 9697 9696 2026-06-05T20:47:52Z Feeglgeef 36 9697 abstractwiki text/plain { "qid": "Q12457", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1334738" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q317623" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q99734981" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": { "Z1K1": "Z9", "Z9K1": "" } } ] } } } luyvnset78o22aqwbiryhsygj14gvxw 9706 9697 2026-06-05T21:09:06Z Feeglgeef 36 edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]] 9706 abstractwiki text/plain { "qid": "Q12457", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q13347389" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q317623" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q99734981" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": { "Z1K1": "Z9", "Z9K1": "" } } ] } } } 1qwqze5h3fn2h0yjuku1xmprh8zwiyn 9758 9706 2026-06-06T01:12:18Z Arlo Barnes 953 revert previoud edit via raw-JSON edit tool 9758 abstractwiki text/plain { "qid": "Q12457", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q1334738" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q317623" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q99734981" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": { "Z1K1": "Z9", "Z9K1": "" } } ] } } } luyvnset78o22aqwbiryhsygj14gvxw Abstract Wikipedia:WikiProject Core articles 4 1706 9682 9323 2026-06-05T17:15:13Z Arlo Barnes 953 renamed project 9682 wikitext text/x-wiki {{shortcut|[[abstract:CORE]]}}see also: [[abstract:WikiProject Encyclopedic Quality<!--Prose-->]] This WikiProject is dedicated to establishing good-quality articles for all topics on [[m:List of articles every Wikipedia should have]]. == Members == <!--To add yourself, add "# ~~~"--> # [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) # [[User:ChaoticV|<span style="color: orangered">Chaotic</span><span style="color: crimson">V</span>]] ([[User talk:ChaoticV|converse]], [[Special:Contributions/ChaoticV|contribs]]) # [[User:JJPMaster|JJPMaster]] ([[User talk:JJPMaster|talk]]) # [[User:Barbieapologist|Barbieapologist]] ([[User talk:Barbieapologist|talk]]) == Articles == === Biography === # [[Q19389637]] {{Q|19389637}} ==== Philosophers and social scientists==== {{div col|colwidth=16em}} # [[Q868]] {{Q|868}} # [[Q7197]] {{Q|7197}} # [[Q9045]] {{Q|9045}} # [[Q4604]] {{Q|4604}} # [[Q9191]] {{Q|9191}} # [[Q9215]] {{Q|9215}} # [[Q9235]] {{Q|9235}} # [[Q48301]] {{Q|48301}} # [[Q9294]] {{Q|9294}} # [[Q9312]] {{Q|9312}} # [[Q9317]] {{Q|9317}} # [[Q9333]] {{Q|9333}} # [[Q9353]] {{Q|9353}} # [[Q1399]] {{Q|1399}} # [[Q9061]] {{Q|9061}} # [[Q9358]] {{Q|9358}} # [[Q859]] {{Q|859}} # [[Q6527]] {{Q|6527}} # [[Q9364]] {{Q|9364}} # [[Q9372]] {{Q|9372}} # [[Q9381]] {{Q|9381}} # [[Q913]] {{Q|913}} # [[Q9068]] {{Q|9068}} # [[Q9387]] {{Q|9387}} # [[Q9391]] {{Q|9391}} # [[Q9397]] {{Q|9397}} {{div col end}} ==== Religious figures and theologians ==== {{div col|colwidth=16em}} # [[Q9181]] {{Q|9181}} # [[Q9438]] {{Q|9438}} # [[Q8018]] {{Q|8018}} # [[Q9441]] {{Q|9441}} # [[Q9546]] {{Q|9546}} # [[Q302]] {{Q|302}} # [[Q9554]] {{Q|9554}} # [[Q9077]] {{Q|9077}} # [[Q9458]] {{Q|9458}} # [[Q171195]] {{Q|171195}} {{div col end}} ==== Political leaders ==== {{div col|colwidth=16em}} # [[Q8597]] {{Q|8597}} # [[Q8409]] {{Q|8409}} # [[Q8589]] {{Q|8589}} # [[Q5152]] {{Q|5152}} # [[Q1405]] {{Q|1405}} # [[Q8442]] {{Q|8442}} # [[Q8605]] {{Q|8605}} # [[Q1048]] {{Q|1048}} # [[Q3044]] {{Q|3044}} # [[Q8016]] {{Q|8016}} # [[Q8413]] {{Q|8413}} # [[Q8423]] {{Q|8423}} # [[Q2042]] {{Q|2042}} # [[Q7207]] {{Q|7207}} # [[Q1001]] {{Q|1001}} # [[Q720]] {{Q|720}} # [[Q5809]] {{Q|5809}} # [[Q352]] {{Q|352}} # [[Q7226]] {{Q|7226}} # [[Q8027]] {{Q|8027}} # [[Q1394]] {{Q|1394}} # [[Q91]] {{Q|91}} # [[Q7742]] {{Q|7742}} # [[Q7231]] {{Q|7231}} # [[Q517]] {{Q|517}} # [[Q8023]] {{Q|8023}} # [[Q5816]] {{Q|5816}} # [[Q1047]] {{Q|1047}} # [[Q8620]] {{Q|8620}} # [[Q8479]] {{Q|8479}} # [[Q7192]] {{Q|7192}} # [[Q8007]] {{Q|8007}} # [[Q8581]] {{Q|8581}} # [[Q855]] {{Q|855}} # [[Q8474]] {{Q|8474}} # [[Q8573]] {{Q|8573}} # [[Q8462]] {{Q|8462}} # [[Q8467]] {{Q|8467}} # [[Q23]] {{Q|23}} {{div col end}} ==== Inventors, scientists and mathematicians ==== {{div col|colwidth=16em}} # [[Q8739]] {{Q|8739}} # [[Q8011]] {{Q|8011}} # [[Q80]] {{Q|80}} # [[Q202943]] {{Q|202943}} # [[Q619]] {{Q|619}} # [[Q7186]] {{Q|7186}} # [[Q1035]] {{Q|1035}} # [[Q8743]] {{Q|8743}} # [[Q937]] {{Q|937}} # [[Q8747]] {{Q|8747}} # [[Q7604]] {{Q|7604}} # [[Q8750]] {{Q|8750}} # [[Q8753]] {{Q|8753}} # [[Q8768]] {{Q|8768}} # [[Q8778]] {{Q|8778}} # [[Q307]] {{Q|307}} # [[Q6722]] {{Q|6722}} # [[Q8958]] {{Q|8958}} # [[Q41585]] {{Q|41585}} # [[Q8962]] {{Q|8962}} # [[Q8963]] {{Q|8963}} # [[Q9038]] {{Q|9038}} # [[Q9047]] {{Q|9047}} # [[Q1043]] {{Q|1043}} # [[Q9095]] {{Q|9095}} # [[Q9106]] {{Q|9106}} # [[Q935]] {{Q|935}} # [[Q529]] {{Q|529}} # [[Q9021]] {{Q|9021}} # [[Q9123]] {{Q|9123}} # [[Q9130]] {{Q|9130}} # [[Q9036]] {{Q|9036}} # [[Q7251]] {{Q|7251}} # [[Q9041]] {{Q|9041}} {{div col end}} ==== Artists and architects ==== {{div col|colwidth=16em}} # [[Q4724]] {{Q|4724}} # [[Q5577]] {{Q|5577}} # [[Q5580]] {{Q|5580}} # [[Q5582]] {{Q|5582}} # [[Q5432]] {{Q|5432}} # [[Q5586]] {{Q|5586}} # [[Q5588]] {{Q|5588}} # [[Q762]] {{Q|762}} # [[Q5589]] {{Q|5589}} # [[Q5592]] {{Q|5592}} # [[Q5593]] {{Q|5593}} # [[Q5597]] {{Q|5597}} # [[Q5598]] {{Q|5598}} # [[Q5599]] {{Q|5599}} # [[Q5600]] {{Q|5600}} # [[Q297]] {{Q|297}} # [[Q5603]] {{Q|5603}} # [[Q5604]] {{Q|5604}} {{div col end}} ==== Composers and musicians ==== {{div col|colwidth=16em}} # [[Q1779]] {{Q|1779}} # [[Q1339]] {{Q|1339}} # [[Q1299]] {{Q|1299}} # [[Q255]] {{Q|255}} # [[Q7294]] {{Q|7294}} # [[Q1268]] {{Q|1268}} # [[Q7298]] {{Q|7298}} # [[Q7302]] {{Q|7302}} # [[Q7349]] {{Q|7349}} # [[Q2831]] {{Q|2831}} # [[Q1110560]] {{Q|1110560}} # [[Q7304]] {{Q|7304}} # [[Q254]] {{Q|254}} # [[Q179277]] {{Q|179277}} # [[Q7311]] {{Q|7311}} # [[Q7312]] {{Q|7312}} # [[Q7314]] {{Q|7314}} # [[Q7315]] {{Q|7315}} # [[Q7317]] {{Q|7317}} # [[Q1340]] {{Q|1340}} # [[Q1511]] {{Q|1511}} {{div col end}} ==== Film directors, screenwriters and actors==== {{div col|colwidth=16em}} # [[Q7546]] {{Q|7546}} # [[Q4605]] {{Q|4605}} # [[Q882]] {{Q|882}} # [[Q4612]] {{Q|4612}} # [[Q8704]] {{Q|8704}} # [[Q8003]] {{Q|8003}} # [[Q7371]] {{Q|7371}} # [[Q7374]] {{Q|7374}} # [[Q2001]] {{Q|2001}} # [[Q8006]] {{Q|8006}} # [[Q4616]] {{Q|4616}} # [[Q8873]] {{Q|8873}} {{div col end}} ==== Authors, playwrights and poets ==== {{div col|colwidth=16em}} # [[Q5670]] {{Q|5670}} # [[Q5673]] {{Q|5673}} # [[Q36322]] {{Q|36322}} # [[Q5676]] {{Q|5676}} # [[Q909]] {{Q|909}} # [[Q5679]] {{Q|5679}} # [[Q5682]] {{Q|5682}} # [[Q5683]] {{Q|5683}} # [[Q5685]] {{Q|5685}} # [[Q1067]] {{Q|1067}} # [[Q5686]] {{Q|5686}} # [[Q991]] {{Q|991}} # [[Q5878]] {{Q|5878}} # [[Q5879]] {{Q|5879}} # [[Q6240]] {{Q|6240}} # [[Q6691]] {{Q|6691}} # [[Q535]] {{Q|535}} # [[Q6882]] {{Q|6882}} # [[Q905]] {{Q|905}} # [[Q7011]] {{Q|7011}} # [[Q7071]] {{Q|7071}} # [[Q7176]] {{Q|7176}} # [[Q687]] {{Q|687}} # [[Q7198]] {{Q|7198}} # [[Q7199]] {{Q|7199}} # [[Q7200]] {{Q|7200}} # [[Q692]] {{Q|692}} # [[Q7235]] {{Q|7235}} # [[Q7241]] {{Q|7241}} # [[Q7243]] {{Q|7243}} # [[Q7245]] {{Q|7245}} # [[Q1398]] {{Q|1398}} {{div col end}} ==== Explorers and travellers ==== {{div col|colwidth=16em}} # [[Q926]] {{Q|926}} # [[Q1615]] {{Q|1615}} # [[Q7321]] {{Q|7321}} # [[Q7322]] {{Q|7322}} # [[Q7324]] {{Q|7324}} # [[Q7326]] {{Q|7326}} # [[Q7327]] {{Q|7327}} # [[Q7328]] {{Q|7328}} # [[Q7331]] {{Q|7331}} # [[Q1496]] {{Q|1496}} # [[Q6101]] {{Q|6101}} # [[Q7333]] {{Q|7333}} {{div col end}} === Philosophy === {{div col|colwidth=16em}} # [[Q7066]] {{Q|7066}} # [[Q7242]] {{Q|7242}} # [[Q9581]] {{Q|9581}} # [[Q9453]] {{Q|9453}} # [[Q9465]] {{Q|9465}} # [[Q9471]] {{Q|9471}} # [[Q9476]] {{Q|9476}} # [[Q9081]] {{Q|9081}} # [[Q8078]] {{Q|8078}} # [[Q7081]] {{Q|7081}} # [[Q5891]] {{Q|5891}} # [[Q9510]] {{Q|9510}} # [[Q7949]] {{Q|7949}} {{div col end}} === Religion=== {{div col|colwidth=16em}} # [[Q9149]] {{Q|9149}} # [[Q190]] {{Q|190}} ## [[Q9159]] {{Q|9159}} ## [[Q9163]] {{Q|9163}} # [[Q9134]] {{Q|9134}} # [[Q128593]] {{Q|128593}} # [[Q9174]] {{Q|9174}} # [[Q9165]] {{Q|9165}} # Specific religions ## [[Q748]] {{Q|748}} ## [[Q5043]] {{Q|5043}} ### [[Q9592]] {{Q|9592}} ### [[Q23540]] {{Q|23540}} ## [[Q9089]] {{Q|9089}} ## [[Q432]] {{Q|432}} ### [[Q9585]] {{Q|9585}} ### [[Q483654]] {{Q|483654}} ## [[Q9232]] {{Q|9232}} ## [[Q9268]] {{Q|9268}} ## [[Q812767]] {{Q|812767}} ## [[Q9316]] {{Q|9316}} ## [[Q9598]] {{Q|9598}} ## [[Q9601]] {{Q|9601}} {{div col end}} === Social sciences === {{div col|colwidth=16em}} # [[Q8425]] {{Q|8425}} # [[Q8432]] {{Q|8432}} # [[Q8434]] {{Q|8434}} ==== Psychology ==== # [[Q9332]] {{Q|9332}} # [[Q9415]] {{Q|9415}} # [[Q316]] {{Q|316}} # [[Q450]] {{Q|450}} # [[Q9418]] {{Q|9418}} # [[Q9420]] {{Q|9420}} ==== Family and relationships ==== # [[Q8436]] {{Q|8436}} # [[Q7569]] {{Q|7569}} # [[Q8441]] {{Q|8441}} # [[Q8445]] {{Q|8445}} # [[Q467]] {{Q|467}} ==== Politics ==== # [[Q7163]] {{Q|7163}} # [[Q7167]] {{Q|7167}} # [[Q1889]] {{Q|1889}} # [[Q7188]] {{Q|7188}} ## [[Q7174]] {{Q|7174}} ## [[Q317]] {{Q|317}} ## [[Q7269]] {{Q|7269}} ## [[Q7270]] {{Q|7270}} # [[Q7257]] {{Q|7257}} ## [[Q6199]] {{Q|6199}} ## [[Q6206]] {{Q|6206}} ## [[Q6186]] {{Q|6186}} ## [[Q7169]] {{Q|7169}} ## [[Q6223]] {{Q|6223}} ## [[Q6216]] {{Q|6216}} ## [[Q7264]] {{Q|7264}} ## [[Q6235]] {{Q|6235}} ## [[Q7272]] {{Q|7272}} # [[Q7260]] {{Q|7260}} # [[Q7275]] {{Q|7275}} # [[Q7278]] {{Q|7278}} # [[Q7281]] {{Q|7281}} ==== Business and economics ==== # [[Q8134]] {{Q|8134}} # [[Q8137]] {{Q|8137}} # [[Q8142]] {{Q|8142}} ## [[Q4916]] {{Q|4916}} ## [[Q4917]] {{Q|4917}} # [[Q8148]] {{Q|8148}} # [[Q1368]] {{Q|1368}} # [[Q8161]] {{Q|8161}} # [[Q601401]] {{Q|601401}} ==== Law ==== # [[Q7748]] {{Q|7748}} # [[Q7755]] {{Q|7755}} ==== International organizations ==== # [[Q7159]] {{Q|7159}} # [[Q7172]] {{Q|7172}} # [[Q7768]] {{Q|7768}} # [[Q7785]] {{Q|7785}} # [[Q458]] {{Q|458}} # [[Q7178]] {{Q|7178}} # [[Q7184]] {{Q|7184}} # [[Q7191]] {{Q|7191}} # [[Q7795]] {{Q|7795}} # [[Q1065]] {{Q|1065}} ## [[Q7801]] {{Q|7801}} ## [[Q7804]] {{Q|7804}} ## [[Q7809]] {{Q|7809}} ## [[Q7817]] {{Q|7817}} # [[Q7164]] {{Q|7164}} # [[Q7825]] {{Q|7825}} ==== War and military ==== # [[Q8473]] {{Q|8473}} # [[Q454]] {{Q|454}} # [[Q7283]] {{Q|7283}} # [[Q198]] {{Q|198}} ## [[Q8465]] {{Q|8465}} ==== Social issues ==== # [[Q8452]] {{Q|8452}} # [[Q8454]] {{Q|8454}} # [[Q169207]] {{Q|169207}} ## [[Q8461]] {{Q|8461}} # [[Q7252]] {{Q|7252}} # [[Q7181]] {{Q|7181}} # [[Q8458]] {{Q|8458}} # [[Q10294]] {{Q|10294}} # [[Q8463]] {{Q|8463}} {{div col end}} === Language and literature === {{div col|colwidth=16em}} # [[Q315]] {{Q|315}} # Specific languages ## [[Q13955]] {{Q|13955}} ## [[Q9610]] {{Q|9610}} ## [[Q7850]] {{Q|7850}} ## [[Q1860]] {{Q|1860}} ## [[Q150]] {{Q|150}} ## [[Q188]] {{Q|188}} ## [[Q9129]] {{Q|9129}} ## [[Q9288]] {{Q|9288}} ## [[Q11051]] {{Q|11051}} ## [[Q9176]] {{Q|9176}} ## [[Q5287]] {{Q|5287}} ## [[Q397]] {{Q|397}} ## [[Q9168]] {{Q|9168}} ## [[Q5146]] {{Q|5146}} ## [[Q7737]] {{Q|7737}} ## [[Q11059]] {{Q|11059}} ## [[Q1321]] {{Q|1321}} ## [[Q7838]] {{Q|7838}} ## [[Q256]] {{Q|256}} # [[Q8162]] {{Q|8162}} # [[Q8091]] {{Q|8091}} # [[Q8171]] {{Q|8171}} ## [[Q8183]] {{Q|8183}} ## [[Q8188]] {{Q|8188}} # [[Q8192]] {{Q|8192}} ## [[Q1828555]] {{Q|1828555}} ## [[Q8201]] {{Q|8201}} ## [[Q8209]] {{Q|8209}} ## [[Q8216]] {{Q|8216}} ## [[Q8229]] {{Q|8229}} # [[Q8236]] {{Q|8236}} # [[Q7553]] {{Q|7553}} # [[Q8242]] {{Q|8242}} ## [[Q676]] {{Q|676}} ### ''[[Q8251]]'' {{Q|8251}} ## [[Q8253]] {{Q|8253}} ### ''[[Q8258]]'' {{Q|8258}} ## [[Q8261]] {{Q|8261}} ### ''[[Q8269]]'' {{Q|8269}} ## [[Q482]] {{Q|482}} ### ''[[Q8272]]'' {{Q|8272}} ### ''[[Q8275]]'' {{Q|8275}} ### ''[[Q8279]]'' {{Q|8279}} ## Religious Texts ### ''[[Q1845]]'' {{Q|1845}} ### ''[[Q8276]]'' {{Q|8276}} {{div col end}} === Measurements === {{div col|2}} # [[Q12453]] {{Q|12453}} # [[Q12457]] {{Q|12457}} ==== Weight, volume and distance==== # [[Q11570]] {{Q|11570}} # [[Q11582]] {{Q|11582}} # [[Q11573]] {{Q|11573}} ==== Time ==== # [[Q12132]] {{Q|12132}} ## [[Q12138]] {{Q|12138}} # [[Q376]] {{Q|376}} # [[Q11574]] {{Q|11574}} # [[Q573]] {{Q|573}} # [[Q577]] {{Q|577}} # [[Q12143]] {{Q|12143}} {{div col end}} === Science === # [[Q336]] {{Q|336}} # [[Q7860]] {{Q|7860}} ==== Astronomy ==== {{div col|2}} # [[Q333]] {{Q|333}} # [[Q3863]] {{Q|3863}} # [[Q323]] {{Q|323}} # [[Q589]] {{Q|589}} # [[Q3559]] {{Q|3559}} # [[Q318]] {{Q|318}} ## [[Q321]] {{Q|321}} # [[Q405]] {{Q|405}} # [[Q634]] {{Q|634}} ## [[Q308]] {{Q|308}} ## [[Q313]] {{Q|313}} ## [[Q2]] {{Q|2}} ## [[Q111]] {{Q|111}} ## [[Q319]] {{Q|319}} ## [[Q193]] {{Q|193}} ## [[Q324]] {{Q|324}} ## [[Q332]] {{Q|332}} # [[Q544]] {{Q|544}} # [[Q5916]] {{Q|5916}} # [[Q523]] {{Q|523}} ## [[Q525]] {{Q|525}} # [[Q1]] {{Q|1}} {{div col end}} ==== Biology ==== {{div col|2}} # [[Q420]] {{Q|420}} # Biological materials ## [[Q7430]] {{Q|7430}} ## [[Q8047]] {{Q|8047}} ## [[Q11364]] {{Q|11364}} ## [[Q8054]] {{Q|8054}} # [[Q441]] {{Q|441}} # [[Q4]] {{Q|4}} ## [[Q10737]] {{Q|10737}} # [[Q7150]] {{Q|7150}} ## [[Q11394]] {{Q|11394}} # [[Q3]] {{Q|3}} # [[Q11398]] {{Q|11398}} ## [[Q7432]] {{Q|7432}} {{div col end}} ===== Biological processes ===== {{div col|2}} # [[Q1057]] {{Q|1057}} ## [[Q11978]] {{Q|11978}} ## [[Q11982]] {{Q|11982}} ## [[Q472287]] {{Q|472287}} # [[Q1063]] {{Q|1063}} # [[Q11990]] {{Q|11990}} ## [[Q11995]] {{Q|11995}} ## [[Q290]] {{Q|290}} {{div col end}} ===== Organisms ===== {{div col|2}} # [[Q7239]] {{Q|7239}} # [[Q729]] {{Q|729}} ## [[Q5185]] {{Q|5185}} ## [[Q25326]] {{Q|25326}} ## [[Q1360]] {{Q|1360}} ### [[Q1390]] {{Q|1390}} #### [[Q7386]] {{Q|7386}} #### [[Q7391]] {{Q|7391}} #### [[Q7367]] {{Q|7367}} ### [[Q1357]] {{Q|1357}} ## Chordate ### [[Q10908]] {{Q|10908}} ### [[Q5113]] {{Q|5113}} #### [[Q780]] {{Q|780}} #### [[Q10856]] {{Q|10856}} ### [[Q152]] {{Q|152}} #### [[Q7372]] {{Q|7372}} ### [[Q7377]] {{Q|7377}} #### [[Q7375]] {{Q|7375}} #### [[Q146]] {{Q|146}} #### [[Q830]] {{Q|830}} #### [[Q160]] {{Q|160}} #### [[Q144]] {{Q|144}} #### [[Q726]] {{Q|726}} #### [[Q7368]] {{Q|7368}} #### [[Q10850]] {{Q|10850}} #### [[Q787]] {{Q|787}} #### [[Q7380]] {{Q|7380}} ##### [[Q5]] {{Q|5}} ### [[Q10811]] {{Q|10811}} #### [[Q430]] {{Q|430}} #### [[Q2102]] {{Q|2102}} # [[Q37868]] {{Q|37868}} # [[Q10872]] {{Q|10872}} # [[Q10876]] {{Q|10876}} # [[Q764]] {{Q|764}} # [[Q756]] {{Q|756}} ## [[Q506]] {{Q|506}} ## [[Q1364]] {{Q|1364}} ## [[Q10884]] {{Q|10884}} # [[Q10892]] {{Q|10892}} {{div col end}} ===== Anatomy ===== {{div col|2}} # [[Q514]] {{Q|514}} # [[Q7868]] {{Q|7868}} # [[Q11068]] {{Q|11068}} ## [[Q7873]] {{Q|7873}} ## [[Q1072]] {{Q|1072}} # [[Q11078]] {{Q|11078}} # [[Q9649]] {{Q|9649}} ## [[Q11083]] {{Q|11083}} ## [[Q11090]] {{Q|11090}} ## [[Q9368]] {{Q|9368}} # [[Q7365]] {{Q|7365}} # [[Q9404]] {{Q|9404}} ## [[Q1073]] {{Q|1073}} ## [[Q9620]] {{Q|9620}} ## [[Q11101]] {{Q|11101}} ### [[Q7362]] {{Q|7362}} ### [[Q7363]] {{Q|7363}} ### [[Q7364]] {{Q|7364}} ### [[Q124794]] {{Q|124794}} # [[Q7895]] {{Q|7895}} # [[Q7891]] {{Q|7891}} # [[Q7881]] {{Q|7881}} # [[Q1074]] {{Q|1074}} {{div col end}} ==== Health and medicine ==== {{div col|2}} # [[Q11190]] {{Q|11190}} # [[Q12128]] {{Q|12128}} # [[Q12136]] {{Q|12136}} # [[Q12140]] {{Q|12140}} ## [[Q12187]] {{Q|12187}} # [[Q12147]] {{Q|12147}} # [[Q1059]] {{Q|1059}} # [[Q12171]] {{Q|12171}} # [[Q12184]] {{Q|12184}} # [[Q134808]] {{Q|134808}} # [[Q808]] {{Q|808}} =====Specific Diseases/Conditions===== # [[Q12029]] {{Q|12029}} ## [[Q153]] {{Q|153}} ## [[Q1566]] {{Q|1566}} # [[Q11081]] {{Q|11081}} # [[Q12078]] {{Q|12078}} # [[Q199804]] {{Q|199804}} # [[Q12125]] {{Q|12125}} # [[Q12131]] {{Q|12131}} ## [[Q10874]] {{Q|10874}} ## [[Q12133]] {{Q|12133}} # [[Q12135]] {{Q|12135}} # [[Q41571]] {{Q|41571}} # [[Q156103]] {{Q|156103}} # [[Q86]] {{Q|86}} # [[Q12152]] {{Q|12152}} # [[Q2840]] {{Q|2840}} # [[Q12156]] {{Q|12156}} # [[Q12167]] {{Q|12167}} # [[Q12174]] {{Q|12174}} # [[Q12192]] {{Q|12192}} # [[Q12195]] {{Q|12195}} # [[Q12198]] {{Q|12198}} ## [[Q12199]] {{Q|12199}} # [[Q12214]] {{Q|12214}} # [[Q12202]] {{Q|12202}} # [[Q12204]] {{Q|12204}} # [[Q12206]] {{Q|12206}} {{div col end}} ==== Chemistry ==== {{div col|colwidth=16em}} # [[Q2329]] {{Q|2329}} # [[Q11165]] {{Q|11165}} # [[Q7094]] {{Q|7094}} # [[Q11173]] {{Q|11173}} ## [[Q11158]] {{Q|11158}} ## [[Q11193]] {{Q|11193}} ## [[Q12370]] {{Q|12370}} # [[Q11344]] {{Q|11344}} ## [[Q10693]] {{Q|10693}} ## [[Q663]] {{Q|663}} ## [[Q623]] {{Q|623}} ## [[Q753]] {{Q|753}} ## [[Q897]] {{Q|897}} ## [[Q556]] {{Q|556}} ## [[Q677]] {{Q|677}} ## [[Q627]] {{Q|627}} ## [[Q629]] {{Q|629}} ## [[Q1090]] {{Q|1090}} ## [[Q1096]] {{Q|1096}} # [[Q11351]] {{Q|11351}} ## [[Q156]] {{Q|156}} ## [[Q11358]] {{Q|11358}} ## [[Q11367]] {{Q|11367}} # [[Q11369]] {{Q|11369}} # [[Q2346]] {{Q|2346}} # [[Q11372]] {{Q|11372}} {{div col end}} ==== Earth science ==== {{div col|colwidth=16em}} # [[Q7937]] {{Q|7937}} # [[Q81041]] {{Q|81041}} # [[Q7939]] {{Q|7939}} # [[Q7942]] {{Q|7942}} # [[Q7944]] {{Q|7944}} # [[Q1069]] {{Q|1069}} ## [[Q7946]] {{Q|7946}} ### [[Q5283]] {{Q|5283}} ## [[Q7950]] {{Q|7950}} ## [[Q8063]] {{Q|8063}} # [[Q8065]] {{Q|8065}} ## [[Q8068]] {{Q|8068}} ## [[Q8070]] {{Q|8070}} # [[Q8072]] {{Q|8072}} # [[Q11663]] {{Q|11663}} ## [[Q8074]] {{Q|8074}} ## [[Q7925]] {{Q|7925}} ## [[Q7561]] {{Q|7561}} ## [[Q8081]] {{Q|8081}} ## [[Q8092]] {{Q|8092}} ## [[Q8094]] {{Q|8094}} {{div col end}} ==== Physics ==== {{div col|colwidth=16em}} # [[Q413]] {{Q|413}} # [[Q11376]] {{Q|11376}} # [[Q9121]] {{Q|9121}} # [[Q11379]] {{Q|11379}} ## [[Q11382]] {{Q|11382}} # [[Q12969754]] {{Q|12969754}} ## [[Q11388]] {{Q|11388}} ## [[Q11391]] {{Q|11391}} ## [[Q9128]] {{Q|9128}} ### [[Q1075]] {{Q|1075}} # [[Q11397]] {{Q|11397}} # [[Q11402]] {{Q|11402}} ## [[Q849919]] {{Q|849919}} ### [[Q11408]] {{Q|11408}} ## [[Q11412]] {{Q|11412}} ## [[Q11415]] {{Q|11415}} ## [[Q11418]] {{Q|11418}} # [[Q11421]] {{Q|11421}} # [[Q11423]] {{Q|11423}} # [[Q11426]] {{Q|11426}} ## [[Q11427]] {{Q|11427}} # [[Q11429]] {{Q|11429}} # [[Q11430]] {{Q|11430}} ## [[Q11432]] {{Q|11432}} ## [[Q11435]] {{Q|11435}} ## [[Q10251]] {{Q|10251}} ## [[Q11438]] {{Q|11438}} # [[Q944]] {{Q|944}} # [[Q11448]] {{Q|11448}} # [[Q11452]] {{Q|11452}} # [[Q11455]] {{Q|11455}} # [[Q11456]] {{Q|11456}} # [[Q11461]] {{Q|11461}} # [[Q11465]] {{Q|11465}} ## [[Q2111]] {{Q|2111}} # [[Q11466]] {{Q|11466}} # [[Q11471]] {{Q|11471}} # [[Q11473]] {{Q|11473}} # [[Q11475]] {{Q|11475}} {{div col end}} ==== Mathematics ==== {{div col|colwidth=16em}} # [[Q395]] {{Q|395}} # [[Q11205]] {{Q|11205}} ## [[Q11197]] {{Q|11197}} ## [[Q11563]] {{Q|11563}} ## [[Q12479]] {{Q|12479}} # [[Q3968]] {{Q|3968}} ## [[Q11567]] {{Q|11567}} ## [[Q11345]] {{Q|11345}} ## [[Q82571]] {{Q|82571}} # [[Q8087]] {{Q|8087}} ## [[Q11352]] {{Q|11352}} ## [[Q11500]] {{Q|11500}} ## [[Q11210]] {{Q|11210}} ## [[Q167]] {{Q|167}} ## [[Q11518]] {{Q|11518}} ## [[Q12485]] {{Q|12485}} ## [[Q8084]] {{Q|8084}} # [[Q7754]] {{Q|7754}} ## [[Q11214]] {{Q|11214}} ## [[Q11216]] {{Q|11216}} # Probability and statistics ## [[Q9492]] {{Q|9492}} ## [[Q12483]] {{Q|12483}} # Logic and foundations ## [[Q11348]] {{Q|11348}} ## [[Q205]] {{Q|205}} ## [[Q11538]] {{Q|11538}} ## [[Q12482]] {{Q|12482}} {{div col end}} === Food and agriculture === ====Agriculture==== # [[Q11451]] {{Q|11451}} ## [[Q11453]] {{Q|11453}} ## [[Q11464]] {{Q|11464}} ## [[Q11395]] {{Q|11395}} ====Food==== {{div col|colwidth=16em}} # [[Q2095]] {{Q|2095}} # [[Q7802]] {{Q|7802}} # [[Q12117]] {{Q|12117}} ## [[Q11577]] {{Q|11577}} ## [[Q11575]] {{Q|11575}} ## [[Q5090]] {{Q|5090}} ## [[Q332062]] {{Q|332062}} ## [[Q15645384]] {{Q|15645384}} # [[Q10943]] {{Q|10943}} # [[Q195]] {{Q|195}} # [[Q10987]] {{Q|10987}} # [[Q89]] {{Q|89}} # [[Q503]] {{Q|503}} # [[Q81513]] {{Q|81513}} # [[Q10978]] {{Q|10978}} # [[Q11009]] {{Q|11009}} # [[Q11006]] {{Q|11006}} # [[Q10990]] {{Q|10990}} # [[Q11002]] {{Q|11002}} # [[Q42527]] {{Q|42527}} # [[Q11254]] {{Q|11254}} # [[Q11004]] {{Q|11004}} ## [[Q10998]] {{Q|10998}} {{div col end}} ==== Beverages ==== {{div col|colwidth=16em}} # [[Q44]] {{Q|44}} # [[Q8486]] {{Q|8486}} # [[Q8492]] {{Q|8492}} # [[Q8495]] {{Q|8495}} # [[Q6097]] {{Q|6097}} # [[Q283]] {{Q|283}} # [[Q282]] {{Q|282}} {{div col end}} === Technology === {{div col|2}} # [[Q11016]] {{Q|11016}} # [[Q7108]] {{Q|7108}} # [[Q11460]] {{Q|11460}} ## [[Q11457]] {{Q|11457}} # [[Q11023]] {{Q|11023}} ## [[Q11019]] {{Q|11019}} ## [[Q11012]] {{Q|11012}} ## [[Q11022]] {{Q|11022}} ## [[Q446]] {{Q|446}} # [[Q11467]] {{Q|11467}} # [[Q11468]] {{Q|11468}} ==== Communication ==== # [[Q11024]] {{Q|11024}} # [[Q11028]] {{Q|11028}} ## [[Q5292]] {{Q|5292}} # [[Q11030]] {{Q|11030}} ## [[Q11032]] {{Q|11032}} # [[Q7075]] {{Q|7075}} ## [[Q571]] {{Q|571}} # [[Q11034]] {{Q|11034}} # [[Q11035]] {{Q|11035}} ==== Electronics ==== # [[Q11650]] {{Q|11650}} ## [[Q11651]] {{Q|11651}} ## [[Q11652]] {{Q|11652}} # Components ## [[Q5322]] {{Q|5322}} ## [[Q5325]] {{Q|5325}} ## [[Q5339]] {{Q|5339}} ## [[Q11656]] {{Q|11656}} ## [[Q5321]] {{Q|5321}} ## [[Q11658]] {{Q|11658}} ===== Computers and Internet ===== # [[Q68]] {{Q|68}} ## [[Q4439]] {{Q|4439}} ## [[Q5300]] {{Q|5300}} # [[Q11660]] {{Q|11660}} # [[Q11661]] {{Q|11661}} ## [[Q8366]] {{Q|8366}} # [[Q75]] {{Q|75}} ## [[Q9158]] {{Q|9158}} ## [[Q466]] {{Q|466}} # [[Q9135]] {{Q|9135}} # [[Q9143]] {{Q|9143}} # [[Q7397]] {{Q|7397}} ==== Energy and fuels ==== # [[Q12705]] {{Q|12705}} # [[Q12725]] {{Q|12725}} ## [[Q12739]] {{Q|12739}} # [[Q12748]] {{Q|12748}} # Engine ## [[Q12757]] {{Q|12757}} ## [[Q12760]] {{Q|12760}} # [[Q3196]] {{Q|3196}} ====Materials==== # [[Q11469]] {{Q|11469}} # [[Q11472]] {{Q|11472}} # [[Q11474]] {{Q|11474}} # [[Q287]] {{Q|287}} ==== Transportation ==== # [[Q7590]] {{Q|7590}} # [[Q11436]] {{Q|11436}} # [[Q11442]] {{Q|11442}} # [[Q1420]] {{Q|1420}} # [[Q2811]] {{Q|2811}} # [[Q11446]] {{Q|11446}} # [[Q870]] {{Q|870}} ==== Weapons ==== # [[Q728]] {{Q|728}} ## [[Q12791]] {{Q|12791}} ## [[Q12796]] {{Q|12796}} ### [[Q12800]] {{Q|12800}} ## [[Q12802]] {{Q|12802}} # [[Q12876]] {{Q|12876}} # [[Q12870]] {{Q|12870}} ## [[Q12861]] {{Q|12861}} {{div col end}} === Arts and recreation === {{div col|colwidth=16em}} # [[Q11042]] {{Q|11042}} # [[Q735]] {{Q|735}} ## [[Q1004]] {{Q|1004}} ## [[Q11629]] {{Q|11629}} ## [[Q11633]] {{Q|11633}} ## [[Q11634]] {{Q|11634}} ## [[Q11642]] {{Q|11642}} # [[Q11639]] {{Q|11639}} # [[Q12684]] {{Q|12684}} # [[Q11635]] {{Q|11635}} # [[Q12681]] {{Q|12681}} ==== Architecture and civil engineering ==== # [[Q12271]] {{Q|12271}} # [[Q12277]] {{Q|12277}} # [[Q12280]] {{Q|12280}} # [[Q12284]] {{Q|12284}} # [[Q12323]] {{Q|12323}} # [[Q12493]] {{Q|12493}} # [[Q3947]] {{Q|3947}} # Specific structures ## [[Q43473]] {{Q|43473}} ## [[Q10285]] {{Q|10285}} ## [[Q12501]] {{Q|12501}} ## [[Q243]] {{Q|243}} ## [[Q9188]] {{Q|9188}} ## [[Q12506]] {{Q|12506}} ## [[Q10288]] {{Q|10288}} ## [[Q13217298]] {{Q|13217298}} ## [[Q12512]] {{Q|12512}} ## [[Q9202]] {{Q|9202}} ## [[Q9141]] {{Q|9141}} ## [[Q12514]] {{Q|12514}} # [[Q12516]] {{Q|12516}} # [[Q12518]] {{Q|12518}} ==== Film, radio and television ==== # [[Q11424]] {{Q|11424}} ## [[Q11425]] {{Q|11425}} # [[Q872]] {{Q|872}} # [[Q289]] {{Q|289}} ====Music==== # [[Q638]] {{Q|638}} # [[Q7366]] {{Q|7366}} # Specific music genres ## [[Q9759]] {{Q|9759}} ## [[Q9730]] {{Q|9730}} ### [[Q1344]] {{Q|1344}} ### [[Q9734]] {{Q|9734}} ## [[Q9778]] {{Q|9778}} ## [[Q9764]] {{Q|9764}} ## [[Q11401]] {{Q|11401}} ## [[Q8341]] {{Q|8341}} ## [[Q9794]] {{Q|9794}} ## [[Q11399]] {{Q|11399}} ## [[Q11403]] {{Q|11403}} # Specific musical instruments ## [[Q11404]] {{Q|11404}} ## [[Q11405]] {{Q|11405}} ## [[Q6607]] {{Q|6607}} ## [[Q5994]] {{Q|5994}} ## [[Q8338]] {{Q|8338}} ## [[Q8355]] {{Q|8355}} ==== Recreation ==== # [[Q11410]] {{Q|11410}} ## [[Q11411]] {{Q|11411}} ## [[Q718]] {{Q|718}} ## [[Q11413]] {{Q|11413}} ## [[Q7889]] {{Q|7889}} # [[Q11416]] {{Q|11416}} # [[Q11417]] {{Q|11417}} ## [[Q11420]] {{Q|11420}} # [[Q5389]] {{Q|5389}} # [[Q349]] {{Q|349}} ## [[Q542]] {{Q|542}} ## Ball games ### [[Q5369]] {{Q|5369}} ### [[Q5372]] {{Q|5372}} ### [[Q5375]] {{Q|5375}} ### [[Q2736]] {{Q|2736}} ### [[Q5377]] {{Q|5377}} ### [[Q5378]] {{Q|5378}} ### [[Q847]] {{Q|847}} ## [[Q6388]] {{Q|6388}} # [[Q11422]] {{Q|11422}} {{div col end}} === History === # [[Q309]] {{Q|309}} ===== Prehistoric and ancient history ===== {{div col|colwidth=16em}} # [[Q11768]] {{Q|11768}} # [[Q11772]] {{Q|11772}} # [[Q11761]] {{Q|11761}} # [[Q11774]] {{Q|11774}} # [[Q7209]] {{Q|7209}} # [[Q11764]] {{Q|11764}} # [[Q28567]] {{Q|28567}} # [[Q11767]] {{Q|11767}} # [[Q11756]] {{Q|11756}} # [[Q2277]] {{Q|2277}} # [[Q35355]] {{Q|35355}} # [[Q11759]] {{Q|11759}} # [[Q9683]] {{Q|9683}} {{div col end}} ===== Medieval and Renaissance periods ===== {{div col|colwidth=16em}} # [[Q12536]] {{Q|12536}} # [[Q12542]] {{Q|12542}} # [[Q12544]] {{Q|12544}} # [[Q12546]] {{Q|12546}} # [[Q12548]] {{Q|12548}} # [[Q28573]] {{Q|28573}} # [[Q184536]] {{Q|184536}} # [[Q12554]] {{Q|12554}} # [[Q9903]] {{Q|9903}} # [[Q12557]] {{Q|12557}} # [[Q12560]] {{Q|12560}} # [[Q4692]] {{Q|4692}} # [[Q12567]] {{Q|12567}} {{div col end}} ===== Early modern and modern periods ===== {{div col|colwidth=16em}} # [[Q12539]] {{Q|12539}} # [[Q8676]] {{Q|8676}} # [[Q8669]] {{Q|8669}} # [[Q11409]] {{Q|11409}} # [[Q8680]] {{Q|8680}} # [[Q8683]] {{Q|8683}} # [[Q6534]] {{Q|6534}} # [[Q8698]] {{Q|8698}} # [[Q2763]] {{Q|2763}} # [[Q2269]] {{Q|2269}} # [[Q7318]] {{Q|7318}} # [[Q8707]] {{Q|8707}} # [[Q12562]] {{Q|12562}} # [[Q8729]] {{Q|8729}} # [[Q8733]] {{Q|8733}} # [[Q15180]] {{Q|15180}} # [[Q8740]] {{Q|8740}} # [[Q361]] {{Q|361}} # [[Q362]] {{Q|362}} {{div col end}} === Geography === {{div col|colwidth=16em}} # [[Q1071]] {{Q|1071}} # [[Q515]] {{Q|515}} # [[Q5107]] {{Q|5107}} # [[Q4421]] {{Q|4421}} # [[Q8502]] {{Q|8502}} # [[Q8514]] {{Q|8514}} # [[Q934]] {{Q|934}} # [[Q9430]] {{Q|9430}} # [[Q4022]] {{Q|4022}} # [[Q165]] {{Q|165}} # [[Q933]] {{Q|933}} ==== Continents and major regions ==== # [[Q15]] {{Q|15}} # [[Q51]] {{Q|51}} # [[Q48]] {{Q|48}} # [[Q46]] {{Q|46}} # [[Q7204]] {{Q|7204}} # [[Q49]] {{Q|49}} # [[Q55643]] {{Q|55643}} # [[Q18]] {{Q|18}} {{div col end}} ==== Countries ==== {{div col|colwidth=16em}} Eventually, there should be articles on most or all of the countries listed at [[:w:en:List of sovereign states|List of countries]]. However, for the smaller Wikipedias, some of the more high-priority countries to have articles on are: ===== Africa ===== # [[Q262]] {{Q|262}} # [[Q974]] {{Q|974}} # [[Q79]] {{Q|79}} # [[Q115]] {{Q|115}} # [[Q1033]] {{Q|1033}} # [[Q258]] {{Q|258}} # [[Q1049]] {{Q|1049}} # [[Q924]] {{Q|924}} ===== Asia ===== # [[Q889]] {{Q|889}} # [[Q902]] {{Q|902}} # [[Q148]] {{Q|148}} # [[Q668]] {{Q|668}} # [[Q252]] {{Q|252}} # [[Q794]] {{Q|794}} # [[Q796]] {{Q|796}} # [[Q801]] {{Q|801}} # [[Q17]] {{Q|17}} # [[Q843]] {{Q|843}} # [[Q928]] {{Q|928}} # [[Q851]] {{Q|851}} # [[Q884]] {{Q|884}} # [[Q869]] {{Q|869}} # [[Q43]] {{Q|43}} # [[Q881]] {{Q|881}} ===== Europe ===== # [[Q40]] {{Q|40}} # [[Q142]] {{Q|142}} # [[Q183]] {{Q|183}} # [[Q38]] {{Q|38}} # [[Q55]] {{Q|55}} # [[Q36]] {{Q|36}} # [[Q45]] {{Q|45}} # [[Q159]] {{Q|159}} # [[Q29]] {{Q|29}} # [[Q39]] {{Q|39}} # [[Q212]] {{Q|212}} # [[Q145]] {{Q|145}} # [[Q237]] {{Q|237}} ===== North America ===== # [[Q16]] {{Q|16}} # [[Q241]] {{Q|241}} # [[Q96]] {{Q|96}} # [[Q30]] {{Q|30}} ===== South America ===== # [[Q414]] {{Q|414}} # [[Q155]] {{Q|155}} # [[Q739]] {{Q|739}} ===== Oceania ===== # [[Q408]] {{Q|408}} {{div col end}} ==== Cities ==== {{div col|colwidth=16em}} ===== Africa ===== # [[Q85]] {{Q|85}} # [[Q5465]] {{Q|5465}} # [[Q3838]] {{Q|3838}} # [[Q8673]] {{Q|8673}} # [[Q3870]] {{Q|3870}} ===== Asia ===== # [[Q1530]] {{Q|1530}} # [[Q1861]] {{Q|1861}} # [[Q956]] {{Q|956}} # [[Q3766]] {{Q|3766}} # [[Q1353]] {{Q|1353}} # [[Q1354]] {{Q|1354}} # [[Q612]] {{Q|612}} # [[Q8646]] {{Q|8646}} # [[Q3630]] {{Q|3630}} # [[Q1218]] {{Q|1218}} # [[Q8660]] {{Q|8660}} # [[Q1348]] {{Q|1348}} # [[Q5806]] {{Q|5806}} # [[Q1156]] {{Q|1156}} # [[Q8684]] {{Q|8684}} # [[Q8686]] {{Q|8686}} # [[Q334]] {{Q|334}} # [[Q3616]] {{Q|3616}} # [[Q1490]] {{Q|1490}} ===== Europe ===== # [[Q727]] {{Q|727}} # [[Q1524]] {{Q|1524}} # [[Q64]] {{Q|64}} # [[Q239]] {{Q|239}} # [[Q406]] {{Q|406}} # [[Q84]] {{Q|84}} # [[Q2807]] {{Q|2807}} # [[Q649]] {{Q|649}} # [[Q90]] {{Q|90}} # [[Q220]] {{Q|220}} # [[Q656]] {{Q|656}} # [[Q1741]] {{Q|1741}} ===== North America ===== # [[Q65]] {{Q|65}} # [[Q1489]] {{Q|1489}} # [[Q60]] {{Q|60}} # [[Q61]] {{Q|61}} ===== South America ===== # [[Q2841]] {{Q|2841}} # [[Q1486]] {{Q|1486}} # [[Q8678]] {{Q|8678}} # [[Q174]] {{Q|174}} ===== Oceania ===== # [[Q3130]] {{Q|3130}} {{div col end}} ==== Bodies of water ==== {{div col|colwidth=16em}} # [[Q3783]] {{Q|3783}} # [[Q788]] {{Q|788}} # [[Q97]] {{Q|97}} # [[Q545]] {{Q|545}} # [[Q166]] {{Q|166}} # [[Q1247]] {{Q|1247}} # [[Q5484]] {{Q|5484}} # [[Q3503]] {{Q|3503}} # [[Q1653]] {{Q|1653}} # [[Q5089]] {{Q|5089}} # [[Q7343]] {{Q|7343}} # [[Q7347]] {{Q|7347}} # [[Q1239]] {{Q|1239}} # [[Q7348]] {{Q|7348}} # [[Q5513]] {{Q|5513}} # [[Q5505]] {{Q|5505}} # [[Q4918]] {{Q|4918}} # [[Q1497]] {{Q|1497}} # [[Q3542]] {{Q|3542}} # [[Q3392]] {{Q|3392}} # [[Q1693]] {{Q|1693}} # [[Q98]] {{Q|98}} # [[Q7350]] {{Q|7350}} # [[Q584]] {{Q|584}} # [[Q37660]] {{Q|37660}} # [[Q899]] {{Q|899}} # [[Q7354]] {{Q|7354}} # [[Q626]] {{Q|626}} # [[Q5413]] {{Q|5413}} # [[Q7355]] {{Q|7355}} {{div col end}} ==== Mountains and deserts ==== # [[Q1286]] {{Q|1286}} # [[Q5456]] {{Q|5456}} # [[Q5451]] {{Q|5451}} ## [[Q513]] {{Q|513}} # [[Q7296]] {{Q|7296}} # [[Q5463]] {{Q|5463}} # [[Q6583]] {{Q|6583}} [[Category:WikiProjects|Core Articles]] e0fu3d72itlf5hdyznuw4znenpird62 9688 9682 2026-06-05T20:33:51Z Feeglgeef 36 9688 wikitext text/x-wiki {{shortcut|[[abstract:CORE]]}} This WikiProject is dedicated to establishing good-quality articles for all topics on [[m:List of articles every Wikipedia should have]]. == Members == <!--To add yourself, add "# ~~~"--> # [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) # [[User:ChaoticV|<span style="color: orangered">Chaotic</span><span style="color: crimson">V</span>]] ([[User talk:ChaoticV|converse]], [[Special:Contributions/ChaoticV|contribs]]) # [[User:JJPMaster|JJPMaster]] ([[User talk:JJPMaster|talk]]) # [[User:Barbieapologist|Barbieapologist]] ([[User talk:Barbieapologist|talk]]) == Articles == === Biography === # [[Q19389637]] {{Q|19389637}} ==== Philosophers and social scientists==== {{div col|colwidth=16em}} # [[Q868]] {{Q|868}} # [[Q7197]] {{Q|7197}} # [[Q9045]] {{Q|9045}} # [[Q4604]] {{Q|4604}} # [[Q9191]] {{Q|9191}} # [[Q9215]] {{Q|9215}} # [[Q9235]] {{Q|9235}} # [[Q48301]] {{Q|48301}} # [[Q9294]] {{Q|9294}} # [[Q9312]] {{Q|9312}} # [[Q9317]] {{Q|9317}} # [[Q9333]] {{Q|9333}} # [[Q9353]] {{Q|9353}} # [[Q1399]] {{Q|1399}} # [[Q9061]] {{Q|9061}} # [[Q9358]] {{Q|9358}} # [[Q859]] {{Q|859}} # [[Q6527]] {{Q|6527}} # [[Q9364]] {{Q|9364}} # [[Q9372]] {{Q|9372}} # [[Q9381]] {{Q|9381}} # [[Q913]] {{Q|913}} # [[Q9068]] {{Q|9068}} # [[Q9387]] {{Q|9387}} # [[Q9391]] {{Q|9391}} # [[Q9397]] {{Q|9397}} {{div col end}} ==== Religious figures and theologians ==== {{div col|colwidth=16em}} # [[Q9181]] {{Q|9181}} # [[Q9438]] {{Q|9438}} # [[Q8018]] {{Q|8018}} # [[Q9441]] {{Q|9441}} # [[Q9546]] {{Q|9546}} # [[Q302]] {{Q|302}} # [[Q9554]] {{Q|9554}} # [[Q9077]] {{Q|9077}} # [[Q9458]] {{Q|9458}} # [[Q171195]] {{Q|171195}} {{div col end}} ==== Political leaders ==== {{div col|colwidth=16em}} # [[Q8597]] {{Q|8597}} # [[Q8409]] {{Q|8409}} # [[Q8589]] {{Q|8589}} # [[Q5152]] {{Q|5152}} # [[Q1405]] {{Q|1405}} # [[Q8442]] {{Q|8442}} # [[Q8605]] {{Q|8605}} # [[Q1048]] {{Q|1048}} # [[Q3044]] {{Q|3044}} # [[Q8016]] {{Q|8016}} # [[Q8413]] {{Q|8413}} # [[Q8423]] {{Q|8423}} # [[Q2042]] {{Q|2042}} # [[Q7207]] {{Q|7207}} # [[Q1001]] {{Q|1001}} # [[Q720]] {{Q|720}} # [[Q5809]] {{Q|5809}} # [[Q352]] {{Q|352}} # [[Q7226]] {{Q|7226}} # [[Q8027]] {{Q|8027}} # [[Q1394]] {{Q|1394}} # [[Q91]] {{Q|91}} # [[Q7742]] {{Q|7742}} # [[Q7231]] {{Q|7231}} # [[Q517]] {{Q|517}} # [[Q8023]] {{Q|8023}} # [[Q5816]] {{Q|5816}} # [[Q1047]] {{Q|1047}} # [[Q8620]] {{Q|8620}} # [[Q8479]] {{Q|8479}} # [[Q7192]] {{Q|7192}} # [[Q8007]] {{Q|8007}} # [[Q8581]] {{Q|8581}} # [[Q855]] {{Q|855}} # [[Q8474]] {{Q|8474}} # [[Q8573]] {{Q|8573}} # [[Q8462]] {{Q|8462}} # [[Q8467]] {{Q|8467}} # [[Q23]] {{Q|23}} {{div col end}} ==== Inventors, scientists and mathematicians ==== {{div col|colwidth=16em}} # [[Q8739]] {{Q|8739}} # [[Q8011]] {{Q|8011}} # [[Q80]] {{Q|80}} # [[Q202943]] {{Q|202943}} # [[Q619]] {{Q|619}} # [[Q7186]] {{Q|7186}} # [[Q1035]] {{Q|1035}} # [[Q8743]] {{Q|8743}} # [[Q937]] {{Q|937}} # [[Q8747]] {{Q|8747}} # [[Q7604]] {{Q|7604}} # [[Q8750]] {{Q|8750}} # [[Q8753]] {{Q|8753}} # [[Q8768]] {{Q|8768}} # [[Q8778]] {{Q|8778}} # [[Q307]] {{Q|307}} # [[Q6722]] {{Q|6722}} # [[Q8958]] {{Q|8958}} # [[Q41585]] {{Q|41585}} # [[Q8962]] {{Q|8962}} # [[Q8963]] {{Q|8963}} # [[Q9038]] {{Q|9038}} # [[Q9047]] {{Q|9047}} # [[Q1043]] {{Q|1043}} # [[Q9095]] {{Q|9095}} # [[Q9106]] {{Q|9106}} # [[Q935]] {{Q|935}} # [[Q529]] {{Q|529}} # [[Q9021]] {{Q|9021}} # [[Q9123]] {{Q|9123}} # [[Q9130]] {{Q|9130}} # [[Q9036]] {{Q|9036}} # [[Q7251]] {{Q|7251}} # [[Q9041]] {{Q|9041}} {{div col end}} ==== Artists and architects ==== {{div col|colwidth=16em}} # [[Q4724]] {{Q|4724}} # [[Q5577]] {{Q|5577}} # [[Q5580]] {{Q|5580}} # [[Q5582]] {{Q|5582}} # [[Q5432]] {{Q|5432}} # [[Q5586]] {{Q|5586}} # [[Q5588]] {{Q|5588}} # [[Q762]] {{Q|762}} # [[Q5589]] {{Q|5589}} # [[Q5592]] {{Q|5592}} # [[Q5593]] {{Q|5593}} # [[Q5597]] {{Q|5597}} # [[Q5598]] {{Q|5598}} # [[Q5599]] {{Q|5599}} # [[Q5600]] {{Q|5600}} # [[Q297]] {{Q|297}} # [[Q5603]] {{Q|5603}} # [[Q5604]] {{Q|5604}} {{div col end}} ==== Composers and musicians ==== {{div col|colwidth=16em}} # [[Q1779]] {{Q|1779}} # [[Q1339]] {{Q|1339}} # [[Q1299]] {{Q|1299}} # [[Q255]] {{Q|255}} # [[Q7294]] {{Q|7294}} # [[Q1268]] {{Q|1268}} # [[Q7298]] {{Q|7298}} # [[Q7302]] {{Q|7302}} # [[Q7349]] {{Q|7349}} # [[Q2831]] {{Q|2831}} # [[Q1110560]] {{Q|1110560}} # [[Q7304]] {{Q|7304}} # [[Q254]] {{Q|254}} # [[Q179277]] {{Q|179277}} # [[Q7311]] {{Q|7311}} # [[Q7312]] {{Q|7312}} # [[Q7314]] {{Q|7314}} # [[Q7315]] {{Q|7315}} # [[Q7317]] {{Q|7317}} # [[Q1340]] {{Q|1340}} # [[Q1511]] {{Q|1511}} {{div col end}} ==== Film directors, screenwriters and actors==== {{div col|colwidth=16em}} # [[Q7546]] {{Q|7546}} # [[Q4605]] {{Q|4605}} # [[Q882]] {{Q|882}} # [[Q4612]] {{Q|4612}} # [[Q8704]] {{Q|8704}} # [[Q8003]] {{Q|8003}} # [[Q7371]] {{Q|7371}} # [[Q7374]] {{Q|7374}} # [[Q2001]] {{Q|2001}} # [[Q8006]] {{Q|8006}} # [[Q4616]] {{Q|4616}} # [[Q8873]] {{Q|8873}} {{div col end}} ==== Authors, playwrights and poets ==== {{div col|colwidth=16em}} # [[Q5670]] {{Q|5670}} # [[Q5673]] {{Q|5673}} # [[Q36322]] {{Q|36322}} # [[Q5676]] {{Q|5676}} # [[Q909]] {{Q|909}} # [[Q5679]] {{Q|5679}} # [[Q5682]] {{Q|5682}} # [[Q5683]] {{Q|5683}} # [[Q5685]] {{Q|5685}} # [[Q1067]] {{Q|1067}} # [[Q5686]] {{Q|5686}} # [[Q991]] {{Q|991}} # [[Q5878]] {{Q|5878}} # [[Q5879]] {{Q|5879}} # [[Q6240]] {{Q|6240}} # [[Q6691]] {{Q|6691}} # [[Q535]] {{Q|535}} # [[Q6882]] {{Q|6882}} # [[Q905]] {{Q|905}} # [[Q7011]] {{Q|7011}} # [[Q7071]] {{Q|7071}} # [[Q7176]] {{Q|7176}} # [[Q687]] {{Q|687}} # [[Q7198]] {{Q|7198}} # [[Q7199]] {{Q|7199}} # [[Q7200]] {{Q|7200}} # [[Q692]] {{Q|692}} # [[Q7235]] {{Q|7235}} # [[Q7241]] {{Q|7241}} # [[Q7243]] {{Q|7243}} # [[Q7245]] {{Q|7245}} # [[Q1398]] {{Q|1398}} {{div col end}} ==== Explorers and travellers ==== {{div col|colwidth=16em}} # [[Q926]] {{Q|926}} # [[Q1615]] {{Q|1615}} # [[Q7321]] {{Q|7321}} # [[Q7322]] {{Q|7322}} # [[Q7324]] {{Q|7324}} # [[Q7326]] {{Q|7326}} # [[Q7327]] {{Q|7327}} # [[Q7328]] {{Q|7328}} # [[Q7331]] {{Q|7331}} # [[Q1496]] {{Q|1496}} # [[Q6101]] {{Q|6101}} # [[Q7333]] {{Q|7333}} {{div col end}} === Philosophy === {{div col|colwidth=16em}} # [[Q7066]] {{Q|7066}} # [[Q7242]] {{Q|7242}} # [[Q9581]] {{Q|9581}} # [[Q9453]] {{Q|9453}} # [[Q9465]] {{Q|9465}} # [[Q9471]] {{Q|9471}} # [[Q9476]] {{Q|9476}} # [[Q9081]] {{Q|9081}} # [[Q8078]] {{Q|8078}} # [[Q7081]] {{Q|7081}} # [[Q5891]] {{Q|5891}} # [[Q9510]] {{Q|9510}} # [[Q7949]] {{Q|7949}} {{div col end}} === Religion=== {{div col|colwidth=16em}} # [[Q9149]] {{Q|9149}} # [[Q190]] {{Q|190}} ## [[Q9159]] {{Q|9159}} ## [[Q9163]] {{Q|9163}} # [[Q9134]] {{Q|9134}} # [[Q128593]] {{Q|128593}} # [[Q9174]] {{Q|9174}} # [[Q9165]] {{Q|9165}} # Specific religions ## [[Q748]] {{Q|748}} ## [[Q5043]] {{Q|5043}} ### [[Q9592]] {{Q|9592}} ### [[Q23540]] {{Q|23540}} ## [[Q9089]] {{Q|9089}} ## [[Q432]] {{Q|432}} ### [[Q9585]] {{Q|9585}} ### [[Q483654]] {{Q|483654}} ## [[Q9232]] {{Q|9232}} ## [[Q9268]] {{Q|9268}} ## [[Q812767]] {{Q|812767}} ## [[Q9316]] {{Q|9316}} ## [[Q9598]] {{Q|9598}} ## [[Q9601]] {{Q|9601}} {{div col end}} === Social sciences === {{div col|colwidth=16em}} # [[Q8425]] {{Q|8425}} # [[Q8432]] {{Q|8432}} # [[Q8434]] {{Q|8434}} ==== Psychology ==== # [[Q9332]] {{Q|9332}} # [[Q9415]] {{Q|9415}} # [[Q316]] {{Q|316}} # [[Q450]] {{Q|450}} # [[Q9418]] {{Q|9418}} # [[Q9420]] {{Q|9420}} ==== Family and relationships ==== # [[Q8436]] {{Q|8436}} # [[Q7569]] {{Q|7569}} # [[Q8441]] {{Q|8441}} # [[Q8445]] {{Q|8445}} # [[Q467]] {{Q|467}} ==== Politics ==== # [[Q7163]] {{Q|7163}} # [[Q7167]] {{Q|7167}} # [[Q1889]] {{Q|1889}} # [[Q7188]] {{Q|7188}} ## [[Q7174]] {{Q|7174}} ## [[Q317]] {{Q|317}} ## [[Q7269]] {{Q|7269}} ## [[Q7270]] {{Q|7270}} # [[Q7257]] {{Q|7257}} ## [[Q6199]] {{Q|6199}} ## [[Q6206]] {{Q|6206}} ## [[Q6186]] {{Q|6186}} ## [[Q7169]] {{Q|7169}} ## [[Q6223]] {{Q|6223}} ## [[Q6216]] {{Q|6216}} ## [[Q7264]] {{Q|7264}} ## [[Q6235]] {{Q|6235}} ## [[Q7272]] {{Q|7272}} # [[Q7260]] {{Q|7260}} # [[Q7275]] {{Q|7275}} # [[Q7278]] {{Q|7278}} # [[Q7281]] {{Q|7281}} ==== Business and economics ==== # [[Q8134]] {{Q|8134}} # [[Q8137]] {{Q|8137}} # [[Q8142]] {{Q|8142}} ## [[Q4916]] {{Q|4916}} ## [[Q4917]] {{Q|4917}} # [[Q8148]] {{Q|8148}} # [[Q1368]] {{Q|1368}} # [[Q8161]] {{Q|8161}} # [[Q601401]] {{Q|601401}} ==== Law ==== # [[Q7748]] {{Q|7748}} # [[Q7755]] {{Q|7755}} ==== International organizations ==== # [[Q7159]] {{Q|7159}} # [[Q7172]] {{Q|7172}} # [[Q7768]] {{Q|7768}} # [[Q7785]] {{Q|7785}} # [[Q458]] {{Q|458}} # [[Q7178]] {{Q|7178}} # [[Q7184]] {{Q|7184}} # [[Q7191]] {{Q|7191}} # [[Q7795]] {{Q|7795}} # [[Q1065]] {{Q|1065}} ## [[Q7801]] {{Q|7801}} ## [[Q7804]] {{Q|7804}} ## [[Q7809]] {{Q|7809}} ## [[Q7817]] {{Q|7817}} # [[Q7164]] {{Q|7164}} # [[Q7825]] {{Q|7825}} ==== War and military ==== # [[Q8473]] {{Q|8473}} # [[Q454]] {{Q|454}} # [[Q7283]] {{Q|7283}} # [[Q198]] {{Q|198}} ## [[Q8465]] {{Q|8465}} ==== Social issues ==== # [[Q8452]] {{Q|8452}} # [[Q8454]] {{Q|8454}} # [[Q169207]] {{Q|169207}} ## [[Q8461]] {{Q|8461}} # [[Q7252]] {{Q|7252}} # [[Q7181]] {{Q|7181}} # [[Q8458]] {{Q|8458}} # [[Q10294]] {{Q|10294}} # [[Q8463]] {{Q|8463}} {{div col end}} === Language and literature === {{div col|colwidth=16em}} # [[Q315]] {{Q|315}} # Specific languages ## [[Q13955]] {{Q|13955}} ## [[Q9610]] {{Q|9610}} ## [[Q7850]] {{Q|7850}} ## [[Q1860]] {{Q|1860}} ## [[Q150]] {{Q|150}} ## [[Q188]] {{Q|188}} ## [[Q9129]] {{Q|9129}} ## [[Q9288]] {{Q|9288}} ## [[Q11051]] {{Q|11051}} ## [[Q9176]] {{Q|9176}} ## [[Q5287]] {{Q|5287}} ## [[Q397]] {{Q|397}} ## [[Q9168]] {{Q|9168}} ## [[Q5146]] {{Q|5146}} ## [[Q7737]] {{Q|7737}} ## [[Q11059]] {{Q|11059}} ## [[Q1321]] {{Q|1321}} ## [[Q7838]] {{Q|7838}} ## [[Q256]] {{Q|256}} # [[Q8162]] {{Q|8162}} # [[Q8091]] {{Q|8091}} # [[Q8171]] {{Q|8171}} ## [[Q8183]] {{Q|8183}} ## [[Q8188]] {{Q|8188}} # [[Q8192]] {{Q|8192}} ## [[Q1828555]] {{Q|1828555}} ## [[Q8201]] {{Q|8201}} ## [[Q8209]] {{Q|8209}} ## [[Q8216]] {{Q|8216}} ## [[Q8229]] {{Q|8229}} # [[Q8236]] {{Q|8236}} # [[Q7553]] {{Q|7553}} # [[Q8242]] {{Q|8242}} ## [[Q676]] {{Q|676}} ### ''[[Q8251]]'' {{Q|8251}} ## [[Q8253]] {{Q|8253}} ### ''[[Q8258]]'' {{Q|8258}} ## [[Q8261]] {{Q|8261}} ### ''[[Q8269]]'' {{Q|8269}} ## [[Q482]] {{Q|482}} ### ''[[Q8272]]'' {{Q|8272}} ### ''[[Q8275]]'' {{Q|8275}} ### ''[[Q8279]]'' {{Q|8279}} ## Religious Texts ### ''[[Q1845]]'' {{Q|1845}} ### ''[[Q8276]]'' {{Q|8276}} {{div col end}} === Measurements === {{div col|2}} # [[Q12453]] {{Q|12453}} # [[Q12457]] {{Q|12457}} ==== Weight, volume and distance==== # [[Q11570]] {{Q|11570}} # [[Q11582]] {{Q|11582}} # [[Q11573]] {{Q|11573}} ==== Time ==== # [[Q12132]] {{Q|12132}} ## [[Q12138]] {{Q|12138}} # [[Q376]] {{Q|376}} # [[Q11574]] {{Q|11574}} # [[Q573]] {{Q|573}} # [[Q577]] {{Q|577}} # [[Q12143]] {{Q|12143}} {{div col end}} === Science === # [[Q336]] {{Q|336}} # [[Q7860]] {{Q|7860}} ==== Astronomy ==== {{div col|2}} # [[Q333]] {{Q|333}} # [[Q3863]] {{Q|3863}} # [[Q323]] {{Q|323}} # [[Q589]] {{Q|589}} # [[Q3559]] {{Q|3559}} # [[Q318]] {{Q|318}} ## [[Q321]] {{Q|321}} # [[Q405]] {{Q|405}} # [[Q634]] {{Q|634}} ## [[Q308]] {{Q|308}} ## [[Q313]] {{Q|313}} ## [[Q2]] {{Q|2}} ## [[Q111]] {{Q|111}} ## [[Q319]] {{Q|319}} ## [[Q193]] {{Q|193}} ## [[Q324]] {{Q|324}} ## [[Q332]] {{Q|332}} # [[Q544]] {{Q|544}} # [[Q5916]] {{Q|5916}} # [[Q523]] {{Q|523}} ## [[Q525]] {{Q|525}} # [[Q1]] {{Q|1}} {{div col end}} ==== Biology ==== {{div col|2}} # [[Q420]] {{Q|420}} # Biological materials ## [[Q7430]] {{Q|7430}} ## [[Q8047]] {{Q|8047}} ## [[Q11364]] {{Q|11364}} ## [[Q8054]] {{Q|8054}} # [[Q441]] {{Q|441}} # [[Q4]] {{Q|4}} ## [[Q10737]] {{Q|10737}} # [[Q7150]] {{Q|7150}} ## [[Q11394]] {{Q|11394}} # [[Q3]] {{Q|3}} # [[Q11398]] {{Q|11398}} ## [[Q7432]] {{Q|7432}} {{div col end}} ===== Biological processes ===== {{div col|2}} # [[Q1057]] {{Q|1057}} ## [[Q11978]] {{Q|11978}} ## [[Q11982]] {{Q|11982}} ## [[Q472287]] {{Q|472287}} # [[Q1063]] {{Q|1063}} # [[Q11990]] {{Q|11990}} ## [[Q11995]] {{Q|11995}} ## [[Q290]] {{Q|290}} {{div col end}} ===== Organisms ===== {{div col|2}} # [[Q7239]] {{Q|7239}} # [[Q729]] {{Q|729}} ## [[Q5185]] {{Q|5185}} ## [[Q25326]] {{Q|25326}} ## [[Q1360]] {{Q|1360}} ### [[Q1390]] {{Q|1390}} #### [[Q7386]] {{Q|7386}} #### [[Q7391]] {{Q|7391}} #### [[Q7367]] {{Q|7367}} ### [[Q1357]] {{Q|1357}} ## Chordate ### [[Q10908]] {{Q|10908}} ### [[Q5113]] {{Q|5113}} #### [[Q780]] {{Q|780}} #### [[Q10856]] {{Q|10856}} ### [[Q152]] {{Q|152}} #### [[Q7372]] {{Q|7372}} ### [[Q7377]] {{Q|7377}} #### [[Q7375]] {{Q|7375}} #### [[Q146]] {{Q|146}} #### [[Q830]] {{Q|830}} #### [[Q160]] {{Q|160}} #### [[Q144]] {{Q|144}} #### [[Q726]] {{Q|726}} #### [[Q7368]] {{Q|7368}} #### [[Q10850]] {{Q|10850}} #### [[Q787]] {{Q|787}} #### [[Q7380]] {{Q|7380}} ##### [[Q5]] {{Q|5}} ### [[Q10811]] {{Q|10811}} #### [[Q430]] {{Q|430}} #### [[Q2102]] {{Q|2102}} # [[Q37868]] {{Q|37868}} # [[Q10872]] {{Q|10872}} # [[Q10876]] {{Q|10876}} # [[Q764]] {{Q|764}} # [[Q756]] {{Q|756}} ## [[Q506]] {{Q|506}} ## [[Q1364]] {{Q|1364}} ## [[Q10884]] {{Q|10884}} # [[Q10892]] {{Q|10892}} {{div col end}} ===== Anatomy ===== {{div col|2}} # [[Q514]] {{Q|514}} # [[Q7868]] {{Q|7868}} # [[Q11068]] {{Q|11068}} ## [[Q7873]] {{Q|7873}} ## [[Q1072]] {{Q|1072}} # [[Q11078]] {{Q|11078}} # [[Q9649]] {{Q|9649}} ## [[Q11083]] {{Q|11083}} ## [[Q11090]] {{Q|11090}} ## [[Q9368]] {{Q|9368}} # [[Q7365]] {{Q|7365}} # [[Q9404]] {{Q|9404}} ## [[Q1073]] {{Q|1073}} ## [[Q9620]] {{Q|9620}} ## [[Q11101]] {{Q|11101}} ### [[Q7362]] {{Q|7362}} ### [[Q7363]] {{Q|7363}} ### [[Q7364]] {{Q|7364}} ### [[Q124794]] {{Q|124794}} # [[Q7895]] {{Q|7895}} # [[Q7891]] {{Q|7891}} # [[Q7881]] {{Q|7881}} # [[Q1074]] {{Q|1074}} {{div col end}} ==== Health and medicine ==== {{div col|2}} # [[Q11190]] {{Q|11190}} # [[Q12128]] {{Q|12128}} # [[Q12136]] {{Q|12136}} # [[Q12140]] {{Q|12140}} ## [[Q12187]] {{Q|12187}} # [[Q12147]] {{Q|12147}} # [[Q1059]] {{Q|1059}} # [[Q12171]] {{Q|12171}} # [[Q12184]] {{Q|12184}} # [[Q134808]] {{Q|134808}} # [[Q808]] {{Q|808}} =====Specific Diseases/Conditions===== # [[Q12029]] {{Q|12029}} ## [[Q153]] {{Q|153}} ## [[Q1566]] {{Q|1566}} # [[Q11081]] {{Q|11081}} # [[Q12078]] {{Q|12078}} # [[Q199804]] {{Q|199804}} # [[Q12125]] {{Q|12125}} # [[Q12131]] {{Q|12131}} ## [[Q10874]] {{Q|10874}} ## [[Q12133]] {{Q|12133}} # [[Q12135]] {{Q|12135}} # [[Q41571]] {{Q|41571}} # [[Q156103]] {{Q|156103}} # [[Q86]] {{Q|86}} # [[Q12152]] {{Q|12152}} # [[Q2840]] {{Q|2840}} # [[Q12156]] {{Q|12156}} # [[Q12167]] {{Q|12167}} # [[Q12174]] {{Q|12174}} # [[Q12192]] {{Q|12192}} # [[Q12195]] {{Q|12195}} # [[Q12198]] {{Q|12198}} ## [[Q12199]] {{Q|12199}} # [[Q12214]] {{Q|12214}} # [[Q12202]] {{Q|12202}} # [[Q12204]] {{Q|12204}} # [[Q12206]] {{Q|12206}} {{div col end}} ==== Chemistry ==== {{div col|colwidth=16em}} # [[Q2329]] {{Q|2329}} # [[Q11165]] {{Q|11165}} # [[Q7094]] {{Q|7094}} # [[Q11173]] {{Q|11173}} ## [[Q11158]] {{Q|11158}} ## [[Q11193]] {{Q|11193}} ## [[Q12370]] {{Q|12370}} # [[Q11344]] {{Q|11344}} ## [[Q10693]] {{Q|10693}} ## [[Q663]] {{Q|663}} ## [[Q623]] {{Q|623}} ## [[Q753]] {{Q|753}} ## [[Q897]] {{Q|897}} ## [[Q556]] {{Q|556}} ## [[Q677]] {{Q|677}} ## [[Q627]] {{Q|627}} ## [[Q629]] {{Q|629}} ## [[Q1090]] {{Q|1090}} ## [[Q1096]] {{Q|1096}} # [[Q11351]] {{Q|11351}} ## [[Q156]] {{Q|156}} ## [[Q11358]] {{Q|11358}} ## [[Q11367]] {{Q|11367}} # [[Q11369]] {{Q|11369}} # [[Q2346]] {{Q|2346}} # [[Q11372]] {{Q|11372}} {{div col end}} ==== Earth science ==== {{div col|colwidth=16em}} # [[Q7937]] {{Q|7937}} # [[Q81041]] {{Q|81041}} # [[Q7939]] {{Q|7939}} # [[Q7942]] {{Q|7942}} # [[Q7944]] {{Q|7944}} # [[Q1069]] {{Q|1069}} ## [[Q7946]] {{Q|7946}} ### [[Q5283]] {{Q|5283}} ## [[Q7950]] {{Q|7950}} ## [[Q8063]] {{Q|8063}} # [[Q8065]] {{Q|8065}} ## [[Q8068]] {{Q|8068}} ## [[Q8070]] {{Q|8070}} # [[Q8072]] {{Q|8072}} # [[Q11663]] {{Q|11663}} ## [[Q8074]] {{Q|8074}} ## [[Q7925]] {{Q|7925}} ## [[Q7561]] {{Q|7561}} ## [[Q8081]] {{Q|8081}} ## [[Q8092]] {{Q|8092}} ## [[Q8094]] {{Q|8094}} {{div col end}} ==== Physics ==== {{div col|colwidth=16em}} # [[Q413]] {{Q|413}} # [[Q11376]] {{Q|11376}} # [[Q9121]] {{Q|9121}} # [[Q11379]] {{Q|11379}} ## [[Q11382]] {{Q|11382}} # [[Q12969754]] {{Q|12969754}} ## [[Q11388]] {{Q|11388}} ## [[Q11391]] {{Q|11391}} ## [[Q9128]] {{Q|9128}} ### [[Q1075]] {{Q|1075}} # [[Q11397]] {{Q|11397}} # [[Q11402]] {{Q|11402}} ## [[Q849919]] {{Q|849919}} ### [[Q11408]] {{Q|11408}} ## [[Q11412]] {{Q|11412}} ## [[Q11415]] {{Q|11415}} ## [[Q11418]] {{Q|11418}} # [[Q11421]] {{Q|11421}} # [[Q11423]] {{Q|11423}} # [[Q11426]] {{Q|11426}} ## [[Q11427]] {{Q|11427}} # [[Q11429]] {{Q|11429}} # [[Q11430]] {{Q|11430}} ## [[Q11432]] {{Q|11432}} ## [[Q11435]] {{Q|11435}} ## [[Q10251]] {{Q|10251}} ## [[Q11438]] {{Q|11438}} # [[Q944]] {{Q|944}} # [[Q11448]] {{Q|11448}} # [[Q11452]] {{Q|11452}} # [[Q11455]] {{Q|11455}} # [[Q11456]] {{Q|11456}} # [[Q11461]] {{Q|11461}} # [[Q11465]] {{Q|11465}} ## [[Q2111]] {{Q|2111}} # [[Q11466]] {{Q|11466}} # [[Q11471]] {{Q|11471}} # [[Q11473]] {{Q|11473}} # [[Q11475]] {{Q|11475}} {{div col end}} ==== Mathematics ==== {{div col|colwidth=16em}} # [[Q395]] {{Q|395}} # [[Q11205]] {{Q|11205}} ## [[Q11197]] {{Q|11197}} ## [[Q11563]] {{Q|11563}} ## [[Q12479]] {{Q|12479}} # [[Q3968]] {{Q|3968}} ## [[Q11567]] {{Q|11567}} ## [[Q11345]] {{Q|11345}} ## [[Q82571]] {{Q|82571}} # [[Q8087]] {{Q|8087}} ## [[Q11352]] {{Q|11352}} ## [[Q11500]] {{Q|11500}} ## [[Q11210]] {{Q|11210}} ## [[Q167]] {{Q|167}} ## [[Q11518]] {{Q|11518}} ## [[Q12485]] {{Q|12485}} ## [[Q8084]] {{Q|8084}} # [[Q7754]] {{Q|7754}} ## [[Q11214]] {{Q|11214}} ## [[Q11216]] {{Q|11216}} # Probability and statistics ## [[Q9492]] {{Q|9492}} ## [[Q12483]] {{Q|12483}} # Logic and foundations ## [[Q11348]] {{Q|11348}} ## [[Q205]] {{Q|205}} ## [[Q11538]] {{Q|11538}} ## [[Q12482]] {{Q|12482}} {{div col end}} === Food and agriculture === ====Agriculture==== # [[Q11451]] {{Q|11451}} ## [[Q11453]] {{Q|11453}} ## [[Q11464]] {{Q|11464}} ## [[Q11395]] {{Q|11395}} ====Food==== {{div col|colwidth=16em}} # [[Q2095]] {{Q|2095}} # [[Q7802]] {{Q|7802}} # [[Q12117]] {{Q|12117}} ## [[Q11577]] {{Q|11577}} ## [[Q11575]] {{Q|11575}} ## [[Q5090]] {{Q|5090}} ## [[Q332062]] {{Q|332062}} ## [[Q15645384]] {{Q|15645384}} # [[Q10943]] {{Q|10943}} # [[Q195]] {{Q|195}} # [[Q10987]] {{Q|10987}} # [[Q89]] {{Q|89}} # [[Q503]] {{Q|503}} # [[Q81513]] {{Q|81513}} # [[Q10978]] {{Q|10978}} # [[Q11009]] {{Q|11009}} # [[Q11006]] {{Q|11006}} # [[Q10990]] {{Q|10990}} # [[Q11002]] {{Q|11002}} # [[Q42527]] {{Q|42527}} # [[Q11254]] {{Q|11254}} # [[Q11004]] {{Q|11004}} ## [[Q10998]] {{Q|10998}} {{div col end}} ==== Beverages ==== {{div col|colwidth=16em}} # [[Q44]] {{Q|44}} # [[Q8486]] {{Q|8486}} # [[Q8492]] {{Q|8492}} # [[Q8495]] {{Q|8495}} # [[Q6097]] {{Q|6097}} # [[Q283]] {{Q|283}} # [[Q282]] {{Q|282}} {{div col end}} === Technology === {{div col|2}} # [[Q11016]] {{Q|11016}} # [[Q7108]] {{Q|7108}} # [[Q11460]] {{Q|11460}} ## [[Q11457]] {{Q|11457}} # [[Q11023]] {{Q|11023}} ## [[Q11019]] {{Q|11019}} ## [[Q11012]] {{Q|11012}} ## [[Q11022]] {{Q|11022}} ## [[Q446]] {{Q|446}} # [[Q11467]] {{Q|11467}} # [[Q11468]] {{Q|11468}} ==== Communication ==== # [[Q11024]] {{Q|11024}} # [[Q11028]] {{Q|11028}} ## [[Q5292]] {{Q|5292}} # [[Q11030]] {{Q|11030}} ## [[Q11032]] {{Q|11032}} # [[Q7075]] {{Q|7075}} ## [[Q571]] {{Q|571}} # [[Q11034]] {{Q|11034}} # [[Q11035]] {{Q|11035}} ==== Electronics ==== # [[Q11650]] {{Q|11650}} ## [[Q11651]] {{Q|11651}} ## [[Q11652]] {{Q|11652}} # Components ## [[Q5322]] {{Q|5322}} ## [[Q5325]] {{Q|5325}} ## [[Q5339]] {{Q|5339}} ## [[Q11656]] {{Q|11656}} ## [[Q5321]] {{Q|5321}} ## [[Q11658]] {{Q|11658}} ===== Computers and Internet ===== # [[Q68]] {{Q|68}} ## [[Q4439]] {{Q|4439}} ## [[Q5300]] {{Q|5300}} # [[Q11660]] {{Q|11660}} # [[Q11661]] {{Q|11661}} ## [[Q8366]] {{Q|8366}} # [[Q75]] {{Q|75}} ## [[Q9158]] {{Q|9158}} ## [[Q466]] {{Q|466}} # [[Q9135]] {{Q|9135}} # [[Q9143]] {{Q|9143}} # [[Q7397]] {{Q|7397}} ==== Energy and fuels ==== # [[Q12705]] {{Q|12705}} # [[Q12725]] {{Q|12725}} ## [[Q12739]] {{Q|12739}} # [[Q12748]] {{Q|12748}} # Engine ## [[Q12757]] {{Q|12757}} ## [[Q12760]] {{Q|12760}} # [[Q3196]] {{Q|3196}} ====Materials==== # [[Q11469]] {{Q|11469}} # [[Q11472]] {{Q|11472}} # [[Q11474]] {{Q|11474}} # [[Q287]] {{Q|287}} ==== Transportation ==== # [[Q7590]] {{Q|7590}} # [[Q11436]] {{Q|11436}} # [[Q11442]] {{Q|11442}} # [[Q1420]] {{Q|1420}} # [[Q2811]] {{Q|2811}} # [[Q11446]] {{Q|11446}} # [[Q870]] {{Q|870}} ==== Weapons ==== # [[Q728]] {{Q|728}} ## [[Q12791]] {{Q|12791}} ## [[Q12796]] {{Q|12796}} ### [[Q12800]] {{Q|12800}} ## [[Q12802]] {{Q|12802}} # [[Q12876]] {{Q|12876}} # [[Q12870]] {{Q|12870}} ## [[Q12861]] {{Q|12861}} {{div col end}} === Arts and recreation === {{div col|colwidth=16em}} # [[Q11042]] {{Q|11042}} # [[Q735]] {{Q|735}} ## [[Q1004]] {{Q|1004}} ## [[Q11629]] {{Q|11629}} ## [[Q11633]] {{Q|11633}} ## [[Q11634]] {{Q|11634}} ## [[Q11642]] {{Q|11642}} # [[Q11639]] {{Q|11639}} # [[Q12684]] {{Q|12684}} # [[Q11635]] {{Q|11635}} # [[Q12681]] {{Q|12681}} ==== Architecture and civil engineering ==== # [[Q12271]] {{Q|12271}} # [[Q12277]] {{Q|12277}} # [[Q12280]] {{Q|12280}} # [[Q12284]] {{Q|12284}} # [[Q12323]] {{Q|12323}} # [[Q12493]] {{Q|12493}} # [[Q3947]] {{Q|3947}} # Specific structures ## [[Q43473]] {{Q|43473}} ## [[Q10285]] {{Q|10285}} ## [[Q12501]] {{Q|12501}} ## [[Q243]] {{Q|243}} ## [[Q9188]] {{Q|9188}} ## [[Q12506]] {{Q|12506}} ## [[Q10288]] {{Q|10288}} ## [[Q13217298]] {{Q|13217298}} ## [[Q12512]] {{Q|12512}} ## [[Q9202]] {{Q|9202}} ## [[Q9141]] {{Q|9141}} ## [[Q12514]] {{Q|12514}} # [[Q12516]] {{Q|12516}} # [[Q12518]] {{Q|12518}} ==== Film, radio and television ==== # [[Q11424]] {{Q|11424}} ## [[Q11425]] {{Q|11425}} # [[Q872]] {{Q|872}} # [[Q289]] {{Q|289}} ====Music==== # [[Q638]] {{Q|638}} # [[Q7366]] {{Q|7366}} # Specific music genres ## [[Q9759]] {{Q|9759}} ## [[Q9730]] {{Q|9730}} ### [[Q1344]] {{Q|1344}} ### [[Q9734]] {{Q|9734}} ## [[Q9778]] {{Q|9778}} ## [[Q9764]] {{Q|9764}} ## [[Q11401]] {{Q|11401}} ## [[Q8341]] {{Q|8341}} ## [[Q9794]] {{Q|9794}} ## [[Q11399]] {{Q|11399}} ## [[Q11403]] {{Q|11403}} # Specific musical instruments ## [[Q11404]] {{Q|11404}} ## [[Q11405]] {{Q|11405}} ## [[Q6607]] {{Q|6607}} ## [[Q5994]] {{Q|5994}} ## [[Q8338]] {{Q|8338}} ## [[Q8355]] {{Q|8355}} ==== Recreation ==== # [[Q11410]] {{Q|11410}} ## [[Q11411]] {{Q|11411}} ## [[Q718]] {{Q|718}} ## [[Q11413]] {{Q|11413}} ## [[Q7889]] {{Q|7889}} # [[Q11416]] {{Q|11416}} # [[Q11417]] {{Q|11417}} ## [[Q11420]] {{Q|11420}} # [[Q5389]] {{Q|5389}} # [[Q349]] {{Q|349}} ## [[Q542]] {{Q|542}} ## Ball games ### [[Q5369]] {{Q|5369}} ### [[Q5372]] {{Q|5372}} ### [[Q5375]] {{Q|5375}} ### [[Q2736]] {{Q|2736}} ### [[Q5377]] {{Q|5377}} ### [[Q5378]] {{Q|5378}} ### [[Q847]] {{Q|847}} ## [[Q6388]] {{Q|6388}} # [[Q11422]] {{Q|11422}} {{div col end}} === History === # [[Q309]] {{Q|309}} ===== Prehistoric and ancient history ===== {{div col|colwidth=16em}} # [[Q11768]] {{Q|11768}} # [[Q11772]] {{Q|11772}} # [[Q11761]] {{Q|11761}} # [[Q11774]] {{Q|11774}} # [[Q7209]] {{Q|7209}} # [[Q11764]] {{Q|11764}} # [[Q28567]] {{Q|28567}} # [[Q11767]] {{Q|11767}} # [[Q11756]] {{Q|11756}} # [[Q2277]] {{Q|2277}} # [[Q35355]] {{Q|35355}} # [[Q11759]] {{Q|11759}} # [[Q9683]] {{Q|9683}} {{div col end}} ===== Medieval and Renaissance periods ===== {{div col|colwidth=16em}} # [[Q12536]] {{Q|12536}} # [[Q12542]] {{Q|12542}} # [[Q12544]] {{Q|12544}} # [[Q12546]] {{Q|12546}} # [[Q12548]] {{Q|12548}} # [[Q28573]] {{Q|28573}} # [[Q184536]] {{Q|184536}} # [[Q12554]] {{Q|12554}} # [[Q9903]] {{Q|9903}} # [[Q12557]] {{Q|12557}} # [[Q12560]] {{Q|12560}} # [[Q4692]] {{Q|4692}} # [[Q12567]] {{Q|12567}} {{div col end}} ===== Early modern and modern periods ===== {{div col|colwidth=16em}} # [[Q12539]] {{Q|12539}} # [[Q8676]] {{Q|8676}} # [[Q8669]] {{Q|8669}} # [[Q11409]] {{Q|11409}} # [[Q8680]] {{Q|8680}} # [[Q8683]] {{Q|8683}} # [[Q6534]] {{Q|6534}} # [[Q8698]] {{Q|8698}} # [[Q2763]] {{Q|2763}} # [[Q2269]] {{Q|2269}} # [[Q7318]] {{Q|7318}} # [[Q8707]] {{Q|8707}} # [[Q12562]] {{Q|12562}} # [[Q8729]] {{Q|8729}} # [[Q8733]] {{Q|8733}} # [[Q15180]] {{Q|15180}} # [[Q8740]] {{Q|8740}} # [[Q361]] {{Q|361}} # [[Q362]] {{Q|362}} {{div col end}} === Geography === {{div col|colwidth=16em}} # [[Q1071]] {{Q|1071}} # [[Q515]] {{Q|515}} # [[Q5107]] {{Q|5107}} # [[Q4421]] {{Q|4421}} # [[Q8502]] {{Q|8502}} # [[Q8514]] {{Q|8514}} # [[Q934]] {{Q|934}} # [[Q9430]] {{Q|9430}} # [[Q4022]] {{Q|4022}} # [[Q165]] {{Q|165}} # [[Q933]] {{Q|933}} ==== Continents and major regions ==== # [[Q15]] {{Q|15}} # [[Q51]] {{Q|51}} # [[Q48]] {{Q|48}} # [[Q46]] {{Q|46}} # [[Q7204]] {{Q|7204}} # [[Q49]] {{Q|49}} # [[Q55643]] {{Q|55643}} # [[Q18]] {{Q|18}} {{div col end}} ==== Countries ==== {{div col|colwidth=16em}} Eventually, there should be articles on most or all of the countries listed at [[:w:en:List of sovereign states|List of countries]]. However, for the smaller Wikipedias, some of the more high-priority countries to have articles on are: ===== Africa ===== # [[Q262]] {{Q|262}} # [[Q974]] {{Q|974}} # [[Q79]] {{Q|79}} # [[Q115]] {{Q|115}} # [[Q1033]] {{Q|1033}} # [[Q258]] {{Q|258}} # [[Q1049]] {{Q|1049}} # [[Q924]] {{Q|924}} ===== Asia ===== # [[Q889]] {{Q|889}} # [[Q902]] {{Q|902}} # [[Q148]] {{Q|148}} # [[Q668]] {{Q|668}} # [[Q252]] {{Q|252}} # [[Q794]] {{Q|794}} # [[Q796]] {{Q|796}} # [[Q801]] {{Q|801}} # [[Q17]] {{Q|17}} # [[Q843]] {{Q|843}} # [[Q928]] {{Q|928}} # [[Q851]] {{Q|851}} # [[Q884]] {{Q|884}} # [[Q869]] {{Q|869}} # [[Q43]] {{Q|43}} # [[Q881]] {{Q|881}} ===== Europe ===== # [[Q40]] {{Q|40}} # [[Q142]] {{Q|142}} # [[Q183]] {{Q|183}} # [[Q38]] {{Q|38}} # [[Q55]] {{Q|55}} # [[Q36]] {{Q|36}} # [[Q45]] {{Q|45}} # [[Q159]] {{Q|159}} # [[Q29]] {{Q|29}} # [[Q39]] {{Q|39}} # [[Q212]] {{Q|212}} # [[Q145]] {{Q|145}} # [[Q237]] {{Q|237}} ===== North America ===== # [[Q16]] {{Q|16}} # [[Q241]] {{Q|241}} # [[Q96]] {{Q|96}} # [[Q30]] {{Q|30}} ===== South America ===== # [[Q414]] {{Q|414}} # [[Q155]] {{Q|155}} # [[Q739]] {{Q|739}} ===== Oceania ===== # [[Q408]] {{Q|408}} {{div col end}} ==== Cities ==== {{div col|colwidth=16em}} ===== Africa ===== # [[Q85]] {{Q|85}} # [[Q5465]] {{Q|5465}} # [[Q3838]] {{Q|3838}} # [[Q8673]] {{Q|8673}} # [[Q3870]] {{Q|3870}} ===== Asia ===== # [[Q1530]] {{Q|1530}} # [[Q1861]] {{Q|1861}} # [[Q956]] {{Q|956}} # [[Q3766]] {{Q|3766}} # [[Q1353]] {{Q|1353}} # [[Q1354]] {{Q|1354}} # [[Q612]] {{Q|612}} # [[Q8646]] {{Q|8646}} # [[Q3630]] {{Q|3630}} # [[Q1218]] {{Q|1218}} # [[Q8660]] {{Q|8660}} # [[Q1348]] {{Q|1348}} # [[Q5806]] {{Q|5806}} # [[Q1156]] {{Q|1156}} # [[Q8684]] {{Q|8684}} # [[Q8686]] {{Q|8686}} # [[Q334]] {{Q|334}} # [[Q3616]] {{Q|3616}} # [[Q1490]] {{Q|1490}} ===== Europe ===== # [[Q727]] {{Q|727}} # [[Q1524]] {{Q|1524}} # [[Q64]] {{Q|64}} # [[Q239]] {{Q|239}} # [[Q406]] {{Q|406}} # [[Q84]] {{Q|84}} # [[Q2807]] {{Q|2807}} # [[Q649]] {{Q|649}} # [[Q90]] {{Q|90}} # [[Q220]] {{Q|220}} # [[Q656]] {{Q|656}} # [[Q1741]] {{Q|1741}} ===== North America ===== # [[Q65]] {{Q|65}} # [[Q1489]] {{Q|1489}} # [[Q60]] {{Q|60}} # [[Q61]] {{Q|61}} ===== South America ===== # [[Q2841]] {{Q|2841}} # [[Q1486]] {{Q|1486}} # [[Q8678]] {{Q|8678}} # [[Q174]] {{Q|174}} ===== Oceania ===== # [[Q3130]] {{Q|3130}} {{div col end}} ==== Bodies of water ==== {{div col|colwidth=16em}} # [[Q3783]] {{Q|3783}} # [[Q788]] {{Q|788}} # [[Q97]] {{Q|97}} # [[Q545]] {{Q|545}} # [[Q166]] {{Q|166}} # [[Q1247]] {{Q|1247}} # [[Q5484]] {{Q|5484}} # [[Q3503]] {{Q|3503}} # [[Q1653]] {{Q|1653}} # [[Q5089]] {{Q|5089}} # [[Q7343]] {{Q|7343}} # [[Q7347]] {{Q|7347}} # [[Q1239]] {{Q|1239}} # [[Q7348]] {{Q|7348}} # [[Q5513]] {{Q|5513}} # [[Q5505]] {{Q|5505}} # [[Q4918]] {{Q|4918}} # [[Q1497]] {{Q|1497}} # [[Q3542]] {{Q|3542}} # [[Q3392]] {{Q|3392}} # [[Q1693]] {{Q|1693}} # [[Q98]] {{Q|98}} # [[Q7350]] {{Q|7350}} # [[Q584]] {{Q|584}} # [[Q37660]] {{Q|37660}} # [[Q899]] {{Q|899}} # [[Q7354]] {{Q|7354}} # [[Q626]] {{Q|626}} # [[Q5413]] {{Q|5413}} # [[Q7355]] {{Q|7355}} {{div col end}} ==== Mountains and deserts ==== # [[Q1286]] {{Q|1286}} # [[Q5456]] {{Q|5456}} # [[Q5451]] {{Q|5451}} ## [[Q513]] {{Q|513}} # [[Q7296]] {{Q|7296}} # [[Q5463]] {{Q|5463}} # [[Q6583]] {{Q|6583}} [[Category:WikiProjects|Core Articles]] 7jyhcps7pfyuoxot0q4prge4krmxiv1 9712 9688 2026-06-05T21:24:54Z Arlo Barnes 953 /* Recommended qualities */ new section 9712 wikitext text/x-wiki {{shortcut|[[abstract:CORE]]}} This WikiProject is dedicated to establishing good-quality articles for all topics on [[m:List of articles every Wikipedia should have]]. == Members == # [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) # [[User:Barbieapologist|Barbieapologist]] ([[User talk:Barbieapologist|talk]]) # [[User:ChaoticV|<span style="color: orangered">Chaotic</span><span style="color: crimson">V</span>]] ([[User talk:ChaoticV|converse]], [[Special:Contributions/ChaoticV|contribs]]) # [[User:JJPMaster|JJPMaster]] ([[User talk:JJPMaster|talk]]) <!--To add yourself, add "# ~~~"--> == Recommended qualities == * see [[abstract:manual of Style]] == Articles == === Biography === # [[Q19389637]] {{Q|19389637}} ==== Philosophers and social scientists==== {{div col|colwidth=16em}} # [[Q868]] {{Q|868}} # [[Q7197]] {{Q|7197}} # [[Q9045]] {{Q|9045}} # [[Q4604]] {{Q|4604}} # [[Q9191]] {{Q|9191}} # [[Q9215]] {{Q|9215}} # [[Q9235]] {{Q|9235}} # [[Q48301]] {{Q|48301}} # [[Q9294]] {{Q|9294}} # [[Q9312]] {{Q|9312}} # [[Q9317]] {{Q|9317}} # [[Q9333]] {{Q|9333}} # [[Q9353]] {{Q|9353}} # [[Q1399]] {{Q|1399}} # [[Q9061]] {{Q|9061}} # [[Q9358]] {{Q|9358}} # [[Q859]] {{Q|859}} # [[Q6527]] {{Q|6527}} # [[Q9364]] {{Q|9364}} # [[Q9372]] {{Q|9372}} # [[Q9381]] {{Q|9381}} # [[Q913]] {{Q|913}} # [[Q9068]] {{Q|9068}} # [[Q9387]] {{Q|9387}} # [[Q9391]] {{Q|9391}} # [[Q9397]] {{Q|9397}} {{div col end}} ==== Religious figures and theologians ==== {{div col|colwidth=16em}} # [[Q9181]] {{Q|9181}} # [[Q9438]] {{Q|9438}} # [[Q8018]] {{Q|8018}} # [[Q9441]] {{Q|9441}} # [[Q9546]] {{Q|9546}} # [[Q302]] {{Q|302}} # [[Q9554]] {{Q|9554}} # [[Q9077]] {{Q|9077}} # [[Q9458]] {{Q|9458}} # [[Q171195]] {{Q|171195}} {{div col end}} ==== Political leaders ==== {{div col|colwidth=16em}} # [[Q8597]] {{Q|8597}} # [[Q8409]] {{Q|8409}} # [[Q8589]] {{Q|8589}} # [[Q5152]] {{Q|5152}} # [[Q1405]] {{Q|1405}} # [[Q8442]] {{Q|8442}} # [[Q8605]] {{Q|8605}} # [[Q1048]] {{Q|1048}} # [[Q3044]] {{Q|3044}} # [[Q8016]] {{Q|8016}} # [[Q8413]] {{Q|8413}} # [[Q8423]] {{Q|8423}} # [[Q2042]] {{Q|2042}} # [[Q7207]] {{Q|7207}} # [[Q1001]] {{Q|1001}} # [[Q720]] {{Q|720}} # [[Q5809]] {{Q|5809}} # [[Q352]] {{Q|352}} # [[Q7226]] {{Q|7226}} # [[Q8027]] {{Q|8027}} # [[Q1394]] {{Q|1394}} # [[Q91]] {{Q|91}} # [[Q7742]] {{Q|7742}} # [[Q7231]] {{Q|7231}} # [[Q517]] {{Q|517}} # [[Q8023]] {{Q|8023}} # [[Q5816]] {{Q|5816}} # [[Q1047]] {{Q|1047}} # [[Q8620]] {{Q|8620}} # [[Q8479]] {{Q|8479}} # [[Q7192]] {{Q|7192}} # [[Q8007]] {{Q|8007}} # [[Q8581]] {{Q|8581}} # [[Q855]] {{Q|855}} # [[Q8474]] {{Q|8474}} # [[Q8573]] {{Q|8573}} # [[Q8462]] {{Q|8462}} # [[Q8467]] {{Q|8467}} # [[Q23]] {{Q|23}} {{div col end}} ==== Inventors, scientists and mathematicians ==== {{div col|colwidth=16em}} # [[Q8739]] {{Q|8739}} # [[Q8011]] {{Q|8011}} # [[Q80]] {{Q|80}} # [[Q202943]] {{Q|202943}} # [[Q619]] {{Q|619}} # [[Q7186]] {{Q|7186}} # [[Q1035]] {{Q|1035}} # [[Q8743]] {{Q|8743}} # [[Q937]] {{Q|937}} # [[Q8747]] {{Q|8747}} # [[Q7604]] {{Q|7604}} # [[Q8750]] {{Q|8750}} # [[Q8753]] {{Q|8753}} # [[Q8768]] {{Q|8768}} # [[Q8778]] {{Q|8778}} # [[Q307]] {{Q|307}} # [[Q6722]] {{Q|6722}} # [[Q8958]] {{Q|8958}} # [[Q41585]] {{Q|41585}} # [[Q8962]] {{Q|8962}} # [[Q8963]] {{Q|8963}} # [[Q9038]] {{Q|9038}} # [[Q9047]] {{Q|9047}} # [[Q1043]] {{Q|1043}} # [[Q9095]] {{Q|9095}} # [[Q9106]] {{Q|9106}} # [[Q935]] {{Q|935}} # [[Q529]] {{Q|529}} # [[Q9021]] {{Q|9021}} # [[Q9123]] {{Q|9123}} # [[Q9130]] {{Q|9130}} # [[Q9036]] {{Q|9036}} # [[Q7251]] {{Q|7251}} # [[Q9041]] {{Q|9041}} {{div col end}} ==== Artists and architects ==== {{div col|colwidth=16em}} # [[Q4724]] {{Q|4724}} # [[Q5577]] {{Q|5577}} # [[Q5580]] {{Q|5580}} # [[Q5582]] {{Q|5582}} # [[Q5432]] {{Q|5432}} # [[Q5586]] {{Q|5586}} # [[Q5588]] {{Q|5588}} # [[Q762]] {{Q|762}} # [[Q5589]] {{Q|5589}} # [[Q5592]] {{Q|5592}} # [[Q5593]] {{Q|5593}} # [[Q5597]] {{Q|5597}} # [[Q5598]] {{Q|5598}} # [[Q5599]] {{Q|5599}} # [[Q5600]] {{Q|5600}} # [[Q297]] {{Q|297}} # [[Q5603]] {{Q|5603}} # [[Q5604]] {{Q|5604}} {{div col end}} ==== Composers and musicians ==== {{div col|colwidth=16em}} # [[Q1779]] {{Q|1779}} # [[Q1339]] {{Q|1339}} # [[Q1299]] {{Q|1299}} # [[Q255]] {{Q|255}} # [[Q7294]] {{Q|7294}} # [[Q1268]] {{Q|1268}} # [[Q7298]] {{Q|7298}} # [[Q7302]] {{Q|7302}} # [[Q7349]] {{Q|7349}} # [[Q2831]] {{Q|2831}} # [[Q1110560]] {{Q|1110560}} # [[Q7304]] {{Q|7304}} # [[Q254]] {{Q|254}} # [[Q179277]] {{Q|179277}} # [[Q7311]] {{Q|7311}} # [[Q7312]] {{Q|7312}} # [[Q7314]] {{Q|7314}} # [[Q7315]] {{Q|7315}} # [[Q7317]] {{Q|7317}} # [[Q1340]] {{Q|1340}} # [[Q1511]] {{Q|1511}} {{div col end}} ==== Film directors, screenwriters and actors==== {{div col|colwidth=16em}} # [[Q7546]] {{Q|7546}} # [[Q4605]] {{Q|4605}} # [[Q882]] {{Q|882}} # [[Q4612]] {{Q|4612}} # [[Q8704]] {{Q|8704}} # [[Q8003]] {{Q|8003}} # [[Q7371]] {{Q|7371}} # [[Q7374]] {{Q|7374}} # [[Q2001]] {{Q|2001}} # [[Q8006]] {{Q|8006}} # [[Q4616]] {{Q|4616}} # [[Q8873]] {{Q|8873}} {{div col end}} ==== Authors, playwrights and poets ==== {{div col|colwidth=16em}} # [[Q5670]] {{Q|5670}} # [[Q5673]] {{Q|5673}} # [[Q36322]] {{Q|36322}} # [[Q5676]] {{Q|5676}} # [[Q909]] {{Q|909}} # [[Q5679]] {{Q|5679}} # [[Q5682]] {{Q|5682}} # [[Q5683]] {{Q|5683}} # [[Q5685]] {{Q|5685}} # [[Q1067]] {{Q|1067}} # [[Q5686]] {{Q|5686}} # [[Q991]] {{Q|991}} # [[Q5878]] {{Q|5878}} # [[Q5879]] {{Q|5879}} # [[Q6240]] {{Q|6240}} # [[Q6691]] {{Q|6691}} # [[Q535]] {{Q|535}} # [[Q6882]] {{Q|6882}} # [[Q905]] {{Q|905}} # [[Q7011]] {{Q|7011}} # [[Q7071]] {{Q|7071}} # [[Q7176]] {{Q|7176}} # [[Q687]] {{Q|687}} # [[Q7198]] {{Q|7198}} # [[Q7199]] {{Q|7199}} # [[Q7200]] {{Q|7200}} # [[Q692]] {{Q|692}} # [[Q7235]] {{Q|7235}} # [[Q7241]] {{Q|7241}} # [[Q7243]] {{Q|7243}} # [[Q7245]] {{Q|7245}} # [[Q1398]] {{Q|1398}} {{div col end}} ==== Explorers and travellers ==== {{div col|colwidth=16em}} # [[Q926]] {{Q|926}} # [[Q1615]] {{Q|1615}} # [[Q7321]] {{Q|7321}} # [[Q7322]] {{Q|7322}} # [[Q7324]] {{Q|7324}} # [[Q7326]] {{Q|7326}} # [[Q7327]] {{Q|7327}} # [[Q7328]] {{Q|7328}} # [[Q7331]] {{Q|7331}} # [[Q1496]] {{Q|1496}} # [[Q6101]] {{Q|6101}} # [[Q7333]] {{Q|7333}} {{div col end}} === Philosophy === {{div col|colwidth=16em}} # [[Q7066]] {{Q|7066}} # [[Q7242]] {{Q|7242}} # [[Q9581]] {{Q|9581}} # [[Q9453]] {{Q|9453}} # [[Q9465]] {{Q|9465}} # [[Q9471]] {{Q|9471}} # [[Q9476]] {{Q|9476}} # [[Q9081]] {{Q|9081}} # [[Q8078]] {{Q|8078}} # [[Q7081]] {{Q|7081}} # [[Q5891]] {{Q|5891}} # [[Q9510]] {{Q|9510}} # [[Q7949]] {{Q|7949}} {{div col end}} === Religion=== {{div col|colwidth=16em}} # [[Q9149]] {{Q|9149}} # [[Q190]] {{Q|190}} ## [[Q9159]] {{Q|9159}} ## [[Q9163]] {{Q|9163}} # [[Q9134]] {{Q|9134}} # [[Q128593]] {{Q|128593}} # [[Q9174]] {{Q|9174}} # [[Q9165]] {{Q|9165}} # Specific religions ## [[Q748]] {{Q|748}} ## [[Q5043]] {{Q|5043}} ### [[Q9592]] {{Q|9592}} ### [[Q23540]] {{Q|23540}} ## [[Q9089]] {{Q|9089}} ## [[Q432]] {{Q|432}} ### [[Q9585]] {{Q|9585}} ### [[Q483654]] {{Q|483654}} ## [[Q9232]] {{Q|9232}} ## [[Q9268]] {{Q|9268}} ## [[Q812767]] {{Q|812767}} ## [[Q9316]] {{Q|9316}} ## [[Q9598]] {{Q|9598}} ## [[Q9601]] {{Q|9601}} {{div col end}} === Social sciences === {{div col|colwidth=16em}} # [[Q8425]] {{Q|8425}} # [[Q8432]] {{Q|8432}} # [[Q8434]] {{Q|8434}} ==== Psychology ==== # [[Q9332]] {{Q|9332}} # [[Q9415]] {{Q|9415}} # [[Q316]] {{Q|316}} # [[Q450]] {{Q|450}} # [[Q9418]] {{Q|9418}} # [[Q9420]] {{Q|9420}} ==== Family and relationships ==== # [[Q8436]] {{Q|8436}} # [[Q7569]] {{Q|7569}} # [[Q8441]] {{Q|8441}} # [[Q8445]] {{Q|8445}} # [[Q467]] {{Q|467}} ==== Politics ==== # [[Q7163]] {{Q|7163}} # [[Q7167]] {{Q|7167}} # [[Q1889]] {{Q|1889}} # [[Q7188]] {{Q|7188}} ## [[Q7174]] {{Q|7174}} ## [[Q317]] {{Q|317}} ## [[Q7269]] {{Q|7269}} ## [[Q7270]] {{Q|7270}} # [[Q7257]] {{Q|7257}} ## [[Q6199]] {{Q|6199}} ## [[Q6206]] {{Q|6206}} ## [[Q6186]] {{Q|6186}} ## [[Q7169]] {{Q|7169}} ## [[Q6223]] {{Q|6223}} ## [[Q6216]] {{Q|6216}} ## [[Q7264]] {{Q|7264}} ## [[Q6235]] {{Q|6235}} ## [[Q7272]] {{Q|7272}} # [[Q7260]] {{Q|7260}} # [[Q7275]] {{Q|7275}} # [[Q7278]] {{Q|7278}} # [[Q7281]] {{Q|7281}} ==== Business and economics ==== # [[Q8134]] {{Q|8134}} # [[Q8137]] {{Q|8137}} # [[Q8142]] {{Q|8142}} ## [[Q4916]] {{Q|4916}} ## [[Q4917]] {{Q|4917}} # [[Q8148]] {{Q|8148}} # [[Q1368]] {{Q|1368}} # [[Q8161]] {{Q|8161}} # [[Q601401]] {{Q|601401}} ==== Law ==== # [[Q7748]] {{Q|7748}} # [[Q7755]] {{Q|7755}} ==== International organizations ==== # [[Q7159]] {{Q|7159}} # [[Q7172]] {{Q|7172}} # [[Q7768]] {{Q|7768}} # [[Q7785]] {{Q|7785}} # [[Q458]] {{Q|458}} # [[Q7178]] {{Q|7178}} # [[Q7184]] {{Q|7184}} # [[Q7191]] {{Q|7191}} # [[Q7795]] {{Q|7795}} # [[Q1065]] {{Q|1065}} ## [[Q7801]] {{Q|7801}} ## [[Q7804]] {{Q|7804}} ## [[Q7809]] {{Q|7809}} ## [[Q7817]] {{Q|7817}} # [[Q7164]] {{Q|7164}} # [[Q7825]] {{Q|7825}} ==== War and military ==== # [[Q8473]] {{Q|8473}} # [[Q454]] {{Q|454}} # [[Q7283]] {{Q|7283}} # [[Q198]] {{Q|198}} ## [[Q8465]] {{Q|8465}} ==== Social issues ==== # [[Q8452]] {{Q|8452}} # [[Q8454]] {{Q|8454}} # [[Q169207]] {{Q|169207}} ## [[Q8461]] {{Q|8461}} # [[Q7252]] {{Q|7252}} # [[Q7181]] {{Q|7181}} # [[Q8458]] {{Q|8458}} # [[Q10294]] {{Q|10294}} # [[Q8463]] {{Q|8463}} {{div col end}} === Language and literature === {{div col|colwidth=16em}} # [[Q315]] {{Q|315}} # Specific languages ## [[Q13955]] {{Q|13955}} ## [[Q9610]] {{Q|9610}} ## [[Q7850]] {{Q|7850}} ## [[Q1860]] {{Q|1860}} ## [[Q150]] {{Q|150}} ## [[Q188]] {{Q|188}} ## [[Q9129]] {{Q|9129}} ## [[Q9288]] {{Q|9288}} ## [[Q11051]] {{Q|11051}} ## [[Q9176]] {{Q|9176}} ## [[Q5287]] {{Q|5287}} ## [[Q397]] {{Q|397}} ## [[Q9168]] {{Q|9168}} ## [[Q5146]] {{Q|5146}} ## [[Q7737]] {{Q|7737}} ## [[Q11059]] {{Q|11059}} ## [[Q1321]] {{Q|1321}} ## [[Q7838]] {{Q|7838}} ## [[Q256]] {{Q|256}} # [[Q8162]] {{Q|8162}} # [[Q8091]] {{Q|8091}} # [[Q8171]] {{Q|8171}} ## [[Q8183]] {{Q|8183}} ## [[Q8188]] {{Q|8188}} # [[Q8192]] {{Q|8192}} ## [[Q1828555]] {{Q|1828555}} ## [[Q8201]] {{Q|8201}} ## [[Q8209]] {{Q|8209}} ## [[Q8216]] {{Q|8216}} ## [[Q8229]] {{Q|8229}} # [[Q8236]] {{Q|8236}} # [[Q7553]] {{Q|7553}} # [[Q8242]] {{Q|8242}} ## [[Q676]] {{Q|676}} ### ''[[Q8251]]'' {{Q|8251}} ## [[Q8253]] {{Q|8253}} ### ''[[Q8258]]'' {{Q|8258}} ## [[Q8261]] {{Q|8261}} ### ''[[Q8269]]'' {{Q|8269}} ## [[Q482]] {{Q|482}} ### ''[[Q8272]]'' {{Q|8272}} ### ''[[Q8275]]'' {{Q|8275}} ### ''[[Q8279]]'' {{Q|8279}} ## Religious Texts ### ''[[Q1845]]'' {{Q|1845}} ### ''[[Q8276]]'' {{Q|8276}} {{div col end}} === Measurements === {{div col|2}} # [[Q12453]] {{Q|12453}} # [[Q12457]] {{Q|12457}} ==== Weight, volume and distance==== # [[Q11570]] {{Q|11570}} # [[Q11582]] {{Q|11582}} # [[Q11573]] {{Q|11573}} ==== Time ==== # [[Q12132]] {{Q|12132}} ## [[Q12138]] {{Q|12138}} # [[Q376]] {{Q|376}} # [[Q11574]] {{Q|11574}} # [[Q573]] {{Q|573}} # [[Q577]] {{Q|577}} # [[Q12143]] {{Q|12143}} {{div col end}} === Science === # [[Q336]] {{Q|336}} # [[Q7860]] {{Q|7860}} ==== Astronomy ==== {{div col|2}} # [[Q333]] {{Q|333}} # [[Q3863]] {{Q|3863}} # [[Q323]] {{Q|323}} # [[Q589]] {{Q|589}} # [[Q3559]] {{Q|3559}} # [[Q318]] {{Q|318}} ## [[Q321]] {{Q|321}} # [[Q405]] {{Q|405}} # [[Q634]] {{Q|634}} ## [[Q308]] {{Q|308}} ## [[Q313]] {{Q|313}} ## [[Q2]] {{Q|2}} ## [[Q111]] {{Q|111}} ## [[Q319]] {{Q|319}} ## [[Q193]] {{Q|193}} ## [[Q324]] {{Q|324}} ## [[Q332]] {{Q|332}} # [[Q544]] {{Q|544}} # [[Q5916]] {{Q|5916}} # [[Q523]] {{Q|523}} ## [[Q525]] {{Q|525}} # [[Q1]] {{Q|1}} {{div col end}} ==== Biology ==== {{div col|2}} # [[Q420]] {{Q|420}} # Biological materials ## [[Q7430]] {{Q|7430}} ## [[Q8047]] {{Q|8047}} ## [[Q11364]] {{Q|11364}} ## [[Q8054]] {{Q|8054}} # [[Q441]] {{Q|441}} # [[Q4]] {{Q|4}} ## [[Q10737]] {{Q|10737}} # [[Q7150]] {{Q|7150}} ## [[Q11394]] {{Q|11394}} # [[Q3]] {{Q|3}} # [[Q11398]] {{Q|11398}} ## [[Q7432]] {{Q|7432}} {{div col end}} ===== Biological processes ===== {{div col|2}} # [[Q1057]] {{Q|1057}} ## [[Q11978]] {{Q|11978}} ## [[Q11982]] {{Q|11982}} ## [[Q472287]] {{Q|472287}} # [[Q1063]] {{Q|1063}} # [[Q11990]] {{Q|11990}} ## [[Q11995]] {{Q|11995}} ## [[Q290]] {{Q|290}} {{div col end}} ===== Organisms ===== {{div col|2}} # [[Q7239]] {{Q|7239}} # [[Q729]] {{Q|729}} ## [[Q5185]] {{Q|5185}} ## [[Q25326]] {{Q|25326}} ## [[Q1360]] {{Q|1360}} ### [[Q1390]] {{Q|1390}} #### [[Q7386]] {{Q|7386}} #### [[Q7391]] {{Q|7391}} #### [[Q7367]] {{Q|7367}} ### [[Q1357]] {{Q|1357}} ## Chordate ### [[Q10908]] {{Q|10908}} ### [[Q5113]] {{Q|5113}} #### [[Q780]] {{Q|780}} #### [[Q10856]] {{Q|10856}} ### [[Q152]] {{Q|152}} #### [[Q7372]] {{Q|7372}} ### [[Q7377]] {{Q|7377}} #### [[Q7375]] {{Q|7375}} #### [[Q146]] {{Q|146}} #### [[Q830]] {{Q|830}} #### [[Q160]] {{Q|160}} #### [[Q144]] {{Q|144}} #### [[Q726]] {{Q|726}} #### [[Q7368]] {{Q|7368}} #### [[Q10850]] {{Q|10850}} #### [[Q787]] {{Q|787}} #### [[Q7380]] {{Q|7380}} ##### [[Q5]] {{Q|5}} ### [[Q10811]] {{Q|10811}} #### [[Q430]] {{Q|430}} #### [[Q2102]] {{Q|2102}} # [[Q37868]] {{Q|37868}} # [[Q10872]] {{Q|10872}} # [[Q10876]] {{Q|10876}} # [[Q764]] {{Q|764}} # [[Q756]] {{Q|756}} ## [[Q506]] {{Q|506}} ## [[Q1364]] {{Q|1364}} ## [[Q10884]] {{Q|10884}} # [[Q10892]] {{Q|10892}} {{div col end}} ===== Anatomy ===== {{div col|2}} # [[Q514]] {{Q|514}} # [[Q7868]] {{Q|7868}} # [[Q11068]] {{Q|11068}} ## [[Q7873]] {{Q|7873}} ## [[Q1072]] {{Q|1072}} # [[Q11078]] {{Q|11078}} # [[Q9649]] {{Q|9649}} ## [[Q11083]] {{Q|11083}} ## [[Q11090]] {{Q|11090}} ## [[Q9368]] {{Q|9368}} # [[Q7365]] {{Q|7365}} # [[Q9404]] {{Q|9404}} ## [[Q1073]] {{Q|1073}} ## [[Q9620]] {{Q|9620}} ## [[Q11101]] {{Q|11101}} ### [[Q7362]] {{Q|7362}} ### [[Q7363]] {{Q|7363}} ### [[Q7364]] {{Q|7364}} ### [[Q124794]] {{Q|124794}} # [[Q7895]] {{Q|7895}} # [[Q7891]] {{Q|7891}} # [[Q7881]] {{Q|7881}} # [[Q1074]] {{Q|1074}} {{div col end}} ==== Health and medicine ==== {{div col|2}} # [[Q11190]] {{Q|11190}} # [[Q12128]] {{Q|12128}} # [[Q12136]] {{Q|12136}} # [[Q12140]] {{Q|12140}} ## [[Q12187]] {{Q|12187}} # [[Q12147]] {{Q|12147}} # [[Q1059]] {{Q|1059}} # [[Q12171]] {{Q|12171}} # [[Q12184]] {{Q|12184}} # [[Q134808]] {{Q|134808}} # [[Q808]] {{Q|808}} =====Specific Diseases/Conditions===== # [[Q12029]] {{Q|12029}} ## [[Q153]] {{Q|153}} ## [[Q1566]] {{Q|1566}} # [[Q11081]] {{Q|11081}} # [[Q12078]] {{Q|12078}} # [[Q199804]] {{Q|199804}} # [[Q12125]] {{Q|12125}} # [[Q12131]] {{Q|12131}} ## [[Q10874]] {{Q|10874}} ## [[Q12133]] {{Q|12133}} # [[Q12135]] {{Q|12135}} # [[Q41571]] {{Q|41571}} # [[Q156103]] {{Q|156103}} # [[Q86]] {{Q|86}} # [[Q12152]] {{Q|12152}} # [[Q2840]] {{Q|2840}} # [[Q12156]] {{Q|12156}} # [[Q12167]] {{Q|12167}} # [[Q12174]] {{Q|12174}} # [[Q12192]] {{Q|12192}} # [[Q12195]] {{Q|12195}} # [[Q12198]] {{Q|12198}} ## [[Q12199]] {{Q|12199}} # [[Q12214]] {{Q|12214}} # [[Q12202]] {{Q|12202}} # [[Q12204]] {{Q|12204}} # [[Q12206]] {{Q|12206}} {{div col end}} ==== Chemistry ==== {{div col|colwidth=16em}} # [[Q2329]] {{Q|2329}} # [[Q11165]] {{Q|11165}} # [[Q7094]] {{Q|7094}} # [[Q11173]] {{Q|11173}} ## [[Q11158]] {{Q|11158}} ## [[Q11193]] {{Q|11193}} ## [[Q12370]] {{Q|12370}} # [[Q11344]] {{Q|11344}} ## [[Q10693]] {{Q|10693}} ## [[Q663]] {{Q|663}} ## [[Q623]] {{Q|623}} ## [[Q753]] {{Q|753}} ## [[Q897]] {{Q|897}} ## [[Q556]] {{Q|556}} ## [[Q677]] {{Q|677}} ## [[Q627]] {{Q|627}} ## [[Q629]] {{Q|629}} ## [[Q1090]] {{Q|1090}} ## [[Q1096]] {{Q|1096}} # [[Q11351]] {{Q|11351}} ## [[Q156]] {{Q|156}} ## [[Q11358]] {{Q|11358}} ## [[Q11367]] {{Q|11367}} # [[Q11369]] {{Q|11369}} # [[Q2346]] {{Q|2346}} # [[Q11372]] {{Q|11372}} {{div col end}} ==== Earth science ==== {{div col|colwidth=16em}} # [[Q7937]] {{Q|7937}} # [[Q81041]] {{Q|81041}} # [[Q7939]] {{Q|7939}} # [[Q7942]] {{Q|7942}} # [[Q7944]] {{Q|7944}} # [[Q1069]] {{Q|1069}} ## [[Q7946]] {{Q|7946}} ### [[Q5283]] {{Q|5283}} ## [[Q7950]] {{Q|7950}} ## [[Q8063]] {{Q|8063}} # [[Q8065]] {{Q|8065}} ## [[Q8068]] {{Q|8068}} ## [[Q8070]] {{Q|8070}} # [[Q8072]] {{Q|8072}} # [[Q11663]] {{Q|11663}} ## [[Q8074]] {{Q|8074}} ## [[Q7925]] {{Q|7925}} ## [[Q7561]] {{Q|7561}} ## [[Q8081]] {{Q|8081}} ## [[Q8092]] {{Q|8092}} ## [[Q8094]] {{Q|8094}} {{div col end}} ==== Physics ==== {{div col|colwidth=16em}} # [[Q413]] {{Q|413}} # [[Q11376]] {{Q|11376}} # [[Q9121]] {{Q|9121}} # [[Q11379]] {{Q|11379}} ## [[Q11382]] {{Q|11382}} # [[Q12969754]] {{Q|12969754}} ## [[Q11388]] {{Q|11388}} ## [[Q11391]] {{Q|11391}} ## [[Q9128]] {{Q|9128}} ### [[Q1075]] {{Q|1075}} # [[Q11397]] {{Q|11397}} # [[Q11402]] {{Q|11402}} ## [[Q849919]] {{Q|849919}} ### [[Q11408]] {{Q|11408}} ## [[Q11412]] {{Q|11412}} ## [[Q11415]] {{Q|11415}} ## [[Q11418]] {{Q|11418}} # [[Q11421]] {{Q|11421}} # [[Q11423]] {{Q|11423}} # [[Q11426]] {{Q|11426}} ## [[Q11427]] {{Q|11427}} # [[Q11429]] {{Q|11429}} # [[Q11430]] {{Q|11430}} ## [[Q11432]] {{Q|11432}} ## [[Q11435]] {{Q|11435}} ## [[Q10251]] {{Q|10251}} ## [[Q11438]] {{Q|11438}} # [[Q944]] {{Q|944}} # [[Q11448]] {{Q|11448}} # [[Q11452]] {{Q|11452}} # [[Q11455]] {{Q|11455}} # [[Q11456]] {{Q|11456}} # [[Q11461]] {{Q|11461}} # [[Q11465]] {{Q|11465}} ## [[Q2111]] {{Q|2111}} # [[Q11466]] {{Q|11466}} # [[Q11471]] {{Q|11471}} # [[Q11473]] {{Q|11473}} # [[Q11475]] {{Q|11475}} {{div col end}} ==== Mathematics ==== {{div col|colwidth=16em}} # [[Q395]] {{Q|395}} # [[Q11205]] {{Q|11205}} ## [[Q11197]] {{Q|11197}} ## [[Q11563]] {{Q|11563}} ## [[Q12479]] {{Q|12479}} # [[Q3968]] {{Q|3968}} ## [[Q11567]] {{Q|11567}} ## [[Q11345]] {{Q|11345}} ## [[Q82571]] {{Q|82571}} # [[Q8087]] {{Q|8087}} ## [[Q11352]] {{Q|11352}} ## [[Q11500]] {{Q|11500}} ## [[Q11210]] {{Q|11210}} ## [[Q167]] {{Q|167}} ## [[Q11518]] {{Q|11518}} ## [[Q12485]] {{Q|12485}} ## [[Q8084]] {{Q|8084}} # [[Q7754]] {{Q|7754}} ## [[Q11214]] {{Q|11214}} ## [[Q11216]] {{Q|11216}} # Probability and statistics ## [[Q9492]] {{Q|9492}} ## [[Q12483]] {{Q|12483}} # Logic and foundations ## [[Q11348]] {{Q|11348}} ## [[Q205]] {{Q|205}} ## [[Q11538]] {{Q|11538}} ## [[Q12482]] {{Q|12482}} {{div col end}} === Food and agriculture === ====Agriculture==== # [[Q11451]] {{Q|11451}} ## [[Q11453]] {{Q|11453}} ## [[Q11464]] {{Q|11464}} ## [[Q11395]] {{Q|11395}} ====Food==== {{div col|colwidth=16em}} # [[Q2095]] {{Q|2095}} # [[Q7802]] {{Q|7802}} # [[Q12117]] {{Q|12117}} ## [[Q11577]] {{Q|11577}} ## [[Q11575]] {{Q|11575}} ## [[Q5090]] {{Q|5090}} ## [[Q332062]] {{Q|332062}} ## [[Q15645384]] {{Q|15645384}} # [[Q10943]] {{Q|10943}} # [[Q195]] {{Q|195}} # [[Q10987]] {{Q|10987}} # [[Q89]] {{Q|89}} # [[Q503]] {{Q|503}} # [[Q81513]] {{Q|81513}} # [[Q10978]] {{Q|10978}} # [[Q11009]] {{Q|11009}} # [[Q11006]] {{Q|11006}} # [[Q10990]] {{Q|10990}} # [[Q11002]] {{Q|11002}} # [[Q42527]] {{Q|42527}} # [[Q11254]] {{Q|11254}} # [[Q11004]] {{Q|11004}} ## [[Q10998]] {{Q|10998}} {{div col end}} ==== Beverages ==== {{div col|colwidth=16em}} # [[Q44]] {{Q|44}} # [[Q8486]] {{Q|8486}} # [[Q8492]] {{Q|8492}} # [[Q8495]] {{Q|8495}} # [[Q6097]] {{Q|6097}} # [[Q283]] {{Q|283}} # [[Q282]] {{Q|282}} {{div col end}} === Technology === {{div col|2}} # [[Q11016]] {{Q|11016}} # [[Q7108]] {{Q|7108}} # [[Q11460]] {{Q|11460}} ## [[Q11457]] {{Q|11457}} # [[Q11023]] {{Q|11023}} ## [[Q11019]] {{Q|11019}} ## [[Q11012]] {{Q|11012}} ## [[Q11022]] {{Q|11022}} ## [[Q446]] {{Q|446}} # [[Q11467]] {{Q|11467}} # [[Q11468]] {{Q|11468}} ==== Communication ==== # [[Q11024]] {{Q|11024}} # [[Q11028]] {{Q|11028}} ## [[Q5292]] {{Q|5292}} # [[Q11030]] {{Q|11030}} ## [[Q11032]] {{Q|11032}} # [[Q7075]] {{Q|7075}} ## [[Q571]] {{Q|571}} # [[Q11034]] {{Q|11034}} # [[Q11035]] {{Q|11035}} ==== Electronics ==== # [[Q11650]] {{Q|11650}} ## [[Q11651]] {{Q|11651}} ## [[Q11652]] {{Q|11652}} # Components ## [[Q5322]] {{Q|5322}} ## [[Q5325]] {{Q|5325}} ## [[Q5339]] {{Q|5339}} ## [[Q11656]] {{Q|11656}} ## [[Q5321]] {{Q|5321}} ## [[Q11658]] {{Q|11658}} ===== Computers and Internet ===== # [[Q68]] {{Q|68}} ## [[Q4439]] {{Q|4439}} ## [[Q5300]] {{Q|5300}} # [[Q11660]] {{Q|11660}} # [[Q11661]] {{Q|11661}} ## [[Q8366]] {{Q|8366}} # [[Q75]] {{Q|75}} ## [[Q9158]] {{Q|9158}} ## [[Q466]] {{Q|466}} # [[Q9135]] {{Q|9135}} # [[Q9143]] {{Q|9143}} # [[Q7397]] {{Q|7397}} ==== Energy and fuels ==== # [[Q12705]] {{Q|12705}} # [[Q12725]] {{Q|12725}} ## [[Q12739]] {{Q|12739}} # [[Q12748]] {{Q|12748}} # Engine ## [[Q12757]] {{Q|12757}} ## [[Q12760]] {{Q|12760}} # [[Q3196]] {{Q|3196}} ====Materials==== # [[Q11469]] {{Q|11469}} # [[Q11472]] {{Q|11472}} # [[Q11474]] {{Q|11474}} # [[Q287]] {{Q|287}} ==== Transportation ==== # [[Q7590]] {{Q|7590}} # [[Q11436]] {{Q|11436}} # [[Q11442]] {{Q|11442}} # [[Q1420]] {{Q|1420}} # [[Q2811]] {{Q|2811}} # [[Q11446]] {{Q|11446}} # [[Q870]] {{Q|870}} ==== Weapons ==== # [[Q728]] {{Q|728}} ## [[Q12791]] {{Q|12791}} ## [[Q12796]] {{Q|12796}} ### [[Q12800]] {{Q|12800}} ## [[Q12802]] {{Q|12802}} # [[Q12876]] {{Q|12876}} # [[Q12870]] {{Q|12870}} ## [[Q12861]] {{Q|12861}} {{div col end}} === Arts and recreation === {{div col|colwidth=16em}} # [[Q11042]] {{Q|11042}} # [[Q735]] {{Q|735}} ## [[Q1004]] {{Q|1004}} ## [[Q11629]] {{Q|11629}} ## [[Q11633]] {{Q|11633}} ## [[Q11634]] {{Q|11634}} ## [[Q11642]] {{Q|11642}} # [[Q11639]] {{Q|11639}} # [[Q12684]] {{Q|12684}} # [[Q11635]] {{Q|11635}} # [[Q12681]] {{Q|12681}} ==== Architecture and civil engineering ==== # [[Q12271]] {{Q|12271}} # [[Q12277]] {{Q|12277}} # [[Q12280]] {{Q|12280}} # [[Q12284]] {{Q|12284}} # [[Q12323]] {{Q|12323}} # [[Q12493]] {{Q|12493}} # [[Q3947]] {{Q|3947}} # Specific structures ## [[Q43473]] {{Q|43473}} ## [[Q10285]] {{Q|10285}} ## [[Q12501]] {{Q|12501}} ## [[Q243]] {{Q|243}} ## [[Q9188]] {{Q|9188}} ## [[Q12506]] {{Q|12506}} ## [[Q10288]] {{Q|10288}} ## [[Q13217298]] {{Q|13217298}} ## [[Q12512]] {{Q|12512}} ## [[Q9202]] {{Q|9202}} ## [[Q9141]] {{Q|9141}} ## [[Q12514]] {{Q|12514}} # [[Q12516]] {{Q|12516}} # [[Q12518]] {{Q|12518}} ==== Film, radio and television ==== # [[Q11424]] {{Q|11424}} ## [[Q11425]] {{Q|11425}} # [[Q872]] {{Q|872}} # [[Q289]] {{Q|289}} ====Music==== # [[Q638]] {{Q|638}} # [[Q7366]] {{Q|7366}} # Specific music genres ## [[Q9759]] {{Q|9759}} ## [[Q9730]] {{Q|9730}} ### [[Q1344]] {{Q|1344}} ### [[Q9734]] {{Q|9734}} ## [[Q9778]] {{Q|9778}} ## [[Q9764]] {{Q|9764}} ## [[Q11401]] {{Q|11401}} ## [[Q8341]] {{Q|8341}} ## [[Q9794]] {{Q|9794}} ## [[Q11399]] {{Q|11399}} ## [[Q11403]] {{Q|11403}} # Specific musical instruments ## [[Q11404]] {{Q|11404}} ## [[Q11405]] {{Q|11405}} ## [[Q6607]] {{Q|6607}} ## [[Q5994]] {{Q|5994}} ## [[Q8338]] {{Q|8338}} ## [[Q8355]] {{Q|8355}} ==== Recreation ==== # [[Q11410]] {{Q|11410}} ## [[Q11411]] {{Q|11411}} ## [[Q718]] {{Q|718}} ## [[Q11413]] {{Q|11413}} ## [[Q7889]] {{Q|7889}} # [[Q11416]] {{Q|11416}} # [[Q11417]] {{Q|11417}} ## [[Q11420]] {{Q|11420}} # [[Q5389]] {{Q|5389}} # [[Q349]] {{Q|349}} ## [[Q542]] {{Q|542}} ## Ball games ### [[Q5369]] {{Q|5369}} ### [[Q5372]] {{Q|5372}} ### [[Q5375]] {{Q|5375}} ### [[Q2736]] {{Q|2736}} ### [[Q5377]] {{Q|5377}} ### [[Q5378]] {{Q|5378}} ### [[Q847]] {{Q|847}} ## [[Q6388]] {{Q|6388}} # [[Q11422]] {{Q|11422}} {{div col end}} === History === # [[Q309]] {{Q|309}} ===== Prehistoric and ancient history ===== {{div col|colwidth=16em}} # [[Q11768]] {{Q|11768}} # [[Q11772]] {{Q|11772}} # [[Q11761]] {{Q|11761}} # [[Q11774]] {{Q|11774}} # [[Q7209]] {{Q|7209}} # [[Q11764]] {{Q|11764}} # [[Q28567]] {{Q|28567}} # [[Q11767]] {{Q|11767}} # [[Q11756]] {{Q|11756}} # [[Q2277]] {{Q|2277}} # [[Q35355]] {{Q|35355}} # [[Q11759]] {{Q|11759}} # [[Q9683]] {{Q|9683}} {{div col end}} ===== Medieval and Renaissance periods ===== {{div col|colwidth=16em}} # [[Q12536]] {{Q|12536}} # [[Q12542]] {{Q|12542}} # [[Q12544]] {{Q|12544}} # [[Q12546]] {{Q|12546}} # [[Q12548]] {{Q|12548}} # [[Q28573]] {{Q|28573}} # [[Q184536]] {{Q|184536}} # [[Q12554]] {{Q|12554}} # [[Q9903]] {{Q|9903}} # [[Q12557]] {{Q|12557}} # [[Q12560]] {{Q|12560}} # [[Q4692]] {{Q|4692}} # [[Q12567]] {{Q|12567}} {{div col end}} ===== Early modern and modern periods ===== {{div col|colwidth=16em}} # [[Q12539]] {{Q|12539}} # [[Q8676]] {{Q|8676}} # [[Q8669]] {{Q|8669}} # [[Q11409]] {{Q|11409}} # [[Q8680]] {{Q|8680}} # [[Q8683]] {{Q|8683}} # [[Q6534]] {{Q|6534}} # [[Q8698]] {{Q|8698}} # [[Q2763]] {{Q|2763}} # [[Q2269]] {{Q|2269}} # [[Q7318]] {{Q|7318}} # [[Q8707]] {{Q|8707}} # [[Q12562]] {{Q|12562}} # [[Q8729]] {{Q|8729}} # [[Q8733]] {{Q|8733}} # [[Q15180]] {{Q|15180}} # [[Q8740]] {{Q|8740}} # [[Q361]] {{Q|361}} # [[Q362]] {{Q|362}} {{div col end}} === Geography === {{div col|colwidth=16em}} # [[Q1071]] {{Q|1071}} # [[Q515]] {{Q|515}} # [[Q5107]] {{Q|5107}} # [[Q4421]] {{Q|4421}} # [[Q8502]] {{Q|8502}} # [[Q8514]] {{Q|8514}} # [[Q934]] {{Q|934}} # [[Q9430]] {{Q|9430}} # [[Q4022]] {{Q|4022}} # [[Q165]] {{Q|165}} # [[Q933]] {{Q|933}} ==== Continents and major regions ==== # [[Q15]] {{Q|15}} # [[Q51]] {{Q|51}} # [[Q48]] {{Q|48}} # [[Q46]] {{Q|46}} # [[Q7204]] {{Q|7204}} # [[Q49]] {{Q|49}} # [[Q55643]] {{Q|55643}} # [[Q18]] {{Q|18}} {{div col end}} ==== Countries ==== {{div col|colwidth=16em}} Eventually, there should be articles on most or all of the countries listed at [[:w:en:List of sovereign states|List of countries]]. However, for the smaller Wikipedias, some of the more high-priority countries to have articles on are: ===== Africa ===== # [[Q262]] {{Q|262}} # [[Q974]] {{Q|974}} # [[Q79]] {{Q|79}} # [[Q115]] {{Q|115}} # [[Q1033]] {{Q|1033}} # [[Q258]] {{Q|258}} # [[Q1049]] {{Q|1049}} # [[Q924]] {{Q|924}} ===== Asia ===== # [[Q889]] {{Q|889}} # [[Q902]] {{Q|902}} # [[Q148]] {{Q|148}} # [[Q668]] {{Q|668}} # [[Q252]] {{Q|252}} # [[Q794]] {{Q|794}} # [[Q796]] {{Q|796}} # [[Q801]] {{Q|801}} # [[Q17]] {{Q|17}} # [[Q843]] {{Q|843}} # [[Q928]] {{Q|928}} # [[Q851]] {{Q|851}} # [[Q884]] {{Q|884}} # [[Q869]] {{Q|869}} # [[Q43]] {{Q|43}} # [[Q881]] {{Q|881}} ===== Europe ===== # [[Q40]] {{Q|40}} # [[Q142]] {{Q|142}} # [[Q183]] {{Q|183}} # [[Q38]] {{Q|38}} # [[Q55]] {{Q|55}} # [[Q36]] {{Q|36}} # [[Q45]] {{Q|45}} # [[Q159]] {{Q|159}} # [[Q29]] {{Q|29}} # [[Q39]] {{Q|39}} # [[Q212]] {{Q|212}} # [[Q145]] {{Q|145}} # [[Q237]] {{Q|237}} ===== North America ===== # [[Q16]] {{Q|16}} # [[Q241]] {{Q|241}} # [[Q96]] {{Q|96}} # [[Q30]] {{Q|30}} ===== South America ===== # [[Q414]] {{Q|414}} # [[Q155]] {{Q|155}} # [[Q739]] {{Q|739}} ===== Oceania ===== # [[Q408]] {{Q|408}} {{div col end}} ==== Cities ==== {{div col|colwidth=16em}} ===== Africa ===== # [[Q85]] {{Q|85}} # [[Q5465]] {{Q|5465}} # [[Q3838]] {{Q|3838}} # [[Q8673]] {{Q|8673}} # [[Q3870]] {{Q|3870}} ===== Asia ===== # [[Q1530]] {{Q|1530}} # [[Q1861]] {{Q|1861}} # [[Q956]] {{Q|956}} # [[Q3766]] {{Q|3766}} # [[Q1353]] {{Q|1353}} # [[Q1354]] {{Q|1354}} # [[Q612]] {{Q|612}} # [[Q8646]] {{Q|8646}} # [[Q3630]] {{Q|3630}} # [[Q1218]] {{Q|1218}} # [[Q8660]] {{Q|8660}} # [[Q1348]] {{Q|1348}} # [[Q5806]] {{Q|5806}} # [[Q1156]] {{Q|1156}} # [[Q8684]] {{Q|8684}} # [[Q8686]] {{Q|8686}} # [[Q334]] {{Q|334}} # [[Q3616]] {{Q|3616}} # [[Q1490]] {{Q|1490}} ===== Europe ===== # [[Q727]] {{Q|727}} # [[Q1524]] {{Q|1524}} # [[Q64]] {{Q|64}} # [[Q239]] {{Q|239}} # [[Q406]] {{Q|406}} # [[Q84]] {{Q|84}} # [[Q2807]] {{Q|2807}} # [[Q649]] {{Q|649}} # [[Q90]] {{Q|90}} # [[Q220]] {{Q|220}} # [[Q656]] {{Q|656}} # [[Q1741]] {{Q|1741}} ===== North America ===== # [[Q65]] {{Q|65}} # [[Q1489]] {{Q|1489}} # [[Q60]] {{Q|60}} # [[Q61]] {{Q|61}} ===== South America ===== # [[Q2841]] {{Q|2841}} # [[Q1486]] {{Q|1486}} # [[Q8678]] {{Q|8678}} # [[Q174]] {{Q|174}} ===== Oceania ===== # [[Q3130]] {{Q|3130}} {{div col end}} ==== Bodies of water ==== {{div col|colwidth=16em}} # [[Q3783]] {{Q|3783}} # [[Q788]] {{Q|788}} # [[Q97]] {{Q|97}} # [[Q545]] {{Q|545}} # [[Q166]] {{Q|166}} # [[Q1247]] {{Q|1247}} # [[Q5484]] {{Q|5484}} # [[Q3503]] {{Q|3503}} # [[Q1653]] {{Q|1653}} # [[Q5089]] {{Q|5089}} # [[Q7343]] {{Q|7343}} # [[Q7347]] {{Q|7347}} # [[Q1239]] {{Q|1239}} # [[Q7348]] {{Q|7348}} # [[Q5513]] {{Q|5513}} # [[Q5505]] {{Q|5505}} # [[Q4918]] {{Q|4918}} # [[Q1497]] {{Q|1497}} # [[Q3542]] {{Q|3542}} # [[Q3392]] {{Q|3392}} # [[Q1693]] {{Q|1693}} # [[Q98]] {{Q|98}} # [[Q7350]] {{Q|7350}} # [[Q584]] {{Q|584}} # [[Q37660]] {{Q|37660}} # [[Q899]] {{Q|899}} # [[Q7354]] {{Q|7354}} # [[Q626]] {{Q|626}} # [[Q5413]] {{Q|5413}} # [[Q7355]] {{Q|7355}} {{div col end}} ==== Mountains and deserts ==== # [[Q1286]] {{Q|1286}} # [[Q5456]] {{Q|5456}} # [[Q5451]] {{Q|5451}} ## [[Q513]] {{Q|513}} # [[Q7296]] {{Q|7296}} # [[Q5463]] {{Q|5463}} # [[Q6583]] {{Q|6583}} [[Category:WikiProjects|Core Articles]] t5ou8whwmbhd360ozd1eh94e15uz2xq Abstract Wikipedia:WikiProject Encyclopedic Quality 4 1718 9681 8568 2026-06-05T17:13:54Z Arlo Barnes 953 /* Members */ +1 9681 wikitext text/x-wiki This WikiProject has the goal of creating viable encyclopedic articles with more complex sentence structures that are more detailed. This includes both work on this wiki and [[f:|Wikifunctions]]. == Members == # [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) # [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:54, 22 May 2026 (UTC) # [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) == See also == * [[abstract:WikiProject Core articles]] [[category:WikiProjects|Encyclopedic Quality]] hulljts1i9bxgeo6s99dmn6sjvu3815 9687 9681 2026-06-05T20:33:00Z Feeglgeef 36 that's what the category is for 9687 wikitext text/x-wiki This WikiProject has the goal of creating viable encyclopedic articles with more complex sentence structures that are more detailed. This includes both work on this wiki and [[f:|Wikifunctions]]. == Members == # [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) # [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 16:54, 22 May 2026 (UTC) # [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) [[category:WikiProjects|Encyclopedic Quality]] hy1mup6eoxze52bffjfy909si54u68b Template:Main page/News/en 10 1883 9665 9336 2026-06-05T14:18:54Z FuzzyBot 563 Updating to match new version of source page 9665 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;Volunteer's Corners * The next Volunteers' Corner will be at <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> on <bdi lang="en" dir="ltr">Google Meet</bdi> at <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|most recent Volunteer's Corner]] is available on Commons. ; Recent status updates about Wikifunctions <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: A higher meaning * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: References from Wikidata are now available </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small">More news</span>]</span> </div><noinclude>[[Category:templates]]</noinclude> 0rw25gghka4ejqh6nfz3pssoi1ywm5q Template:Main page/News/bn 10 1989 9661 9333 2026-06-05T14:18:54Z FuzzyBot 563 Updating to match new version of source page 9661 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;স্বেচ্ছাসেবক সভা * পরবর্তী স্বেচ্ছাসেবক সভা <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>-এ <bdi lang="en" dir="ltr">Google Meet</bdi>-এ <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>-এ হবে। * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|সর্বশেষ স্বেচ্ছাসেবক সভা]] কমন্সে পাওয়া যাবে। ; উইকিফাংশন্স সম্পর্কে সাম্প্রতিক হালনাগাদ <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: References from Wikidata are now available</span> </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small">আরও সংবাদ</span>]</span> </div><noinclude>[[Category:templates]]</noinclude> cvvsxo24yypc00mxhlfodc3af21bb7z Template:Main page/News/de 10 2061 9662 9359 2026-06-05T14:18:54Z FuzzyBot 563 Updating to match new version of source page 9662 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;Freiwilligentreffen * Das nächste Freiwilligentreffen findet um <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> auf <bdi lang="en" dir="ltr">Google Meet</bdi> unter <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi> statt. * Das [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|letzte Freiwilligentreffen]] ist auf Commons verfügbar. ; Aktuelle Neuigkeiten zum Status von Wikifunctions <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Rückblick und Ausblick * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Jahresplan 2026/2027 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: Eine höhere Bedeutung * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: Einzelnachweise aus Wikidata jetzt verfügbar </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small">Weitere Neuigkeiten</span>]</span> </div><noinclude>[[Category:templates]]</noinclude> 0jvu3y858950huvapbfcaxd6xv49xvd Template:Main page/News/ar 10 2080 9663 9334 2026-06-05T14:18:54Z FuzzyBot 563 Updating to match new version of source page 9663 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;ركن المتطوعين * سيكون ركن المتطوعين التالي في <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> على <bdi lang="en" dir="ltr">Google Meet</bdi> في <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|أحدث ركن المتطوعين]] متاح على كومنز. ; تحديثات الحالة الأخيرة حول ويكي الدوال <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027</span> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: معنى أسمى * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: المراجع من ويكي بيانات متاحة الآن </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small">المزيد من الأخبار</span>]</span> </div><noinclude>[[Category:templates]]</noinclude> jmhvk2tp33el155szlto7cln7uss8xz Template:Main page/News/zh 10 2278 9668 9339 2026-06-05T14:18:55Z FuzzyBot 563 Updating to match new version of source page 9668 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * <span lang="en" dir="ltr" class="mw-content-ltr">The next Volunteers' Corner will be at <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> on <bdi lang="en" dir="ltr">Google Meet</bdi> at <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|most recent Volunteer's Corner]] is available on Commons.</span> ; <span lang="en" dir="ltr" class="mw-content-ltr">Recent status updates about Wikifunctions</span> <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: References from Wikidata are now available</span> </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small">更多新闻</span>]</span> </div><noinclude>[[Category:templates]]</noinclude> tq8b77bgwjqmc870xh4kr0vgp4wzbwl User talk:Jsamwrites 3 2315 9689 9493 2026-06-05T20:34:44Z Feeglgeef 36 /* Duplicate */ reply: No, they should be merged. (-) ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]]) 9689 wikitext text/x-wiki == Section titles == Hi, thank you for your edits. I wanted to let you know that, in your particular use case of [[f:Z31465|''section title (H2)'']], it is better to use [[f:Z32145|''section title from Wikidata label in sentence case'']]. The representation is more compact this way; you can see on the [[Special:PermanentLink/6863|most recent revision here]]. In addition, not every language uses sentence case. The only language that is like this that I can identify is Toki Pona; "Notable work" in English should be only "<span lang=tok>musi suli</span>" in Toki Pona. Regardless, it still needs to be accounted for. Using the more compact function avoids causing this discrepancy and creates the desired behavior. In general, it is better to prioritize use of HTML fragment generation functions that interact with Wikidata items directly as they more effectively account for this. Generalizing languages is HARD, as I'm sure you are aware, so leaving it up to function editors to take care of the nuance for you rather than hard-coding it is a good methodology to edit by. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:56, 26 April 2026 (UTC) :@[[User:Theki|Theki]] Thanks for your comment. I will take this into account in my new creations. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 18:01, 26 April 2026 (UTC) ::Of course! Happy editing! &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 18:01, 26 April 2026 (UTC) == Duplicate == [[Abstract Wikipedia:WikiProject LGBT]] is a duplicate of [[Abstract Wikipedia:WikiProject LGBTQ+ studies]], no? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 01:10, 3 June 2026 (UTC) :Thanks. I just joined it. I created [[Abstract Wikipedia:WikiProject LGBT]] as a larger umbrella project, similar to the one on [https://www.wikidata.org/wiki/Wikidata:WikiProject_LGBT Wikidata]. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 11:42, 3 June 2026 (UTC) : No, they should be merged. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:34, 5 June 2026 (UTC) 3uovkdrzpujwh2k99hp5fq4oah729y2 9690 9689 2026-06-05T20:34:53Z Feeglgeef 36 /* Duplicate */ 9690 wikitext text/x-wiki == Section titles == Hi, thank you for your edits. I wanted to let you know that, in your particular use case of [[f:Z31465|''section title (H2)'']], it is better to use [[f:Z32145|''section title from Wikidata label in sentence case'']]. The representation is more compact this way; you can see on the [[Special:PermanentLink/6863|most recent revision here]]. In addition, not every language uses sentence case. The only language that is like this that I can identify is Toki Pona; "Notable work" in English should be only "<span lang=tok>musi suli</span>" in Toki Pona. Regardless, it still needs to be accounted for. Using the more compact function avoids causing this discrepancy and creates the desired behavior. In general, it is better to prioritize use of HTML fragment generation functions that interact with Wikidata items directly as they more effectively account for this. Generalizing languages is HARD, as I'm sure you are aware, so leaving it up to function editors to take care of the nuance for you rather than hard-coding it is a good methodology to edit by. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:56, 26 April 2026 (UTC) :@[[User:Theki|Theki]] Thanks for your comment. I will take this into account in my new creations. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 18:01, 26 April 2026 (UTC) ::Of course! Happy editing! &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 18:01, 26 April 2026 (UTC) == Duplicate == [[Abstract Wikipedia:WikiProject LGBT]] is a duplicate of [[Abstract Wikipedia:WikiProject LGBTQ+ studies]], no? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 01:10, 3 June 2026 (UTC) :Thanks. I just joined it. I created [[Abstract Wikipedia:WikiProject LGBT]] as a larger umbrella project, similar to the one on [https://www.wikidata.org/wiki/Wikidata:WikiProject_LGBT Wikidata]. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 11:42, 3 June 2026 (UTC) ::No, they should be merged. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:34, 5 June 2026 (UTC) qmg8juztgw69fjcsrvj1coieu6u09yg 9694 9690 2026-06-05T20:44:15Z Jsamwrites 874 /* Duplicate */ Reply 9694 wikitext text/x-wiki == Section titles == Hi, thank you for your edits. I wanted to let you know that, in your particular use case of [[f:Z31465|''section title (H2)'']], it is better to use [[f:Z32145|''section title from Wikidata label in sentence case'']]. The representation is more compact this way; you can see on the [[Special:PermanentLink/6863|most recent revision here]]. In addition, not every language uses sentence case. The only language that is like this that I can identify is Toki Pona; "Notable work" in English should be only "<span lang=tok>musi suli</span>" in Toki Pona. Regardless, it still needs to be accounted for. Using the more compact function avoids causing this discrepancy and creates the desired behavior. In general, it is better to prioritize use of HTML fragment generation functions that interact with Wikidata items directly as they more effectively account for this. Generalizing languages is HARD, as I'm sure you are aware, so leaving it up to function editors to take care of the nuance for you rather than hard-coding it is a good methodology to edit by. &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 17:56, 26 April 2026 (UTC) :@[[User:Theki|Theki]] Thanks for your comment. I will take this into account in my new creations. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 18:01, 26 April 2026 (UTC) ::Of course! Happy editing! &mdash; [[User:Theki|rae<sup>5e</sup>]] &lt;[[User talk:Theki|talk]]&gt; 18:01, 26 April 2026 (UTC) == Duplicate == [[Abstract Wikipedia:WikiProject LGBT]] is a duplicate of [[Abstract Wikipedia:WikiProject LGBTQ+ studies]], no? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 01:10, 3 June 2026 (UTC) :Thanks. I just joined it. I created [[Abstract Wikipedia:WikiProject LGBT]] as a larger umbrella project, similar to the one on [https://www.wikidata.org/wiki/Wikidata:WikiProject_LGBT Wikidata]. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 11:42, 3 June 2026 (UTC) ::No, they should be merged. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:34, 5 June 2026 (UTC) :::Please go ahead. [[User:Jsamwrites|John Samuel]] ([[User:Jsamwrites|talk]]) 20:44, 5 June 2026 (UTC) ifu5se5591kgirnb8zxzr7f1av9yncg Abstract Wikipedia talk:WikiProject Core articles 5 2323 9709 7554 2026-06-05T21:17:45Z Arlo Barnes 953 /* self-description */ --Prose 9709 wikitext text/x-wiki == self-description == There should be articles for Q-numbers linked to project space pages on this wiki, so that guidance documents have an abstract content equivalent. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:23, 18 April 2026 (UTC) :I support the idea morally, but I don't think AW is currently capable of handling meta-content yet. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:37, 18 April 2026 (UTC) ::Which is why I think it can be a goal to work toward, and a progressive test of capability. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 05:32, 19 April 2026 (UTC) :::[[special:allpages]] yields: :::* [[abstract:about]] — [[d:special:entitypage/Q4387616|about/introduction/welcome]] — [[Q4387616]] :::* [[abstract:administrators]] — [[d:special:entitypage/Q4039395|administrators]] — [[Q4039395]] :::* [[abstract:administrators' noticeboard]] — [[d:special:entitypage/Q4580256|administrators' noticeboard]] — [[Q4580256]] :::* <!--👂🐟-->[[abstract:Babel]] — [[d:special:entitypage/Q6476774|Babel]] — [[Q6476774]] :::* [[abstract:community portal]] — [[d:special:entitypage/Q4654925|community portal]] — [[Q4654925]] :::* [[abstract:featured article]] — [[d:special:entitypage/Q79763|featured article candidates]] — [[Q79763]] :::* [[abstract:frequently asked questions]] — [[d:special:entitypage/Q43120|FAQ]] — [[Q43120]] :::* [[abstract:list of policies and guidelines]] — [[d:special:entitypage/Q4656150|policies and guidelines]] — [[Q4656150]] :::* [[abstract:main page]] — [[d:special:entitypage/Q5296|main page]] — [[Q5296]] :::* [[abstract:project chat]] — [[d:special:entitypage/Q16503|village pump]] — [[Q16503]] :::* [[abstract:report a technical problem]] — [[d:special:entitypage/Q4582194|village pump (technical)]] — [[Q4582194]] :::* [[abstract:requests for deletion]] — [[d:special:entitypage/Q22897|deletion requests]] — [[Q22897]] :::* [[abstract:requests for permissions]] — [[d:special:entitypage/Q5453037|requests for permissions]] — [[Q5453037]] :::* [[abstract:suggested functions]] — [[d:special:entitypage/Q139175401|suggested functions]] — [[Q139175401]] :::* [[abstract:tools]] — [[d:special:entitypage/Q6584911|tools]] — [[Q6584911]] :::* [[abstract:useful functions for article composition]] — [[d:special:entitypage/Q139175483|useful functions for article composition]] — [[Q139175483]] :::* [[abstract:user groups]] — [[d:special:entitypage/Q4616064|user groups]] — [[Q4616064]] :::* [[abstract:WikiProject]] — [[d:special:entitypage/Q4234303|WikiProject]] — [[Q4234303]] :::* [[abstract:WikiProject Core articles]] — [[d:special:entitypage/Q43375360|vital articles]] — [[Q43375360]] :::* [[abstract:WikiProject Encyclopedic Quality]] — [[d:special:entitypage/Q115706234|proficiency]] — [[Q115706234]] :::as initial candidates in the project namespace. Of course, the articles would be about these pages in '''all''' of the linked wikis, technically; but the pages are 'about' their own subjects which is what would end up being conveyed anyway. There's also [[abstract:general disclaimer]] which is linked in the footer of every page but doesn't exist yet, so it could even be abstract-first on this wiki ([[wikidata:special:entitypage/Q4980478|general disclaimer]], [[Q4980478]]). In the 'help' namespace there's: :::* [[help:contents]] — [[d:special:entitypage/Q914807|contents]] — [[Q914807]] :::* [[help:how to create an article]] — [[d:special:entitypage/Q151637|editing]] — [[Q151637]] :::[[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 07:26, 19 April 2026 (UTC) ::::I'm not certain that's how we want to use [[d:Q14204246]] instances. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:23, 19 April 2026 (UTC) :::::To what use should they be put then, if any? [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:25, 19 April 2026 (UTC) ::::::To describe the topics encyclopedically? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 11:49, 11 May 2026 (UTC) :::::::But if we are going by Wikidata sitelinks, the topics are various project and help namespace pages on separate wikis, including this one — as a sort of [[Q1549285]]. Or maybe the line between stating what said pages are used for, and what their basic use ''is'' doesn't distinguish as much as I might initially think. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 12:02, 11 May 2026 (UTC) == Adding Item labels == I think it is helpful to see directly at the page the item labels of the proposed core articles and a link to the item. At my user page I tried it with {{Q|868}} and it did not show a label. In Wikifunctions I got the english Label. What do you think about adding the Template Q to the items to show a label. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:51, 19 April 2026 (UTC) :Seems like the Q template import at Abstract Wikipedia needs something else to actually retrieve the labels, then. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:50, 19 April 2026 (UTC) ::It is possible to add a language explicit in the template as an argument. This requires translating the Wikiproject page to enable people to view item labels in different languages. As Abstract Wikipedia has the goal of making content available in more languages I think this is an important point to be not too much english centered. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:35, 24 April 2026 (UTC) :::{{q|505335}} ([[Q505335]]) for example has a 'mul' label, it should display that by default. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:59, 24 April 2026 (UTC) : Being bold here: I added the template Q for the labels. It also links to wikidata and shows the (same) wikidate Q-id with a link). The links to wikidata and the Q-id are not needed, so maybe an alternitve template to only show the text of tha labes could fix that. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 16:59, 3 May 2026 (UTC) ::There is [[Template:Label]] for showing only the label of an item. So for example <code><nowiki>{{label|Q97|link=wikidata}}</nowiki></code>. So far the link is not leading to Wikidata as expected. So the templates needs improvement or same changes in Abstract Wikipedia. I link it is useful if the link leads to the Wikidata item. As it can help learning about what an item is about and to see what content is available in Wikidata so far. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:17, 4 May 2026 (UTC) :::<code><nowiki>{{label|Q97|link=-}}</nowiki></code> shows the label text only. So fro example :::# [[Q97]] {{label|Q97|link=-}} :::[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:16, 5 May 2026 (UTC) :::: Or <code><nowiki>[[Q97]] {{label|Q97|link=-}} ([https://www.wikidata.org/wiki/Q97 Wikidata link]</nowiki></code>) gives ::::# [[Q97]] {{label|Q97|link=-}} ([https://www.wikidata.org/wiki/Q97 Wikidata link]) :::: [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:27, 5 May 2026 (UTC) == Missing Templates in Abstract Wikipedia == I currently do not know if there are created templates on this platform to aid in article creation because I currently find creating or editing abstract Wikipedia more tedious instead of it making life simpler for both humans and machines since we were using Wikifunctions and Wikidata as our backbone. I contacted @[[User:Hogü-456|Hogü-456]] to see if he had answers but he said I could post it here for a wider discussion. Thinking out loud, I think if we could create standard templates for articles on various subjects, category and topics of interest, that will get us much closer to the overall dream of abstract Wikipedia and automatically pull in people with non-technical background. For example, the way the article for [https://abstract.wikipedia.org/view/en/Q408 Australia] could be used as yardstick for creating articles for a country and once a template is created for country level article creation, we could even have bots create these articles under the approval of human. There are some other beautiful articles already we could use it's structure to create a master template for any of the following: * Plants * Animals * Disease * Biographies * Countries * Wikimedia affiliates * ETC... Again, Wikidata powered infobox dubbed Databox makes articles beautiful and would make our articles great. [[User:Dnshitobu|Dnshitobu]] ([[User talk:Dnshitobu|talk]]) 08:25, 11 May 2026 (UTC) :Of course. I think [[Q49613|year intros]] are also somewhat inspiring, they don't create ''great'' content, but it's somewhat useful. Each "template article" (which we might require to obtain featured status) might have some of its own functions created for it that will need to be made multilingual. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:05, 11 May 2026 (UTC) :: Question: Would it be possible to add infoboxes to Abstract Wikipedia articles? Infoboxes generated fully from Wikidata will provide a wealth of data, like template:Wikidata Infobox on Commons. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:46, 11 May 2026 (UTC) :::I don't see why not. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:51, 11 May 2026 (UTC) mdsg4vswip2q9ib8b4ihvm0glz66bub 9717 9709 2026-06-05T21:40:58Z Arlo Barnes 953 /* self-description */ move list to userpage 9717 wikitext text/x-wiki == self-description == There should be articles for Q-numbers linked to project space pages on this wiki, so that guidance documents have an abstract content equivalent. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:23, 18 April 2026 (UTC) : I support the idea morally, but I don't think AW is currently capable of handling meta-content yet. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 23:37, 18 April 2026 (UTC) :: Which is why I think it can be a goal to work toward, and a progressive test of capability. See list at [[user:Arlo Barnes#core|my userpage]]. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 07:26, 19 April 2026 (UTC) ::: I'm not certain that's how we want to use [[d:Q14204246]] instances. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 21:23, 19 April 2026 (UTC) :::: To what use should they be put then, if any? — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:25, 19 April 2026 (UTC) ::::: To describe the topics encyclopedically? [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 11:49, 11 May 2026 (UTC) :::::: But if we are going by Wikidata sitelinks, the topics are various project and help namespace pages on separate wikis, including this one — as a sort of [[Q1549285]]. Or maybe the line between stating what said pages are used for, and what their basic use ''is'' doesn't distinguish as much as I might initially think. — [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 12:02, 11 May 2026 (UTC) == Adding Item labels == I think it is helpful to see directly at the page the item labels of the proposed core articles and a link to the item. At my user page I tried it with {{Q|868}} and it did not show a label. In Wikifunctions I got the english Label. What do you think about adding the Template Q to the items to show a label. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:51, 19 April 2026 (UTC) :Seems like the Q template import at Abstract Wikipedia needs something else to actually retrieve the labels, then. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 21:50, 19 April 2026 (UTC) ::It is possible to add a language explicit in the template as an argument. This requires translating the Wikiproject page to enable people to view item labels in different languages. As Abstract Wikipedia has the goal of making content available in more languages I think this is an important point to be not too much english centered. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:35, 24 April 2026 (UTC) :::{{q|505335}} ([[Q505335]]) for example has a 'mul' label, it should display that by default. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 19:59, 24 April 2026 (UTC) : Being bold here: I added the template Q for the labels. It also links to wikidata and shows the (same) wikidate Q-id with a link). The links to wikidata and the Q-id are not needed, so maybe an alternitve template to only show the text of tha labes could fix that. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 16:59, 3 May 2026 (UTC) ::There is [[Template:Label]] for showing only the label of an item. So for example <code><nowiki>{{label|Q97|link=wikidata}}</nowiki></code>. So far the link is not leading to Wikidata as expected. So the templates needs improvement or same changes in Abstract Wikipedia. I link it is useful if the link leads to the Wikidata item. As it can help learning about what an item is about and to see what content is available in Wikidata so far. [[User:Hogü-456|Hogü-456]] ([[User talk:Hogü-456|talk]]) 19:17, 4 May 2026 (UTC) :::<code><nowiki>{{label|Q97|link=-}}</nowiki></code> shows the label text only. So fro example :::# [[Q97]] {{label|Q97|link=-}} :::[[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:16, 5 May 2026 (UTC) :::: Or <code><nowiki>[[Q97]] {{label|Q97|link=-}} ([https://www.wikidata.org/wiki/Q97 Wikidata link]</nowiki></code>) gives ::::# [[Q97]] {{label|Q97|link=-}} ([https://www.wikidata.org/wiki/Q97 Wikidata link]) :::: [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:27, 5 May 2026 (UTC) == Missing Templates in Abstract Wikipedia == I currently do not know if there are created templates on this platform to aid in article creation because I currently find creating or editing abstract Wikipedia more tedious instead of it making life simpler for both humans and machines since we were using Wikifunctions and Wikidata as our backbone. I contacted @[[User:Hogü-456|Hogü-456]] to see if he had answers but he said I could post it here for a wider discussion. Thinking out loud, I think if we could create standard templates for articles on various subjects, category and topics of interest, that will get us much closer to the overall dream of abstract Wikipedia and automatically pull in people with non-technical background. For example, the way the article for [https://abstract.wikipedia.org/view/en/Q408 Australia] could be used as yardstick for creating articles for a country and once a template is created for country level article creation, we could even have bots create these articles under the approval of human. There are some other beautiful articles already we could use it's structure to create a master template for any of the following: * Plants * Animals * Disease * Biographies * Countries * Wikimedia affiliates * ETC... Again, Wikidata powered infobox dubbed Databox makes articles beautiful and would make our articles great. [[User:Dnshitobu|Dnshitobu]] ([[User talk:Dnshitobu|talk]]) 08:25, 11 May 2026 (UTC) :Of course. I think [[Q49613|year intros]] are also somewhat inspiring, they don't create ''great'' content, but it's somewhat useful. Each "template article" (which we might require to obtain featured status) might have some of its own functions created for it that will need to be made multilingual. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 12:05, 11 May 2026 (UTC) :: Question: Would it be possible to add infoboxes to Abstract Wikipedia articles? Infoboxes generated fully from Wikidata will provide a wealth of data, like template:Wikidata Infobox on Commons. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 15:46, 11 May 2026 (UTC) :::I don't see why not. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 15:51, 11 May 2026 (UTC) rileanpc0fwtolej9em77ivxwig9oip Template:Main page/News/sv 10 2418 9666 9453 2026-06-05T14:18:54Z FuzzyBot 563 Updating to match new version of source page 9666 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;Volontärshörnan * Nästa volontärshörna kommer hållas på <bdi lang="en" dir="ltr">Google Meet</bdi> <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>, på <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>. * Den [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|förra volontärshörnan]] finns att se på Commons. ; Senaste nytt om Wikifunctions <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: References from Wikidata are now available</span> </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small">Fler nyheter</span>]</span> </div><noinclude>[[Category:templates]]</noinclude> 51w6e6slini11ctyqxaudilybf6iwue Template:Main page/News/hu 10 2805 9664 9335 2026-06-05T14:18:54Z FuzzyBot 563 Updating to match new version of source page 9664 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;<span lang="en" dir="ltr" class="mw-content-ltr">Volunteer's Corners</span> * A következő Önkéntes Sarok <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi>-kor lesz <bdi lang="en" dir="ltr">Google Meet</bdi> oldalon a <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi> linken. * <span lang="en" dir="ltr" class="mw-content-ltr">The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|most recent Volunteer's Corner]] is available on Commons.</span> ; <span lang="en" dir="ltr" class="mw-content-ltr">Recent status updates about Wikifunctions</span> <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: A higher meaning</span> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: Elérhetők a Wikidatáról származó hivatkozások </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small"><span lang="en" dir="ltr" class="mw-content-ltr">More news</span></span>]</span> </div><noinclude>[[Category:templates]]</noinclude> rhf8mkt802rdjw5v2bikec65higyvrv Abstract Wikipedia:Manual of Style 4 2883 9711 9037 2026-06-05T21:23:50Z Arlo Barnes 953 /* Media */ new section 9711 wikitext text/x-wiki {{Shortcut|Abstract:MOS}} {{Policy draft}} This '''Manual of Style''' is the style manual for all Abstract Wikipedia articles. This page applies to content in all languages, but be sure to check the local Wikipedia's style guide, as you should adhere to that as much as possible for outputted text. This manual may be relevant to content authors, function authors, or both. == Summary == {{Shortcut|Abstract:MOS/S}} We're writing... * an encyclopedia; * in all languages; * accessibly and aesthetically. == Section organization == {{Shortcut|Abstract:MOS/SO}} An article's content should begin with an introductory lead section – a concise summary of the article – which is never divided into sections. The remainder of the article is typically divided into sections. Infoboxes, images, and other related content in the lead should be positioned on the side opposite the reader's starting point for that specific script (on the right for left-to-right languages like English, on the left for right-to-left languages like Arabic). == Section headings == {{Shortcut|Abstract:MOS/SH}} All section headings should be their own fragment. Section headings should: * not redundantly refer back to the subject of the article, e.g., Early life, not Smith's early life or His early life * not refer to a higher-level heading, unless doing so is shorter or clearer * not be numbered or lettered as an outline * not use question format, e.g., Languages, not What languages are spoken? * not use color, unusual fonts, markup (such as bold or italics), images, citations, or footnotes, which cause accessibility issues. Section headings must be unique in all languages (except in ones with exceptionally limited vocabulary, like Toki Pona). == Quotations == {{Shortcut|Abstract:MOS/Q}} Quotations should be used sparingly, as a quote can only be on one language, whereas an article in many. They should be used only when you would naturally use a foreign language quote. Consider paraphrasing quotations abstractly (while being aware that close paraphrasing can still violate copyright). == Media == {{Shortcut|Abstract:MOS/M}} Using the function '[[f:Z36038|create Commons thumbnail image]]' available [[f:WF:status updates/2026-06-05#The illustrated encyclopaedia|since June 2026]], media can be added to articles. Only media directly pertinent to the subject matter of the article should be included; remember that Abstract Wikipedia articles often have a narrower topical scope than the corresponding articles at the natural language wikis, since they are tied to Wikidata concepts. == Links == {{Shortcut|Abstract:MOS/LINK}} * '''Make links only where they are relevant and helpful in the context''': Excessive use of hyperlinks can be distracting and may slow the reader down. Redundant links clutter the page and make future maintenance harder. High-value links that are worth pursuing should stand out clearly. * '''Link to Abstract Wikipedia articles''': Do not link to articles on other Wikipedias, such as the English Wikipedia, unless in a section specifically for external links. Link to an Abstract Wikipedia article through its QID, displaying the title of the article or another relevant name in the display language. * '''Link a term at most once per major section''': Only include one link per term per major section (typically level 2), at its first occurrence. == Paragraphs == {{Shortcut|Abstract:MOS/P}} Paragraphs should roughly cover one cohesive topic area. Each paragraph should be its own fragment, and all parts of the paragraph should be one fragment. In the interest of best serving the many languages that abstract content may be written in, write in chronological order, and include the most general statements first and continue to more detailed statements. === Paragraph tags === {{Shortcut|Abstract:MOS/PTAG}} Each paragraph should have a <code><nowiki><p></nowiki></code> tag for accesibility reasons. === Spaces between sentences === {{Shortcut|Abstract:MOS/SPACES}} Be mindful of the fact that Japanese and Chinese languages do not have spaces between sentences. As such, you should use a function like [[f:Z33068]] to ensure that your content is accurate in these languages. == Functions == {{Shortcut|Abstract:MOS/FUNC}} Only use NLG functions that are already implemented in multiple languages. New functions may be ill-defined, and might never be suitable for Abstract Wikipedia. Only use functions in the literal sense of their scope. Do not use them for metaphors or abstract concepts. Just because the output in English (or any one language) is correct does not make a use acceptable. For example, only use [[f:Z26570]] for physical locations, and not for metaphorical ones. Do not use a sequence of functions that only generate a part of a sentence, since different languages structure their sentences in a very different way. == Monolingual content == {{Shortcut|Abstract:MOS/MONO}} Monolingual content (content that can only be rendered in one language) should be avoided on Abstract Wikipedia to the greatest extent possible. (Not to be confused with [[:f:Z11|monolingual text]]; its content should simply be translated depending on the user's language.) [[Category:Abstract Wikipedia administration]] t16u9x1d9738gnershojdouca2kvlyb 9714 9711 2026-06-05T21:25:53Z Feeglgeef 36 /* Media */ not needed imo, otherwise lgtm 9714 wikitext text/x-wiki {{Shortcut|Abstract:MOS}} {{Policy draft}} This '''Manual of Style''' is the style manual for all Abstract Wikipedia articles. This page applies to content in all languages, but be sure to check the local Wikipedia's style guide, as you should adhere to that as much as possible for outputted text. This manual may be relevant to content authors, function authors, or both. == Summary == {{Shortcut|Abstract:MOS/S}} We're writing... * an encyclopedia; * in all languages; * accessibly and aesthetically. == Section organization == {{Shortcut|Abstract:MOS/SO}} An article's content should begin with an introductory lead section – a concise summary of the article – which is never divided into sections. The remainder of the article is typically divided into sections. Infoboxes, images, and other related content in the lead should be positioned on the side opposite the reader's starting point for that specific script (on the right for left-to-right languages like English, on the left for right-to-left languages like Arabic). == Section headings == {{Shortcut|Abstract:MOS/SH}} All section headings should be their own fragment. Section headings should: * not redundantly refer back to the subject of the article, e.g., Early life, not Smith's early life or His early life * not refer to a higher-level heading, unless doing so is shorter or clearer * not be numbered or lettered as an outline * not use question format, e.g., Languages, not What languages are spoken? * not use color, unusual fonts, markup (such as bold or italics), images, citations, or footnotes, which cause accessibility issues. Section headings must be unique in all languages (except in ones with exceptionally limited vocabulary, like Toki Pona). == Quotations == {{Shortcut|Abstract:MOS/Q}} Quotations should be used sparingly, as a quote can only be on one language, whereas an article in many. They should be used only when you would naturally use a foreign language quote. Consider paraphrasing quotations abstractly (while being aware that close paraphrasing can still violate copyright). == Media == {{Shortcut|Abstract:MOS/M}} Only media directly pertinent to the subject matter of the article should be included; remember that Abstract Wikipedia articles often have a narrower topical scope than the corresponding articles at the natural language wikis, since they are tied to Wikidata concepts. == Links == {{Shortcut|Abstract:MOS/LINK}} * '''Make links only where they are relevant and helpful in the context''': Excessive use of hyperlinks can be distracting and may slow the reader down. Redundant links clutter the page and make future maintenance harder. High-value links that are worth pursuing should stand out clearly. * '''Link to Abstract Wikipedia articles''': Do not link to articles on other Wikipedias, such as the English Wikipedia, unless in a section specifically for external links. Link to an Abstract Wikipedia article through its QID, displaying the title of the article or another relevant name in the display language. * '''Link a term at most once per major section''': Only include one link per term per major section (typically level 2), at its first occurrence. == Paragraphs == {{Shortcut|Abstract:MOS/P}} Paragraphs should roughly cover one cohesive topic area. Each paragraph should be its own fragment, and all parts of the paragraph should be one fragment. In the interest of best serving the many languages that abstract content may be written in, write in chronological order, and include the most general statements first and continue to more detailed statements. === Paragraph tags === {{Shortcut|Abstract:MOS/PTAG}} Each paragraph should have a <code><nowiki><p></nowiki></code> tag for accesibility reasons. === Spaces between sentences === {{Shortcut|Abstract:MOS/SPACES}} Be mindful of the fact that Japanese and Chinese languages do not have spaces between sentences. As such, you should use a function like [[f:Z33068]] to ensure that your content is accurate in these languages. == Functions == {{Shortcut|Abstract:MOS/FUNC}} Only use NLG functions that are already implemented in multiple languages. New functions may be ill-defined, and might never be suitable for Abstract Wikipedia. Only use functions in the literal sense of their scope. Do not use them for metaphors or abstract concepts. Just because the output in English (or any one language) is correct does not make a use acceptable. For example, only use [[f:Z26570]] for physical locations, and not for metaphorical ones. Do not use a sequence of functions that only generate a part of a sentence, since different languages structure their sentences in a very different way. == Monolingual content == {{Shortcut|Abstract:MOS/MONO}} Monolingual content (content that can only be rendered in one language) should be avoided on Abstract Wikipedia to the greatest extent possible. (Not to be confused with [[:f:Z11|monolingual text]]; its content should simply be translated depending on the user's language.) [[Category:Abstract Wikipedia administration]] k1x61xhktz9xxoypq9crc59kw2kcf8z Q138963952 0 3006 9762 7916 2026-06-06T05:11:04Z Arlo Barnes 953 instantiate 9762 abstractwiki text/plain { "qid": "Q138963952", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z32962", "Z32962K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32962K2": { "Z1K1": "Z6091", "Z6091K1": "Q7397" }, "Z32962K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } kvu9z59mkdpiqw6r9o4h4o6qkolmi71 Template:Main page/News/tok 10 3056 9667 9338 2026-06-05T14:18:55Z FuzzyBot 563 Updating to match new version of source page 9667 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;kulupu pi jan pali * <span lang="en" dir="ltr" class="mw-content-ltr">The next Volunteers' Corner will be at <bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1780939800 17:30 UTC on 2026-06-08]</bdi> on <bdi lang="en" dir="ltr">Google Meet</bdi> at <bdi lang="en" dir="ltr">[https://meet.google.com/xuy-njxh-rkw meet.google.com/xuy-njxh-rkw]</bdi>.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-05.webm|most recent Volunteer's Corner]] is available on Commons.</span> ; sona sin pi lipu Wikiwilo <!--Keep this to the most recent 5 entries--> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: The illustrated encyclopaedia</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]: Looking back and forward</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]: Annual plan 2026-2027</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]: A higher meaning</span> * <span lang="en" dir="ltr" class="mw-content-ltr">[[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-08|2026-05-08]]: References from Wikidata are now available</span> </div> <span class="plainlinks">[https://www.wikifunctions.org/wiki/Special:MyLanguage/Wikifunctions:Status_updates <span class="mw-ui-button mw-ui-constructive mw-ui-small"><span lang="en" dir="ltr" class="mw-content-ltr">More news</span></span>]</span> </div><noinclude>[[Category:templates]]</noinclude> chbt6ivz363xwjv81jeggz3wk5c98q3 Abstract Wikipedia:Deletion policy 4 3067 9727 9559 2026-06-05T22:22:54Z Feeglgeef 36 policy 9727 wikitext text/x-wiki {{policy}} The '''deletion policy''' describes how articles, media, and other pages that do not meet the relevant criteria for content of the encyclopedia are identified and removed from Abstract Wikipedia. Deletion of an Abstract Wikipedia article removes the current version and all previous versions from public view. Page blanking can be performed (or reverted) by any user, but only administrators (well, global sysops/stewards, as we have no administrators) can perform deletion, view deleted pages, and reverse ("undelete") any deletion. All such actions (other than viewing) are recorded in the deletion log. If in doubt as to whether there is consensus to delete a page, administrators will not normally delete it. == Reasons for deletion == <!--NOTE: I've consciously chosen not to include: * content forks (should be addressed on WD, or the article repurposed if an item is misused) * articles that cannot possibly be attributed to reliable sources, including neologisms, original theories and conclusions, and hoaxes (should be addressed on WD) * Files that are unused, obsolete, or violate the non-free policy (we get our files exclusively from commons, so this might not be needed) * --> # <span class="anchor" id="1">Copyright violations</span> # <span class="anchor" id="2">Vandalism</span> # <span class="anchor" id="3">Advertising or spam</span> # <span class="anchor" id="4">Articles for which thorough attempts to find reliable sources to verify them have failed</span> # <span class="anchor" id="5">Articles with subjects that fail [[Special:MyLanguage/Project:Notability|notability guidelines]]</span> # <span class="anchor" id="6">Biographies of living people that fail verifiability</span> # <span class="anchor" id="7">Redundant or otherwise useless templates</span> # <span class="anchor" id="8">Categories representing overcategorization</span> # <span class="anchor" id="9">Any other use of the article, template, project, or user namespace that is contrary to the established separate policy for that namespace</span> # <span class="anchor" id="10">Articles that interfere with or cause disruption to the software that powers Abstract Wikipedia or WMF infrastructure</span> # <span class="anchor" id="11">Any other content not suitable for an encyclopedia</span> == Processes == === Copyright violations === For legal reasons, Abstract Wikipedia cannot host copyright violations. Just because text has been converted to Abstract Form does not mean the author loses the copyright, unless it is a basic statement of fact. Copyright violations may be deleted by any administrator regardless of discussion. If you discover a copyright violation, report it on [[Abstract Wikipedia:Requests for deletion|the deletion requests page]] or on [[Abstract Wikipedia:Administrators' noticeboard|the administrators' noticeboard]]. Before deleting a page due to copyright violations, consider removing the copyright violation from the page history if any of the page content is salvageable. Also consider contacting the owner of the work and see if they are willing to release the work under an applicable license or into the public domain. === Speedy deletion === <!--NOTE: we should detail this later, as it gives sysops a lot of discretion--> Pages that are obvious and unambiguous violations of deletion reasons 2 through 3 and 9 through 11 are eligible for speedy deletion. Any administrator can delete any page that is eligible for speedy deletion. Non-abstract pages can be nominated for speedy deletion by using the {{tl|delete}} template. === Deletion discussion === In all other cases, deletion occurs through a discussion at [[Abstract Wikipedia:Requests for deletion|Abstract Wikipedia:Requests for deletion]]. The nominator of a page for deletion must inform the creator of the page upon nominating the article for deletion. If there is a consensus to remove the article, the article will be deleted, otherwise it will be kept. [[Category:Abstract Wikipedia administration{{#translation:}}|Deletion policy]] imqf4izqsinrxgw69wjeb010ijm7ptb Template:Zd/doc 10 3094 9756 8632 2026-06-06T00:27:00Z Koavf 723 9756 wikitext text/x-wiki {{Documentation subpage}} Links to a Wikifunctions ZObject with a link to its Abstract Data statistics page. For example: {{zd|Z35370}} == TemplateData == <templatedata> { "params": { "1": { "aliases": [ "zid" ], "label": "ZID", "type": "string", "required": true }, "2": { "aliases": [ "label" ], "label": "Label", "type": "string", "suggested": true, "description": "This is mostly a bodge as presently the label of a ZObject can't be retrieved from WF in a user's language. It is assumed this is in English, but if you want to be thorough you can wrap it in a {{LangSwitch}}." } }, "description": "Links to a Wikifunctions ZObject with a link to its Abstract Data statistics page.", "format": "inline" } </templatedata> [[Category:Templates]] 8dggfealypk78mi4rludotx2levwaqp Template:Color/doc 10 3268 9755 8743 2026-06-06T00:26:21Z Koavf 723 9755 wikitext text/x-wiki {{Documentation subpage}} {{tl|color}} can be used to specify the foreground color of a span of text. It supports any values that are valid for the CSS <code>color</code> property, such as [[w:RGB color model|RGB]] hex codes (e.g. <code>#C9E72A</code>), the [[w:web colors|web colors]] (e.g. <code>red</code>, <code>blue</code>, <code>MediumSeaGreen</code>, etc.) or CSS variables (e.g. <code>var(--color-success)</code>). == Usage == * {{tlx|color|name of color or hex code of color|Text}} For example: * {{tlx|color|red|Hello, world!}} → {{color|red|Hello, world!}} * {{tlx|color|#0000FF|Hello, world!}} → {{color|#0000FF|Hello, world!}} If the second parameter is omitted, the color value is displayed as text: * {{tlx|color|red}} → {{color|red}} * {{tlx|color|#0000FF}} → {{color|#0000FF}} [[Category:Templates]] euxricfw22y46ibcywk2g5sld3mf9ii User:Feeglgeef/common.js 2 3461 9701 9555 2026-06-05T20:57:06Z Feeglgeef 36 9701 javascript text/javascript mw.loader.load('https://commons.wikimedia.org/w/index.php?title=User:Jack_who_built_the_house/convenientDiscussions.js&action=raw&ctype=text/javascript'); importScript('User:Feeglgeef/articlePreviewPopup.js'); console.log(mw.config.get( 'wgPageContentModel' )); id33fhg5pmw07joen8dqmvduqbskg1a 9705 9701 2026-06-05T21:08:46Z Feeglgeef 36 take her for a spin 9705 javascript text/javascript mw.loader.load('https://commons.wikimedia.org/w/index.php?title=User:Jack_who_built_the_house/convenientDiscussions.js&action=raw&ctype=text/javascript'); importScript('User:Feeglgeef/articlePreviewPopup.js'); importScript('User:Feeglgeef/editsource-abstractwiki.js'); sy460cxljyj4uh59yb6l2oyk4snch62 Abstract Wikipedia:User scripts 4 3581 9715 9572 2026-06-05T21:29:24Z Feeglgeef 36 + [[User:Feeglgeef/editsource-abstractwiki.js|editsource-abstractwiki.js]] 9715 wikitext text/x-wiki <languages /> <translate> <!--T:1--> User scripts are programs written in JavaScript to facilitate the use of Abstract Wikipedia. User scripts enable user accounts to do things they otherwise couldn't do as easily. Also, you can write a new user script, either by modifying an existing script or by starting from scratch. ==A word about security== <!--T:2--> <!--T:3--> User scripts have unlimited access to your account by their very nature – unlike OAuth/bot password based applications such as Huggle, where you can control access levels, the script runs in your browser. Anything you can do on Abstract Wikipedia, it can do. <!--T:4--> As such, and this is especially pertinent to users with advanced permissions, make sure that you trust the user who wrote the script. You will be held responsible for any actions it takes on your behalf. If you are "importing" a script (instead of copying the code itself) be warned that the user you are importing from could alter their script at any time. Only import from users you trust. ==List of user scripts== <!--T:5--> </translate> * [[User:Feeglgeef/articlePreviewPopup.js]] — <translate><!--T:6--> Displays the generated text preview of an abstract article in a full-screen tab or window upon pressing <tvar name="kbd_shortcut"><kbd>alt + o</kbd></tvar>. Requires you to enable pop-up permissions in the browser.</translate> * [[User:Feeglgeef/editsource-abstractwiki.js]] — <translate>Like the [[<tvar name="link">f:User:Feeglgeef/wikilambda_editsource.js</tvar>|Wikifunctions equivalent]], allows you to view and edit the raw, source content of an Abstract Wikipedia article.</translate> 6z8rcoqlpzx88qnz0uqtoq1u0owlh4l 9763 9715 2026-06-06T05:22:57Z Feeglgeef 36 not needed 9763 wikitext text/x-wiki <languages /> <translate> <!--T:1--> User scripts are programs written in JavaScript to facilitate the use of Abstract Wikipedia. User scripts enable user accounts to do things they otherwise couldn't do as easily. Also, you can write a new user script, either by modifying an existing script or by starting from scratch. ==A word about security== <!--T:2--> <!--T:3--> User scripts have unlimited access to your account by their very nature – unlike OAuth/bot password based applications such as Huggle, where you can control access levels, the script runs in your browser. Anything you can do on Abstract Wikipedia, it can do. <!--T:4--> As such, and this is especially pertinent to users with advanced permissions, make sure that you trust the user who wrote the script. You will be held responsible for any actions it takes on your behalf. If you are "importing" a script (instead of copying the code itself) be warned that the user you are importing from could alter their script at any time. Only import from users you trust. ==List of user scripts== <!--T:5--> </translate> * [[User:Feeglgeef/articlePreviewPopup.js]] — <translate><!--T:6--> Displays the generated text preview of an abstract article in a full-screen tab or window upon pressing <tvar name="kbd_shortcut"><kbd>alt + o</kbd></tvar>. Requires you to enable pop-up permissions in the browser.</translate> * [[User:Feeglgeef/editsource-abstractwiki.js]] — <translate>Like the [[<tvar name="link">f:User:Feeglgeef/wikilambda_editsource.js</tvar>|Wikifunctions equivalent]], allows you to view and edit the source content of an Abstract Wikipedia article.</translate> e2hvinggy8axbk96wbuyhf62ztc0cyg Q1186 0 3598 9684 9636 2026-06-05T18:19:12Z Asked42 130 9684 abstractwiki text/plain { "qid": "Q1186", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q107390" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q167715" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z6091", "Z6091K1": "Q1186" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60", { "Z1K1": "Z18", "Z18K1": "Z825K2" } ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } ccaisrmdxyzv69chbdtb6ty9tgt1k0h 9685 9684 2026-06-05T18:24:12Z Asked42 130 9685 abstractwiki text/plain { "qid": "Q1186", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M50825483" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q1186" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z26570", "Z26570K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26570K2": { "Z1K1": "Z6091", "Z6091K1": "Q107390" }, "Z26570K3": { "Z1K1": "Z6091", "Z6091K1": "Q668" }, "Z26570K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q167715" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z6091", "Z6091K1": "Q1186" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60", { "Z1K1": "Z18", "Z18K1": "Z825K2" } ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } 1gyqiq4yp0k32h1tjt11wdl1nlvfg6x 9686 9685 2026-06-05T18:44:36Z Asked42 130 9686 abstractwiki text/plain { "qid": "Q1186", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36038", "Z36038K1": { "Z1K1": "Z310", "Z310K1": "M50825483" }, "Z36038K2": { "Z1K1": "Z7", "Z7K1": "Z24766", "Z24766K1": { "Z1K1": "Z6091", "Z6091K1": "Q1186" }, "Z24766K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z34282", "Z34282K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z34282K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z29749", "Z29749K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z6091", "Z6091K1": "Q167715" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z6091", "Z6091K1": "Q1186" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, "Z29749K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z30120", "Z30120K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z30120K2": [ "Z6030", "Z6033", "Z6036" ], "Z30120K3": [ "Z60", { "Z1K1": "Z18", "Z18K1": "Z825K2" } ], "Z30120K4": [ "Z6092", { "Z1K1": "Z6092", "Z6092K1": "P1082" } ] }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P1082" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z28445", "Z28445K1": { "Z1K1": "Z7", "Z7K1": "Z6821", "Z6821K1": { "Z1K1": "Z6091", "Z6091K1": "Q1186" } }, "Z28445K2": { "Z1K1": "Z6092", "Z6092K1": "P6897" }, "Z28445K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } l6lu5705ttauj7189qizjhyxbz8qb3q Q167715 0 3599 9650 2026-06-05T12:38:49Z Ranjithsiji 4642 create page 9650 abstractwiki text/plain { "qid": "Q167715", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } 2uk1z6cv3ggwszicyp12a0h0ct1rqh8 9651 9650 2026-06-05T12:45:07Z Ranjithsiji 4642 add sentance function 9651 abstractwiki text/plain { "qid": "Q167715", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z26039", "Z26039K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z26039K2": { "Z1K1": "Z6091", "Z6091K1": "Q515" }, "Z26039K3": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } }, { "Z1K1": "Z7", "Z7K1": "Z27868", "Z27868K1": { "Z1K1": "Z7", "Z7K1": "Z14396", "Z14396K1": { "Z1K1": "Z7", "Z7K1": "Z28016", "Z28016K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z28016K2": { "Z1K1": "Z6091", "Z6091K1": "Q5119" }, "Z28016K3": { "Z1K1": "Z6091", "Z6091K1": "Q1186" }, "Z28016K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } } ] } } } 7kgkpn195of53e3o1jz1hllj7sqttao Help:Inserting images 12 3600 9653 2026-06-05T13:11:36Z DSmit-WMF 12 Created page with "When writing an article in Abstract Wikipedia you can insert images from [[commons:|Wikimedia Commons]] by adding a fragment to your article that calls a function whose output is an image. This page walks through the most common workflow: inserting a single Commons image using the '''Create Commons Thumbnail''' function. For background on how image output works in Wikifunctions, see [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] on mediawiki.org. == Steps =..." 9653 wikitext text/x-wiki When writing an article in Abstract Wikipedia you can insert images from [[commons:|Wikimedia Commons]] by adding a fragment to your article that calls a function whose output is an image. This page walks through the most common workflow: inserting a single Commons image using the '''Create Commons Thumbnail''' function. For background on how image output works in Wikifunctions, see [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] on mediawiki.org. == Steps == [[File:AW insert Commons image step 3 - choose image function.png|thumb|Editing an Abstract Wikipedia article. To add an image, add a new fragment that calls an image-producing function.]] [[File:AW insert Commons image step 4 - select image.png|thumb|Searching Commons via the media selector and picking the image.]] [[File:AW insert Commons image step 6 - rendered image.png|thumb|The published article with the Commons image rendered as a right-floating thumbnail.]] # '''Open your article in the Abstract Wikipedia editor.''' Start a new article or open an existing one for editing. # '''Add a new fragment for the image.''' In the article's composition view, add a new fragment. Each fragment is a function call whose output is woven into the rendered article. # '''Choose an image-producing function.''' In the function selector, search for c''reate Commons thumbnail image'' ([[wikifunctions:Z36038|Z36038]]). This is the exemplar function for adding a Commons image to an article. # '''Pick the Commons file.''' The function takes a Commons Image Reference ([[wikifunctions:Z310|Z310]]) as its first input. Use the media selector to search Commons by file name and pick the image you want — the selector shows thumbnails so you can confirm the right file before choosing. # '''Provide alt text.''' The second input is a short text description used by screen readers, and shown in place of the image if it cannot be displayed. Write a brief, descriptive sentence about what the image shows. # '''Save the article.''' When you save, the image is rendered into the article as a Wikipedia-style thumbnail floated to the right of the surrounding text, with a link back to the file's description page on Commons. == Limitations == A few things to be aware of in this first version of image support: * Images must already exist on Commons. The Wikifunctions editor cannot upload new files — to use a new image, upload it to Commons first via the [[commons:Special:UploadWizard|Commons Upload Wizard]], then come back to your article and pick it from the media selector. * Only static images are supported. Video, audio, and PDFs are not rendered. * Images always float to the right at a fixed thumbnail size. There is no caption, no left/center alignment, and no pixel-sized variant yet. * Clicking an image opens the Commons file page in a new tab. MediaViewer is not invoked. The full set of constraints is documented at [[mw:Help:Wikifunctions/Images#V1 limitations|Help:Wikifunctions/Images § V1 limitations]]. == This is far too complicated! == Yes, agreed. There are two ways to make this easier: improve the editor UX, or improve the catalogue of image-producing functions so common patterns (for example, "image for this Wikidata item") become a single function call instead of a chain of choices. Both are welcome contributions — see [[mw:Help:Wikifunctions/Images#Building your own image functions|Building your own image functions]] for ideas on the function-catalogue side. == See also == * [[Abstract Wikipedia:How to create an article|How to create an article]] * [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] — technical reference for image output in Wikifunctions * [[mw:Help:Wikifunctions/Rich_Outputs|Help:Wikifunctions/Rich Outputs]] — overview of the rich-output mechanism that powers images, citations, and more 6aswykvvcjzb2txxdpsbjp32p6jr5ro 9654 9653 2026-06-05T13:15:11Z DSmit-WMF 12 Add images and whats missing section 9654 wikitext text/x-wiki When writing an article in Abstract Wikipedia you can insert images from [[commons:|Wikimedia Commons]] by adding a fragment to your article that calls a function whose output is an image. This page walks through the most common workflow: inserting a single Commons image using the '''Create Commons Thumbnail''' function. For background on how image output works in Wikifunctions, see [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] on mediawiki.org. == Steps == [[File:AW insert Commons image step 1 - choose image function.png|thumb|Editing an Abstract Wikipedia article. To add an image, add a new fragment that calls an image-producing function.]] [[File:AW insert Commons image step 2 - select image.png|thumb|Searching Commons via the media selector and picking the image.]] [[File:AW insert Commons image step 3 - rendered image.png|thumb|The published article with the Commons image rendered as a right-floating thumbnail.]] # '''Open your article in the Abstract Wikipedia editor.''' Start a new article or open an existing one for editing. # '''Add a new fragment for the image.''' In the article's composition view, add a new fragment. Each fragment is a function call whose output is woven into the rendered article. # '''Choose an image-producing function.''' In the function selector, search for c''reate Commons thumbnail image'' ([[wikifunctions:Z36038|Z36038]]). This is the exemplar function for adding a Commons image to an article. # '''Pick the Commons file.''' The function takes a Commons Image Reference ([[wikifunctions:Z310|Z310]]) as its first input. Use the media selector to search Commons by file name and pick the image you want — the selector shows thumbnails so you can confirm the right file before choosing. # '''Provide alt text.''' The second input is a short text description used by screen readers, and shown in place of the image if it cannot be displayed. Write a brief, descriptive sentence about what the image shows. # '''Save the article.''' When you save, the image is rendered into the article as a Wikipedia-style thumbnail floated to the right of the surrounding text, with a link back to the file's description page on Commons. == Limitations == A few things to be aware of in this first version of image support: * Images must already exist on Commons. The Wikifunctions editor cannot upload new files — to use a new image, upload it to Commons first via the [[commons:Special:UploadWizard|Commons Upload Wizard]], then come back to your article and pick it from the media selector. * Only static images are supported. Video, audio, and PDFs are not rendered. * Images always float to the right at a fixed thumbnail size. There is no caption, no left/center alignment, and no pixel-sized variant yet. * Clicking an image opens the Commons file page in a new tab. MediaViewer is not invoked. The full set of constraints is documented at [[mw:Help:Wikifunctions/Images#V1 limitations|Help:Wikifunctions/Images § V1 limitations]]. == What's missing? == This first version covers the basics of getting a Commons image into an article. If you find yourself wanting something the steps above don't cover — a caption under the image, an image on the left, an automatic image picked from the article's Wikidata item, or anything else — please tell us. Flag it on the [[Abstract Wikipedia:Project chat|project chat]] or open a task on [[phab:|Phabricator]]. The more concrete the example (which article, what you wanted, why) the more it helps shape what gets built next. == See also == * [[Abstract Wikipedia:How to create an article|How to create an article]] * [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] — technical reference for image output in Wikifunctions * [[mw:Help:Wikifunctions/Rich_Outputs|Help:Wikifunctions/Rich Outputs]] — overview of the rich-output mechanism that powers images, citations, and more jyo397tiodj1hhyeg0limvprqyc6ohp 9655 9654 2026-06-05T13:57:02Z DSmit-WMF 12 alt text changed 9655 wikitext text/x-wiki When writing an article in Abstract Wikipedia you can insert images from [[commons:|Wikimedia Commons]] by adding a fragment to your article that calls a function whose output is an image. This page walks through the most common workflow: inserting a single Commons image using the '''Create Commons Thumbnail''' function. For background on how image output works in Wikifunctions, see [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] on mediawiki.org. == Steps == [[File:AW insert Commons image step 1 - choose image function.png|thumb|Editing an Abstract Wikipedia article. To add an image, add a new fragment that calls an image-producing function.]] [[File:AW insert Commons image step 2 - select image.png|thumb|Searching Commons via the media selector and picking the image.]] [[File:AW insert Commons image step 3 - rendered image.png|thumb|The published article with the Commons image rendered as a right-floating thumbnail.]] # '''Open your article in the Abstract Wikipedia editor.''' Start a new article or open an existing one for editing. # '''Add a new fragment for the image.''' In the article's composition view, add a new fragment. Each fragment is a function call whose output is woven into the rendered article. # '''Choose an image-producing function.''' In the function selector, search for c''reate Commons thumbnail image'' ([[wikifunctions:Z36038|Z36038]]). This is the exemplar function for adding a Commons image to an article. # '''Pick the Commons file.''' The function takes a Commons Image Reference ([[wikifunctions:Z310|Z310]]) as its first input. Use the media selector to search Commons by file name and pick the image you want — the selector shows thumbnails so you can confirm the right file before choosing. # '''Provide alt text.''' The second input is a short text description used by screen readers and other assistive technology — both when the image renders normally and on the broken-image placeholder if it cannot be loaded. Write a brief, descriptive sentence about what the image shows. # '''Save the article.''' When you save, the image is rendered into the article as a Wikipedia-style thumbnail floated to the right of the surrounding text, with a link back to the file's description page on Commons. == Limitations == A few things to be aware of in this first version of image support: * Images must already exist on Commons. The Wikifunctions editor cannot upload new files — to use a new image, upload it to Commons first via the [[commons:Special:UploadWizard|Commons Upload Wizard]], then come back to your article and pick it from the media selector. * Only static images are supported. Video, audio, and PDFs are not rendered. * Images always float to the right at a fixed thumbnail size. There is no caption, no left/center alignment, and no pixel-sized variant yet. * Clicking an image opens the Commons file page in a new tab. MediaViewer is not invoked. The full set of constraints is documented at [[mw:Help:Wikifunctions/Images#V1 limitations|Help:Wikifunctions/Images § V1 limitations]]. == What's missing? == This first version covers the basics of getting a Commons image into an article. If you find yourself wanting something the steps above don't cover — a caption under the image, an image on the left, an automatic image picked from the article's Wikidata item, or anything else — please tell us. Flag it on the [[Abstract Wikipedia:Project chat|project chat]] or open a task on [[phab:|Phabricator]]. The more concrete the example (which article, what you wanted, why) the more it helps shape what gets built next. == See also == * [[Abstract Wikipedia:How to create an article|How to create an article]] * [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] — technical reference for image output in Wikifunctions * [[mw:Help:Wikifunctions/Rich_Outputs|Help:Wikifunctions/Rich Outputs]] — overview of the rich-output mechanism that powers images, citations, and more pmjjixtwl1krxp0ddbiohre6b1l1dgw 9679 9655 2026-06-05T16:09:00Z Feeglgeef 36 Feeglgeef moved page [[Abstract Wikipedia:How to insert an image]] to [[Help:Inserting images]]: boldly moving, cc [[User:DSmit-WMF]] 9655 wikitext text/x-wiki When writing an article in Abstract Wikipedia you can insert images from [[commons:|Wikimedia Commons]] by adding a fragment to your article that calls a function whose output is an image. This page walks through the most common workflow: inserting a single Commons image using the '''Create Commons Thumbnail''' function. For background on how image output works in Wikifunctions, see [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] on mediawiki.org. == Steps == [[File:AW insert Commons image step 1 - choose image function.png|thumb|Editing an Abstract Wikipedia article. To add an image, add a new fragment that calls an image-producing function.]] [[File:AW insert Commons image step 2 - select image.png|thumb|Searching Commons via the media selector and picking the image.]] [[File:AW insert Commons image step 3 - rendered image.png|thumb|The published article with the Commons image rendered as a right-floating thumbnail.]] # '''Open your article in the Abstract Wikipedia editor.''' Start a new article or open an existing one for editing. # '''Add a new fragment for the image.''' In the article's composition view, add a new fragment. Each fragment is a function call whose output is woven into the rendered article. # '''Choose an image-producing function.''' In the function selector, search for c''reate Commons thumbnail image'' ([[wikifunctions:Z36038|Z36038]]). This is the exemplar function for adding a Commons image to an article. # '''Pick the Commons file.''' The function takes a Commons Image Reference ([[wikifunctions:Z310|Z310]]) as its first input. Use the media selector to search Commons by file name and pick the image you want — the selector shows thumbnails so you can confirm the right file before choosing. # '''Provide alt text.''' The second input is a short text description used by screen readers and other assistive technology — both when the image renders normally and on the broken-image placeholder if it cannot be loaded. Write a brief, descriptive sentence about what the image shows. # '''Save the article.''' When you save, the image is rendered into the article as a Wikipedia-style thumbnail floated to the right of the surrounding text, with a link back to the file's description page on Commons. == Limitations == A few things to be aware of in this first version of image support: * Images must already exist on Commons. The Wikifunctions editor cannot upload new files — to use a new image, upload it to Commons first via the [[commons:Special:UploadWizard|Commons Upload Wizard]], then come back to your article and pick it from the media selector. * Only static images are supported. Video, audio, and PDFs are not rendered. * Images always float to the right at a fixed thumbnail size. There is no caption, no left/center alignment, and no pixel-sized variant yet. * Clicking an image opens the Commons file page in a new tab. MediaViewer is not invoked. The full set of constraints is documented at [[mw:Help:Wikifunctions/Images#V1 limitations|Help:Wikifunctions/Images § V1 limitations]]. == What's missing? == This first version covers the basics of getting a Commons image into an article. If you find yourself wanting something the steps above don't cover — a caption under the image, an image on the left, an automatic image picked from the article's Wikidata item, or anything else — please tell us. Flag it on the [[Abstract Wikipedia:Project chat|project chat]] or open a task on [[phab:|Phabricator]]. The more concrete the example (which article, what you wanted, why) the more it helps shape what gets built next. == See also == * [[Abstract Wikipedia:How to create an article|How to create an article]] * [[mw:Help:Wikifunctions/Images|Help:Wikifunctions/Images]] — technical reference for image output in Wikifunctions * [[mw:Help:Wikifunctions/Rich_Outputs|Help:Wikifunctions/Rich Outputs]] — overview of the rich-output mechanism that powers images, citations, and more pmjjixtwl1krxp0ddbiohre6b1l1dgw Translations:Template:Main page/News/20/en 1198 3601 9660 2026-06-05T14:18:53Z FuzzyBot 563 Importing a new version from external source 9660 wikitext text/x-wiki [[$1|2026-06-05]]: The illustrated encyclopaedia 4gvllgft2vq4bgsz0q7na33urodqgo5 Q212815 0 3602 9669 2026-06-05T14:25:06Z Yangchengu 2960 Created page with "{ "qid": "Q212815", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89" ] } } }" 9669 abstractwiki text/plain { "qid": "Q212815", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89" ] } } } 75wl800j0swv9qkr201paowmgckwwbp Abstract Wikipedia:How to insert an image 4 3603 9680 2026-06-05T16:09:00Z Feeglgeef 36 Feeglgeef moved page [[Abstract Wikipedia:How to insert an image]] to [[Help:Inserting images]]: boldly moving, cc [[User:DSmit-WMF]] 9680 wikitext text/x-wiki #REDIRECT [[Help:Inserting images]] 0m08ko3oantdph4gi4roubo2zzyxp0q User talk:Yangchengu 3 3604 9691 2026-06-05T20:35:33Z Feeglgeef 36 Created page with "{{subst:Welcome}}~~~~" 9691 wikitext text/x-wiki == Welcome to Abstract Wikipedia! == <div style="border:solid medium lightgrey; border-width: medium; padding: 0.3em 0.5em;"> <div class="lang-en" lang="en"> Hello, Yangchengu. Welcome to '''[[Abstract Wikipedia:About|Abstract Wikipedia]]'''! View the [[Abstract Wikipedia:Community portal|Community portal]] or post to the [[Abstract Wikipedia:Project chat|Project chat]] if you need help with something. If you add or comment on a topic, please ensure your contribution is automatically signed or sign it manually by typing four tilde characters <nowiki>[~~~~]</nowiki>. Happy editing! </div> </div><!-- Template:Welcome -->[[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:35, 5 June 2026 (UTC) trvhbvgdtzdq0pxcqmj6vxxiqhvx5l4 User talk:Asked42 3 3605 9692 2026-06-05T20:41:20Z Feeglgeef 36 /* User scripts */ new topic ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]]) 9692 wikitext text/x-wiki == User scripts == Hi! Just so you know, in your [[User:Asked42/common.js]], you're loading the editsource userscript, which does nothing on Abstract Wikipedia (I hope to make a version that does eventually), and you're loading articlePopupPreview.js from WF instead of AW (it should be something like "importScript('User:Feeglgeef/articlePreviewPopup.js');"). [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:41, 5 June 2026 (UTC) iq72zli1t7g9j1l4uljt5iukth66pga 9693 9692 2026-06-05T20:41:37Z Feeglgeef 36 /* User scripts */ 9693 wikitext text/x-wiki == User scripts == Hi! Just so you know, in your [[User:Asked42/common.js]], you're loading the editsource userscript, which does nothing on Abstract Wikipedia right now (I hope to make a version that does eventually), and you're loading articlePopupPreview.js from WF instead of AW (it should be something like "importScript('User:Feeglgeef/articlePreviewPopup.js');"). [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:41, 5 June 2026 (UTC) 74kbf8va43pr9ema2x5tycvvqaxi36h 9726 9693 2026-06-05T22:19:28Z Feeglgeef 36 /* User scripts */ reply ([[mw:c:Special:MyLanguage/User:JWBTH/CD|CD]]) 9726 wikitext text/x-wiki == User scripts == Hi! Just so you know, in your [[User:Asked42/common.js]], you're loading the editsource userscript, which does nothing on Abstract Wikipedia right now (I hope to make a version that does eventually), and you're loading articlePopupPreview.js from WF instead of AW (it should be something like "importScript('User:Feeglgeef/articlePreviewPopup.js');"). [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 20:41, 5 June 2026 (UTC) : And now it exists! [[User:Feeglgeef/editsource-abstractwiki.js]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 22:19, 5 June 2026 (UTC) oszamg8u1itbba80shxu4ptipg11b1v User:Feeglgeef/editsource-abstractwiki.js 2 3606 9698 2026-06-05T20:51:39Z Feeglgeef 36 copy over 9698 javascript text/javascript /* Install by going to [[Special:mypage/common.js]] and add the following line: mw.loader.load( '//www.wikifunctions.org/w/index.php?title=User:Feeglgeef/wikilambda_editsource.js&action=raw&ctype=text/javascript' ); */ /* Based off of original copy made by [[user:מקף]] at [[user:מקף/wikilambda_editsource.js]]. */ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this ZObject as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/wikilambda_editsource.js|raw-JSON edit tool]]'; const zid = window.location.href.match( /\/(Z\d+)\b/ )?.[ 1 ]; function fetchJson( z ) { const url = mw.util.getUrl( z, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + z ); } return r.text(); } ); } function save( z, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'wikilambda_edit', format: 'json', assert: 'user', summary: summary || DEFAULT_SUMMARY, zid: z, zobject: newJson, token: mw.user.tokens.get( 'csrfToken' ) } ); } function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } function openEditor( z, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="wikilambda_editsource" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( z, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#wikilambda_editsource$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'wikilambda_edit failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } function openForCurrentZid() { $( '#wikilambda_editsource' ).remove(); if ( !zid ) { return; } fetchJson( zid ).then( function ( body ) { openEditor( zid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'wikilambda' || contentModel === 'Wikibase Item' || !!zid; if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#wikilambda_editsource', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentZid(); } ); } ); }() ); 9jkrb5j6d8wxeiyrt2i0ouwxdwpubfd 9699 9698 2026-06-05T20:55:00Z Feeglgeef 36 start 9699 javascript text/javascript /*WIP*/ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this article as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]]'; const zid = window.location.href.match( /\/(Q\d+)\b/ )?.[ 1 ]; function fetchJson( z ) { const url = mw.util.getUrl( z, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + z ); } return r.text(); } ); } function save( title, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'edit', format: 'json', formatversion: '2', assert: 'user', summary: summary || DEFAULT_SUMMARY, title: title, text: newJson, // The raw JSON string token: mw.user.tokens.get( 'csrfToken' ) } ); } function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } function openEditor( z, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="wikilambda_editsource" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( z, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#wikilambda_editsource$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'wikilambda_edit failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } function openForCurrentZid() { $( '#wikilambda_editsource' ).remove(); if ( !zid ) { return; } fetchJson( zid ).then( function ( body ) { openEditor( zid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'wikilambda' || contentModel === 'Wikibase Item' || !!zid; if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#wikilambda_editsource', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentZid(); } ); } ); }() ); ieog48plihe6o1verekygpl92zyszre 9700 9699 2026-06-05T20:55:36Z Feeglgeef 36 who needs comments anyway 9700 javascript text/javascript /*WIP*/ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this article as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]]'; const zid = window.location.href.match( /\/(Q\d+)\b/ )?.[ 1 ]; function fetchJson( z ) { const url = mw.util.getUrl( z, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + z ); } return r.text(); } ); } function save( title, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'edit', format: 'json', formatversion: '2', assert: 'user', summary: summary || DEFAULT_SUMMARY, title: title, text: newJson, token: mw.user.tokens.get( 'csrfToken' ) } ); } function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } function openEditor( z, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="wikilambda_editsource" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( z, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#wikilambda_editsource$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'wikilambda_edit failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } function openForCurrentZid() { $( '#wikilambda_editsource' ).remove(); if ( !zid ) { return; } fetchJson( zid ).then( function ( body ) { openEditor( zid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'wikilambda' || contentModel === 'Wikibase Item' || !!zid; if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#wikilambda_editsource', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentZid(); } ); } ); }() ); 8enubhkmo8rgu9j9ks6m0cfscpjtqqk 9702 9700 2026-06-05T21:06:30Z Feeglgeef 36 9702 javascript text/javascript /*WIP*/ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this article as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]]'; const qid = window.location.href.match( /\/(Q\d+)\b/ )?.[ 1 ]; function fetchJson( title ) { const url = mw.util.getUrl( title, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + title ); } return r.text(); } ); } function save( title, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'edit', format: 'json', formatversion: '2', assert: 'user', summary: summary || DEFAULT_SUMMARY, title: title, text: newJson, token: mw.user.tokens.get( 'csrfToken' ) } ); } //DONE function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } //DONE function openEditor( title, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="editsource-abstractwiki" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( title, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#editsource-abstractwiki$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'editsource-abstractwiki failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } //DONE function openForCurrentArticle() { $( '#editsource-abstractwiki' ).remove(); fetchJson( qid ).then( function ( body ) { openEditor( qid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } //DONE $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'abstractwiki' && !!qid if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#editsource-abstractwiki', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentArticle(); } ); } ); }() ); iusc36p39dzm286ttvxsdhjjlr5emn0 9703 9702 2026-06-05T21:07:34Z Feeglgeef 36 better I think 9703 javascript text/javascript /*WIP*/ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this article as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]]'; const qid = mw.config.get( 'wgTitle' ); function fetchJson( title ) { const url = mw.util.getUrl( title, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + title ); } return r.text(); } ); } function save( title, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'edit', format: 'json', formatversion: '2', assert: 'user', summary: summary || DEFAULT_SUMMARY, title: title, text: newJson, token: mw.user.tokens.get( 'csrfToken' ) } ); } //DONE function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } //DONE function openEditor( title, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="editsource-abstractwiki" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( title, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#editsource-abstractwiki$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'editsource-abstractwiki failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } //DONE function openForCurrentArticle() { $( '#editsource-abstractwiki' ).remove(); fetchJson( qid ).then( function ( body ) { openEditor( qid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } //DONE $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'abstractwiki' if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#editsource-abstractwiki', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentArticle(); } ); } ); }() ); hm884hbsza4o4usszdxszdrres5olpl 9704 9703 2026-06-05T21:07:56Z Feeglgeef 36 semicolon!!! 9704 javascript text/javascript /*WIP*/ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this article as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]]'; const qid = mw.config.get( 'wgTitle' ); function fetchJson( title ) { const url = mw.util.getUrl( title, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + title ); } return r.text(); } ); } function save( title, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'edit', format: 'json', formatversion: '2', assert: 'user', summary: summary || DEFAULT_SUMMARY, title: title, text: newJson, token: mw.user.tokens.get( 'csrfToken' ) } ); } //DONE function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } //DONE function openEditor( title, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="editsource-abstractwiki" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( title, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#editsource-abstractwiki$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'editsource-abstractwiki failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } //DONE function openForCurrentArticle() { $( '#editsource-abstractwiki' ).remove(); fetchJson( qid ).then( function ( body ) { openEditor( qid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } //DONE $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'abstractwiki'; if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#editsource-abstractwiki', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentArticle(); } ); } ); }() ); dxdqgrkaaidcud41nin89m1euoy19i9 9707 9704 2026-06-05T21:12:02Z Feeglgeef 36 about 9707 javascript text/javascript /* This userscript allows you to edit the raw content of an Abstract Wikipedia page. To install it, the following line to [[Special:mypage/common.js]]: importScript('User:Feeglgeef/editsource-abstractwiki.js'); It is based on the Wikifunctions version, [[f:User:Feeglgeef/wikilambda_editsource.js]]. */ ( function () { 'use strict'; const LINK_LABEL = 'Edit Raw JSON'; const LINK_TOOLTIP = 'Edit this article as raw JSON'; const DEFAULT_SUMMARY = 'edit via [[User:Feeglgeef/editsource-abstractwiki.js|raw-JSON edit tool]]'; const qid = mw.config.get( 'wgTitle' ); function fetchJson( title ) { const url = mw.util.getUrl( title, { action: 'raw' } ); return fetch( url ).then( function ( r ) { if ( !r.ok ) { throw new Error( 'HTTP ' + r.status + ' fetching ' + title ); } return r.text(); } ); } function save( title, newJson, summary ) { const api = new mw.Api(); return api.post( { action: 'edit', format: 'json', formatversion: '2', assert: 'user', summary: summary || DEFAULT_SUMMARY, title: title, text: newJson, token: mw.user.tokens.get( 'csrfToken' ) } ); } //DONE function describeError( code, data ) { // mw.Api rejects its Deferred as (code, data). `code` is a short // string like 'http' or 'ratelimited'; `data` usually carries the // detailed API error object. Either may be missing. if ( data && data.error && data.error.info ) { return ( data.error.code || code ) + ': ' + data.error.info; } if ( data && data.exception ) { return code + ': ' + data.exception; } if ( typeof code === 'string' ) { return code; } try { return JSON.stringify( code ); } catch ( _ ) { return String( code ); } } //DONE function openEditor( title, content ) { const editor = $( '<div class="ext-wikilambda-widget-base" id="editsource-abstractwiki" ' + 'style="background-color: ghostwhite; max-width: none; padding: 0.5em;"></div>' ); const textarea = $( '<textarea></textarea>' ) .css( { width: '100%', height: '350px', 'min-height': '200px', resize: 'vertical', direction: 'ltr', 'font-family': 'monospace' } ) .val( content ); const summaryInput = $( '<input>' ) .attr( { type: 'text', placeholder: 'Summary (default: "' + DEFAULT_SUMMARY + '")' } ) .css( { width: '75%', height: '30px', 'margin-top': '0.25em' } ); const status = $( '<span></span>' ) .css( { 'margin-right': '0.5em', color: '#555' } ); const saveBtn = $( '<button>Save</button>' ) .addClass( 'cdx-button cdx-button--action-progressive ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0 0 0 0.25em' } ); const closeBtn = $( '<button>Close</button>' ) .addClass( 'cdx-button cdx-button--action-default ' + 'cdx-button--weight-primary cdx-button--size-medium cdx-button--framed' ) .css( { float: 'inline-end', margin: '0' } ); saveBtn.on( 'click', function () { const value = textarea.val(); if ( !value ) { mw.notify( 'Please fill the source', { type: 'warn' } ); return; } if ( value === content ) { mw.notify( 'No changes detected', { type: 'warn' } ); return; } try { JSON.parse( value ); } catch ( e ) { mw.notify( 'Invalid JSON: ' + e.message, { type: 'error', autoHide: false } ); return; } saveBtn.prop( 'disabled', true ); closeBtn.prop( 'disabled', true ); status.text( 'Saving…' ); save( title, value, summaryInput.val() ).then( function () { editor.remove(); mw.notify( $( '<a>' ) .append( $( '<strong>' ).text( 'Saved — click to reload' ) ) .on( 'click', function () { window.location.assign( window.location.href.replace( /#editsource-abstractwiki$/, '' ) ); } ), { autoHide: false } ); }, function ( code, data ) { saveBtn.prop( 'disabled', false ); closeBtn.prop( 'disabled', false ); status.text( '' ); // Log the raw failure so the user can inspect via devtools. mw.log.error( 'editsource-abstractwiki failed', code, data ); mw.notify( $( '<strong>' ).text( 'Save failed: ' + describeError( code, data ) ), { type: 'error', autoHide: false } ); } ); } ); closeBtn.on( 'click', function () { editor.remove(); } ); const buttonBar = $( '<div></div>' ) .css( { 'margin-top': '0.5em', overflow: 'auto' } ) .append( saveBtn, closeBtn, status ); editor.append( textarea, summaryInput, buttonBar ); $( '#bodyContent' ).prepend( editor ); } //DONE function openForCurrentArticle() { $( '#editsource-abstractwiki' ).remove(); fetchJson( qid ).then( function ( body ) { openEditor( qid, body ); }, function ( err ) { mw.notify( $( '<strong>' ).text( 'Fetch failed: ' + ( err && err.message ? err.message : err ) ), { type: 'error', autoHide: false } ); } ); } //DONE $.when( mw.loader.using( [ 'mediawiki.util', 'mediawiki.api' ], $.ready ) ).then( function () { const contentModel = mw.config.get( 'wgPageContentModel' ); const eligible = contentModel === 'abstractwiki'; if ( !eligible ) { return; } const node = mw.util.addPortletLink( 'p-views', '#editsource-abstractwiki', LINK_LABEL, '', LINK_TOOLTIP, 'r' ); $( node ).on( 'click', function ( e ) { e.preventDefault(); openForCurrentArticle(); } ); } ); }() ); 2u35s76mptb9ydhr6izvxjb3ondztxl User:Arlo Barnes/common.js 2 3607 9713 2026-06-05T21:25:42Z Arlo Barnes 953 editsource-abstractwiki 9713 javascript text/javascript importScript('User:Feeglgeef/editsource-abstractwiki.js'); rpjnqx2o1jzfxsj35qd2btvzo026h79 Q685162 0 3608 9722 2026-06-05T21:58:47Z Jsamwrites 874 Created page with "{ "qid": "Q685162", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36117", "Z36117K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36117K2": { "Z1K1": "Z18", "Z18K1": "Z8..." 9722 abstractwiki text/plain { "qid": "Q685162", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36117", "Z36117K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36117K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } mfialeawonfgh2r9q3inuanp80xhds0 Q8330 0 3609 9723 2026-06-05T22:00:09Z Jsamwrites 874 Created page with "{ "qid": "Q8330", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36117", "Z36117K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36117K2": { "Z1K1": "Z18", "Z18K1": "Z825..." 9723 abstractwiki text/plain { "qid": "Q8330", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36117", "Z36117K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36117K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } nyjq2qmu2kxxnh4ioyg4s4j7za7le2n Q511 0 3610 9724 2026-06-05T22:01:12Z Jsamwrites 874 Created page with "{ "qid": "Q511", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36117", "Z36117K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36117K2": { "Z1K1": "Z18", "Z18K1": "Z825K..." 9724 abstractwiki text/plain { "qid": "Q511", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z36117", "Z36117K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z36117K2": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } ] } } } 699brrvt8i26mgh0ov2blm3z3vfi7y0 Template:Policy 10 3611 9728 2026-06-05T22:27:44Z Feeglgeef 36 from [[w:en:Template:Policy]] 9728 wikitext text/x-wiki {{Ombox | type = notice | image = [[File:Green check.svg|30px|link=|alt=]] | text = <div style="padding-top: 6px; padding-bottom: 5px;">{{{textoverride|'''This {{{type|page}}} documents an Abstract Wikipedia [[Wikipedia:Policies and guidelines|policy]].'''<div style="font-size: 90%;">It describes a widely accepted standard that all editors should normally follow. <em>Substantive</em> edits to this {{{type|page}}} should reflect consensus.</div>{{#if:{{{text|}}}|&#32;{{{text}}}}}}}}</div> }}{{#ifeq:{{{demo}}}|yes||<includeonly>{{#ifeq:{{NAMESPACE}}|{{ns:4}}|{{{category|[[Category:Wikipedia policies]] [[Category:Wikipedia {{#switch:{{{subcategory|}}} |conduct|content|deletion|enforcement|procedural|legal={{{subcategory}}} |#default= }} policies]] }}} }}</includeonly>}}<noinclude> {{Documentation}}<!-- Add categories to the /doc subpage, not here! --> </noinclude> 2d5w26u0ozh2gguskcxm1g78jdfq0ba 9729 9728 2026-06-05T22:29:32Z Feeglgeef 36 9729 wikitext text/x-wiki {{Ombox | type = notice | image = [[File:Green check.svg|30px|link=|alt=]] | text = <div style="padding-top: 6px; padding-bottom: 5px;">{{{textoverride|'''This {{{type|page}}} documents an Abstract Wikipedia [[Abstract Wikipedia:Policies and guidelines|policy]].'''<div style="font-size: 90%;">It describes a widely accepted standard that all editors should normally follow. <em>Substantive</em> edits to this {{{type|page}}} should reflect consensus.</div>{{#if:{{{text|}}}|&#32;{{{text}}}}}}}}</div> }}{{#ifeq:{{{demo}}}|yes||<includeonly>{{#ifeq:{{NAMESPACE}}|{{ns:4}}|{{{category|[[Category:Wikipedia policies]]}}}}}</includeonly>}}<noinclude> {{Documentation}}<!-- Add categories to the /doc subpage, not here! --> </noinclude> 3g84ufsmdujlcfp6e5fxvkn9a9iseyh 9730 9729 2026-06-05T22:30:19Z Feeglgeef 36 9730 wikitext text/x-wiki {{Ombox | type = notice | image = [[File:Green check.svg|30px|link=|alt=]] | text = <div style="padding-top: 6px; padding-bottom: 5px;">{{{textoverride|'''This {{{type|page}}} documents an Abstract Wikipedia [[Abstract Wikipedia:List of policies and guidelines|policy]].'''<div style="font-size: 90%;">It describes a widely accepted standard that all editors should normally follow. <em>Substantive</em> edits to this {{{type|page}}} should reflect consensus.</div>{{#if:{{{text|}}}|&#32;{{{text}}}}}}}}</div> }}{{#ifeq:{{{demo}}}|yes||<includeonly>{{#ifeq:{{NAMESPACE}}|{{ns:4}}|{{{category|[[Category:Wikipedia policies]]}}}}}</includeonly>}}<noinclude> {{Documentation}}<!-- Add categories to the /doc subpage, not here! --> </noinclude> s5z34o0h0d2t35r6kmjhdimt652kwfd 9731 9730 2026-06-05T22:31:50Z Feeglgeef 36 9731 wikitext text/x-wiki {{Ombox | type = notice | image = [[File:Green check.svg|30px|link=|alt=]] | text = <div style="padding-top: 6px; padding-bottom: 5px;">{{{textoverride|'''This {{{type|page}}} documents an Abstract Wikipedia [[Abstract Wikipedia:List of policies and guidelines|policy]].'''<div style="font-size: 90%;">It describes a widely accepted standard that all editors should normally follow. <em>Substantive</em> edits to this {{{type|page}}} should reflect consensus.</div>{{#if:{{{text|}}}|&#32;{{{text}}}}}}}}</div> }}<noinclude> {{Documentation}}<!-- Add categories to the /doc subpage, not here! --> </noinclude> tnxnmjiehtm1w2gymgg3cjgol9lj4jv Category:WikiProjects/en 14 3612 9750 2026-06-06T00:16:05Z Koavf 723 Created page with "[[Category:WikiProjects|en]]" 9750 wikitext text/x-wiki [[Category:WikiProjects|en]] pr5sv87skqr0b1xga9rc8meyee6e57n Category:Abstract Wikipedia/sv 14 3613 9751 2026-06-06T00:16:08Z Koavf 723 Created page with "[[Category:WikiProjects|sv]]" 9751 wikitext text/x-wiki [[Category:WikiProjects|sv]] 7joyg6k63t5lbp9sv33dsn30q001kzw Category:Abstract Wikipedia/uk 14 3614 9752 2026-06-06T00:16:16Z Koavf 723 Created page with "[[Category:Abstract Wikipedia|uk]]" 9752 wikitext text/x-wiki [[Category:Abstract Wikipedia|uk]] l8evfqesfsaajsdpx8fbdp2ouciiwjw Category:WikiProjects/de 14 3615 9753 2026-06-06T00:16:23Z Koavf 723 Created page with "[[Category:WikiProjects|de]]" 9753 wikitext text/x-wiki [[Category:WikiProjects|de]] tcqvb8bma8stwd6qxz16wrgwd376823 Category:WikiProjects/fr 14 3616 9754 2026-06-06T00:16:31Z Koavf 723 Created page with "[[Category:WikiProjects|fr]]" 9754 wikitext text/x-wiki [[Category:WikiProjects|fr]] n2z6cm379qavkwbfcgm5o0frsfdxzr1 Q136477278 0 3617 9761 2026-06-06T04:44:33Z UndueMarmot 1838 Created page with "{ "qid": "Q136477278", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33457", "Z33457K1": { "Z1K1": "Z7", "Z7K1": "Z32982", "Z32982K1": { "Z1K1": "Z18", "Z18K1": "Z825K1"..." 9761 abstractwiki text/plain { "qid": "Q136477278", "sections": { "Q8776414": { "index": 0, "fragments": [ "Z89", { "Z1K1": "Z7", "Z7K1": "Z33457", "Z33457K1": { "Z1K1": "Z7", "Z7K1": "Z32982", "Z32982K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32982K2": { "Z1K1": "Z7", "Z7K1": "Z32557", "Z32557K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32557K2": { "Z1K1": "Z6092", "Z6092K1": "P31" } }, "Z32982K3": { "Z1K1": "Z7", "Z7K1": "Z32557", "Z32557K1": { "Z1K1": "Z18", "Z18K1": "Z825K1" }, "Z32557K2": { "Z1K1": "Z6092", "Z6092K1": "P1056" } }, "Z32982K4": { "Z1K1": "Z18", "Z18K1": "Z825K2" } } } ] } } } d5ig5uolith86t1g5f1ueur3duxr22o User talk:-Haryad 3 3618 9764 2026-06-06T07:39:26Z -Haryad 2633 I welcomed myself 9764 wikitext text/x-wiki == Welcome to Abstract Wikipedia! == <div style="border:solid medium lightgrey; border-width: medium; padding: 0.3em 0.5em;"> <div class="lang-en" lang="en"> Hello, &#45;Haryad. Welcome to '''[[Abstract Wikipedia:About|Abstract Wikipedia]]'''! View the [[Abstract Wikipedia:Community portal|Community portal]] or post to the [[Abstract Wikipedia:Project chat|Project chat]] if you need help with something. If you add or comment on a topic, please ensure your contribution is automatically signed or sign it manually by typing four tilde characters <nowiki>[~~~~]</nowiki>. Happy editing! </div> </div><!-- Template:Welcome --> [[User:-Haryad |<span style="color:black; font-size:16px;">'''ʜᴀʀʏᴀᴅ'''</span>]] <sub>[[User Talk: -Haryad |<span style="color:yellow; Background:black ">'''ᴛᴀʟᴋ'''</span>]]</sub> 07:39, 6 June 2026 (UTC) edkvn3j8v513npq0j87jidfqtgsq1mp