Abstract Wikipedia abstractwiki https://abstract.wikipedia.org/wiki/Abstract_Wikipedia:Main_page MediaWiki 1.47.0-wmf.7 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 10604 10428 2026-06-18T11:21:49Z 内存溢出的猫 1294 /* Spaces between sentences, another attempt */ 10604 wikitext text/x-wiki {{#ifexist:Abstract Wikipedia:Project chat/Header/{{USERLANGUAGE}}|{{/Header/{{USERLANGUAGE}}}}|{{/Header}}}} {{/Archives}} <!-- Add your discussion below this line --> == 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?<br>@[[User User:Amire80|Amir E. Aharoni]] Yes, it is correct. For pinyin transliterations, the only way is lemma-based. I'll also encourage you to read in underrepresented {{w|Varieties of Chinese}} :-) ——~~~~</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]]) :@[[User:HenkvD|HenkvD]]: I originally thought this was a bit hacky, but it actually makes sense -- the spacing is determined by punctuation. For example, English [https://en.wikipedia.org/wiki/Sentence_spacing#cite_ref-Bringhurst_2004._p.28_4-0 used to have] the convention of using two spaces, Chinese uses no spaces, and in Tibetan, ། marks the end of a short phrase or sentence and still needs a space after it, while ༎ marks the end of a paragraph. (yes there’s a dedicated paragraph-ending punctuation mark) This at least matches our current abstraction model well. ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 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) == 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 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Moved from [[f:Wikifunctions:Project chat]] Hello. I would like to be able to use the function [[f:Z26039]] to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: [[f:Z26039]] calls a language-specific function like "Spanish article-less instantiating sentence" [[f:Z26337]], which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for [[f:Z26039]] etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) :@[[User:Strobilomyces|Strobilomyces]] I will try to answer a few of your questions, although I am not linguist. ::@[[User:HenkvD|HenkvD]] Thanks for your answer. I will add my comments in your answers below. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :1. Yes I agree the correct inputs for "entity" is {{Q|243}} and the second input "class" is {{Q|4989906}}. :2. In case no lexeme information is needed (for gender or so) the Wikidata label of {{Q|243}} should be OK. Labels in Wikidata don't contain parentheses for disambiguation. For instance there are many cities called Amsterdam like {{Q|478456}}. {{Q|959016}} and {{Q|727}} :: Well I sometimes add disambiguation parentheses in the case of taxonomic items, for instance I use the label "Sphaerodes (fungus)" because the genus name ''Sphaerodes'' is both a fungus and an insect. As far as I know, it is allowed to add a parenthesis like this to the label. When selecting the item this is not needed, since the description is also visible, but when looking at the genus name on the page, one would not be able to tell whether the link goes to the fungus or the insect, and sometimes such links get muddled up. If there should be a rule that the label must be the same as the lemma text, then I think that needs to be agreed and publicized. :3a. In case gender is needed, for example for gender for La Abadía de Westminster I think we need lexemes :: Yes, so it seems to me that this means that for languages like French and German, every single item needs a lexeme. On the other hand, in a separate conversation it was suggested to me that genders might be established programmatically, and the lexeme would only be needed in exceptional cases. This seems to require an architecture which is different from what I was expecting, and certainly not available at present for the fragment examples (surely the logic will be too complicated for composition code alone). Even in English, many items may need to be used in the plural; the rendering function will need to find the plural of the given item. It can execute a heuristic function (add "s", change "y" to "ies", etc.), and a lexeme is only needed if the label word is "irregular". But note that it has to query the lexeme every single time to see if one exists, in which case it must take precedence. :3b. I don't know what you mean, so I can't answer that. ::It is a detailed question about how to fill in the attributes of {{Q|P5238}}. :4. You are right some examples like Sun is a star" are incorrect and need an article for some languages/some lemmma. I don't know if there is a linguistic terminology or Lexeme property that would indicate it needs an initial definite article. :::Yes. In fact, the strange thing for me is rather that in encyclopedia entries, the article is omitted in the article heading. For instance, in the examples above if the English labels were given as "The Eiffel Tower" and "The Sun", and similarly in the other languages, the fragment examples would work and where would be the problem? In paper encyclopedias, this would mean that many entries would come together under "The". Anyway, I don't think this can be changed and so a property is needed. I would have thought that the property would have to be on a lexeme object. :: On {{Q|727}} in English the noun Netherlands has an additional "the" in English. This is added by [[f:Z32645]] item indicates definite article, English. Functions should be created for each language, and added to the appropriate sentences. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:58, 9 June 2026 (UTC) :::Oh, Z32645 is interesting. The two implementations are very different, aren't they? The function doesn't work for "Eiffel Tower", but the first implementation could do if "the Eiffel Tower" were an alias. That could be instead of the lexeme property(?) But if we are imposing conventions like that, I suppose we need to talk to other Wikidata users. :Even for western languages there are a lot of different rules; What about the many other languages in the world. All this makes it a real challenge. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:04, 8 June 2026 (UTC) ::Yes, I think it is an extreme challenge, especially withou being able to call external functions in Python etc. Surely this is too complicated for composition? Thanks again for your answers. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :::This was discussed at [[:commons:File:Abstract_Wikipedia_Volunteer_Corner_2026-06.webm|Monday’s volunteers’ corner meeting (8 June 2026)]]. It was also discussed to find a place where to discuss this in detail. Please mention that place here if that place is known. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:26, 13 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:29, 12 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Add Z32962 to the list of suggested functions? == I think Z32962 would be a useful addition to the list of suggested functions. Can an admin please add it if others agree? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:25, 15 June 2026 (UTC) : Please comment on [[MediaWiki talk:AbstractWikiSuggestedWikifunctions.json]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 04:48, 15 June 2026 (UTC) == Native labels == English Wikipedia usually displays native labels whenever applicable. Should we modify Z28016 to do the same or make a new function? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:39, 15 June 2026 (UTC) == readiness indicator == It occurred to me that an abstract page that works well enough for one language output might be broken for another, so it would be good to have some sort of indicator in the UI of which languages might be ready for transwiki and which still need preliminaries. I'm not sure if it would be better to do this as part of the testing and error-handling, or manually (like patrolling versions, but language-specific). [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 07:12, 15 June 2026 (UTC) :: The function [[f:Z35921|NLG default text]] will be able to indicate on the target Wikipedia that the text in this language is not ready yet. Maybe sentences with this indicator, or even lemma's with this indicator could be excluded from the target Wikipedia. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 08:52, 15 June 2026 (UTC) :::I see that in the [[#Marking NLG Default text]] section, but I am thinking more at the whole-article level; dropping a problematic fragment from the final render could change the overall meaning. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 17:20, 15 June 2026 (UTC) == Add an LLM generator, where you can generate the schema == Hi. Please add an LLM generator, where you can ask AI to generate a schema for Abstract wikipedia. [[User:ChippyTimeCom|ChippyTimeCom]] ([[User talk:ChippyTimeCom|talk]]) 01:18, 17 June 2026 (UTC) cnvn3jes9l3s5gkwxzhcan456w4gh6h 10605 10604 2026-06-18T11:24:19Z 内存溢出的猫 1294 /* Spaces between sentences, another attempt */ 10605 wikitext text/x-wiki {{#ifexist:Abstract Wikipedia:Project chat/Header/{{USERLANGUAGE}}|{{/Header/{{USERLANGUAGE}}}}|{{/Header}}}} {{/Archives}} <!-- Add your discussion below this line --> == 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?<br>@[[User User:Amire80|Amir E. Aharoni]] Yes, it is correct. For pinyin transliterations, the only way is lemma-based. I'll also encourage you to read in underrepresented {{w|Varieties of Chinese}} :-) ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 2026 (UTC)</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]]) :@[[User:HenkvD|HenkvD]]: I originally thought this was a bit hacky, but it actually makes sense -- the spacing is determined by punctuation. For example, English [https://en.wikipedia.org/wiki/Sentence_spacing#cite_ref-Bringhurst_2004._p.28_4-0 used to have] the convention of using two spaces, Chinese uses no spaces, and in Tibetan, ། marks the end of a short phrase or sentence (still needs a space after it), while ༎ marks the end of a paragraph. (Yes, there's a dedicated paragraph-ending punctuation mark!) This at least matches our current abstraction model well. Also, I don't think this will lead to extra spaces. ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 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) == 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 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Moved from [[f:Wikifunctions:Project chat]] Hello. I would like to be able to use the function [[f:Z26039]] to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: [[f:Z26039]] calls a language-specific function like "Spanish article-less instantiating sentence" [[f:Z26337]], which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for [[f:Z26039]] etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) :@[[User:Strobilomyces|Strobilomyces]] I will try to answer a few of your questions, although I am not linguist. ::@[[User:HenkvD|HenkvD]] Thanks for your answer. I will add my comments in your answers below. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :1. Yes I agree the correct inputs for "entity" is {{Q|243}} and the second input "class" is {{Q|4989906}}. :2. In case no lexeme information is needed (for gender or so) the Wikidata label of {{Q|243}} should be OK. Labels in Wikidata don't contain parentheses for disambiguation. For instance there are many cities called Amsterdam like {{Q|478456}}. {{Q|959016}} and {{Q|727}} :: Well I sometimes add disambiguation parentheses in the case of taxonomic items, for instance I use the label "Sphaerodes (fungus)" because the genus name ''Sphaerodes'' is both a fungus and an insect. As far as I know, it is allowed to add a parenthesis like this to the label. When selecting the item this is not needed, since the description is also visible, but when looking at the genus name on the page, one would not be able to tell whether the link goes to the fungus or the insect, and sometimes such links get muddled up. If there should be a rule that the label must be the same as the lemma text, then I think that needs to be agreed and publicized. :3a. In case gender is needed, for example for gender for La Abadía de Westminster I think we need lexemes :: Yes, so it seems to me that this means that for languages like French and German, every single item needs a lexeme. On the other hand, in a separate conversation it was suggested to me that genders might be established programmatically, and the lexeme would only be needed in exceptional cases. This seems to require an architecture which is different from what I was expecting, and certainly not available at present for the fragment examples (surely the logic will be too complicated for composition code alone). Even in English, many items may need to be used in the plural; the rendering function will need to find the plural of the given item. It can execute a heuristic function (add "s", change "y" to "ies", etc.), and a lexeme is only needed if the label word is "irregular". But note that it has to query the lexeme every single time to see if one exists, in which case it must take precedence. :3b. I don't know what you mean, so I can't answer that. ::It is a detailed question about how to fill in the attributes of {{Q|P5238}}. :4. You are right some examples like Sun is a star" are incorrect and need an article for some languages/some lemmma. I don't know if there is a linguistic terminology or Lexeme property that would indicate it needs an initial definite article. :::Yes. In fact, the strange thing for me is rather that in encyclopedia entries, the article is omitted in the article heading. For instance, in the examples above if the English labels were given as "The Eiffel Tower" and "The Sun", and similarly in the other languages, the fragment examples would work and where would be the problem? In paper encyclopedias, this would mean that many entries would come together under "The". Anyway, I don't think this can be changed and so a property is needed. I would have thought that the property would have to be on a lexeme object. :: On {{Q|727}} in English the noun Netherlands has an additional "the" in English. This is added by [[f:Z32645]] item indicates definite article, English. Functions should be created for each language, and added to the appropriate sentences. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:58, 9 June 2026 (UTC) :::Oh, Z32645 is interesting. The two implementations are very different, aren't they? The function doesn't work for "Eiffel Tower", but the first implementation could do if "the Eiffel Tower" were an alias. That could be instead of the lexeme property(?) But if we are imposing conventions like that, I suppose we need to talk to other Wikidata users. :Even for western languages there are a lot of different rules; What about the many other languages in the world. All this makes it a real challenge. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:04, 8 June 2026 (UTC) ::Yes, I think it is an extreme challenge, especially withou being able to call external functions in Python etc. Surely this is too complicated for composition? Thanks again for your answers. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :::This was discussed at [[:commons:File:Abstract_Wikipedia_Volunteer_Corner_2026-06.webm|Monday’s volunteers’ corner meeting (8 June 2026)]]. It was also discussed to find a place where to discuss this in detail. Please mention that place here if that place is known. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:26, 13 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:29, 12 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Add Z32962 to the list of suggested functions? == I think Z32962 would be a useful addition to the list of suggested functions. Can an admin please add it if others agree? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:25, 15 June 2026 (UTC) : Please comment on [[MediaWiki talk:AbstractWikiSuggestedWikifunctions.json]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 04:48, 15 June 2026 (UTC) == Native labels == English Wikipedia usually displays native labels whenever applicable. Should we modify Z28016 to do the same or make a new function? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:39, 15 June 2026 (UTC) == readiness indicator == It occurred to me that an abstract page that works well enough for one language output might be broken for another, so it would be good to have some sort of indicator in the UI of which languages might be ready for transwiki and which still need preliminaries. I'm not sure if it would be better to do this as part of the testing and error-handling, or manually (like patrolling versions, but language-specific). [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 07:12, 15 June 2026 (UTC) :: The function [[f:Z35921|NLG default text]] will be able to indicate on the target Wikipedia that the text in this language is not ready yet. Maybe sentences with this indicator, or even lemma's with this indicator could be excluded from the target Wikipedia. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 08:52, 15 June 2026 (UTC) :::I see that in the [[#Marking NLG Default text]] section, but I am thinking more at the whole-article level; dropping a problematic fragment from the final render could change the overall meaning. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 17:20, 15 June 2026 (UTC) == Add an LLM generator, where you can generate the schema == Hi. Please add an LLM generator, where you can ask AI to generate a schema for Abstract wikipedia. [[User:ChippyTimeCom|ChippyTimeCom]] ([[User talk:ChippyTimeCom|talk]]) 01:18, 17 June 2026 (UTC) ijk4uzsdnmtiaern63ado64tzg2n283 10606 10605 2026-06-18T11:25:29Z 内存溢出的猫 1294 /* Spaces between sentences, another attempt */ 10606 wikitext text/x-wiki {{#ifexist:Abstract Wikipedia:Project chat/Header/{{USERLANGUAGE}}|{{/Header/{{USERLANGUAGE}}}}|{{/Header}}}} {{/Archives}} <!-- Add your discussion below this line --> == 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?<br>@[[User User:Amire80|Amir E. Aharoni]] Yes, it is correct. For pinyin transliterations, the only way is lemma-based. I'll also encourage you to read in underrepresented [https://en.wikipedia.org/wiki/Varieties_of_Chinese Varieties of Chinese] :-) I am working on them on English Wiktionary. ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 2026 (UTC)</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]]) :@[[User:HenkvD|HenkvD]]: I originally thought this was a bit hacky, but it actually makes sense -- the spacing is determined by punctuation. For example, English [https://en.wikipedia.org/wiki/Sentence_spacing#cite_ref-Bringhurst_2004._p.28_4-0 used to have] the convention of using two spaces, Chinese uses no spaces, and in Tibetan, ། marks the end of a short phrase or sentence (still needs a space after it), while ༎ marks the end of a paragraph. (Yes, there's a dedicated paragraph-ending punctuation mark!) This at least matches our current abstraction model well. Also, I don't think this will lead to extra spaces. ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 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) == 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 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Moved from [[f:Wikifunctions:Project chat]] Hello. I would like to be able to use the function [[f:Z26039]] to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: [[f:Z26039]] calls a language-specific function like "Spanish article-less instantiating sentence" [[f:Z26337]], which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for [[f:Z26039]] etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) :@[[User:Strobilomyces|Strobilomyces]] I will try to answer a few of your questions, although I am not linguist. ::@[[User:HenkvD|HenkvD]] Thanks for your answer. I will add my comments in your answers below. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :1. Yes I agree the correct inputs for "entity" is {{Q|243}} and the second input "class" is {{Q|4989906}}. :2. In case no lexeme information is needed (for gender or so) the Wikidata label of {{Q|243}} should be OK. Labels in Wikidata don't contain parentheses for disambiguation. For instance there are many cities called Amsterdam like {{Q|478456}}. {{Q|959016}} and {{Q|727}} :: Well I sometimes add disambiguation parentheses in the case of taxonomic items, for instance I use the label "Sphaerodes (fungus)" because the genus name ''Sphaerodes'' is both a fungus and an insect. As far as I know, it is allowed to add a parenthesis like this to the label. When selecting the item this is not needed, since the description is also visible, but when looking at the genus name on the page, one would not be able to tell whether the link goes to the fungus or the insect, and sometimes such links get muddled up. If there should be a rule that the label must be the same as the lemma text, then I think that needs to be agreed and publicized. :3a. In case gender is needed, for example for gender for La Abadía de Westminster I think we need lexemes :: Yes, so it seems to me that this means that for languages like French and German, every single item needs a lexeme. On the other hand, in a separate conversation it was suggested to me that genders might be established programmatically, and the lexeme would only be needed in exceptional cases. This seems to require an architecture which is different from what I was expecting, and certainly not available at present for the fragment examples (surely the logic will be too complicated for composition code alone). Even in English, many items may need to be used in the plural; the rendering function will need to find the plural of the given item. It can execute a heuristic function (add "s", change "y" to "ies", etc.), and a lexeme is only needed if the label word is "irregular". But note that it has to query the lexeme every single time to see if one exists, in which case it must take precedence. :3b. I don't know what you mean, so I can't answer that. ::It is a detailed question about how to fill in the attributes of {{Q|P5238}}. :4. You are right some examples like Sun is a star" are incorrect and need an article for some languages/some lemmma. I don't know if there is a linguistic terminology or Lexeme property that would indicate it needs an initial definite article. :::Yes. In fact, the strange thing for me is rather that in encyclopedia entries, the article is omitted in the article heading. For instance, in the examples above if the English labels were given as "The Eiffel Tower" and "The Sun", and similarly in the other languages, the fragment examples would work and where would be the problem? In paper encyclopedias, this would mean that many entries would come together under "The". Anyway, I don't think this can be changed and so a property is needed. I would have thought that the property would have to be on a lexeme object. :: On {{Q|727}} in English the noun Netherlands has an additional "the" in English. This is added by [[f:Z32645]] item indicates definite article, English. Functions should be created for each language, and added to the appropriate sentences. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:58, 9 June 2026 (UTC) :::Oh, Z32645 is interesting. The two implementations are very different, aren't they? The function doesn't work for "Eiffel Tower", but the first implementation could do if "the Eiffel Tower" were an alias. That could be instead of the lexeme property(?) But if we are imposing conventions like that, I suppose we need to talk to other Wikidata users. :Even for western languages there are a lot of different rules; What about the many other languages in the world. All this makes it a real challenge. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:04, 8 June 2026 (UTC) ::Yes, I think it is an extreme challenge, especially withou being able to call external functions in Python etc. Surely this is too complicated for composition? Thanks again for your answers. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :::This was discussed at [[:commons:File:Abstract_Wikipedia_Volunteer_Corner_2026-06.webm|Monday’s volunteers’ corner meeting (8 June 2026)]]. It was also discussed to find a place where to discuss this in detail. Please mention that place here if that place is known. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:26, 13 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:29, 12 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Add Z32962 to the list of suggested functions? == I think Z32962 would be a useful addition to the list of suggested functions. Can an admin please add it if others agree? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:25, 15 June 2026 (UTC) : Please comment on [[MediaWiki talk:AbstractWikiSuggestedWikifunctions.json]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 04:48, 15 June 2026 (UTC) == Native labels == English Wikipedia usually displays native labels whenever applicable. Should we modify Z28016 to do the same or make a new function? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:39, 15 June 2026 (UTC) == readiness indicator == It occurred to me that an abstract page that works well enough for one language output might be broken for another, so it would be good to have some sort of indicator in the UI of which languages might be ready for transwiki and which still need preliminaries. I'm not sure if it would be better to do this as part of the testing and error-handling, or manually (like patrolling versions, but language-specific). [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 07:12, 15 June 2026 (UTC) :: The function [[f:Z35921|NLG default text]] will be able to indicate on the target Wikipedia that the text in this language is not ready yet. Maybe sentences with this indicator, or even lemma's with this indicator could be excluded from the target Wikipedia. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 08:52, 15 June 2026 (UTC) :::I see that in the [[#Marking NLG Default text]] section, but I am thinking more at the whole-article level; dropping a problematic fragment from the final render could change the overall meaning. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 17:20, 15 June 2026 (UTC) == Add an LLM generator, where you can generate the schema == Hi. Please add an LLM generator, where you can ask AI to generate a schema for Abstract wikipedia. [[User:ChippyTimeCom|ChippyTimeCom]] ([[User talk:ChippyTimeCom|talk]]) 01:18, 17 June 2026 (UTC) 8pe3pt6brhibo082rdekbyv36agg9x6 10643 10606 2026-06-18T11:43:47Z Amire80 22 /* Easier solution? */ Reply 10643 wikitext text/x-wiki {{#ifexist:Abstract Wikipedia:Project chat/Header/{{USERLANGUAGE}}|{{/Header/{{USERLANGUAGE}}}}|{{/Header}}}} {{/Archives}} <!-- Add your discussion below this line --> == 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?<br>@[[User User:Amire80|Amir E. Aharoni]] Yes, it is correct. For pinyin transliterations, the only way is lemma-based. I'll also encourage you to read in underrepresented [https://en.wikipedia.org/wiki/Varieties_of_Chinese Varieties of Chinese] :-) I am working on them on English Wiktionary. ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 2026 (UTC)</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]]) :@[[User:HenkvD|HenkvD]]: I originally thought this was a bit hacky, but it actually makes sense -- the spacing is determined by punctuation. For example, English [https://en.wikipedia.org/wiki/Sentence_spacing#cite_ref-Bringhurst_2004._p.28_4-0 used to have] the convention of using two spaces, Chinese uses no spaces, and in Tibetan, ། marks the end of a short phrase or sentence (still needs a space after it), while ༎ marks the end of a paragraph. (Yes, there's a dedicated paragraph-ending punctuation mark!) This at least matches our current abstraction model well. Also, I don't think this will lead to extra spaces. ——[[User:内存溢出的猫|内存溢出的猫]] ([[User talk:内存溢出的猫|talk]]) 11:21, 18 June 2026 (UTC) :An unnecessary space in the end of a text, though invisible, cannot be a good idea. [[User:Amire80|Amir E. Aharoni]] ([[User talk:Amire80|talk]]) 11:43, 18 June 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) == 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 --> == Questions on a simple fragment example "The Eiffel Tower is a monument" == Moved from [[f:Wikifunctions:Project chat]] Hello. I would like to be able to use the function [[f:Z26039]] to generate sentences like "the Eiffel Tower is a monument" or "la torre Eiffel es un monumento" in Spanish. It already raises a lot of questions. Question 1: I should be able to set the first input "entity" to {{Q|Q243}} and the second input "class" to {{Q|Q4989906}} and get the correct sentence, shouldn't I? Just checking. Question 2: [[f:Z26039]] calls a language-specific function like "Spanish article-less instantiating sentence" [[f:Z26337]], which uses the label of the Wikidata item to get the text for "Eiffel Tower", which is similar to the lemma of the lexeme. But this would not be acceptable in production, would it? The item label "belongs" to all Wikidata users, not to Abstract Wikipedia users, and there is no guarantee what it might contain, such as a parenthesis for disambiguation. Or am I wrong? Question 3a: We need to have a lexeme for the combination "Eiffel Tower" in each language, don't we? For instance in languages with gender, the lexeme is the only place to find the gender. It is true that if we know that the equivalent of "Tower" is the head word, syntactical information can be found under the lexeme for "tower", and it would be good to use a system like that. But the only place that the syntactic dependency information could be located is under the lexeme. Question 3b: At present for [[f:Z26039]] etc. to work, we have to add any forms or syntax information to the lexeme of the whole phrase, such as "Eiffel Tower". But property {{Q|P5238}} with attributes {{Q|P9763}} and {{Q|P9764}} can be used to define the structure and avoid duplicating the syntax information. What lexeme would be used for "Eiffel" in this case? Would it be the same as a lexeme for {{Q|Q20882}}? That makes no sense to me. I propose that there should be a dummy lexeme in each language which could be added to {{Q|P5238}} instead of a real lexeme to mean "invariant element". Question 4: As has already been pointed out elsewhere, the fragment functions do not work well with the initial definite article in languages like English, Spanish and German. Examples: * "'''The Eiffel Tower is a monument.'''" The item label "Eiffel Tower" omits the article and so the result omits the initial "The" in English. French, Spanish and German are similar. * "'''The Sun is a star.'''" Similarly the article is wrongly omitted, also in French, Spanish and German. * "'''Westminster Abbey is a monument.'''" This is OK in English and German as no article is needed, but not in French or Spanish where it is, for instance "La Abadía de Westminster es un monumento". * "'''Latin is a dead language.'''" Also this is OK in English and German but not in French or Spanish, where an article is needed. * "'''Jupiter is a planet.'''". This does not need an article and is OK in all the languages; I include this to show that you cannot assume that there is an article in all cases in French and Spanish. How should the language functions find out whether an article is needed? In some cases, where the lemma is a phrase like "Abadía de Westminster" in Spanish, I think that it could be deduced, but in general there is no rule to give the answer. Using different rendering functions according to the case is '''not''' a solution, although it might work for a few specific languages like these four. It would not be acceptable because there will be many, many other cases of syntactical choices to be made for all the different languages, and we cannot expect the person writing the abstract code to take them all into account. So I suppose that a declaration in the lexeme is needed to solve this problem. I suppose that there must already be linguistic terminology for this problem, but I don't know it. I would be grateful for any comments on any of these questions. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 15:02, 5 June 2026 (UTC) :@[[User:Strobilomyces|Strobilomyces]] I will try to answer a few of your questions, although I am not linguist. ::@[[User:HenkvD|HenkvD]] Thanks for your answer. I will add my comments in your answers below. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :1. Yes I agree the correct inputs for "entity" is {{Q|243}} and the second input "class" is {{Q|4989906}}. :2. In case no lexeme information is needed (for gender or so) the Wikidata label of {{Q|243}} should be OK. Labels in Wikidata don't contain parentheses for disambiguation. For instance there are many cities called Amsterdam like {{Q|478456}}. {{Q|959016}} and {{Q|727}} :: Well I sometimes add disambiguation parentheses in the case of taxonomic items, for instance I use the label "Sphaerodes (fungus)" because the genus name ''Sphaerodes'' is both a fungus and an insect. As far as I know, it is allowed to add a parenthesis like this to the label. When selecting the item this is not needed, since the description is also visible, but when looking at the genus name on the page, one would not be able to tell whether the link goes to the fungus or the insect, and sometimes such links get muddled up. If there should be a rule that the label must be the same as the lemma text, then I think that needs to be agreed and publicized. :3a. In case gender is needed, for example for gender for La Abadía de Westminster I think we need lexemes :: Yes, so it seems to me that this means that for languages like French and German, every single item needs a lexeme. On the other hand, in a separate conversation it was suggested to me that genders might be established programmatically, and the lexeme would only be needed in exceptional cases. This seems to require an architecture which is different from what I was expecting, and certainly not available at present for the fragment examples (surely the logic will be too complicated for composition code alone). Even in English, many items may need to be used in the plural; the rendering function will need to find the plural of the given item. It can execute a heuristic function (add "s", change "y" to "ies", etc.), and a lexeme is only needed if the label word is "irregular". But note that it has to query the lexeme every single time to see if one exists, in which case it must take precedence. :3b. I don't know what you mean, so I can't answer that. ::It is a detailed question about how to fill in the attributes of {{Q|P5238}}. :4. You are right some examples like Sun is a star" are incorrect and need an article for some languages/some lemmma. I don't know if there is a linguistic terminology or Lexeme property that would indicate it needs an initial definite article. :::Yes. In fact, the strange thing for me is rather that in encyclopedia entries, the article is omitted in the article heading. For instance, in the examples above if the English labels were given as "The Eiffel Tower" and "The Sun", and similarly in the other languages, the fragment examples would work and where would be the problem? In paper encyclopedias, this would mean that many entries would come together under "The". Anyway, I don't think this can be changed and so a property is needed. I would have thought that the property would have to be on a lexeme object. :: On {{Q|727}} in English the noun Netherlands has an additional "the" in English. This is added by [[f:Z32645]] item indicates definite article, English. Functions should be created for each language, and added to the appropriate sentences. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:58, 9 June 2026 (UTC) :::Oh, Z32645 is interesting. The two implementations are very different, aren't they? The function doesn't work for "Eiffel Tower", but the first implementation could do if "the Eiffel Tower" were an alias. That could be instead of the lexeme property(?) But if we are imposing conventions like that, I suppose we need to talk to other Wikidata users. :Even for western languages there are a lot of different rules; What about the many other languages in the world. All this makes it a real challenge. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 22:04, 8 June 2026 (UTC) ::Yes, I think it is an extreme challenge, especially withou being able to call external functions in Python etc. Surely this is too complicated for composition? Thanks again for your answers. [[User:Strobilomyces|Strobilomyces]] ([[User talk:Strobilomyces|talk]]) 18:42, 9 June 2026 (UTC) :::This was discussed at [[:commons:File:Abstract_Wikipedia_Volunteer_Corner_2026-06.webm|Monday’s volunteers’ corner meeting (8 June 2026)]]. It was also discussed to find a place where to discuss this in detail. Please mention that place here if that place is known. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 11:26, 13 June 2026 (UTC) == Wikifunctions & Abstract Wikipedia Newsletter #252 is out: Improved loading and display of Test results == There is [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|a new update]] for Abstract Wikipedia and Wikifunctions. Please, come and read it! In this issue, we present you an improvement in loading and display of Test results, we talk about our next events, and we take a look at the latest software developments. Want to catch up with the previous updates? Check [[:f:Special:MyLanguage/Wikifunctions:Status updates|our archive]]! Also, we remind you that Denny will lead a discussion on the [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15#News in Types: way forward for natural language generation types|new NLG types]] in the next '''Natural Language Generation Special Interest Group meeting''', that will be held on '''[https://zonestamp.toolforge.org/1781625600 June 16, at 16:00 UTC]''' ([https://meet.google.com/xzn-kqer-mah link to the meeting]). Enjoy the reading! -- [[User:Sannita (WMF)|User:Sannita (WMF)]] ([[User talk:Sannita (WMF)|talk]]) 15:29, 12 June 2026 (UTC) <!-- Message sent by User:Sannita (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Wikifunctions_%26_Abstract_Wikipedia&oldid=30606821 --> == Add Z32962 to the list of suggested functions? == I think Z32962 would be a useful addition to the list of suggested functions. Can an admin please add it if others agree? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:25, 15 June 2026 (UTC) : Please comment on [[MediaWiki talk:AbstractWikiSuggestedWikifunctions.json]]. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 04:48, 15 June 2026 (UTC) == Native labels == English Wikipedia usually displays native labels whenever applicable. Should we modify Z28016 to do the same or make a new function? [[User:Redmin|Redmin]] ([[User talk:Redmin|talk]]) 04:39, 15 June 2026 (UTC) == readiness indicator == It occurred to me that an abstract page that works well enough for one language output might be broken for another, so it would be good to have some sort of indicator in the UI of which languages might be ready for transwiki and which still need preliminaries. I'm not sure if it would be better to do this as part of the testing and error-handling, or manually (like patrolling versions, but language-specific). [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 07:12, 15 June 2026 (UTC) :: The function [[f:Z35921|NLG default text]] will be able to indicate on the target Wikipedia that the text in this language is not ready yet. Maybe sentences with this indicator, or even lemma's with this indicator could be excluded from the target Wikipedia. [[User:HenkvD|HenkvD]] ([[User talk:HenkvD|talk]]) 08:52, 15 June 2026 (UTC) :::I see that in the [[#Marking NLG Default text]] section, but I am thinking more at the whole-article level; dropping a problematic fragment from the final render could change the overall meaning. [[User:Arlo Barnes|Arlo Barnes]] ([[User talk:Arlo Barnes|talk]]) 17:20, 15 June 2026 (UTC) == Add an LLM generator, where you can generate the schema == Hi. Please add an LLM generator, where you can ask AI to generate a schema for Abstract wikipedia. [[User:ChippyTimeCom|ChippyTimeCom]] ([[User talk:ChippyTimeCom|talk]]) 01:18, 17 June 2026 (UTC) szeg2y1iu2fzxim5uotq44ts36me06m Abstract Wikipedia:Requests for deletion 4 450 10453 10008 2026-06-17T14:06:31Z Bunnypranav 929 Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]]) 10453 wikitext text/x-wiki __NEWSECTIONLINK__ This page is the venue to request for the deletion of pages that cannot be speedy deleted (see also [[Template:Delete]]). [[Category:Abstract Wikipedia administration]] == Scholarly articles == * {{Q|67404404}} * {{Q|50082993}} * {{Q|68271926}} * {{Q|114133712}} There is very little abstract encyclopedic content that can come out of a page about a specific, non-notable scholarly article. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 19:07, 18 May 2026 (UTC) :We currently don't have a community-ratified definition of notability. I've tried to kick off this discussion [[Project:Notability|here]]. For now, I ask that stewards/global sysops '''wait''' until we come to a consensus on a policy. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:10, 18 May 2026 (UTC) ::{{ping|JJPMaster}} very interesting request. I'm not entirely sure... I would tend to agree for these papers but not all of them ({{Q|Q30249683}} exists on 16 Wikipedias for instance), so where to put the threshold between notable and non-notable? on which criteria? Anyway, I agree to ''wait'' until the community reach a consensus on what is notable on AW. Also, I'm pinging {{ping|Immanuelle}} who created these articles. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 14:13, 30 May 2026 (UTC) == [[Q6489603]] == See [[Talk:Q6489603]]. This does not work as a category, it is more an article about a category. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:34, 31 May 2026 (UTC) : Under my [[Abstract Wikipedia:Notability|proposed notability guideline]], this would not be notable, so I {{s}} deletion [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:30, 31 May 2026 (UTC) :{{done}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 14:06, 17 June 2026 (UTC) == Creations by XeNivalys == [[user:XeNivalys]] has posted several pages as part of their cross-wiki spam crusade. Please delete them all and if possible issue a block. --[[User:Bedivere|Bedivere]] ([[User talk:Bedivere|talk]]) 04:53, 9 June 2026 (UTC) :{{Done|Deleted}}. 🪶-[[User:Tanbiruzzaman|<span style="font-family:monospace;color:#006400;letter-spacing:1px;">TΛNBIRUZZΛMΛN</span>]] ([[User talk:Tanbiruzzaman|💬]]) 08:33, 9 June 2026 (UTC) q7dqrjulyvx8iujilgoebbhhtwgggy1 10455 10453 2026-06-17T14:07:37Z Bunnypranav 929 Reverted edit by [[Special:Contributions/Bunnypranav|Bunnypranav]] ([[User talk:Bunnypranav|talk]]) to last revision by [[User:Tanbiruzzaman|Tanbiruzzaman]] 10008 wikitext text/x-wiki __NEWSECTIONLINK__ This page is the venue to request for the deletion of pages that cannot be speedy deleted (see also [[Template:Delete]]). [[Category:Abstract Wikipedia administration]] == Scholarly articles == * {{Q|67404404}} * {{Q|50082993}} * {{Q|68271926}} * {{Q|114133712}} There is very little abstract encyclopedic content that can come out of a page about a specific, non-notable scholarly article. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 19:07, 18 May 2026 (UTC) :We currently don't have a community-ratified definition of notability. I've tried to kick off this discussion [[Project:Notability|here]]. For now, I ask that stewards/global sysops '''wait''' until we come to a consensus on a policy. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:10, 18 May 2026 (UTC) ::{{ping|JJPMaster}} very interesting request. I'm not entirely sure... I would tend to agree for these papers but not all of them ({{Q|Q30249683}} exists on 16 Wikipedias for instance), so where to put the threshold between notable and non-notable? on which criteria? Anyway, I agree to ''wait'' until the community reach a consensus on what is notable on AW. Also, I'm pinging {{ping|Immanuelle}} who created these articles. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 14:13, 30 May 2026 (UTC) == [[Q6489603]] == See [[Talk:Q6489603]]. This does not work as a category, it is more an article about a category. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:34, 31 May 2026 (UTC) : Under my [[Abstract Wikipedia:Notability|proposed notability guideline]], this would not be notable, so I {{s}} deletion [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:30, 31 May 2026 (UTC) == Creations by XeNivalys == [[user:XeNivalys]] has posted several pages as part of their cross-wiki spam crusade. Please delete them all and if possible issue a block. --[[User:Bedivere|Bedivere]] ([[User talk:Bedivere|talk]]) 04:53, 9 June 2026 (UTC) :{{Done|Deleted}}. 🪶-[[User:Tanbiruzzaman|<span style="font-family:monospace;color:#006400;letter-spacing:1px;">TΛNBIRUZZΛMΛN</span>]] ([[User talk:Tanbiruzzaman|💬]]) 08:33, 9 June 2026 (UTC) a8pprtwyh1x9bwzw8vhm2b2snyj8lmu 10456 10455 2026-06-17T14:07:49Z Bunnypranav 929 Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]]) 10456 wikitext text/x-wiki __NEWSECTIONLINK__ This page is the venue to request for the deletion of pages that cannot be speedy deleted (see also [[Template:Delete]]). [[Category:Abstract Wikipedia administration]] == Scholarly articles == * {{Q|67404404}} * {{Q|50082993}} * {{Q|68271926}} * {{Q|114133712}} There is very little abstract encyclopedic content that can come out of a page about a specific, non-notable scholarly article. [[User:JJPMaster|JJP]]<sub>[[User talk:JJPMaster|Mas]]<sub>[[Special:Contributions/JJPMaster|ter]]</sub></sub> ([[Q1270787|she]]/[[Q3437264|they]]) 19:07, 18 May 2026 (UTC) :We currently don't have a community-ratified definition of notability. I've tried to kick off this discussion [[Project:Notability|here]]. For now, I ask that stewards/global sysops '''wait''' until we come to a consensus on a policy. [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 19:10, 18 May 2026 (UTC) ::{{ping|JJPMaster}} very interesting request. I'm not entirely sure... I would tend to agree for these papers but not all of them ({{Q|Q30249683}} exists on 16 Wikipedias for instance), so where to put the threshold between notable and non-notable? on which criteria? Anyway, I agree to ''wait'' until the community reach a consensus on what is notable on AW. Also, I'm pinging {{ping|Immanuelle}} who created these articles. Cheers, [[User:VIGNERON|VIGNERON]] ([[User talk:VIGNERON|talk]]) 14:13, 30 May 2026 (UTC) == [[Q6489603]] == See [[Talk:Q6489603]]. This does not work as a category, it is more an article about a category. --[[User:Ameisenigel|Ameisenigel]] ([[User talk:Ameisenigel|talk]]) 08:34, 31 May 2026 (UTC) : Under my [[Abstract Wikipedia:Notability|proposed notability guideline]], this would not be notable, so I {{s}} deletion [[User:Feeglgeef|Feeglgeef]] ([[User talk:Feeglgeef|talk]]) 17:30, 31 May 2026 (UTC) :{{Done|Deleted}} <span style="font-family:monospace;font-weight:bold">[[User:Bunnypranav|<span style="color:#63b3ed">~/Bunny</span><span style="color:#2c5282">pranav</span>]]:&lt;[[User talk:Bunnypranav|<span style="color:#63b3ed">ping</span>]]&gt;</span> 14:07, 17 June 2026 (UTC) == Creations by XeNivalys == [[user:XeNivalys]] has posted several pages as part of their cross-wiki spam crusade. Please delete them all and if possible issue a block. --[[User:Bedivere|Bedivere]] ([[User talk:Bedivere|talk]]) 04:53, 9 June 2026 (UTC) :{{Done|Deleted}}. 🪶-[[User:Tanbiruzzaman|<span style="font-family:monospace;color:#006400;letter-spacing:1px;">TΛNBIRUZZΛMΛN</span>]] ([[User talk:Tanbiruzzaman|💬]]) 08:33, 9 June 2026 (UTC) s6jp48rltxb3i4cq4eb4ebyc5z79oyc User:Bunnypranav/common.js 2 470 10444 1955 2026-06-17T13:52:28Z Bunnypranav 929 add admin stuff 10444 javascript text/javascript importScript("User:Feeglgeef/wikilambda_editsource.js"); mw.loader.load('//www.wikifunctions.org/w/index.php?title=User:Bunnypranav/sectionResolved.js&action=raw&ctype=text/javascript'); mw.loader.load('//en.wikipedia.org/w/index.php?title=User:SD0001/quickViewDeleted.js&action=raw&ctype=text/javascript'); // [[w:User:SD0001/quickViewDeleted.js]] mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Animum/massdelete.js&action=raw&ctype=text/javascript'); // [[w:User:Animum/massdelete.js]] $.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).done( function() { mw.util.addPortletLink( 'p-personal', mw.util.getUrl('Special:MassDelete'), 'Mass Delete', 'pt-massdelete', 'Special:MassDelete', null ); mw.util.addPortletLink( 'p-personal-sticky-header', mw.util.getUrl('Special:MassDelete'), 'Mass Delete', 'pt-massdelete', 'Special:MassDelete', null ); }); edsofbatawr4ch0mdaqs1j1fwkqb1pn 10452 10444 2026-06-17T14:06:21Z Bunnypranav 929 update my script 10452 javascript text/javascript importScript("User:Bunnypranav/sectionResolved.js"); mw.loader.load('//en.wikipedia.org/w/index.php?title=User:SD0001/quickViewDeleted.js&action=raw&ctype=text/javascript'); // [[w:User:SD0001/quickViewDeleted.js]] mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Animum/massdelete.js&action=raw&ctype=text/javascript'); // [[w:User:Animum/massdelete.js]] $.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).done( function() { mw.util.addPortletLink( 'p-personal', mw.util.getUrl('Special:MassDelete'), 'Mass Delete', 'pt-massdelete', 'Special:MassDelete', null ); mw.util.addPortletLink( 'p-personal-sticky-header', mw.util.getUrl('Special:MassDelete'), 'Mass Delete', 'pt-massdelete', 'Special:MassDelete', null ); }); 7zvy9t2xkexe48twzvudl5n16zs6qtt Template:Main page/News/de 10 2061 10587 10280 2026-06-18T08:09:32Z Ameisenigel 31 Created page with "[[$1|2026-06-12]]: Verbessertes Laden und Anzeigen von Testergebnissen" 10587 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/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|letzte Freiwilligentreffen]] ist auf Commons verfügbar. ; Aktuelle Neuigkeiten zum Status von Wikifunctions <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]: Verbessertes Laden und Anzeigen von Testergebnissen * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]: Die illustrierte Enzyklopädie * [[: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 </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> 8bvx1u2pzvq2gdim8n8n87qonwacgw5 Template:Main page/News/zh 10 2278 10585 10287 2026-06-18T02:10:21Z 七八年再来一次 5053 Created page with "下一期志愿者角将于$date-and-time在$platform的$link举行。" 10585 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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>举行。 * <span lang="en" dir="ltr" class="mw-content-ltr">The [[:c:File:Abstract Wikipedia Volunteer Corner 2026-06.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-12|2026-06-12]]: Improved loading and display of Test results</span> * <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> </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> r3tbojt4exqrbhx969g3iammlf912o8 10589 10585 2026-06-18T10:13:18Z 七八年再来一次 5053 Created page with "[[$1|最近的志愿者角]]已发布在维基共享资源上。" 10589 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; <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-12|2026-06-12]]: Improved loading and display of Test results</span> * <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> </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> c7tv6pgoimjepmf45d00ag60r57t0je 10591 10589 2026-06-18T10:13:27Z 七八年再来一次 5053 Created page with "维基函数最新动态" 10591 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.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-12|2026-06-12]]: Improved loading and display of Test results</span> * <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> </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> cssiyj18ta1uvh9us1erwzl37pb8z6n 10593 10591 2026-06-18T10:13:51Z 七八年再来一次 5053 Created page with "[[$1|2026-06-12]]:优化了测试结果的加载与显示" 10593 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; 维基函数最新动态 <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]:优化了测试结果的加载与显示 * <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> </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> r74vn4r4r3go96hx0prx1pmca5w3g8t 10595 10593 2026-06-18T10:14:04Z 七八年再来一次 5053 Created page with "[[$1|2026-06-05]]:图解百科" 10595 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; 维基函数最新动态 <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]:优化了测试结果的加载与显示 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]:图解百科 * <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> </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> ehuihy12uudjm434ekevtwa7x7o4os1 10597 10595 2026-06-18T10:14:24Z 七八年再来一次 5053 Created page with "[[$1|2026-05-23]]:2026-2027年度计划" 10597 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; 维基函数最新动态 <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]:优化了测试结果的加载与显示 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]:图解百科 * <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> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]:2026-2027年度计划 * <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> </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> cn4qednothost0w7whs7j7x0hkjhtmr 10599 10597 2026-06-18T10:14:34Z 七八年再来一次 5053 Created page with "[[$1|2026-05-30]]:回顾与展望" 10599 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; 维基函数最新动态 <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]:优化了测试结果的加载与显示 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]:图解百科 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]:回顾与展望 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]:2026-2027年度计划 * <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> </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> ba8b4x6ophwfcukq9rh41unwpgoab2j 10601 10599 2026-06-18T10:14:51Z 七八年再来一次 5053 Created page with "[[$1|2026-05-15]]:更深的意义" 10601 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; 维基函数最新动态 <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]:优化了测试结果的加载与显示 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]:图解百科 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]:回顾与展望 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]:2026-2027年度计划 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]:更深的意义 </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> fnao1kj6ph8ws48yevcag5m7uufd86x 10603 10601 2026-06-18T10:16:20Z 七八年再来一次 5053 10603 wikitext text/x-wiki <noinclude><languages /></noinclude> <div style="margin: auto; vertical-align:top"> <div class="mainpage_boxcontents_small"> ;-{A|zh-hans:志愿者;zh-hant:志工;}-角落 * 下一期志愿者角将于<bdi lang="en" dir="ltr">[https://zonestamp.toolforge.org/1783359000 17:30 UTC on 2026-07-06]</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-06.webm|最近的志愿者角]]已发布在维基共享资源上。 ; 维基函数最新动态 <!--Keep this to the most recent 5 entries--> * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-12|2026-06-12]]:优化了测试结果的加载与显示 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-06-05|2026-06-05]]:图解百科 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-30|2026-05-30]]:回顾与展望 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-23|2026-05-23]]:2026-2027年度计划 * [[:f:Special:MyLanguage/Wikifunctions:Status updates/2026-05-15|2026-05-15]]:更深的意义 </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> 8sx26zi9zj8jp3m9ecgwljmpkwq84f6 Template:Main page/zh 10 2281 10529 9322 2026-06-18T01:42:48Z 七八年再来一次 5053 Created page with "欢迎来到抽象维基百科" 10529 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is a [[foundation:Special:MyLanguage/Policy:Terms of Use|free]] encyclopedia of [[Special:MyLanguage/Abstract Wikipedia:Introduction|abstract articles]] that anyone can edit.</span></p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] <span lang="en" dir="ltr" class="mw-content-ltr">abstract articles</span></li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' is a Wikimedia project for everyone to collaboratively create and maintain a collection of language-independent articles, based on functions from [[:f:|Wikifunctions]] and data from [[:d:|Wikidata]], to help Wikimedia projects to expand their article base.</span> </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|<span lang="en" dir="ltr" class="mw-content-ltr">Useful functions</span>]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; <span lang="en" dir="ltr" class="mw-content-ltr">Learn about Abstract Wikipedia</span> * [[Special:MyLanguage/Abstract Wikipedia:About|<span lang="en" dir="ltr" class="mw-content-ltr">Introduction to Abstract Wikipedia</span>]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> b4qszxa65khr8jxkrgiws0vf6adzkp0 10531 10529 2026-06-18T01:49:42Z 七八年再来一次 5053 Created page with "抽象维基百科是一部由[[$1|自由]]的[[$2|抽象条目]]组成的百科全书,任何人均可对其进行编辑。" 10531 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] <span lang="en" dir="ltr" class="mw-content-ltr">abstract articles</span></li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' is a Wikimedia project for everyone to collaboratively create and maintain a collection of language-independent articles, based on functions from [[:f:|Wikifunctions]] and data from [[:d:|Wikidata]], to help Wikimedia projects to expand their article base.</span> </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|<span lang="en" dir="ltr" class="mw-content-ltr">Useful functions</span>]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; <span lang="en" dir="ltr" class="mw-content-ltr">Learn about Abstract Wikipedia</span> * [[Special:MyLanguage/Abstract Wikipedia:About|<span lang="en" dir="ltr" class="mw-content-ltr">Introduction to Abstract Wikipedia</span>]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 83r6wiwywtwwl95lqwzal1xr2soojds 10533 10531 2026-06-18T01:50:12Z 七八年再来一次 5053 Created page with "抽象条目" 10533 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' is a Wikimedia project for everyone to collaboratively create and maintain a collection of language-independent articles, based on functions from [[:f:|Wikifunctions]] and data from [[:d:|Wikidata]], to help Wikimedia projects to expand their article base.</span> </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|<span lang="en" dir="ltr" class="mw-content-ltr">Useful functions</span>]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; <span lang="en" dir="ltr" class="mw-content-ltr">Learn about Abstract Wikipedia</span> * [[Special:MyLanguage/Abstract Wikipedia:About|<span lang="en" dir="ltr" class="mw-content-ltr">Introduction to Abstract Wikipedia</span>]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 09mtxob0nng94tlpt5f6awl3fhylxqv 10535 10533 2026-06-18T01:51:13Z 七八年再来一次 5053 Created page with "'''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[$1|维基函数]]的功能和[[$2|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。" 10535 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|<span lang="en" dir="ltr" class="mw-content-ltr">Useful functions</span>]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; <span lang="en" dir="ltr" class="mw-content-ltr">Learn about Abstract Wikipedia</span> * [[Special:MyLanguage/Abstract Wikipedia:About|<span lang="en" dir="ltr" class="mw-content-ltr">Introduction to Abstract Wikipedia</span>]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 642z7umzdfm2rpy0ho5dlyiddcf9qy6 10537 10535 2026-06-18T01:51:27Z 七八年再来一次 5053 Created page with "实用函数" 10537 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; <span lang="en" dir="ltr" class="mw-content-ltr">Learn about Abstract Wikipedia</span> * [[Special:MyLanguage/Abstract Wikipedia:About|<span lang="en" dir="ltr" class="mw-content-ltr">Introduction to Abstract Wikipedia</span>]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 7mmushlreowqtn9cw6odo28etmul6cw 10539 10537 2026-06-18T01:51:38Z 七八年再来一次 5053 Created page with "了解抽象维基百科" 10539 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|<span lang="en" dir="ltr" class="mw-content-ltr">Introduction to Abstract Wikipedia</span>]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> es806bynn18adq0fdlrynlpppg213aj 10541 10539 2026-06-18T01:51:47Z 七八年再来一次 5053 Created page with "抽象维基百科简介" 10541 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|<span lang="en" dir="ltr" class="mw-content-ltr">Wikifunctions' Glossary</span>]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 1e0l7l2t3em2yglccdwino60t79qwsg 10543 10541 2026-06-18T01:52:03Z 七八年再来一次 5053 Created page with "维基函数的术语表" 10543 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; <span lang="en" dir="ltr" class="mw-content-ltr">Contribute to other areas</span> * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 0h0oh3ud5yof0nk9xyg7oz77ux5ulfq 10545 10543 2026-06-18T01:52:16Z 七八年再来一次 5053 Created page with "为其他区域做贡献" 10545 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|<span lang="en" dir="ltr" class="mw-content-ltr">Get involved as a translator</span>]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 8y7wj3ouqp6jfnur8d1kmpwm6hl42m5 10547 10545 2026-06-18T01:52:34Z 七八年再来一次 5053 Created page with "加入翻译行列" 10547 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|<span lang="en" dir="ltr" class="mw-content-ltr">Suggest a function</span>]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> gy9u8uli20ldyjybk7hnp8eq74k19m5 10549 10547 2026-06-18T01:53:02Z 七八年再来一次 5053 Created page with "提议一个函数" 10549 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * <span lang="en" dir="ltr" class="mw-content-ltr">Questions? Ask at the [[Abstract Wikipedia:Project chat|Project chat]] or in our [https://t.me/Wikifunctions Telegram/IRC channel]!</span> * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> frst4mnajaozxn2yh0bcdynynjrscbv 10551 10549 2026-06-18T01:54:27Z 七八年再来一次 5053 Created page with "有问题?请在[[$1|互助客栈]]或我们的[$2 电报/互联网中继聊天频道]中提问!" 10551 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span><span lang="en" dir="ltr" class="mw-content-ltr">Featured abstract articles</span></h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> qy6fpfxpyoomproit1oa2eorhpa8ah3 10553 10551 2026-06-18T01:56:48Z 七八年再来一次 5053 Created page with "特色抽象条目" 10553 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> <span lang="en" dir="ltr" class="mw-content-ltr">Our first featured abstract articles, coming soon!</span> </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 5srw5jdjzgntmtlhhh5f7g613ravggb 10555 10553 2026-06-18T01:57:30Z 七八年再来一次 5053 Created page with "我们的首批精选抽象条目,即将上线!" 10555 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;"><span lang="en" dir="ltr" class="mw-content-ltr">Abstract Wikipedia is part of the non-profit, multilingual, free-content [[foundationsite:|Wikimedia]] family.</span></div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library of functions</span></div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 0ekstez838dyhnvxtqn6vza8wwocpbn 10558 10555 2026-06-18T01:57:58Z 七八年再来一次 5053 Created page with "函数库" 10558 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Dictionary and thesaurus</span></div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Textbooks and manuals</span></div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> e8y3yzsjbi7nbma41go0it4nt3jkkp3 10561 10558 2026-06-18T01:58:22Z 七八年再来一次 5053 Created page with "多语言字词典" 10561 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Library</span></div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> muvkzbv0enbb4lvaq8f9indz6vcz6rs 10563 10561 2026-06-18T01:58:31Z 七八年再来一次 5053 Created page with "图书馆" 10563 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Learning resources</span></div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> ridv8z6hiep80w2xs0gnr7dh74s7124 10565 10563 2026-06-18T01:58:35Z 七八年再来一次 5053 Created page with "研习资源" 10565 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br />研习资源</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">New language versions</span></div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 3g1nqy48ah00d0wp0r6l6uvbwrmefco 10567 10565 2026-06-18T01:58:49Z 七八年再来一次 5053 Created page with "新语言版本" 10567 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br />研习资源</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br />新语言版本</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Project coordination</span></div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 43vf3awc8zt18dwgc2414kd4x54bj6x 10569 10567 2026-06-18T01:59:47Z 七八年再来一次 5053 Created page with "协调项目" 10569 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br />研习资源</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br />新语言版本</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br />协调项目</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">MediaWiki development</span></div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> tutep4x0xubis89xjnr9gk3ej0txhbc 10571 10569 2026-06-18T02:00:55Z 七八年再来一次 5053 Created page with "MediaWiki 开发" 10571 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br />研习资源</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br />新语言版本</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br />协调项目</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br />MediaWiki 开发</div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Event coordination</span></div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> j2mm97ijf1mx3lukccussrngb5cjb8x 10573 10571 2026-06-18T02:01:16Z 七八年再来一次 5053 Created page with "协调活动" 10573 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br />研习资源</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br />新语言版本</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br />协调项目</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br />MediaWiki 开发</div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br />协调活动</div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br /><span lang="en" dir="ltr" class="mw-content-ltr">Outreach</span></div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> plcuw6a9vjunysnopjs1d0k9cgd7s8n 10575 10573 2026-06-18T02:01:42Z 七八年再来一次 5053 Created page with "拓展" 10575 wikitext text/x-wiki <templatestyles src="Template:Main_page/styles.css" /> <div id="lang_dir" class="mw-content-{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}" dir="{{dir|{{#invoke:Caller title|lang|base=Template:Main_page}}}}"> <div id="mainpage_header" class="mainpage_header"> [[File:Wikipedia-logo.svg|100px|alt=A globe with letters on it]] <h1>欢迎来到抽象维基百科</h1> <p>抽象维基百科是一部由[[foundation:Special:MyLanguage/Policy:Terms of Use|自由]]的[[Special:MyLanguage/Abstract Wikipedia:Introduction|抽象条目]]组成的百科全书,任何人均可对其进行编辑。</p> <div id="articlecount"><ul><li>[[Special:Statistics|{{formatnum|{{NUMBEROFACTIVEUSERS}}|{{USERLANGUAGE}}}}]] 活跃的编辑者</li> <li>[[Special:Statistics|{{formatnum|{{NUMBEROFARTICLES}}|{{USERLANGUAGE}}}}]] 抽象条目</li></ul></div></div> <div id="audiences" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Wikipedia "W" Rounded Black.svg|20px|middle|link=]]</span>欢迎!</h3> <div id="mainpage-welcome" title="Welcome" class="items"> '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[:f:|维基函数]]的功能和[[:d:|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|class=skin-invert|link=]]</span>开始</h3> <div id="mainpage-start" title="Get started" class="items"> * [[Special:CreateAbstract|创建新条目]] * [[Abstract:Useful functions for article composition|实用函数]] * [[Abstract:Community portal|社群入口]] </div> </div> </div> <div id="misc-news" class="mainpage_row"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|class=skin-invert|link=]]</span>了解与贡献</h3> <div id=mainpage-help-contribute" title="Support and Contributing" class="items"> ; 了解抽象维基百科 * [[Special:MyLanguage/Abstract Wikipedia:About|抽象维基百科简介]] * [[Special:MyLanguage/Abstract Wikipedia:Frequently Asked Questions|常见问题]] * [[f:Special:MyLanguage/Wikifunctions:Glossary|维基函数的术语表]] ; 为其他区域做贡献 * [[m:Special:MyLanguage/Abstract Wikipedia#Participate|加入翻译行列]] * [[Abstract Wikipedia:Suggested functions|提议一个函数]] ; 获取帮助 * 有问题?请在[[Abstract Wikipedia:Project chat|互助客栈]]或我们的[https://t.me/Wikifunctions 电报/互联网中继聊天频道]中提问! * [[Abstract Wikipedia:Report a technical problem|报告技术问题]] </div> </div> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:Echo (Notifications) megaphone.svg|20px|middle|class=skin-invert|link=]]</span>新闻</h3> <div id="mainpage-news" title="News" class="items">{{Main page/News/{{#invoke:IncludeLang|main|page=Template:Main page/News|lang = {{USERLANGUAGE}}}}}}</div> </div> </div> <!-- The section below is not visible in the page view --> <div id="many-examples" class="mainpage_row" style="display:none;"> <div class="mainpage_box"> <h3><span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon listBullet-ltr.svg|20px|middle|class=skin-invert|link=]]</span>特色抽象条目</h3> <div id=mainpage-abstract-articles" title="Abstract articles" class="items"> 我们的首批精选抽象条目,即将上线! </div> </div> </div> <div id="sister" class="mainpage_row"> <div class="mainpage_box"> <div id="mainpage-sister" title="Sister projects" class="items" style="border-top:unset;"> <div class="mainpage-sister-title"> <div style="width:45px; margin:0 auto; margin-top: -40px;">[[File:Wikimedia-logo.svg|45px|center|link=]]</div> <div class="plainlinks" style="color:var(--color-subtle, #54595d); font-size:120%; text-align:center; padding-top:10px;">抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。</div> </div> <div class="mainpage-sister-projects"> *[[File:Wikipedia-logo-v2.svg|40x40px|link=w:|alt=]]<div>[[w:|{{int:Wikibase-otherprojects-wikipedia}}]]<br />百科全书</div> *[[File:Wikidata-logo.svg|40x40px|link=d:|alt=]]<div>[[d:|{{int:Wikibase-otherprojects-wikidata}}]]<br />知识库</div> *[[File:Wikifunctions-logo.svg|40x40px|link=w:|alt=]]<div>[[f:|{{int:Wikibase-otherprojects-wikifunctions}}]]<br />函数库</div> *[[File:Commons-logo.svg|40x40px|link=c:|alt=]]<div>[[c:|{{int:Wikibase-otherprojects-commons}}]]<br />媒体资料库</div> *[[File:Wiktionary-logo.svg|40x40px|link=wikt:|alt=]]<div>[[wikt:|{{int:Wikibase-otherprojects-wiktionary}}]]<br />多语言字词典</div> *[[File:Wikibooks-logo.svg|40x40px|link=b:|alt=]]<div>[[b:|{{int:Wikibase-otherprojects-wikibooks}}]]<br />教科书和手册</div> *[[File:Wikiquote-logo.svg|40x40px|link=q:|alt=]]<div>[[q:|{{int:Wikibase-otherprojects-wikiquote}}]]<br />收集名人名言</div> *[[File:Wikisource-logo.svg|40x40px|link=s:|alt=]]<div>[[s:|{{int:Wikibase-otherprojects-wikisource}}]]<br />图书馆</div> *[[File:Wikiversity logo 2017.svg|40x40px|link=v:|alt=]]<div>[[v:|{{int:Wikibase-otherprojects-wikiversity}}]]<br />研习资源</div> *[[File:Wikivoyage-Logo-v3-icon.svg|40x40px|link=voy:|alt=]]<div>[[voy:|{{int:Wikibase-otherprojects-wikivoyage}}]]<br />旅行指南</div> *[[File:Wikispecies-logo.svg|40x40px|link=species:|alt=]]<div>[[species:|{{int:Wikibase-otherprojects-species}}]]<br />物种目录</div> *[[File:Incubator-logo.svg|40x40px|link=incubator:|alt=]]<div>[[incubator:|{{int:Project-localized-name-incubatorwiki}}]]<br />新语言版本</div> *[[File:Wikimedia Community Logo.svg|40x40px|link=m:|alt=]]<div>[[m:|{{int:Project-localized-name-metawiki}}]]<br />协调项目</div> *[[File:MediaWiki-2020-icon.svg|40x40px|link=mw:|alt=]]<div>[[mw:|{{int:Project-localized-name-mediawikiwiki}}]]<br />MediaWiki 开发</div> *[[File:Wikimania.svg|40x40px|link=wikimania:|alt=]]<div>[[wikimania:|{{int:Project-localized-name-wikimaniawiki}}]]<br />协调活动</div> *[[File:Wikimedia-logo.svg|40x40px|link=outreach:|alt=]]<div>[[m:|{{int:Project-localized-name-outreachwiki}}]]<br />拓展</div> </div> </div> </div> </div> <div class="mainPage_row" style="font-size: smaller;"> <languages/> </div> </div> __NOEDITSECTION__ __NOTOC__ <noinclude>[[Category:Templates]]</noinclude> 8hdetd86yf3j2yuon7exl5cyparte2c Translations:Abstract Wikipedia:About/Page display title/zh 1198 3902 10432 2026-06-17T13:41:29Z 七八年再来一次 5053 Created page with "抽象维基百科:关于" 10432 wikitext text/x-wiki 抽象维基百科:关于 syhcx201rh0m2pns5pgdih303862c1k Abstract Wikipedia:About/zh 4 3903 10433 2026-06-17T13:41:30Z 七八年再来一次 5053 Created page with "抽象维基百科:关于" 10433 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <div lang="en" dir="ltr" class="mw-content-ltr"> ==What is Abstract Wikipedia?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is a new sister project of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia's vision is a world in which everyone has access to the sum of all knowledge. Abstract Wikipedia will help the communities of volunteers contributing to Wikipedia and its related projects to more effectively close knowledge gaps. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia has articles about more than 20 million topics in more than 300 languages. But none of these languages alone allow access to the knowledge about these 20 million topics: English has more than seven million articles, Croatian 230,000, and Swahili 100,000. Unless you speak those languages, that knowledge is not easily available to you. And as much as machine translation has improved thanks to recent improvements in AI, it is still not at the point where it can produce translations you can trust for many language pairs. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia does that without relying on AI. Each step of the way remains under human control, and is accessible and editable by the volunteers. There are no hallucinations, no inexplicable and unfixable mistakes: If anything is wrong, fixing it is just one step away, and there is full transparency about how the text has been created. It is not just a probabilistic model choosing the capital of Kenya per chance every time. It is human-curated and owned knowledge. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> samxhf1zdubpspujqgjbxat8hc3hkkm 10435 10433 2026-06-17T13:41:37Z 七八年再来一次 5053 Created page with "==什么是抽象维基百科?==" 10435 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is a new sister project of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia's vision is a world in which everyone has access to the sum of all knowledge. Abstract Wikipedia will help the communities of volunteers contributing to Wikipedia and its related projects to more effectively close knowledge gaps. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia has articles about more than 20 million topics in more than 300 languages. But none of these languages alone allow access to the knowledge about these 20 million topics: English has more than seven million articles, Croatian 230,000, and Swahili 100,000. Unless you speak those languages, that knowledge is not easily available to you. And as much as machine translation has improved thanks to recent improvements in AI, it is still not at the point where it can produce translations you can trust for many language pairs. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia does that without relying on AI. Each step of the way remains under human control, and is accessible and editable by the volunteers. There are no hallucinations, no inexplicable and unfixable mistakes: If anything is wrong, fixing it is just one step away, and there is full transparency about how the text has been created. It is not just a probabilistic model choosing the capital of Kenya per chance every time. It is human-curated and owned knowledge. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> ptw8cueqyrvyuw9ww9e6hleqb9hqfnu 10437 10435 2026-06-17T13:42:07Z 七八年再来一次 5053 Created page with "抽象维基百科是维基百科的一个新姊妹项目。" 10437 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia's vision is a world in which everyone has access to the sum of all knowledge. Abstract Wikipedia will help the communities of volunteers contributing to Wikipedia and its related projects to more effectively close knowledge gaps. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia has articles about more than 20 million topics in more than 300 languages. But none of these languages alone allow access to the knowledge about these 20 million topics: English has more than seven million articles, Croatian 230,000, and Swahili 100,000. Unless you speak those languages, that knowledge is not easily available to you. And as much as machine translation has improved thanks to recent improvements in AI, it is still not at the point where it can produce translations you can trust for many language pairs. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia does that without relying on AI. Each step of the way remains under human control, and is accessible and editable by the volunteers. There are no hallucinations, no inexplicable and unfixable mistakes: If anything is wrong, fixing it is just one step away, and there is full transparency about how the text has been created. It is not just a probabilistic model choosing the capital of Kenya per chance every time. It is human-curated and owned knowledge. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> 42ys9ebpu0bbhuc9gqaicoop1vsbnbt 10439 10437 2026-06-17T13:42:12Z 七八年再来一次 5053 Created page with "维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地填补知识空白。" 10439 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地填补知识空白。 <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia has articles about more than 20 million topics in more than 300 languages. But none of these languages alone allow access to the knowledge about these 20 million topics: English has more than seven million articles, Croatian 230,000, and Swahili 100,000. Unless you speak those languages, that knowledge is not easily available to you. And as much as machine translation has improved thanks to recent improvements in AI, it is still not at the point where it can produce translations you can trust for many language pairs. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia does that without relying on AI. Each step of the way remains under human control, and is accessible and editable by the volunteers. There are no hallucinations, no inexplicable and unfixable mistakes: If anything is wrong, fixing it is just one step away, and there is full transparency about how the text has been created. It is not just a probabilistic model choosing the capital of Kenya per chance every time. It is human-curated and owned knowledge. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> shj89j2qgghyo79mz7wo1fk3xx1aw36 10441 10439 2026-06-17T13:44:10Z 七八年再来一次 5053 10441 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia has articles about more than 20 million topics in more than 300 languages. But none of these languages alone allow access to the knowledge about these 20 million topics: English has more than seven million articles, Croatian 230,000, and Swahili 100,000. Unless you speak those languages, that knowledge is not easily available to you. And as much as machine translation has improved thanks to recent improvements in AI, it is still not at the point where it can produce translations you can trust for many language pairs. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia does that without relying on AI. Each step of the way remains under human control, and is accessible and editable by the volunteers. There are no hallucinations, no inexplicable and unfixable mistakes: If anything is wrong, fixing it is just one step away, and there is full transparency about how the text has been created. It is not just a probabilistic model choosing the capital of Kenya per chance every time. It is human-curated and owned knowledge. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> cmra93jti57h6jod18qiyq6rae9aoan 10443 10441 2026-06-17T13:48:53Z 七八年再来一次 5053 Created page with "维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。" 10443 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia does that without relying on AI. Each step of the way remains under human control, and is accessible and editable by the volunteers. There are no hallucinations, no inexplicable and unfixable mistakes: If anything is wrong, fixing it is just one step away, and there is full transparency about how the text has been created. It is not just a probabilistic model choosing the capital of Kenya per chance every time. It is human-curated and owned knowledge. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> 783ajyc4crvtcze7gos9940vajsbfrr 10446 10443 2026-06-17T13:57:09Z 七八年再来一次 5053 Created page with "抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。" 10446 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <div lang="en" dir="ltr" class="mw-content-ltr"> ==How does Abstract Wikipedia work?== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> j1zlwscq8gwdwht37b5y88ycp6mbgmg 10448 10446 2026-06-17T13:57:53Z 七八年再来一次 5053 Created page with "==抽象维基百科是如何运作的?==" 10448 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== <div lang="en" dir="ltr" class="mw-content-ltr"> Articles in Abstract Wikipedia are stored in a notation independent of human languages. The interface of Abstract Wikipedia allows volunteer contributors to create and maintain that language-independent notation. In a second step, this notation is being turned into text in human language. The steps required to make this happen are also created and maintained by a community of volunteers, on Wikifunctions. These steps can use the data on [[D:|Wikidata]], looking up population numbers, dates of birth, or irregular grammatical forms, which have been added to and are maintained on Wikidata by communities of volunteers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> eboizydcwsy622h3j8bucpkcocnrmht 10458 10448 2026-06-17T14:13:29Z 七八年再来一次 5053 Created page with "抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[$0|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形..." 10458 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 <div lang="en" dir="ltr" class="mw-content-ltr"> See [[Special:MyLanguage/Help:How to create an article|Help:How to create an article]] for a step-by-step guide. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> ta2hbyu2s9dop9n4bc7bv9dgq6j3wp3 10460 10458 2026-06-17T14:14:06Z 七八年再来一次 5053 Created page with "请参阅[[$1|帮助:如何创建条目]]以获取分步指南。" 10460 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 <div lang="en" dir="ltr" class="mw-content-ltr"> Let's follow one example: [[Q1033|Nigeria is the most populous country in Africa.]] In Abstract Wikipedia, this might be stored as: </div> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> a8tjuup78tsx8obatev9xgoctd3zjfy 10462 10460 2026-06-17T14:14:18Z 七八年再来一次 5053 Created page with "让我们来看一个例子:[[$2|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为:" 10462 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} <span lang="en" dir="ltr" class="mw-content-ltr">Or, if we use English labels for these identifiers:</span> {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> gsij4putum8aa3xq63xmplonackksff 10464 10462 2026-06-17T14:14:41Z 七八年再来一次 5053 Created page with "或者,如果我们为这些标志使用英文标签:" 10464 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} <span lang="en" dir="ltr" class="mw-content-ltr">This is a call to a function on Wikifunctions. Based on the language, another function is being called. For English, we get the following function call:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> a8tadicugul8nue8n11nub3svelq0ua 10466 10464 2026-06-17T14:15:26Z 七八年再来一次 5053 Created page with "这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用:" 10466 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that results in the English text</span> {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> piw6qxfhdx9lwo8xrliescr4rsd249o 10468 10466 2026-06-17T14:15:42Z 七八年再来一次 5053 Created page with "这便得出了英文文本" 10468 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} 这便得出了英文文本 {{block indent|1=''"Nigeria is the most populous country in Africa."''}} <span lang="en" dir="ltr" class="mw-content-ltr">If we had chosen German, another function would be called:</span> {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> 6fouh9rxahx8bmzmb6nbcyv5xn6exkq 10470 10468 2026-06-17T14:16:06Z 七八年再来一次 5053 Created page with "如果我们选择了德语,另一函数将会被调用:" 10470 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} 这便得出了英文文本 {{block indent|1=''"Nigeria is the most populous country in Africa."''}} 如果我们选择了德语,另一函数将会被调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} <span lang="en" dir="ltr" class="mw-content-ltr">And that in turn would result in the following German text:</span> {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> pjruv7kw6fzh43pbmyriq1qe6tn67ox 10472 10470 2026-06-17T14:16:48Z 七八年再来一次 5053 Created page with "这进而将生成以下德语文本:" 10472 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} 这便得出了英文文本 {{block indent|1=''"Nigeria is the most populous country in Africa."''}} 如果我们选择了德语,另一函数将会被调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} 这进而将生成以下德语文本: {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} <div lang="en" dir="ltr" class="mw-content-ltr"> An example with more languages can be found here.<!-- where?? --> </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> lrjo1wk06olu38delgk0pmc92imeji2 10474 10472 2026-06-17T14:17:15Z 七八年再来一次 5053 Created page with "包含更多语言的示例可在此找到。<!-- 哪里?? -->" 10474 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} 这便得出了英文文本 {{block indent|1=''"Nigeria is the most populous country in Africa."''}} 如果我们选择了德语,另一函数将会被调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} 这进而将生成以下德语文本: {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} 包含更多语言的示例可在此找到。<!-- 哪里?? --> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia brings together numerous communities from the Wikimedia Movement and allows them to work together. Basic lexical data and structured data about many topics from Wikidata, functions that capture the necessary computations from Wikifunctions, and images and maps from Wikimedia Commons are all tied together in Abstract Wikipedia and made available for the more than 300 language editions of Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> s4ikiux7opg4xwurvxp5mtpz8n6hl1g 10476 10474 2026-06-17T14:18:27Z 七八年再来一次 5053 Created page with "抽象维基百科汇聚了维基媒体运动中的众多社区并促进它们之间的协作。来自维基数据的关于众多主题的基本词汇数据和结构化数据,来自维基函数的用于实现必要计算的功能,以及来自维基共享资源的图片和地图,都在抽象维基百科中整合在一起,并提供给300多个语言版本的维基百科使用。" 10476 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} 这便得出了英文文本 {{block indent|1=''"Nigeria is the most populous country in Africa."''}} 如果我们选择了德语,另一函数将会被调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} 这进而将生成以下德语文本: {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} 包含更多语言的示例可在此找到。<!-- 哪里?? --> 抽象维基百科汇聚了维基媒体运动中的众多社区并促进它们之间的协作。来自维基数据的关于众多主题的基本词汇数据和结构化数据,来自维基函数的用于实现必要计算的功能,以及来自维基共享资源的图片和地图,都在抽象维基百科中整合在一起,并提供给300多个语言版本的维基百科使用。 <div lang="en" dir="ltr" class="mw-content-ltr"> The goal of Abstract Wikipedia is to make more knowledge available to more people in more languages, and to allow volunteer editors to be more effective and work across languages, no matter what language they speak. Improvements to the knowledge will automatically propagate to the Wikipedias, errors will be spotted faster and fixed more effectively, and collaborations across languages become possible. We are tearing down the language barriers which are keeping knowledge apart. </div> 12wdzbgf5nouuoecp9nfn2woxffnkp5 10478 10476 2026-06-17T14:19:07Z 七八年再来一次 5053 Created page with "抽象维基百科的目标是让更多人能够以更多语言获取更多知识,并让志愿者编辑能更高效地工作并跨语言协作,无论使用何种语言。知识内容的改进将自动同步到各语言版的维基百科,错误能被更快发现并更有效地修正,跨语言协作也因此成为可能。我们正在打破那些阻隔知识传播的语言壁垒。" 10478 wikitext text/x-wiki <languages /> [[Category:Abstract Wikipedia{{#translation:}}]] <span id="What_is_Abstract_Wikipedia?"></span> ==什么是抽象维基百科?== 抽象维基百科是维基百科的一个新姊妹项目。 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 <span id="How_does_Abstract_Wikipedia_work?"></span> ==抽象维基百科是如何运作的?== 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[D:|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 请参阅[[Special:MyLanguage/Help:How to create an article|帮助:如何创建条目]]以获取分步指南。 让我们来看一个例子:[[Q1033|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], Z27243K5)}} 或者,如果我们为这些标志使用英文标签: {{block indent|1=superlative(Nigeria, populous, country, Africa, language)}} 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1002|Z1002]])}} 这便得出了英文文本 {{block indent|1=''"Nigeria is the most populous country in Africa."''}} 如果我们选择了德语,另一函数将会被调用: {{block indent|1=[[f:Z27243|Z27243]]([[d:Q1033|Q1033]], [[d:Q138758272|Q138758272]], [[d:Q6256|Q6256]], [[d:Q15|Q15]], [[f:Z1430|Z1430]])}} 这进而将生成以下德语文本: {{block indent|1=''"Nigeria ist das bevölkerungsreichste Land Afrikas."''}} 包含更多语言的示例可在此找到。<!-- 哪里?? --> 抽象维基百科汇聚了维基媒体运动中的众多社区并促进它们之间的协作。来自维基数据的关于众多主题的基本词汇数据和结构化数据,来自维基函数的用于实现必要计算的功能,以及来自维基共享资源的图片和地图,都在抽象维基百科中整合在一起,并提供给300多个语言版本的维基百科使用。 抽象维基百科的目标是让更多人能够以更多语言获取更多知识,并让志愿者编辑能更高效地工作并跨语言协作,无论使用何种语言。知识内容的改进将自动同步到各语言版的维基百科,错误能被更快发现并更有效地修正,跨语言协作也因此成为可能。我们正在打破那些阻隔知识传播的语言壁垒。 ihkxdq1kz7nc58vfodo245embnumg1u Translations:Abstract Wikipedia:About/1/zh 1198 3904 10434 2026-06-17T13:41:36Z 七八年再来一次 5053 Created page with "==什么是抽象维基百科?==" 10434 wikitext text/x-wiki ==什么是抽象维基百科?== 0y2emnp01lsaqvz4ww5v4vvj14difd2 Translations:Abstract Wikipedia:About/2/zh 1198 3905 10436 2026-06-17T13:42:07Z 七八年再来一次 5053 Created page with "抽象维基百科是维基百科的一个新姊妹项目。" 10436 wikitext text/x-wiki 抽象维基百科是维基百科的一个新姊妹项目。 ssnnp67tlw2fpaysyh41vjmeb6bo6k7 Translations:Abstract Wikipedia:About/3/zh 1198 3906 10438 2026-06-17T13:42:12Z 七八年再来一次 5053 Created page with "维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地填补知识空白。" 10438 wikitext text/x-wiki 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地填补知识空白。 ijwppq5k5t4moecriv23bldwc03yv3u 10440 10438 2026-06-17T13:44:09Z 七八年再来一次 5053 10440 wikitext text/x-wiki 维基百科的愿景是构建一个人人都能获取全部知识的世界。抽象维基百科将帮助为维基百科及其相关项目做出贡献的志愿者社区更有效地弥合知识代沟。 h3eyuzzuajzz74j4dvlb1mroclktscp Translations:Abstract Wikipedia:About/4/zh 1198 3907 10442 2026-06-17T13:48:52Z 七八年再来一次 5053 Created page with "维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。" 10442 wikitext text/x-wiki 维基百科收录了300多种语言、涉及2000多万主题的条目。但仅凭其中任何一种语言,都无法获取针对这2000多万个主题的知识:英语超过七百万篇条目,克罗地亚语230,000,斯瓦希里语100,000。除非你说那些语言,否则那些知识很难获取。尽管得益于人工智能的最新进展机器翻译水平已有所提升,但对许多语言对来说其翻译质量仍未达可信赖的程度。 lifayw6igh56dkfthdi9lbnwvuzcbcg Translations:Abstract Wikipedia:About/5/zh 1198 3908 10445 2026-06-17T13:57:08Z 七八年再来一次 5053 Created page with "抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。" 10445 wikitext text/x-wiki 抽象维基百科通过不依赖人工智能的方式实现它。整个过程的每一步都由人类掌控,志愿者可以随时查阅和编辑内容。这里没有幻觉,也没有无法解释且无法修正的错误:如果出现任何问题,只需一步即可修正,且文本的生成过程完全透明。这并非仅仅是一个每次都选择肯尼亚的首府的概率模型。这是由人类精心整理并拥有的知识。 pzamd8quk526fsw4ycmtv63ur8hf862 Translations:Abstract Wikipedia:About/6/zh 1198 3909 10447 2026-06-17T13:57:52Z 七八年再来一次 5053 Created page with "==抽象维基百科是如何运作的?==" 10447 wikitext text/x-wiki ==抽象维基百科是如何运作的?== qr54bgq9vf1tn36so5mebwqgqp8onpx MediaWiki:Deletereason-dropdown 8 3910 10449 2026-06-17T13:58:21Z Bunnypranav 929 update with reasons linking rfd 10449 wikitext text/x-wiki * With RFD link ** Author request, see [[Abstract:RFD]] ** Vandalism, see [[Abstract:RFD]] ** Spam, see [[Abstract:RFD]] ** Nonsense, see [[Abstract:RFD]] ** Copyright violation, see [[Abstract:RFD]] ** Broken redirect, see [[Abstract:RFD]] * Without RFD link ** Author request ** Vandalism ** Spam ** Nonsense ** Copyright violation ** Broken redirect pzjok0eogtmqvd6vax91c8803esk1ue User:Bunnypranav/sectionResolved.js 2 3911 10450 2026-06-17T14:04:17Z Bunnypranav 929 create 10450 javascript text/javascript // <nowiki> /* * Adds a "mark resolved" button next to each section edit link on * Wikifunctions:Requests for deletions and other specified pages. Clicking posts the standard * done/resolved reply to that section. * Appends :{{Done}}~~~~ and {{Section resolved|1=~~~~}}. */ (function () { var page = mw.config.get('wgPageName'); var action = mw.config.get('wgAction'); // List of pages where the script should run var allowedPages = [ 'Abstract_Wikipedia:Requests_for_deletion', 'Abstract_Wikipedia:Report_vandalism', 'Abstract_Wikipedia:Requests_for_permissions', 'Abstract_Wikipedia:Administrators%27_noticeboard' ]; // Check if the current page is in the allowed list and we are in 'view' mode if (!allowedPages.includes(page) || action !== 'view') { return; } mw.loader.using(['mediawiki.util', 'mediawiki.api']).then(function () { var api = new mw.Api(); var sections = document.querySelectorAll('.mw-editsection'); sections.forEach(function (editSection) { var editLink = editSection.querySelector('a'); if (!editLink) { return; } var sectionId = mw.util.getParamValue('section', editLink.href); if (!sectionId || sectionId === '0') { return; // skip lead or invalid sections } // Avoid adding twice if (editSection.dataset.rfddoneAttached === 'true') { return; } editSection.dataset.rfddoneAttached = 'true'; var button = document.createElement('a'); button.href = '#'; button.textContent = 'mark resolved'; button.title = 'Post {{done}} and {{Section resolved}} to this section'; button.addEventListener('click', function (e) { e.preventDefault(); postResolution(api, sectionId, button); }); // Match the edit-section bracket style var open = document.createElement('span'); open.className = 'mw-editsection-bracket'; open.textContent = '['; var close = document.createElement('span'); close.className = 'mw-editsection-bracket'; close.textContent = ']'; editSection.appendChild(document.createTextNode(' ')); editSection.appendChild(open); editSection.appendChild(button); editSection.appendChild(close); }); }); function postResolution(api, sectionId, trigger) { if (trigger.dataset.rfddoneBusy === 'true') { return; } trigger.dataset.rfddoneBusy = 'true'; var originalText = trigger.textContent; trigger.textContent = 'posting'; newtext = ` :{{done}} ~~~~`; api.postWithToken('csrf', { action: 'edit', title: mw.config.get('wgPageName'), section: sectionId, appendtext: '\n:{{done}} ~~~~\n{{Section resolved|1=~~~~}}\n', summary: 'Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]])', watchlist: 'nochange' }).done(function () { location.reload(); }).fail(function (error) { trigger.textContent = originalText; trigger.dataset.rfddoneBusy = 'false'; mw.notify('Failed to post resolution: ' + error, { type: 'error' }); }); } })(); // </nowiki> ienubppmmyygeq67ughnjjlo9wcal6j 10451 10450 2026-06-17T14:05:12Z Bunnypranav 929 fix 10451 javascript text/javascript // <nowiki> /* * Adds a "mark resolved" button next to each section edit link on * Wikifunctions:Requests for deletions and other specified pages. Clicking posts the standard * done/resolved reply to that section. * Appends :{{Done}}~~~~. */ (function () { var page = mw.config.get('wgPageName'); var action = mw.config.get('wgAction'); // List of pages where the script should run var allowedPages = [ 'Abstract_Wikipedia:Requests_for_deletion', 'Abstract_Wikipedia:Report_vandalism', 'Abstract_Wikipedia:Requests_for_permissions', 'Abstract_Wikipedia:Administrators%27_noticeboard' ]; // Check if the current page is in the allowed list and we are in 'view' mode if (!allowedPages.includes(page) || action !== 'view') { return; } mw.loader.using(['mediawiki.util', 'mediawiki.api']).then(function () { var api = new mw.Api(); var sections = document.querySelectorAll('.mw-editsection'); sections.forEach(function (editSection) { var editLink = editSection.querySelector('a'); if (!editLink) { return; } var sectionId = mw.util.getParamValue('section', editLink.href); if (!sectionId || sectionId === '0') { return; // skip lead or invalid sections } // Avoid adding twice if (editSection.dataset.rfddoneAttached === 'true') { return; } editSection.dataset.rfddoneAttached = 'true'; var button = document.createElement('a'); button.href = '#'; button.textContent = 'mark resolved'; button.title = 'Post {{done}} to this section'; button.addEventListener('click', function (e) { e.preventDefault(); postResolution(api, sectionId, button); }); // Match the edit-section bracket style var open = document.createElement('span'); open.className = 'mw-editsection-bracket'; open.textContent = '['; var close = document.createElement('span'); close.className = 'mw-editsection-bracket'; close.textContent = ']'; editSection.appendChild(document.createTextNode(' ')); editSection.appendChild(open); editSection.appendChild(button); editSection.appendChild(close); }); }); function postResolution(api, sectionId, trigger) { if (trigger.dataset.rfddoneBusy === 'true') { return; } trigger.dataset.rfddoneBusy = 'true'; var originalText = trigger.textContent; trigger.textContent = 'posting'; newtext = ` :{{done}} ~~~~`; api.postWithToken('csrf', { action: 'edit', title: mw.config.get('wgPageName'), section: sectionId, appendtext: '\n:{{done}} ~~~~\n', summary: 'Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]])', watchlist: 'nochange' }).done(function () { location.reload(); }).fail(function (error) { trigger.textContent = originalText; trigger.dataset.rfddoneBusy = 'false'; mw.notify('Failed to post resolution: ' + error, { type: 'error' }); }); } })(); // </nowiki> orvc2eznbt8nvapvu3bphslanq62iv7 10454 10451 2026-06-17T14:07:25Z Bunnypranav 929 {{Done|Deleted}} is used from now 10454 javascript text/javascript // <nowiki> /* * Adds a "mark resolved" button next to each section edit link on * Wikifunctions:Requests for deletions and other specified pages. Clicking posts the standard * done/resolved reply to that section. * Appends :{{Done|Deleted}}~~~~. */ (function () { var page = mw.config.get('wgPageName'); var action = mw.config.get('wgAction'); // List of pages where the script should run var allowedPages = [ 'Abstract_Wikipedia:Requests_for_deletion', 'Abstract_Wikipedia:Report_vandalism', 'Abstract_Wikipedia:Requests_for_permissions', 'Abstract_Wikipedia:Administrators%27_noticeboard' ]; // Check if the current page is in the allowed list and we are in 'view' mode if (!allowedPages.includes(page) || action !== 'view') { return; } mw.loader.using(['mediawiki.util', 'mediawiki.api']).then(function () { var api = new mw.Api(); var sections = document.querySelectorAll('.mw-editsection'); sections.forEach(function (editSection) { var editLink = editSection.querySelector('a'); if (!editLink) { return; } var sectionId = mw.util.getParamValue('section', editLink.href); if (!sectionId || sectionId === '0') { return; // skip lead or invalid sections } // Avoid adding twice if (editSection.dataset.rfddoneAttached === 'true') { return; } editSection.dataset.rfddoneAttached = 'true'; var button = document.createElement('a'); button.href = '#'; button.textContent = 'mark resolved'; button.title = 'Post {{done}} to this section'; button.addEventListener('click', function (e) { e.preventDefault(); postResolution(api, sectionId, button); }); // Match the edit-section bracket style var open = document.createElement('span'); open.className = 'mw-editsection-bracket'; open.textContent = '['; var close = document.createElement('span'); close.className = 'mw-editsection-bracket'; close.textContent = ']'; editSection.appendChild(document.createTextNode(' ')); editSection.appendChild(open); editSection.appendChild(button); editSection.appendChild(close); }); }); function postResolution(api, sectionId, trigger) { if (trigger.dataset.rfddoneBusy === 'true') { return; } trigger.dataset.rfddoneBusy = 'true'; var originalText = trigger.textContent; trigger.textContent = 'posting'; newtext = ` :{{Done|Deleted}} ~~~~`; api.postWithToken('csrf', { action: 'edit', title: mw.config.get('wgPageName'), section: sectionId, appendtext: '\n:{{Done|Deleted}} ~~~~\n', summary: 'Mark section resolved ([[User:Bunnypranav/sectionResolved.js|sectionResolved]])', watchlist: 'nochange' }).done(function () { location.reload(); }).fail(function (error) { trigger.textContent = originalText; trigger.dataset.rfddoneBusy = 'false'; mw.notify('Failed to post resolution: ' + error, { type: 'error' }); }); } })(); // </nowiki> g6xa9mpfamg3qjz9qz1221l8zlakjih Translations:Abstract Wikipedia:About/7/zh 1198 3912 10457 2026-06-17T14:13:28Z 七八年再来一次 5053 Created page with "抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[$0|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形..." 10457 wikitext text/x-wiki 抽象维基百科中的条目采用一种独立于人类语言的符号体系进行存储。抽象维基百科的界面允许志愿者贡献者创建和维护这种独立于语言的符号体系。在第二步中,该符号系统会被转换为人类语言的文本。实现这一转换所需的步骤同样由志愿者社区在维基函数上创建和维护。这些步骤可以利用[[$0|维基数据]]上的数据,查询人口数量,出生日期或不规则语法形式,这些数据均由志愿者社区添加到维基数据中并加以维护。 2jk8znixxo9o0porur0k7j5kddd3wd3 Translations:Abstract Wikipedia:About/8/zh 1198 3913 10459 2026-06-17T14:14:05Z 七八年再来一次 5053 Created page with "请参阅[[$1|帮助:如何创建条目]]以获取分步指南。" 10459 wikitext text/x-wiki 请参阅[[$1|帮助:如何创建条目]]以获取分步指南。 fed8l6uj0nw0bjmklw26jgqimh07fbx Translations:Abstract Wikipedia:About/9/zh 1198 3914 10461 2026-06-17T14:14:18Z 七八年再来一次 5053 Created page with "让我们来看一个例子:[[$2|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为:" 10461 wikitext text/x-wiki 让我们来看一个例子:[[$2|尼日利亚是非洲人口最多的国家。]]在抽象维基百科中,这可能被存储为: ercuoidc6dldnlhvrdon1wg1zkug2if Translations:Abstract Wikipedia:About/10/zh 1198 3915 10463 2026-06-17T14:14:40Z 七八年再来一次 5053 Created page with "或者,如果我们为这些标志使用英文标签:" 10463 wikitext text/x-wiki 或者,如果我们为这些标志使用英文标签: plowpgvzsmw6su0mlv5no7mhcche3d6 Translations:Abstract Wikipedia:About/11/zh 1198 3916 10465 2026-06-17T14:15:25Z 七八年再来一次 5053 Created page with "这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用:" 10465 wikitext text/x-wiki 这是对维基函数上某个函数的调用。根据语言的不同,另一函数会被调用。对于英语,我们会得到以下函数调用: 16dm18pxsueyovpybl2b6d53d1zpfl0 Translations:Abstract Wikipedia:About/12/zh 1198 3917 10467 2026-06-17T14:15:41Z 七八年再来一次 5053 Created page with "这便得出了英文文本" 10467 wikitext text/x-wiki 这便得出了英文文本 7l5j2o110uxupicsqq0zufh2wkqn20i Translations:Abstract Wikipedia:About/13/zh 1198 3918 10469 2026-06-17T14:16:06Z 七八年再来一次 5053 Created page with "如果我们选择了德语,另一函数将会被调用:" 10469 wikitext text/x-wiki 如果我们选择了德语,另一函数将会被调用: pmo22q48ifa9ivflz78llo3lqvz5nx4 Translations:Abstract Wikipedia:About/14/zh 1198 3919 10471 2026-06-17T14:16:48Z 七八年再来一次 5053 Created page with "这进而将生成以下德语文本:" 10471 wikitext text/x-wiki 这进而将生成以下德语文本: f6x2mruenhil198gbdmnkhhxr30um8f Translations:Abstract Wikipedia:About/15/zh 1198 3920 10473 2026-06-17T14:17:14Z 七八年再来一次 5053 Created page with "包含更多语言的示例可在此找到。<!-- 哪里?? -->" 10473 wikitext text/x-wiki 包含更多语言的示例可在此找到。<!-- 哪里?? --> kb26w4ky8iw27ygvlw5g7gew8166q1q Translations:Abstract Wikipedia:About/16/zh 1198 3921 10475 2026-06-17T14:18:27Z 七八年再来一次 5053 Created page with "抽象维基百科汇聚了维基媒体运动中的众多社区并促进它们之间的协作。来自维基数据的关于众多主题的基本词汇数据和结构化数据,来自维基函数的用于实现必要计算的功能,以及来自维基共享资源的图片和地图,都在抽象维基百科中整合在一起,并提供给300多个语言版本的维基百科使用。" 10475 wikitext text/x-wiki 抽象维基百科汇聚了维基媒体运动中的众多社区并促进它们之间的协作。来自维基数据的关于众多主题的基本词汇数据和结构化数据,来自维基函数的用于实现必要计算的功能,以及来自维基共享资源的图片和地图,都在抽象维基百科中整合在一起,并提供给300多个语言版本的维基百科使用。 hr54dfmsgghurde7lgrujzdfahoqaz7 Translations:Abstract Wikipedia:About/17/zh 1198 3922 10477 2026-06-17T14:19:06Z 七八年再来一次 5053 Created page with "抽象维基百科的目标是让更多人能够以更多语言获取更多知识,并让志愿者编辑能更高效地工作并跨语言协作,无论使用何种语言。知识内容的改进将自动同步到各语言版的维基百科,错误能被更快发现并更有效地修正,跨语言协作也因此成为可能。我们正在打破那些阻隔知识传播的语言壁垒。" 10477 wikitext text/x-wiki 抽象维基百科的目标是让更多人能够以更多语言获取更多知识,并让志愿者编辑能更高效地工作并跨语言协作,无论使用何种语言。知识内容的改进将自动同步到各语言版的维基百科,错误能被更快发现并更有效地修正,跨语言协作也因此成为可能。我们正在打破那些阻隔知识传播的语言壁垒。 on7zn8gvh0k4v2ywx56l6d59isy08qt Translations:Abstract Wikipedia:Frequently Asked Questions/Page display title/zh 1198 3923 10479 2026-06-17T14:34:14Z 七八年再来一次 5053 Created page with "抽象维基百科:常见问题解答" 10479 wikitext text/x-wiki 抽象维基百科:常见问题解答 t8wk4c3364lb06n8e2165lr34xiq6ka Abstract Wikipedia:Frequently Asked Questions/zh 4 3924 10480 2026-06-17T14:34:14Z 七八年再来一次 5053 Created page with "抽象维基百科:常见问题解答" 10480 wikitext text/x-wiki <languages /> <div lang="en" dir="ltr" class="mw-content-ltr"> == What is Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is a new Wikimedia project that allows communities to collaboratively create language-independent articles in their native language, which others can then access in their own languages. This transformation is done by using functions from Wikifunctions that access structured content from Wikidata. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == What is an abstract article? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> An abstract article represents information about a topic in a structured, language-independent form. Contributors combine structured data from Wikidata with language functions from Wikifunctions to produce natural-language sentences that describe the topic. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How is Abstract Wikipedia different from Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia articles are written directly in a specific language. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 84sowsjet0ynd7xofliejjx0fydm6ff 10482 10480 2026-06-17T14:34:51Z 七八年再来一次 5053 Created page with "== 什么是抽象维基百科? ==" 10482 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is a new Wikimedia project that allows communities to collaboratively create language-independent articles in their native language, which others can then access in their own languages. This transformation is done by using functions from Wikifunctions that access structured content from Wikidata. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == What is an abstract article? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> An abstract article represents information about a topic in a structured, language-independent form. Contributors combine structured data from Wikidata with language functions from Wikifunctions to produce natural-language sentences that describe the topic. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How is Abstract Wikipedia different from Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia articles are written directly in a specific language. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] heyblm9w7eplnzyl2uohchzjiadj0k4 10484 10482 2026-06-17T14:35:28Z 七八年再来一次 5053 Created page with "抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。" 10484 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <div lang="en" dir="ltr" class="mw-content-ltr"> == What is an abstract article? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> An abstract article represents information about a topic in a structured, language-independent form. Contributors combine structured data from Wikidata with language functions from Wikifunctions to produce natural-language sentences that describe the topic. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How is Abstract Wikipedia different from Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia articles are written directly in a specific language. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] csn0uhbyy4dupr9mlshuon6htpgcwje 10486 10484 2026-06-17T14:36:11Z 七八年再来一次 5053 Created page with "== 什么是抽象条目? ==" 10486 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == <div lang="en" dir="ltr" class="mw-content-ltr"> An abstract article represents information about a topic in a structured, language-independent form. Contributors combine structured data from Wikidata with language functions from Wikifunctions to produce natural-language sentences that describe the topic. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How is Abstract Wikipedia different from Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia articles are written directly in a specific language. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] j474yt25icvhdw5uuyqhypb9wojwu04 10488 10486 2026-06-17T14:37:10Z 七八年再来一次 5053 Created page with "一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。" 10488 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <div lang="en" dir="ltr" class="mw-content-ltr"> == How is Abstract Wikipedia different from Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia articles are written directly in a specific language. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] nqqxj4r9tat05yyprytk1a6v6xjdh7n 10490 10488 2026-06-17T14:37:19Z 七八年再来一次 5053 Created page with "== 抽象维基百科与维基百科有何不同? ==" 10490 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == <div lang="en" dir="ltr" class="mw-content-ltr"> Wikipedia articles are written directly in a specific language. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 7xtoot7qxlz0by3bpnv9c9opvjp1pti 10492 10490 2026-06-17T14:37:35Z 七八年再来一次 5053 Created page with "维基百科的条目均直接以特定语言撰写的。" 10492 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia instead stores information in a structured form that can generate text in many languages with the help of Wikifunctions. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] pnkzirc8qzh1n0366oh4dqic4q1olgr 10494 10492 2026-06-17T14:38:18Z 七八年再来一次 5053 Created page with "而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。" 10494 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <div lang="en" dir="ltr" class="mw-content-ltr"> == How does Abstract Wikipedia relate to Wikidata and Wikifunctions? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 5lbzv9mp3ap8domx0be3d0zb2x02o33 10496 10494 2026-06-17T14:38:43Z 七八年再来一次 5053 Created page with "== 抽象维基百科与维基数据和维基函数有何关联? ==" 10496 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia builds on these Wikimedia projects: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] r6gzbdeu6o3a2tjk3fmglcu05b6z9sk 10498 10496 2026-06-17T14:38:53Z 七八年再来一次 5053 Created page with "抽象维基百科基于以下维基媒体项目:" 10498 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikidata''' provides structured information about topics, and natural language (lexicographic) data.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] k3sxpnug0wlc2tmg7y8xt0o8i9jo55x 10500 10498 2026-06-17T14:39:30Z 七八年再来一次 5053 Created page with "'''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。" 10500 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * <span lang="en" dir="ltr" class="mw-content-ltr">'''Wikifunctions''' provides (among other things) functions that generate natural-language text in many languages.</span> * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] b054cgd4bhour1pimy99w3wo7lmg9sj 10502 10500 2026-06-17T14:39:40Z 七八年再来一次 5053 Created page with "'''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。" 10502 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * <span lang="en" dir="ltr" class="mw-content-ltr">'''Abstract Wikipedia''' combines these elements to create articles that can be generated in many languages.</span> <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] jxob6m59j8wtjb60wriy1h0ndlzfqpm 10504 10502 2026-06-17T14:40:50Z 七八年再来一次 5053 Created page with "'''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。" 10504 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <div lang="en" dir="ltr" class="mw-content-ltr"> == Is Abstract Wikipedia using AI? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 8wsb0q6fgfph4dy4stqxkyethvmpeyy 10506 10504 2026-06-17T14:41:06Z 七八年再来一次 5053 Created page with "== 抽象维基百科是否使用人工智能? ==" 10506 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically generate articles using AI. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] pvc1m154a2zdcy89std9qsbtotseerg 10508 10506 2026-06-17T14:41:28Z 七八年再来一次 5053 Created page with "不。抽象维基百科不会使用人工智能自动生成条目。" 10508 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract articles are created and maintained by contributors, and functions written by the community generate the text from structured data. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Does Abstract Wikipedia automatically appear on other Wikipedias? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 9iv1od73t4jyzklp9tnpbt0lkn0atd6 10511 10508 2026-06-17T14:42:05Z 七八年再来一次 5053 Created page with "== 抽象维基百科会自动显示在其他维基百科上吗? ==" 10511 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == <div lang="en" dir="ltr" class="mw-content-ltr"> No. Abstract Wikipedia does not automatically add content to other Wikipedias. Each Wikipedia community remains fully in control of its content, and existing local articles are never replaced. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] sh9wcxvsh9gmcnjlk867pfzfeamz7is 10513 10511 2026-06-17T14:42:17Z 七八年再来一次 5053 Created page with "不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。" 10513 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, each Wikipedia community will be able to decide whether they want to use content generated from Abstract Wikipedia. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Who can contribute to Abstract Wikipedia? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Like other Wikimedia projects, Abstract Wikipedia is edited and maintained by volunteers from the community. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] fm6888c3x71w4n08dzovbl5u6sb3kbb 10517 10513 2026-06-17T14:43:20Z 七八年再来一次 5053 Created page with "== 谁可为抽象维基百科贡献内容? ==" 10517 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 <span id="Who_can_contribute_to_Abstract_Wikipedia?"></span> == 谁可为抽象维基百科贡献内容? == 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 <div lang="en" dir="ltr" class="mw-content-ltr"> People can contribute in different ways, including creating or improving abstract articles, writing language functions in Wikifunctions, adding data to Wikidata, improving documentation, and helping shape how the project evolves. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 40e4w7jwmpcsxcxjirar54tlktivolz 10519 10517 2026-06-17T14:43:24Z 七八年再来一次 5053 Created page with "大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。" 10519 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 <span id="Who_can_contribute_to_Abstract_Wikipedia?"></span> == 谁可为抽象维基百科贡献内容? == 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。 <div lang="en" dir="ltr" class="mw-content-ltr"> == Can I use Abstract Wikipedia today? == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] bv0bs62pmft66s5i8me0npdy9g42eue 10521 10519 2026-06-17T14:43:38Z 七八年再来一次 5053 Created page with "== 我现在就可使用抽象维基百科吗? ==" 10521 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 <span id="Who_can_contribute_to_Abstract_Wikipedia?"></span> == 谁可为抽象维基百科贡献内容? == 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。 <span id="Can_I_use_Abstract_Wikipedia_today?"></span> == 我现在就可使用抽象维基百科吗? == <div lang="en" dir="ltr" class="mw-content-ltr"> Yes. You can explore our early Beta version of Abstract Wikipedia (this site). You can generate abstract articles and view the generated text in different languages. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] pvdthxhqkv53zoisigrlkk8z3p3mspj 10523 10521 2026-06-17T14:44:06Z 七八年再来一次 5053 Created page with "是的。您可以体验我们抽象维基百科(即本网站)的早期测试版。您可以生成抽象条目并查看不同语言版本的生成文本。" 10523 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 <span id="Who_can_contribute_to_Abstract_Wikipedia?"></span> == 谁可为抽象维基百科贡献内容? == 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。 <span id="Can_I_use_Abstract_Wikipedia_today?"></span> == 我现在就可使用抽象维基百科吗? == 是的。您可以体验我们抽象维基百科(即本网站)的早期测试版。您可以生成抽象条目并查看不同语言版本的生成文本。 <div lang="en" dir="ltr" class="mw-content-ltr"> Abstract Wikipedia is still in an '''early stage''' so many parts of the experience will continue to evolve based on community feedback. We will be improving the capabilities and usability of the site considerably in the future. You might encounter bugs, usability issues, time-outs, or other problems in the current version. Please let us know [[Abstract Wikipedia:Project chat|here]] if that happens or if you have ideas for improvements! </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] k7wtroyt096onuvupypfnyr4oq8f2sq 10525 10523 2026-06-17T14:45:22Z 七八年再来一次 5053 Created page with "抽象维基百科目前仍处'''初期阶段'''因此许多功能将依社区反馈持续优化。未来我们将大幅提升网站的功能和易用性。在当前版本中,您可能会遇到错误,易用性问题,超时,或其他问题。如果遇到上述情况,或者您有改进建议,请[[Abstract Wikipedia:Project chat|在此]]告知我们!" 10525 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 <span id="Who_can_contribute_to_Abstract_Wikipedia?"></span> == 谁可为抽象维基百科贡献内容? == 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。 <span id="Can_I_use_Abstract_Wikipedia_today?"></span> == 我现在就可使用抽象维基百科吗? == 是的。您可以体验我们抽象维基百科(即本网站)的早期测试版。您可以生成抽象条目并查看不同语言版本的生成文本。 抽象维基百科目前仍处'''初期阶段'''因此许多功能将依社区反馈持续优化。未来我们将大幅提升网站的功能和易用性。在当前版本中,您可能会遇到错误,易用性问题,超时,或其他问题。如果遇到上述情况,或者您有改进建议,请[[Abstract Wikipedia:Project chat|在此]]告知我们! <div lang="en" dir="ltr" class="mw-content-ltr"> In the future, Wikipedia communities will also be able to integrate content created on Abstract Wikipedia into their own wikis, if they like. </div> [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] cgds59js54wejlul63id15rfkf7veti 10527 10525 2026-06-17T14:45:41Z 七八年再来一次 5053 Created page with "将来,维基百科社区也可按需将抽象维基百科上创建的内容整合到各自的维基站点中。" 10527 wikitext text/x-wiki <languages /> <span id="What_is_Abstract_Wikipedia?"></span> == 什么是抽象维基百科? == 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 <span id="What_is_an_abstract_article?"></span> == 什么是抽象条目? == 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 <span id="How_is_Abstract_Wikipedia_different_from_Wikipedia?"></span> == 抽象维基百科与维基百科有何不同? == 维基百科的条目均直接以特定语言撰写的。 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 <span id="How_does_Abstract_Wikipedia_relate_to_Wikidata_and_Wikifunctions?"></span> == 抽象维基百科与维基数据和维基函数有何关联? == 抽象维基百科基于以下维基媒体项目: * '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 * '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 * '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 <span id="Is_Abstract_Wikipedia_using_AI?"></span> == 抽象维基百科是否使用人工智能? == 不。抽象维基百科不会使用人工智能自动生成条目。 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 <span id="Does_Abstract_Wikipedia_automatically_appear_on_other_Wikipedias?"></span> == 抽象维基百科会自动显示在其他维基百科上吗? == 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 <span id="Who_can_contribute_to_Abstract_Wikipedia?"></span> == 谁可为抽象维基百科贡献内容? == 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。 <span id="Can_I_use_Abstract_Wikipedia_today?"></span> == 我现在就可使用抽象维基百科吗? == 是的。您可以体验我们抽象维基百科(即本网站)的早期测试版。您可以生成抽象条目并查看不同语言版本的生成文本。 抽象维基百科目前仍处'''初期阶段'''因此许多功能将依社区反馈持续优化。未来我们将大幅提升网站的功能和易用性。在当前版本中,您可能会遇到错误,易用性问题,超时,或其他问题。如果遇到上述情况,或者您有改进建议,请[[Abstract Wikipedia:Project chat|在此]]告知我们! 将来,维基百科社区也可按需将抽象维基百科上创建的内容整合到各自的维基站点中。 [[Category:Abstract Wikipedia administration{{#translation:}}|Frequently Asked Questions]] 3amcju2sq71jua3x1egtg7yscb9w1op Translations:Abstract Wikipedia:Frequently Asked Questions/1/zh 1198 3925 10481 2026-06-17T14:34:50Z 七八年再来一次 5053 Created page with "== 什么是抽象维基百科? ==" 10481 wikitext text/x-wiki == 什么是抽象维基百科? == pd1n244xdihqng7i9q3qpxcbqoy7ct1 Translations:Abstract Wikipedia:Frequently Asked Questions/2/zh 1198 3926 10483 2026-06-17T14:35:27Z 七八年再来一次 5053 Created page with "抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。" 10483 wikitext text/x-wiki 抽象维基百科是维基媒体的一个新项目,它允许各社区以母语协作创建与语言无关的条目,其他人随后可以以自己的语言查阅这些条目。这一转换是通过使用维基函数中可从维基数据中获取结构化内容的函数来实现的。 1wl7jjnejq57zmi388w15qh8e6g1l8j Translations:Abstract Wikipedia:Frequently Asked Questions/3/zh 1198 3927 10485 2026-06-17T14:36:10Z 七八年再来一次 5053 Created page with "== 什么是抽象条目? ==" 10485 wikitext text/x-wiki == 什么是抽象条目? == pnxdiw82csc4b7ojhleo3mpg1o9sfjt Translations:Abstract Wikipedia:Frequently Asked Questions/4/zh 1198 3928 10487 2026-06-17T14:37:09Z 七八年再来一次 5053 Created page with "一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。" 10487 wikitext text/x-wiki 一个抽象条目以结构化,与语言无关的形式呈现有关一个主题的信息。贡献者将维基数据中的结构化数据与维基函数中的语言功能相结合生成描述该主题的自然语言句子。 01uxltxdts3bk05bhtcvif5goz4oweu Translations:Abstract Wikipedia:Frequently Asked Questions/5/zh 1198 3929 10489 2026-06-17T14:37:18Z 七八年再来一次 5053 Created page with "== 抽象维基百科与维基百科有何不同? ==" 10489 wikitext text/x-wiki == 抽象维基百科与维基百科有何不同? == 5obr83l6vzmvk616c8b1t1xjpzdh81r Translations:Abstract Wikipedia:Frequently Asked Questions/6/zh 1198 3930 10491 2026-06-17T14:37:34Z 七八年再来一次 5053 Created page with "维基百科的条目均直接以特定语言撰写的。" 10491 wikitext text/x-wiki 维基百科的条目均直接以特定语言撰写的。 ir6px4lh1nl08kdn43z9k6l7n2n77yv Translations:Abstract Wikipedia:Frequently Asked Questions/7/zh 1198 3931 10493 2026-06-17T14:38:18Z 七八年再来一次 5053 Created page with "而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。" 10493 wikitext text/x-wiki 而抽象维基百科则以借助维基函数可生成多语言的文本的结构化形式存储信息。 5yuivatlv8riz2ub2a63qb2yklgkq9j Translations:Abstract Wikipedia:Frequently Asked Questions/8/zh 1198 3932 10495 2026-06-17T14:38:42Z 七八年再来一次 5053 Created page with "== 抽象维基百科与维基数据和维基函数有何关联? ==" 10495 wikitext text/x-wiki == 抽象维基百科与维基数据和维基函数有何关联? == m74768bz8tpz9tem5zc4055hc1158od Translations:Abstract Wikipedia:Frequently Asked Questions/9/zh 1198 3933 10497 2026-06-17T14:38:52Z 七八年再来一次 5053 Created page with "抽象维基百科基于以下维基媒体项目:" 10497 wikitext text/x-wiki 抽象维基百科基于以下维基媒体项目: it7d2k4xj8kr9xpzn4ltdy96pm5e3p8 Translations:Abstract Wikipedia:Frequently Asked Questions/10/zh 1198 3934 10499 2026-06-17T14:39:29Z 七八年再来一次 5053 Created page with "'''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。" 10499 wikitext text/x-wiki '''维基数据'''提供有关各类主题的结构化信息,以及自然语言(词典式)数据。 4utz83y28w2yzxngpryryizph1up16k Translations:Abstract Wikipedia:Frequently Asked Questions/11/zh 1198 3935 10501 2026-06-17T14:39:39Z 七八年再来一次 5053 Created page with "'''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。" 10501 wikitext text/x-wiki '''维基函数'''提供(除其他功能外)能够生成多种语言自然语言文本的函数。 mtt47937d9cfamxns6m2hjw9zhirohm Translations:Abstract Wikipedia:Frequently Asked Questions/12/zh 1198 3936 10503 2026-06-17T14:40:49Z 七八年再来一次 5053 Created page with "'''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。" 10503 wikitext text/x-wiki '''抽象维基百科'''将这些元素结合起来创造能以多语言生成的条目。 q9hpb8fckz0qus9mn6e94axp2v40ox8 Translations:Abstract Wikipedia:Frequently Asked Questions/13/zh 1198 3937 10505 2026-06-17T14:41:05Z 七八年再来一次 5053 Created page with "== 抽象维基百科是否使用人工智能? ==" 10505 wikitext text/x-wiki == 抽象维基百科是否使用人工智能? == g2ymcspqg9vz7sjnj2rxxzbvubmsnl5 Translations:Abstract Wikipedia:Frequently Asked Questions/14/zh 1198 3938 10507 2026-06-17T14:41:28Z 七八年再来一次 5053 Created page with "不。抽象维基百科不会使用人工智能自动生成条目。" 10507 wikitext text/x-wiki 不。抽象维基百科不会使用人工智能自动生成条目。 1dwhx15w5umxng597ly2a742jggpr42 Translations:Abstract Wikipedia:Frequently Asked Questions/16/zh 1198 3939 10509 2026-06-17T14:42:04Z 七八年再来一次 5053 Created page with "== 抽象维基百科会自动显示在其他维基百科上吗? ==" 10509 wikitext text/x-wiki == 抽象维基百科会自动显示在其他维基百科上吗? == 8vpbvuf4chf4v7af0quy8fx0srwlqfp Translations:Abstract Wikipedia:Frequently Asked Questions/15/zh 1198 3940 10510 2026-06-17T14:42:05Z 七八年再来一次 5053 Created page with "抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。" 10510 wikitext text/x-wiki 抽象条目由贡献者创建和维护,而由社区编写的函数会根据结构化数据生成文本。 7kraiwc22d70kebraox09ssz0am9eky Translations:Abstract Wikipedia:Frequently Asked Questions/17/zh 1198 3941 10512 2026-06-17T14:42:16Z 七八年再来一次 5053 Created page with "不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。" 10512 wikitext text/x-wiki 不。抽象维基百科不会自动向其他维基百科添加内容。每个维基百科社区仍对其内容拥有完全控制权,且现有的本地条目绝不会被替换。 ph6vgaeh9gj3j44obnfwm0jdqfp698k Translations:Abstract Wikipedia:Frequently Asked Questions/19/zh 1198 3942 10514 2026-06-17T14:42:47Z 七八年再来一次 5053 Created page with "== 谁可为抽象维基百科贡献内容? ==" 10514 wikitext text/x-wiki == 谁可为抽象维基百科贡献内容? == e2g03m5jwrtn5lf9kbjq5qnj2ywppdm Translations:Abstract Wikipedia:Frequently Asked Questions/18/zh 1198 3943 10515 2026-06-17T14:42:56Z 七八年再来一次 5053 Created page with "今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。" 10515 wikitext text/x-wiki 今后,每个维基百科社区都将能够自行决定是否使用由抽象维基百科生成的内容。 5xafwv4dkdyprl3v3bpx20fp14hsbuv Translations:Abstract Wikipedia:Frequently Asked Questions/20/zh 1198 3944 10516 2026-06-17T14:43:01Z 七八年再来一次 5053 Created page with "与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。" 10516 wikitext text/x-wiki 与其他维基媒体项目一样,抽象维基百科由社区中的志愿者负责编辑和维护。 nvebsew418trqu13g7n7iploe98hot5 Translations:Abstract Wikipedia:Frequently Asked Questions/21/zh 1198 3945 10518 2026-06-17T14:43:23Z 七八年再来一次 5053 Created page with "大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。" 10518 wikitext text/x-wiki 大家可以通过多种方式做出贡献,包括创建或完善抽象条目,在维基函数中编写语言函数,向维基数据添加数据,完善文档,以及协助规划项目的未来发展方向。 nfm27v85wn7n68vfzw8nzwjimm04su6 Translations:Abstract Wikipedia:Frequently Asked Questions/22/zh 1198 3946 10520 2026-06-17T14:43:38Z 七八年再来一次 5053 Created page with "== 我现在就可使用抽象维基百科吗? ==" 10520 wikitext text/x-wiki == 我现在就可使用抽象维基百科吗? == gvecmc0obl79syb0saft7znqsiowpxu Translations:Abstract Wikipedia:Frequently Asked Questions/23/zh 1198 3947 10522 2026-06-17T14:44:06Z 七八年再来一次 5053 Created page with "是的。您可以体验我们抽象维基百科(即本网站)的早期测试版。您可以生成抽象条目并查看不同语言版本的生成文本。" 10522 wikitext text/x-wiki 是的。您可以体验我们抽象维基百科(即本网站)的早期测试版。您可以生成抽象条目并查看不同语言版本的生成文本。 jpjnrsalrs3aes0xzr3g3w6u4pg047k Translations:Abstract Wikipedia:Frequently Asked Questions/24/zh 1198 3948 10524 2026-06-17T14:45:21Z 七八年再来一次 5053 Created page with "抽象维基百科目前仍处'''初期阶段'''因此许多功能将依社区反馈持续优化。未来我们将大幅提升网站的功能和易用性。在当前版本中,您可能会遇到错误,易用性问题,超时,或其他问题。如果遇到上述情况,或者您有改进建议,请[[Abstract Wikipedia:Project chat|在此]]告知我们!" 10524 wikitext text/x-wiki 抽象维基百科目前仍处'''初期阶段'''因此许多功能将依社区反馈持续优化。未来我们将大幅提升网站的功能和易用性。在当前版本中,您可能会遇到错误,易用性问题,超时,或其他问题。如果遇到上述情况,或者您有改进建议,请[[Abstract Wikipedia:Project chat|在此]]告知我们! 0b69s08idud2ix9qe6brv2xzuneep4h Translations:Abstract Wikipedia:Frequently Asked Questions/25/zh 1198 3949 10526 2026-06-17T14:45:40Z 七八年再来一次 5053 Created page with "将来,维基百科社区也可按需将抽象维基百科上创建的内容整合到各自的维基站点中。" 10526 wikitext text/x-wiki 将来,维基百科社区也可按需将抽象维基百科上创建的内容整合到各自的维基站点中。 0bjowhyq6slh4j15i75arb1knsl8cg5 Translations:Template:Main page/1/zh 1198 3950 10528 2026-06-18T01:42:47Z 七八年再来一次 5053 Created page with "欢迎来到抽象维基百科" 10528 wikitext text/x-wiki 欢迎来到抽象维基百科 3rm0txhpse15de1z2j9z3a2xbhugnpt Translations:Template:Main page/2/zh 1198 3951 10530 2026-06-18T01:49:41Z 七八年再来一次 5053 Created page with "抽象维基百科是一部由[[$1|自由]]的[[$2|抽象条目]]组成的百科全书,任何人均可对其进行编辑。" 10530 wikitext text/x-wiki 抽象维基百科是一部由[[$1|自由]]的[[$2|抽象条目]]组成的百科全书,任何人均可对其进行编辑。 fc5bcr3hvc0zcc9is9j72l77vh5suir Translations:Template:Main page/4/zh 1198 3952 10532 2026-06-18T01:50:11Z 七八年再来一次 5053 Created page with "抽象条目" 10532 wikitext text/x-wiki 抽象条目 06j043mh29iuzv9j70bzddkhw8rwkpr Translations:Template:Main page/6/zh 1198 3953 10534 2026-06-18T01:51:12Z 七八年再来一次 5053 Created page with "'''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[$1|维基函数]]的功能和[[$2|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。" 10534 wikitext text/x-wiki '''抽象维基百科'''是维基媒体的一个项目,旨在让所有人共同协作创建和维护一个语言无关的条目集合,基于[[$1|维基函数]]的功能和[[$2|维基数据]]的数据,旨在帮助维基媒体项目扩充其条目库。 hcv3g1o8ot1k23gd4mq6c2whuie6p5z Translations:Template:Main page/39/zh 1198 3954 10536 2026-06-18T01:51:26Z 七八年再来一次 5053 Created page with "实用函数" 10536 wikitext text/x-wiki 实用函数 6wp7uh4f0uxibvhu5lyrclv5ebnrh4s Translations:Template:Main page/10/zh 1198 3955 10538 2026-06-18T01:51:37Z 七八年再来一次 5053 Created page with "了解抽象维基百科" 10538 wikitext text/x-wiki 了解抽象维基百科 g0thic3pxhme257y20iq1322u6dyro2 Translations:Template:Main page/11/zh 1198 3956 10540 2026-06-18T01:51:46Z 七八年再来一次 5053 Created page with "抽象维基百科简介" 10540 wikitext text/x-wiki 抽象维基百科简介 3ws5s7b0z0i7h5eo89ydc1umvdmj23x Translations:Template:Main page/13/zh 1198 3957 10542 2026-06-18T01:52:02Z 七八年再来一次 5053 Created page with "维基函数的术语表" 10542 wikitext text/x-wiki 维基函数的术语表 77jjnhsskc4svmt2ojdfo1j8jvnsl7n Translations:Template:Main page/14/zh 1198 3958 10544 2026-06-18T01:52:15Z 七八年再来一次 5053 Created page with "为其他区域做贡献" 10544 wikitext text/x-wiki 为其他区域做贡献 p7fhfa1hcjk4wehpnbck1dy2zahpi5v Translations:Template:Main page/15/zh 1198 3959 10546 2026-06-18T01:52:33Z 七八年再来一次 5053 Created page with "加入翻译行列" 10546 wikitext text/x-wiki 加入翻译行列 bgq31linkxj6wk0x13k7h2faosos141 Translations:Template:Main page/16/zh 1198 3960 10548 2026-06-18T01:53:02Z 七八年再来一次 5053 Created page with "提议一个函数" 10548 wikitext text/x-wiki 提议一个函数 ddq3zcprud93pfa66mthkc4ktu458ei Translations:Template:Main page/18/zh 1198 3961 10550 2026-06-18T01:54:26Z 七八年再来一次 5053 Created page with "有问题?请在[[$1|互助客栈]]或我们的[$2 电报/互联网中继聊天频道]中提问!" 10550 wikitext text/x-wiki 有问题?请在[[$1|互助客栈]]或我们的[$2 电报/互联网中继聊天频道]中提问! 77eber1bcxzoj1jz10e3h91qdvjdutu Translations:Template:Main page/21/zh 1198 3962 10552 2026-06-18T01:56:48Z 七八年再来一次 5053 Created page with "特色抽象条目" 10552 wikitext text/x-wiki 特色抽象条目 5w8mw0loni03kef3yled8lbjg2pmmc1 Translations:Template:Main page/22/zh 1198 3963 10554 2026-06-18T01:57:30Z 七八年再来一次 5053 Created page with "我们的首批精选抽象条目,即将上线!" 10554 wikitext text/x-wiki 我们的首批精选抽象条目,即将上线! tq66jks8gviz8nf4ul0l8qlh1hjqg5f Translations:Template:Main page/26/zh 1198 3964 10556 2026-06-18T01:57:58Z 七八年再来一次 5053 Created page with "函数库" 10556 wikitext text/x-wiki 函数库 ijniocrcfvfkk0z1ts3tmo67l1r9qkx Translations:Template:Main page/23/zh 1198 3965 10557 2026-06-18T01:57:58Z 七八年再来一次 5053 Created page with "抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。" 10557 wikitext text/x-wiki 抽象维基百科是非营利、多语言、内容开放的维基媒体家族的一部分。 bhzqovwvgxqxlnynw163sqwm98a5f4o Translations:Template:Main page/28/zh 1198 3966 10559 2026-06-18T01:58:21Z 七八年再来一次 5053 Created page with "多语言字词典" 10559 wikitext text/x-wiki 多语言字词典 frfqrw3a9dc09kgf6edhd95iccu4s3x Translations:Template:Main page/29/zh 1198 3967 10560 2026-06-18T01:58:21Z 七八年再来一次 5053 Created page with "教科书和手册" 10560 wikitext text/x-wiki 教科书和手册 aigcb9eu3489mhsutevus9jge78b3iv Translations:Template:Main page/31/zh 1198 3968 10562 2026-06-18T01:58:30Z 七八年再来一次 5053 Created page with "图书馆" 10562 wikitext text/x-wiki 图书馆 3vmtoyikilw2dp11a4kxsu496qygm9j Translations:Template:Main page/32/zh 1198 3969 10564 2026-06-18T01:58:34Z 七八年再来一次 5053 Created page with "研习资源" 10564 wikitext text/x-wiki 研习资源 b0dnybib8qbt83w5yjbsi37yzhldxu8 Translations:Template:Main page/35/zh 1198 3970 10566 2026-06-18T01:58:48Z 七八年再来一次 5053 Created page with "新语言版本" 10566 wikitext text/x-wiki 新语言版本 1g848c2lf1w3vx9150uvr1ou59ogdfa Translations:Template:Main page/36/zh 1198 3971 10568 2026-06-18T01:59:46Z 七八年再来一次 5053 Created page with "协调项目" 10568 wikitext text/x-wiki 协调项目 b7cxozg9mt5mowyaf5d2qppjcpro6o4 Translations:Template:Main page/37/zh 1198 3972 10570 2026-06-18T02:00:54Z 七八年再来一次 5053 Created page with "MediaWiki 开发" 10570 wikitext text/x-wiki MediaWiki 开发 lmry0xok2ykxlvt2k7y0gr8ama9csrr Translations:Template:Main page/38/zh 1198 3973 10572 2026-06-18T02:01:15Z 七八年再来一次 5053 Created page with "协调活动" 10572 wikitext text/x-wiki 协调活动 b6q6mopjazhuj4qjclc71qyb37r3n72 Translations:Template:Main page/41/zh 1198 3974 10574 2026-06-18T02:01:41Z 七八年再来一次 5053 Created page with "拓展" 10574 wikitext text/x-wiki 拓展 bevf6wuamojg5nhc323w03l8v8bnynt Translations:Abstract Wikipedia:Project chat/Header/1/zh 1198 3975 10576 2026-06-18T02:04:14Z 七八年再来一次 5053 Created page with "'''抽象维基百科互助客栈'''" 10576 wikitext text/x-wiki '''抽象维基百科互助客栈''' qeomylumbafr33r2h4j6kzk9ng3lfoo Abstract Wikipedia:Project chat/Header/zh 4 3976 10577 2026-06-18T02:04:15Z 七八年再来一次 5053 Created page with "'''抽象维基百科互助客栈'''" 10577 wikitext text/x-wiki <noinclude><languages/></noinclude> <div style="border:1px solid var(--border-color-subtle,#c8ccd1); padding:1em; margin: 0.2em 0;"> {{Shortcut|[[Project:PC]]|[[Project:VP]]}}<includeonly>__NEWSECTIONLINK__ [[Category:Abstract Wikipedia administration|Project chat]]</includeonly> '''抽象维基百科互助客栈'''<br /> <span style="font-size:smaller;"><span lang="en" dir="ltr" class="mw-content-ltr">This is where discussions on the project happen.</span></span> * <span lang="en" dir="ltr" class="mw-content-ltr">More technical issues should go to: [[Abstract Wikipedia:Report a technical problem|Report a technical problem]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">For older discussions, see the [[Abstract:Project chat/Archives|archives]].</span> </div> kadll7an0dih035o7sna96bnjbc7c2h 10579 10577 2026-06-18T02:05:59Z 七八年再来一次 5053 Created page with "这是项目讨论发生的地方。" 10579 wikitext text/x-wiki <noinclude><languages/></noinclude> <div style="border:1px solid var(--border-color-subtle,#c8ccd1); padding:1em; margin: 0.2em 0;"> {{Shortcut|[[Project:PC]]|[[Project:VP]]}}<includeonly>__NEWSECTIONLINK__ [[Category:Abstract Wikipedia administration|Project chat]]</includeonly> '''抽象维基百科互助客栈'''<br /> <span style="font-size:smaller;">这是项目讨论发生的地方。</span> * <span lang="en" dir="ltr" class="mw-content-ltr">More technical issues should go to: [[Abstract Wikipedia:Report a technical problem|Report a technical problem]].</span> * <span lang="en" dir="ltr" class="mw-content-ltr">For older discussions, see the [[Abstract:Project chat/Archives|archives]].</span> </div> gljbgi4jqpppw3yx0f8sgjb35p1mfw7 10581 10579 2026-06-18T02:06:18Z 七八年再来一次 5053 Created page with "更多技术问题请前往:[[$1|报告技术问题]]。" 10581 wikitext text/x-wiki <noinclude><languages/></noinclude> <div style="border:1px solid var(--border-color-subtle,#c8ccd1); padding:1em; margin: 0.2em 0;"> {{Shortcut|[[Project:PC]]|[[Project:VP]]}}<includeonly>__NEWSECTIONLINK__ [[Category:Abstract Wikipedia administration|Project chat]]</includeonly> '''抽象维基百科互助客栈'''<br /> <span style="font-size:smaller;">这是项目讨论发生的地方。</span> * 更多技术问题请前往:[[Abstract Wikipedia:Report a technical problem|报告技术问题]]。 * <span lang="en" dir="ltr" class="mw-content-ltr">For older discussions, see the [[Abstract:Project chat/Archives|archives]].</span> </div> ov2xxefysf13pnuci5zhumechsc0gzz 10583 10581 2026-06-18T02:06:51Z 七八年再来一次 5053 Created page with "如需查看先前的讨论,参阅[[$2|存档]]。" 10583 wikitext text/x-wiki <noinclude><languages/></noinclude> <div style="border:1px solid var(--border-color-subtle,#c8ccd1); padding:1em; margin: 0.2em 0;"> {{Shortcut|[[Project:PC]]|[[Project:VP]]}}<includeonly>__NEWSECTIONLINK__ [[Category:Abstract Wikipedia administration|Project chat]]</includeonly> '''抽象维基百科互助客栈'''<br /> <span style="font-size:smaller;">这是项目讨论发生的地方。</span> * 更多技术问题请前往:[[Abstract Wikipedia:Report a technical problem|报告技术问题]]。 * 如需查看先前的讨论,参阅[[Abstract:Project chat/Archives|存档]]。 </div> axc27tarjonzx8koli9vtqofpoiwjo1 Translations:Abstract Wikipedia:Project chat/Header/2/zh 1198 3977 10578 2026-06-18T02:05:58Z 七八年再来一次 5053 Created page with "这是项目讨论发生的地方。" 10578 wikitext text/x-wiki 这是项目讨论发生的地方。 7g17d5cj0mcvc6x3ye9p6cnm30ygqoh Translations:Abstract Wikipedia:Project chat/Header/3/zh 1198 3978 10580 2026-06-18T02:06:17Z 七八年再来一次 5053 Created page with "更多技术问题请前往:[[$1|报告技术问题]]。" 10580 wikitext text/x-wiki 更多技术问题请前往:[[$1|报告技术问题]]。 ddr2qc3v9ozrm7t86eulrdi3xwpoe0i Translations:Abstract Wikipedia:Project chat/Header/4/zh 1198 3979 10582 2026-06-18T02:06:50Z 七八年再来一次 5053 Created page with "如需查看先前的讨论,参阅[[$2|存档]]。" 10582 wikitext text/x-wiki 如需查看先前的讨论,参阅[[$2|存档]]。 52w45843eia1jgqmt8hp6sypnnq9aq1 Translations:Template:Main page/News/2/zh 1198 3980 10584 2026-06-18T02:10:21Z 七八年再来一次 5053 Created page with "下一期志愿者角将于$date-and-time在$platform的$link举行。" 10584 wikitext text/x-wiki 下一期志愿者角将于$date-and-time在$platform的$link举行。 cb4maf1cpmvd7q2ke670sdix737ldkc 10602 10584 2026-06-18T10:16:19Z 七八年再来一次 5053 10602 wikitext text/x-wiki 下一期志愿者角将于$date-and-time在 $platform 的$link举行。 6xj44ecxbumpncqvefpyilfnmxl7wcl Translations:Template:Main page/News/21/de 1198 3981 10586 2026-06-18T08:09:31Z Ameisenigel 31 Created page with "[[$1|2026-06-12]]: Verbessertes Laden und Anzeigen von Testergebnissen" 10586 wikitext text/x-wiki [[$1|2026-06-12]]: Verbessertes Laden und Anzeigen von Testergebnissen f0punuak2qxs74h2udsrajakp1r1obd Translations:Template:Main page/News/3/zh 1198 3982 10588 2026-06-18T10:13:17Z 七八年再来一次 5053 Created page with "[[$1|最近的志愿者角]]已发布在维基共享资源上。" 10588 wikitext text/x-wiki [[$1|最近的志愿者角]]已发布在维基共享资源上。 4sba1q3qvwayouk6nm6vcj4pex8jtcd Translations:Template:Main page/News/4/zh 1198 3983 10590 2026-06-18T10:13:26Z 七八年再来一次 5053 Created page with "维基函数最新动态" 10590 wikitext text/x-wiki 维基函数最新动态 ktx74yrbs12katgbo17z4lt9ovrbebf Translations:Template:Main page/News/21/zh 1198 3984 10592 2026-06-18T10:13:50Z 七八年再来一次 5053 Created page with "[[$1|2026-06-12]]:优化了测试结果的加载与显示" 10592 wikitext text/x-wiki [[$1|2026-06-12]]:优化了测试结果的加载与显示 06wgg3g8jqaadg8tova5ujdphw8ekuv Translations:Template:Main page/News/20/zh 1198 3985 10594 2026-06-18T10:14:03Z 七八年再来一次 5053 Created page with "[[$1|2026-06-05]]:图解百科" 10594 wikitext text/x-wiki [[$1|2026-06-05]]:图解百科 g96llpwkfp32h8xqk6hp5m3ou7vsdcs Translations:Template:Main page/News/18/zh 1198 3986 10596 2026-06-18T10:14:24Z 七八年再来一次 5053 Created page with "[[$1|2026-05-23]]:2026-2027年度计划" 10596 wikitext text/x-wiki [[$1|2026-05-23]]:2026-2027年度计划 licvdk62jkl8l70lla6dc8sywp0drux Translations:Template:Main page/News/19/zh 1198 3987 10598 2026-06-18T10:14:33Z 七八年再来一次 5053 Created page with "[[$1|2026-05-30]]:回顾与展望" 10598 wikitext text/x-wiki [[$1|2026-05-30]]:回顾与展望 guqfqkg5mwmrbebzugwna1l4sia1z0s Translations:Template:Main page/News/17/zh 1198 3988 10600 2026-06-18T10:14:50Z 七八年再来一次 5053 Created page with "[[$1|2026-05-15]]:更深的意义" 10600 wikitext text/x-wiki [[$1|2026-05-15]]:更深的意义 m73vc098bnpatrh8ymknx9fu5gr9w43 Translations:Help:How to create an article/Page display title/zh 1198 3989 10607 2026-06-18T11:32:22Z 七八年再来一次 5053 Created page with "帮助:如何创建条目" 10607 wikitext text/x-wiki 帮助:如何创建条目 l7l9lv93bsv285igauewnvfv8qlpdpy Help:How to create an article/zh 12 3990 10608 2026-06-18T11:32:22Z 七八年再来一次 5053 Created page with "帮助:如何创建条目" 10608 wikitext text/x-wiki <languages/> <div lang="en" dir="ltr" class="mw-content-ltr"> In Abstract Wikipedia you can only create articles about topics that already have a Wikidata item. If the topic does not already exist on Wikidata that you can tell by [[d:special:search|search]], follow [[d:Special:MyLanguage/help:items#Creating a new item|this help page]] to make a new item for it. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Steps to create an article from scratch == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In order to create an article, you can go to [[Special:CreateAbstract|Create a New Abstract Article]]. </div> [[File:aw-tutorial-step-1.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select a topic</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Type to select a topic, and click on create.</span> [[File:aw-tutorial-step-2.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Empty abstract article</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] hl9eejsjrnib65wlfksbx3yspiverfo 10610 10608 2026-06-18T11:33:32Z 七八年再来一次 5053 Created page with "在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[$1|搜索]]来确认),按照[[$2|此帮助页面]]的指引为其创建一个新条目。" 10610 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <div lang="en" dir="ltr" class="mw-content-ltr"> == Steps to create an article from scratch == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> In order to create an article, you can go to [[Special:CreateAbstract|Create a New Abstract Article]]. </div> [[File:aw-tutorial-step-1.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select a topic</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Type to select a topic, and click on create.</span> [[File:aw-tutorial-step-2.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Empty abstract article</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] 1rxwqyta1agmx4p10ip3zewmdpzf0nz 10612 10610 2026-06-18T11:33:50Z 七八年再来一次 5053 Created page with "== 从零开始创建条目的步骤 ==" 10612 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == <div lang="en" dir="ltr" class="mw-content-ltr"> In order to create an article, you can go to [[Special:CreateAbstract|Create a New Abstract Article]]. </div> [[File:aw-tutorial-step-1.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select a topic</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Type to select a topic, and click on create.</span> [[File:aw-tutorial-step-2.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Empty abstract article</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] 8849sgi1r5m09zsrzlhvoteyhvry7zk 10614 10612 2026-06-18T11:34:45Z 七八年再来一次 5053 Created page with "若要创建一篇文章,您可以访问[[$1|创建新抽象条目]]。" 10614 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select a topic</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Type to select a topic, and click on create.</span> [[File:aw-tutorial-step-2.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Empty abstract article</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] 11r47vabc9ce7x75cgb12l8ue347omo 10616 10614 2026-06-18T11:34:55Z 七八年再来一次 5053 Created page with "选择一个主题" 10616 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] <span lang="en" dir="ltr" class="mw-content-ltr">Type to select a topic, and click on create.</span> [[File:aw-tutorial-step-2.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Empty abstract article</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] 7fi123v23jr0ndans31if3ekzcwb271 10618 10616 2026-06-18T11:35:27Z 七八年再来一次 5053 Created page with "键入以选择主题,然后点击创建。" 10618 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Empty abstract article</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] a8nzbbyz4fcti4p62bmsvduwdz9y553 10620 10618 2026-06-18T11:35:42Z 七八年再来一次 5053 Created page with "空的抽象条目" 10620 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] <span lang="en" dir="ltr" class="mw-content-ltr">You will get to a new screen. On the right hand side you see the preview in the selected language, on the left hand side the abstract content.</span> [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] kpwnrygqp46d3jtx7rrgyv8tijdw6gv 10622 10620 2026-06-18T11:36:11Z 七八年再来一次 5053 Created page with "您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。" 10622 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus sign to add a fragment.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] a7cfm3af1acv9m3bgjnivfojga792na 10624 10622 2026-06-18T11:36:21Z 七八年再来一次 5053 Created page with "点击加号添加片段。" 10624 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] <span lang="en" dir="ltr" class="mw-content-ltr">Click on the plus button in the left panel to add a new fragment. For now, we are adding an empty fragment.</span> [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] omfrh4eubtnrercbc9whyrooxxlkoi5 10626 10624 2026-06-18T11:36:54Z 七八年再来一次 5053 Created page with "点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。" 10626 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">An empty fragment</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] djqrszhsfg0fq54hqv2bx000aj4g0j2 10628 10626 2026-06-18T11:37:23Z 七八年再来一次 5053 Created page with "一个空的片段" 10628 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] <span lang="en" dir="ltr" class="mw-content-ltr">This will look like this, showing a function call without a function selected yet. We click on the caron next to the red "Select Function" text.</span> [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] hyf23ty5sho0rkfw6mdhv66q792khg2 10630 10628 2026-06-18T11:40:42Z 七八年再来一次 5053 Created page with "它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号符号。" 10630 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号符号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] eky8vm9b3qbm2kautvc5p3jb5gqw07n 10632 10630 2026-06-18T11:40:50Z 七八年再来一次 5053 10632 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Function selector open</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] 7feyam3olv1htcy7kwx3xadx918zw0x 10634 10632 2026-06-18T11:41:11Z 七八年再来一次 5053 Created page with "函数选择器打开" 10634 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|函数选择器打开]] <span lang="en" dir="ltr" class="mw-content-ltr">That will open the function selector.</span> [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] mowavafo4t4t2hqjsfsyxqmmexkfd6m 10636 10634 2026-06-18T11:41:18Z 七八年再来一次 5053 Created page with "这将打开函数选择器。" 10636 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|函数选择器打开]] 这将打开函数选择器。 [[File:aw-tutorial-step-6.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting a function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] ddi15vs70x5oybjt3l8uof82gmi95bp 10638 10636 2026-06-18T11:41:31Z 七八年再来一次 5053 Created page with "选择一个函数" 10638 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|函数选择器打开]] 这将打开函数选择器。 [[File:aw-tutorial-step-6.png|center|frameless|800px|选择一个函数]] <span lang="en" dir="ltr" class="mw-content-ltr">We select a function. It has to be a function that exists on Wikifunctions, and at this point, it has to return an HTML fragment. In this example we choose the function "string to HTML fragment", as this allows us to enter a string, or choose a function that creates a string.</span> [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] 23g3dbcs8cp6h4052x3hamlft56d11d 10640 10638 2026-06-18T11:42:50Z 七八年再来一次 5053 Created page with "我们选择一个函数。该函数必须存在于维基函数上,并且此时,它应该返回一个超文本标记语言片段。在本例中,我们选择“字符串转超文本标记语言片段”函数,因为这样既可以输入字符串,也可以选择一个生成字符串的函数。" 10640 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|函数选择器打开]] 这将打开函数选择器。 [[File:aw-tutorial-step-6.png|center|frameless|800px|选择一个函数]] 我们选择一个函数。该函数必须存在于维基函数上,并且此时,它应该返回一个超文本标记语言片段。在本例中,我们选择“字符串转超文本标记语言片段”函数,因为这样既可以输入字符串,也可以选择一个生成字符串的函数。 [[File:aw-tutorial-step-7.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selected the "string to HTML fragment" function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] m4ssv6npx3wmkyn7jo6wwko1ivhqc11 10642 10640 2026-06-18T11:43:31Z 七八年再来一次 5053 Created page with "选择了“字符串转超文本标记语言片段片段”功能" 10642 wikitext text/x-wiki <languages/> 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[d:special:search|搜索]]来确认),按照[[d:Special:MyLanguage/help:items#Creating a new item|此帮助页面]]的指引为其创建一个新条目。 <span id="Steps_to_create_an_article_from_scratch"></span> == 从零开始创建条目的步骤 == 若要创建一篇文章,您可以访问[[Special:CreateAbstract|创建新抽象条目]]。 [[File:aw-tutorial-step-1.png|center|frameless|800px|选择一个主题]] 键入以选择主题,然后点击创建。 [[File:aw-tutorial-step-2.png|center|frameless|800px|空的抽象条目]] 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 [[File:aw-tutorial-step-3.png|center|frameless|800px|点击加号添加片段。]] 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 [[File:aw-tutorial-step-4.png|center|frameless|800px|一个空的片段]] 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 [[File:aw-tutorial-step-5.png|center|frameless|800px|函数选择器打开]] 这将打开函数选择器。 [[File:aw-tutorial-step-6.png|center|frameless|800px|选择一个函数]] 我们选择一个函数。该函数必须存在于维基函数上,并且此时,它应该返回一个超文本标记语言片段。在本例中,我们选择“字符串转超文本标记语言片段”函数,因为这样既可以输入字符串,也可以选择一个生成字符串的函数。 [[File:aw-tutorial-step-7.png|center|frameless|800px|选择了“字符串转超文本标记语言片段片段”功能]] <span lang="en" dir="ltr" class="mw-content-ltr">We have now selected a function. We get fields for the arguments. Instead of typing a string, we want to add another function.</span> [[File:aw-tutorial-step-8.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Change the mode of the argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">In order to do so, we change the mode of the argument named string by clicking on the three dots next to string. This allows us to change from the current mode, literal, to a function call.</span> [[File:aw-tutorial-step-9.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Select the inner function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Here we can now select a function that returns a string.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Choose a function returning a string</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the function "Article-less instantiating fragment" -- a function that creates sentences such as "Paris is a city." Note that selecting the function “Article-less instantiating HTML fragment” would have allowed us to skip using the function “string to HTML fragment”.</span> [[File:aw-tutorial-step-10.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Arguments for article-less instantiating fragment function</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">Now we see the arguments for this function. We also get automatically fitting arguments filled in. This leads to the sentence "Paris is a Paris.", because the arguments "entity" and "class" both get prefilled with the item we are writing about.</span> [[File:aw-tutorial-step-11.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changing the mode on the "class" argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We need to change the mode on the "class" argument from the automatically filled value (an Argument reference) to a literal.</span> [[File:aw-tutorial-step-12.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Changed the mode of "class" to literal.</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">This gives us now a field to select a Wikidata item for the value of the "class" argument.</span> [[File:aw-tutorial-step-13.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">Selecting city for the class argument</span>]] <span lang="en" dir="ltr" class="mw-content-ltr">We select the "city" item for the class argument.</span> [[File:aw-tutorial-step-14.png|center|frameless|800px|<span lang="en" dir="ltr" class="mw-content-ltr">The first sentence is created.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> Once this is selected, the first sentence of the article should be ready. We can now click on publish and have a first version of the article available. Now you can click edit to add more. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == This is far too complicated! == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Yes, agreed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> There are two ways to make this easier: </div> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the UX</span> * <span lang="en" dir="ltr" class="mw-content-ltr">improve the catalogue of functions</span> <div lang="en" dir="ltr" class="mw-content-ltr"> Whereas the development team at the Wikimedia Foundation will be focused on the first approach (and will always appreciate UX ideas), the community can work on a more comprehensive and easy to use catalogue of functions in Wikifunctions. Here we see that naming the functions and arguments is important, and that we probably want to avoid too many functions which turn one type in another in the above flow. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> But yes, most importantly, Abstract Wikipedia is currently in an early public Beta, and it is currently difficult to create and edit articles. We all will need to work together to improve that. If you have ideas for new functions, please suggest them at [[Abstract Wikipedia:Suggested functions|Suggested functions]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == See also == </div> * [[Abstract Wikipedia:Useful functions for article composition]] [[Category:Help{{#translation:}}]] ckn3czgf2qq3rf6vm0w4e4b36s6nsoz Translations:Help:How to create an article/1/zh 1198 3991 10609 2026-06-18T11:33:31Z 七八年再来一次 5053 Created page with "在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[$1|搜索]]来确认),按照[[$2|此帮助页面]]的指引为其创建一个新条目。" 10609 wikitext text/x-wiki 在抽象维基百科中,您只能创建维基数据已有条目主题的有关条目。如果该主题在维基数据中尚不存在(您可以通过[[$1|搜索]]来确认),按照[[$2|此帮助页面]]的指引为其创建一个新条目。 di4nneltyh7lpmo1t17dkp85bqya6q8 Translations:Help:How to create an article/2/zh 1198 3992 10611 2026-06-18T11:33:49Z 七八年再来一次 5053 Created page with "== 从零开始创建条目的步骤 ==" 10611 wikitext text/x-wiki == 从零开始创建条目的步骤 == 24on6vngcv06cdi8k69cc9gu7xnwy0l Translations:Help:How to create an article/3/zh 1198 3993 10613 2026-06-18T11:34:44Z 七八年再来一次 5053 Created page with "若要创建一篇文章,您可以访问[[$1|创建新抽象条目]]。" 10613 wikitext text/x-wiki 若要创建一篇文章,您可以访问[[$1|创建新抽象条目]]。 nnzictlpr4ezn07ty9jmsca2g2vlftk Translations:Help:How to create an article/4/zh 1198 3994 10615 2026-06-18T11:34:54Z 七八年再来一次 5053 Created page with "选择一个主题" 10615 wikitext text/x-wiki 选择一个主题 tqxt4e91ecow41abt67qikquea4syvw Translations:Help:How to create an article/5/zh 1198 3995 10617 2026-06-18T11:35:26Z 七八年再来一次 5053 Created page with "键入以选择主题,然后点击创建。" 10617 wikitext text/x-wiki 键入以选择主题,然后点击创建。 8b6bw8thq9gmsawol0kqyf9os79m651 Translations:Help:How to create an article/6/zh 1198 3996 10619 2026-06-18T11:35:41Z 七八年再来一次 5053 Created page with "空的抽象条目" 10619 wikitext text/x-wiki 空的抽象条目 tg6yem3e8wwu9982w4446ngo63ldsth Translations:Help:How to create an article/7/zh 1198 3997 10621 2026-06-18T11:36:10Z 七八年再来一次 5053 Created page with "您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。" 10621 wikitext text/x-wiki 您随后将进入一个新页面。右侧显示所选语言的预览,左侧显示抽象内容。 qbt4uccmlhlii95w28rd80bmpi8ot1q Translations:Help:How to create an article/8/zh 1198 3998 10623 2026-06-18T11:36:20Z 七八年再来一次 5053 Created page with "点击加号添加片段。" 10623 wikitext text/x-wiki 点击加号添加片段。 0352xvek6w8pje72avwtq0pco8f0que Translations:Help:How to create an article/9/zh 1198 3999 10625 2026-06-18T11:36:54Z 七八年再来一次 5053 Created page with "点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。" 10625 wikitext text/x-wiki 点击左侧面板中的加号按钮以添加一个新片段。目前,我们正添加一个空片段。 7lwpm8vmnrycxlxmpw8shhaa8pw7h0f Translations:Help:How to create an article/10/zh 1198 4000 10627 2026-06-18T11:37:23Z 七八年再来一次 5053 Created page with "一个空的片段" 10627 wikitext text/x-wiki 一个空的片段 rrv63w2b008qzb8hujpmxv7ie94055r Translations:Help:How to create an article/11/zh 1198 4001 10629 2026-06-18T11:40:41Z 七八年再来一次 5053 Created page with "它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号符号。" 10629 wikitext text/x-wiki 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号符号。 e1imrcolo465vowz0js6erpzlevb012 10631 10629 2026-06-18T11:40:49Z 七八年再来一次 5053 10631 wikitext text/x-wiki 它将貌状如此,显示一个尚未选择任何函数的函数调用。我们点击红色“选择函数”文本旁的逗号。 kgtvw61c850r0b3j392dgzjbh2aup0q Translations:Help:How to create an article/12/zh 1198 4002 10633 2026-06-18T11:41:10Z 七八年再来一次 5053 Created page with "函数选择器打开" 10633 wikitext text/x-wiki 函数选择器打开 7wavjc5u9cp6861rb5n5co1fx3yz9xr Translations:Help:How to create an article/13/zh 1198 4003 10635 2026-06-18T11:41:17Z 七八年再来一次 5053 Created page with "这将打开函数选择器。" 10635 wikitext text/x-wiki 这将打开函数选择器。 cosvyookrpgi5xk5tqbfd3f36gstbua Translations:Help:How to create an article/14/zh 1198 4004 10637 2026-06-18T11:41:30Z 七八年再来一次 5053 Created page with "选择一个函数" 10637 wikitext text/x-wiki 选择一个函数 2maekmpmd0qchssp8erirwbfhac9tdf Translations:Help:How to create an article/15/zh 1198 4005 10639 2026-06-18T11:42:50Z 七八年再来一次 5053 Created page with "我们选择一个函数。该函数必须存在于维基函数上,并且此时,它应该返回一个超文本标记语言片段。在本例中,我们选择“字符串转超文本标记语言片段”函数,因为这样既可以输入字符串,也可以选择一个生成字符串的函数。" 10639 wikitext text/x-wiki 我们选择一个函数。该函数必须存在于维基函数上,并且此时,它应该返回一个超文本标记语言片段。在本例中,我们选择“字符串转超文本标记语言片段”函数,因为这样既可以输入字符串,也可以选择一个生成字符串的函数。 mwbql329iae1jpxbnnq61wi07w9kjn5 Translations:Help:How to create an article/16/zh 1198 4006 10641 2026-06-18T11:43:30Z 七八年再来一次 5053 Created page with "选择了“字符串转超文本标记语言片段片段”功能" 10641 wikitext text/x-wiki 选择了“字符串转超文本标记语言片段片段”功能 1wf9s5o4fuubvzjn4hkiykp0qsujaux