...one week on. As stated at T9304#188650:
Despite the newfound semantic namespace support, the associated semantic data is still missing after two days (i.e. on the browse page for "Entry:salout"), as well as the expected "Browse properties" link in the desktop sidebar. (On my wiki, $smwgNamespacesWithSemanticLinks has already been enabled for the "Entry", "Morpheme", and "Property" namespaces.)
At the variable's SMW talk page, "Kgh" offers what may be a solution (the "Bibliography" NS appears here as a test case):
## Define custom namespaces // Must set before invoking Semantic MediaWiki define( 'NS_BIBLIOGRAPHY', 3000 ); define( 'NS_BIBLIOGRAPHY_TALK', 3001 ); ## Name custom namespaces // Must set before invoking Semantic MediaWiki $wgExtraNamespaces[NS_BIBLIOGRAPHY] = 'Bibliography'; $wgExtraNamespaces[NS_BIBLIOGRAPHY_TALK] = 'Bibliography_talk'; ## Semantic MediaWiki enableSemantics( www.example.com ); $smwgNamespacesWithSemanticLinks[NS_BIBLIOGRAPHY] = true; // Must set after invoking Semantic MediaWiki(To @Universal_Omega: Wonder if this can be looked into later today/tomorrow?)
Along with that, a tabular rundown of the data-browsing capability on each NS so far:
NS | "Browse properties" link? | Ability to browse data? |
---|---|---|
Main | ||
User | ||
Project | ||
File | ||
MediaWiki | ||
Template | ||
Help | ||
Category | ||
Property | ||
Entry | ||
Morpheme | ||
...the last two of which are the same custom namespaces I enabled the semantics on last time. (Support in templates was added just yesterday, so this may take some time.)
(And while you're at it, could the "Creation date" special property be enabled as well?)
And so wraps up another filing; sorry if that's getting in the way of the upcoming 1.38 upgrade, but I hope you understand. Take care!
P.S. Referata (the former SMW hotspot) went offline again last night, but I would've gone on with this filing today regardless.
= If it's not in a fully compatible NS, nothing will show up (e.g. Category data for RFM entries; File attachment links in FTA posts).