Hi!
Am 03.08.2017 um 07:22 schrieb Alessio Melandri:
In particular, when I visit an item page, I want all the properties ordered in a specific way. Googling I've found that Wikidata has a MediaWiki:Wikibase-SortedProperties page. I made my own for my wiki
That should be sufficient.
and also I added a line in LocalSettings.php:
$wgWBClientSettings['propertyOrderUrl'] = 'https://mydomain.com/index.php?title=MediaWiki:Wikibase-SortedProperties&...';
You only need this if you want to use a property oder list maintained on *another* wiki.
Unfortunately nothing changed. I haven't found any documentation about this so I made some attemps emulating the wikidata production settings.
That's strange - perhaps you are looking at a cached version of the page. Item pages will not be re-rendered with the new order unless they are edited, or explicitly purged (with action=purge as a url paramer).
If statements are still in the wrong order after editing hte page, something must be wrong. Perhaps send a link to your wiki, so we can have a look directly.