Logo of Wikidata

Welcome to Wikidata, S8321414!

Wikidata is a free knowledge base that you can edit! It can be read and edited by humans and machines alike and you can go to any item page now and add to this ever-growing database!

Need some help getting started? Here are some pages you can familiarize yourself with:

  • Introduction – An introduction to the project.
  • Wikidata tours – Interactive tutorials to show you how Wikidata works.
  • Community portal – The portal for community members.
  • User options – including the 'Babel' extension, to set your language preferences.
  • Contents – The main help page for editing and using the site.
  • Project chat – Discussions about the project.
  • Tools – A collection of user-developed tools to allow for easier completion of some tasks.

Please remember to sign your messages on talk pages by typing four tildes (~~~~); this will automatically insert your username and the date.

If you have any questions, don't hesitate to ask on Project chat. If you want to try out editing, you can use the sandbox to try. Once again, welcome, and I hope you quickly feel comfortable here, and become an active editor for Wikidata.

Best regards! Liuxinyu970226 (talk) 07:43, 19 December 2016 (UTC)Reply

Taïwan edit

Hi there, you look to know TW. Could you help clean results of that query https://w.wiki/3QAv ? Thanks! Bouzinac💬✒️💛 20:42, 28 May 2021 (UTC)Reply

@Bouzinac:Excuse me, but how can I help?--S8321414 (talk) 00:03, 29 May 2021 (UTC)Reply
By adding connecting line (P81) and part of (P361) when they're absent in the metro station (Q928830) items : it'd be helpful? For instance, it would help build queries like that one for Taïwan subway systems
#defaultView:Map{"hide":["?coordinates", "?line", "?rgb"]}
SELECT DISTINCT ?coordinates ?line ?item ?itemLabel ?connectLabel ?image ?opening ?rgb 

WITH {
  SELECT ?item (SAMPLE(?coordinates) AS ?coordinates)  (sample(?lat1) as ?lat1) (sample(?lon1) as ?lon1)
         WHERE {
    ?item wdt:P31 wd:Q2175765 ;
          wdt:P361 wd:Q2060490 ;
          wdt:P625 ?coordinates ;
          p:P625 / psv:P625 / wikibase:geoLatitude ?lat1 ;
          p:P625 / psv:P625 / wikibase:geoLongitude ?lon1 .
  } GROUP BY ?item
} AS %stations
WITH { 
  SELECT ?nextstation (sample(?lat2) as ?lat2) (sample(?lon2) as ?lon2) WHERE {
    ?nextstation wdt:P31  wd:Q2175765 ;
                 wdt:P361 wd:Q2060490 ;
                 p:P625 / psv:P625 / wikibase:geoLatitude ?lat2 ;
                 p:P625 / psv:P625 / wikibase:geoLongitude ?lon2 .
  } GROUP BY ?nextstation
} AS %nextstations

WITH {
  SELECT ?line ?connect ?rgb WHERE {
    INCLUDE %stations .
    INCLUDE %nextstations .
    ?item p:P197 ?nextstationstatement .
    ?nextstationstatement ps:P197 ?nextstation ;
                          pq:P81 ?connect .
    ?connect                         wdt:P465 ?rgb.
    FILTER(STR(?item) < STR(?nextstation)) .
    BIND(CONCAT('LINESTRING (', STR(?lon1), ' ', STR(?lat1), ',', STR(?lon2), ' ', STR(?lat2), ')') AS ?str) .
    BIND(STRDT(?str, geo:wktLiteral) AS ?line)
  }
} AS %lines 

WHERE {
  { INCLUDE %stations }  UNION { INCLUDE %lines  } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,de". } 

}
Try it!
Bouzinac💬✒️💛 08:14, 29 May 2021 (UTC)Reply
@Bouzinac:Ah OK, I'm doing it for MRT stations in Taiwan. For Taiwan Railway, maybe later.--S8321414 (talk) 08:19, 29 May 2021 (UTC)Reply

Ranks on software versions edit

Hi, I just saw your edit on OpenMediaVault, and I want to raise your attention to importance of ranks in the case of software version identifier (P348).

