User:Eduards: Difference between revisions

From Riga Literata
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
==sandbox==
==sandbox==
<sparql list="1" tryit="1">
<sparql list="1" tryit="1">
#Cats
PREFIX rl: <https://riga-literata.wikibase.cloud/entity/>
SELECT ?item ?itemLabel  
PREFIX rlt: <https://riga-literata.wikibase.cloud/prop/direct/>
 
SELECT ?item ?itemLabel
WHERE  
WHERE  
{
{
   ?item wdt:P31 wd:Q146.
   ?item rlt:P1 rl:Q6.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
}
}
</sparql>
</sparql>

Revision as of 17:12, 2 January 2023

Instructions

SPARQL
Tasks

List of missing features

Instant Commons #InstantCommons is a feature of MediaWiki to allow the usage of any uploaded media file from the Wikimedia Commons in any MediaWiki installation world-wide.
EnableUploads #Allows to upload files to MediaWiki
AllowExternalImages #Whether to allow inline images hosted on external websites, sometimes called inline linking.

List of missing extensions

VisualEditor #The VisualEditor extension allows for editing pages as rich content. There is also a project of the same name aiming to create a reliable rich-text editor for the Web and for MediaWiki.

sandbox

The following query uses these:

PREFIX rl: <https://riga-literata.wikibase.cloud/entity/>
PREFIX rlt: <https://riga-literata.wikibase.cloud/prop/direct/>

SELECT ?item ?itemLabel
WHERE 
{
  ?item rlt:P1 rl:Q6.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
}

Try it!