I'm trying to use Project:Terminology as the terminology page for the extension across an entire wiki, but the extension doesn't seem to recognize that page when I set it in MediaWiki:Lingo-terminologypagename, using either "Project:Terminology" or "Wiki Name:Terminology".
Topic on Extension talk:Lingo
Thank you for asking, @SlyCooperFan1
You are supposed to use a configuration variable in order to change the default page. Please try to add to your LocalSettings.php:
$wgexLingoPage = 'Project:Terminology';
The page you mention (MediaWiki:Lingo-terminologypagename
) is used to create localized names for the Lingo page, eg. MediaWiki:Lingo-terminologypagename/fr
, see: https://github.com/wikimedia/mediawiki-extensions-Lingo/blob/362618929b946588935d2bd15a94d9d966079481/src/BasicBackend.php#L175
@SlyCooperFan1, did you have a chance to try setting $wgexLingoPage
? Did it help?