There is an expectation for this property the “current” version(s) have the “preferred” (or at least higher than all other versions) rank to help distinguish them. This is AFAIK the only way for Wikidata clients to automatically recognize the current versions because 1. general ordering of version strings for all existing software is impossible, 2. even with working ordering, a software may have multiple “current” versions (during the transition period between two major branches for example).

This expectation is used for example on frwiki for display of the current version(s) in the infobox (and, while I have not checked, probably any other wiki displaying this information from Wikidata in an infobox, such as arwiki, zhwiki, jawiki, dewiki, enwiki, itwiki, nlwiki in the case of OpenMediaVault). For software with many versions recorded in Wikidata, like OpenMediaVault, using the same rank for all versions makes the infobox unreadable.

If your aim was to record the fact that 5.6.22 was replaced by 5.6.23, you should have added 5.6.23 as well, in order to avoid the state with no preferred version. Slightly out of date information is no worse than slightly out of date broken information, there is no reason to rush the update.

— Ltrlg (talk), 09:52, 7 January 2022 (UTC)Reply

Sorry for this issue, maybe you can fix it?--S8321414 (talk) 12:22, 7 January 2022 (UTC)Reply
I already fixed it by adding the 5.6.23 with the “preferred” rank (I gave the link above as an indication of what was the correct way to handle new versions). The aim of the above message was only to inform you of the existing expectation. — Ltrlg (talk), 12:39, 7 January 2022 (UTC)Reply

Hi~S8321414 edit

您好,我對於編輯wikidata有問題想請教你,所有的數據除了可以運用在維基百科,除此之外,還可以怎麼使用?因為我發現還有人為了論文而建立數據,所以我猜測,這裡的數據是不是可以像Commons那樣,提供給維基以外的人或網站使用?如果是,我想知道他們如何只輸入一串Qxxxxxxx這種代碼就能使用wikidata提供的數據。謝謝 Kai3952 (talk) 07:52, 1 December 2022 (UTC)Reply

順便一問,如果我不小心誤按subscribe,我該如何取消?--Kai3952 (talk) 07:54, 1 December 2022 (UTC)Reply

Probably an error edit

Hey, I'm pretty sure [1]'s inclusion of the property "stable version" was an error, so I fixed it. Aaron Liu (talk) 18:10, 12 August 2023 (UTC)Reply

Thank you :-)--S8321414 (talk) 23:53, 14 August 2023 (UTC)Reply

CPUZ2.08 edit

CPUZ2.08 has been released, can you please update the CPUZ information? CPU-Z (Q1024234) 61.216.108.175 08:28, 4 October 2023 (UTC)Reply


Congratulations, Dear Administrator! edit

English | español | français | Nederlands | русский | +/−

 
An offering for our new administrator from your comrades... (our gift is better than the one at Commons or Meta)

Here's your badge: {{User admin}}/{{#babel:admin}} and {{Admin topicon}}. Enjoy!

Congratulations! You now have the rights of administrator on Wikidata. Please take a moment to read the Wikidata:Administrators page and watchlist related pages (in particular Wikidata:Project chat, Wikidata:Requests for comment, and Wikidata:Administrators' noticeboard), before launching yourself into page deletions, page protections, account blockings, or modifications of protected pages.

Please feel free to join us on IRC: #wikidata-adminconnect. If you need access, you can flag someone down at #wikidataconnect. You may find Wikidata:Guide to Adminship to be useful reading. You may also want to consider adding yourself to meta:Template:Wikidata/Ambassadors, and to any similar page on your home wiki if one exists. (Check Wikipedia:Wikidata/Wikidatans (Q14964498).)

Please also add/update the languages you speak to your listing at Wikidata:List of administrators and Wikidata:Administrators/Timeline. You may also like to add your username to this list if you would not like that items you delete at RfD get marked as deleted automatically. Again, welcome to the admin corps!

Ymblanter (talk) 19:16, 13 November 2023 (UTC)Reply

Mozilla Thunderbird edit

Hi, please be so kind and publish the full title of the respective Mozilla version. I have to correct it every time. For example, you write "Thunderbird - Release Notes (115.9.0)", but the full page title is "Thunderbird - Release Notes (115.9.0) - Thunderbird". Many thanks in advance. --SamsonNosmas (talk) 00:01, 20 March 2024 (UTC)Reply