Bugreporter added a comment.

    $wgWBClientSettings['propertyOrderUrl'] = 
'https://www.wikidata.org/w/index.php?title=MediaWiki:Wikibase-SortedProperties&action=raw&sp_ver=1';
  
  This means the MediaWiki:Wikibase-SortedProperties in Wikidata is used in all 
Wikibase clients. clients do not have Wikibase Repository installed, so they do 
not use wgWBRepoSettings.
  
  > Second question: is there limitation on where the 
MediaWiki:Wikibase-SortedProperties can be placed? Can it be either on 
Repository or Client MediaWiki?
  
  You can place it in any place (page name) in any wiki. The only thing is make 
sure the setting is pointed to that page. Note if the page is publicly 
editable, this may be a target of vandalism.
  
  > I would better specify what these conventions are.
  
  See 
https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/52e59d940192da6cf0e3ac90b65e57918cdcd6ff/lib/includes/Store/WikiTextPropertyOrderProvider.php
  
  The actual regex is ^\*\h*(?:\[\[(?:d:)?Property:)?(P\d+\b) which matches a 
string
  
  - starts with *
  - followed by zero or more whitespace characters, which are spaces or tabs
  - optionally, followed by one of [[Property: or [[d:Property:
  - followed by letter P
  - followed by a sequence of digits
  - followed by any character which is not one of A-Z, a-z, 0-9, or _
  - end of match, any following characters will be ignored
  
  Any lines not matching are treated as comments and ignored.

TASK DETAIL
  https://phabricator.wikimedia.org/T250634

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Aklapper, lucamauri, Pavithraes, darthmon_wmde, Nandana, 
Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to