Difference between revisions of "Wikibase options"
Jump to navigation
Jump to search
(Created page with "= Options for configuration = * site name * site URL * wikibase installation * sending email * [https://www.mediawiki.org/wiki/Manual:Securing_database_passwords locate passwo...") |
|||
Line 66: | Line 66: | ||
== Embed videos == | == Embed videos == | ||
* [https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo extension] | * [https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo extension] | ||
+ | (redundant with the Widgets extension, possibly) | ||
− | == | + | == Query prefixes == |
* defined default prefixes `pdiot`, `pdio`, etc, and fix the autocomplete accordingly. | * defined default prefixes `pdiot`, `pdio`, etc, and fix the autocomplete accordingly. | ||
− | == | + | == Widgets == |
* [https://www.mediawiki.org/wiki/Extension:Widgets Widgets] | * [https://www.mediawiki.org/wiki/Extension:Widgets Widgets] | ||
− | = | + | |
− | + | = See also = | |
− | * | + | |
+ | * [https://wikibase-registry.wmflabs.org/wiki/Main_Page Wikibase registry main page] | ||
+ | * [https://medium.com/@thisismattmiller/wikibase-for-research-infrastructure-part-1-d3f640dfad34 Wikibase for research infrastructure] | ||
+ | * [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_via_wikibaseimport_code_importentities_php_code notes on wikibase] |
Revision as of 12:47, 12 March 2019
Options for configuration
- site name
- site URL
- wikibase installation
- sending email
- locate password file elsewhere? not in plain text?
- copyright
- Wikibase-docker example
- Readme there for multiple services
- LocalSettings
- settings generator
- Someone customizing the wikibase docker compose
Main services
- Wikibase
- WDQS
- WDQS backend
- QuickStatements
Features
Gadgets
- See Special:Gadgets on wikidata
- See MediaWiki:Gagdgets-definition on wikidata
- Check Special:Version on wikidata to see if gadgets are installed.
EasyQuery
- EasyQuery.js gadget, needs to be updated for the query endpoint, at the very least. Can be done manually to start.
- "Customizing the menu"
- edit the sidebar, go to "/wiki/MediaWiki:Sidebar"
** Special:NewItem|New item ** Special:NewProperty|New property
Logo
User rights and namespaces
- user rights
- page specific user rights
- custom namespaces
Constraints handler
- wikibase constraints work (meaning when you go to an item page, the constraints show up; will need to test myself)
Links on Wikibase installs
Scripting extensions
- Scribunto
- ParserFunctions
- test for ParserFunctions: this should NOT display code.
- test for Lua here.
- Include the following three extensions for easier editing.
- Wikidata client and Lua
Embed videos
(redundant with the Widgets extension, possibly)
Query prefixes
- defined default prefixes `pdiot`, `pdio`, etc, and fix the autocomplete accordingly.
Widgets