| Line 1: |
Line 1: |
| | + | = Warning = |
| | + | This page attempted to list wikibase options. At some point I switched systems. I am now using {{Q|2060}}. This page still contains information that wasn't passed on though, so it is kept. |
| | + | |
| | = Options for configuration = | | = Options for configuration = |
| | * site name | | * site name |
| Line 47: |
Line 50: |
| | * [https://www.mediawiki.org/wiki/Manual:$wgNamespaceProtection page specific user rights] | | * [https://www.mediawiki.org/wiki/Manual:$wgNamespaceProtection page specific user rights] |
| | * custom namespaces | | * custom namespaces |
| − |
| |
| − | == Supporting links to external vocabularies ==
| |
| − | * [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_supporting_links_to_external_vocabularies]
| |
| | | | |
| | == Constraints handler == | | == Constraints handler == |
| Line 55: |
Line 55: |
| | | | |
| | == Links on Wikibase installs == | | == Links on Wikibase installs == |
| − | * [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Hide link boxes on the right hand side of item pages"] | + | |
| | + | Add the following setting to ''LocalSettings.php'': |
| | + | |
| | + | $wgWBRepoSettings['formatterUrlProperty'] = 'P49'; |
| | + | |
| | + | where {{P|49}} depends on the instance (P49 on wiki.personaldata.io) |
| | + | |
| | + | * See [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_supporting_links_to_external_vocabularies here] for reference. |
| | | | |
| | == Scripting extensions == | | == Scripting extensions == |
| Line 87: |
Line 94: |
| | == Widgets == | | == Widgets == |
| | * [https://www.mediawiki.org/wiki/Extension:Widgets Widgets] | | * [https://www.mediawiki.org/wiki/Extension:Widgets Widgets] |
| | + | * See for instance [[Youtube]]. Error: "Error from line 24 of /var/www/html/extensions/Widgets/WidgetRenderer.php: Class 'Smarty' not found" |
| | | | |
| | = Questions = | | = Questions = |
| − | * Is it possible to have two namespaces for items? | + | * Is it possible to have multiple namespaces for items? |
| | * how do we fix autocomplete? (wait until default prefix is set up properly) | | * how do we fix autocomplete? (wait until default prefix is set up properly) |
| | + | * why do properties on wikidata also have an item associated to them? what is the use case? |
| | + | * canonical way to refer from an item to a template? could be used to define ShEx --> Template and create ShapeMap |
| | + | * hold properties and their alignment on wikidata/[https://wikibase-registry.wmflabs.org/wiki/Main_Page registry] |
| | | | |
| | = See also = | | = See also = |
| Line 98: |
Line 109: |
| | * [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_via_wikibaseimport_code_importentities_php_code notes on wikibase] | | * [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_via_wikibaseimport_code_importentities_php_code notes on wikibase] |
| | * [https://wikidata.org/wiki/Special:Version Wikidata Special:Version] | | * [https://wikidata.org/wiki/Special:Version Wikidata Special:Version] |
| | + | |
| | + | [[Category:Help]] |