Main Page: Difference between revisions

From Wikibase Automated Values - Demo Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Welcome to wikibase automated values demo wiki!
Welcome to wikibase automated values demo wiki! This demonstrates a Wikibase extension that allows defining rules to automatically set labels or aliases based on Statement values.
 
Go to [https://github.com/ProfessionalWiki/AutomatedValues github.com/ProfessionalWiki/AutomatedValues] for configuration and installation instructions
 
Go to [https://github.com/ProfessionalWiki/AutomatedValues/issues github.com/ProfessionalWiki/AutomatedValues/issues] to report any issues.


== Steps to see the demo ==
== Steps to see the demo ==

Revision as of 12:00, 28 March 2022

Welcome to wikibase automated values demo wiki! This demonstrates a Wikibase extension that allows defining rules to automatically set labels or aliases based on Statement values.

Go to github.com/ProfessionalWiki/AutomatedValues for configuration and installation instructions

Go to github.com/ProfessionalWiki/AutomatedValues/issues to report any issues.

Steps to see the demo

  1. Please note the config file at MediaWiki:AutomatedValues
  2. Create an account
  3. Create new item
  4. Add statement P1 (instance of) to "Person"
  5. Add statements for P2 (First name), P3 (last name).
  6. Reload page (you might need to clear cache by hard-reloading see config above).
  7. Notice that the label in english has changed
  8. Add multiple statement P3 (alternative name)
  9. Reload page (you might need to clear cache by hard-reloading see config above).
  10. Notice that each P3 is added as an alias.

Additional behaviour