Topic on Extension talk:Semantic Glossary

Everything appears to be configured but no glossary terms are showing

4
Glenatron (talkcontribs)

I have installed Semantic Glossary and Lingo and they both show up on my "Version" page as being installed ( MediaWiki 1.36.2, Semantic Glossary 4.0.0, Lingo 3.1.1) and there are no errors showing up in my logs.

I have created a GlossaryTerm template based on the example in the conversation a few posts back:

 
=={{{Term|}}}== 
{{{Definition|}}} 
(link: {{{Link|}}})
<includeonly>
[[Category:Glossary]]
</includeonly>
{{#subobject:
|Glossary-Term={{{Term|}}}
|Glossary-Definition={{{Definition|}}}
|Glossary-Link={{{Link|}}}
}}

Then I have terms that look like this:

 {{GlossaryTerm
 |Term=Project
 |Definition=The organisation of people to deliver something something
 }}

These are pulled into a page for the Glossary category that works correctly.

The problem is that if I have "Project" somewhere in my page, it doesn't get highlighted at all. My best guess is that there is something missing from my LocalSettings.php to tell it that it should be using the Glossary category as a source for glossary terms, but I can't see what I need to be configuring there- all the Lingo configuration seems to be based on quite different assumptions from the Semantic Glossary tooling and the documentation and example page seem to expect this to work correctly first time. Where am I going wrong?

Kghbln (talkcontribs)

I believe you have been hit by issue 62 :(

Glenatron (talkcontribs)

Thanks for this, I have downgraded MediaWiki and sure enough it seems to work fine.

Kghbln (talkcontribs)

Interesting that it works for you on 1.35.x I am not lucky enough to get this working on my 1.35. Anyhow, good to know.

Reply to "Everything appears to be configured but no glossary terms are showing"