Page MenuHomeMiraheze

Install Extension:PropertySuggester on homimiyawiki
Closed, ResolvedPublic

Description

Wiki URLhttps://horimiya.miraheze.org/
Database namehorimiyawiki

PropertySuggester is an extension to Wikibase to provide suggested properties when a user tries to add new statements to an item.

And the below configuration variables will be helpful:

  • $wgPropertySuggesterInitialSuggestions - a list of ints that will be suggested when no statements exist. default to an empty array.
  • $wgPropertySuggesterDeprecatedIds - a list of ints that won't be used for suggestions. default to an empty array.

Event Timeline

Unknown Object (User) moved this task from Backlog to Short Term on the MediaWiki (SRE) board.Jan 19 2022, 05:46
Unknown Object (User) edited projects, added Extensions; removed MediaWiki.
Unknown Object (User) moved this task from Unsorted to Short Term on the Universal Omega board.Jan 19 2022, 05:46
Unknown Object (User) moved this task from Backlog to Reviewed, Approved on the Extensions board.
Unknown Object (User) added a comment.Jan 19 2022, 05:49

@Lens0021: do you intend to do PRs to install the extension yourself, if not can we please unassign you? If you are planning on it then that's definitely welcomed as well!

It is approved due to it being Wikimedia deployed.

@Lens0021: do you intend to do PRs to install the extension yourself, if not can we please unassign you? If you are planning on it then that's definitely welcomed as well!

It is approved due to it being Wikimedia deployed.

I am just uploaded a PR for installing: https://github.com/miraheze/mediawiki/pull/5022 and will upload the following PR for configurations, thank you!

Is there no way to input multiple arbitrary numbers by ManageWiki? 😭

Unknown Object (User) added a comment.Jan 21 2022, 06:06

Is there no way to input multiple arbitrary numbers by ManageWiki? 😭

That is fairly complex due to there not being a sane way to implement with HtmlForm. Not to say impossible, but we don't support any arbitrary input arrays with the single exception of $wgNamespaceAliases. I don't want to do others in the exact same way as of yet, but supporting these types of configuration variables are on my radar to do eventually.

As for the extension, I will try to test and merge your PR tomorrow or Saturday. I apologise for the delay and thank you for doing the PRs for this!

The extension can now be enabled via Special:ManageWiki/extensions.