Difference between revisions of "Test:June 2019 upgrade"
Jump to navigation
Jump to search
(Created page with "==Test of how SMW markup display=== *<nowiki> </nowiki>: *<nowiki>Description:: Test</nowiki>: Description:: Test *<no...") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ==Test of how SMW | + | ==Test of how SMW marksup display== |
− | + | #<nowiki>[[Description1:: Test| ]]</nowiki>: [[Description1:: Test| ]] | |
− | + | #<nowiki>[[Description2:: Test]]</nowiki>: [[Description2:: Test]] | |
− | + | #<nowiki>[[Description2:: Test with [[internal hyperlink]]| ]]</nowiki>: [[Description2:: Test with [[internal hyperlink]]| ]] | |
+ | #<nowiki>[[Died on:: Test with [https://saidit.net external hyperlink]]| ]]</nowiki>: [[Died:: Test with [https://saidit.net external hyperlink]]| ]] | ||
+ | #<nowiki>{{#set: Display date:: Test}}</nowiki>: {{#set: Description5:: Test}} | ||
+ | #<nowiki>{{#set: Display lifespan:: Test with [[internal hyperlink]]}}</nowiki>: {{#set: Description6:: Test with [[internal hyperlink]]}} | ||
+ | #<nowiki>{{#set: End:: Test with [https://saidit.net external hyperlink]]}}</nowiki>: {{#set: Description7:: Test with [https://saidit.net external hyperlink]]}} | ||
+ | |||
+ | ==Conclusion== | ||
+ | * The cases which are behaving differently are #3 and #4 above, i.e. [[ ***| ]] format with hyperlinks. In these cases: | ||
+ | *# The text is ''displaying'' | ||
+ | *# The SMW markup is not being processed | ||
+ | |||
+ | ==Diagnosis== | ||
+ | As per https://www.semantic-mediawiki.org/wiki/Help:$smwgLinksInValues , I added the line | ||
+ | $smwgLinksInValues = SMW_LINV_OBFU; |
Latest revision as of 01:40, 19 June 2019
Test of how SMW marksup display
- [[Description1:: Test| ]]:
- [[Description2:: Test]]: Test
- [[Description2:: Test with [[internal hyperlink]]| ]]:
- [[Died on:: Test with [https://saidit.net external hyperlink]]| ]]: Test with [https://saidit.net external hyperlinkProperty "Died" (as page type) with input value "Test with external hyperlink" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.| ]
- {{#set: Display date:: Test}}:
- {{#set: Display lifespan:: Test with [[internal hyperlink]]}}:
- {{#set: End:: Test with [https://saidit.net external hyperlink]]}}:
Conclusion
- The cases which are behaving differently are #3 and #4 above, i.e. format with hyperlinks. In these cases:
- The text is displaying
- The SMW markup is not being processed
Diagnosis
As per https://www.semantic-mediawiki.org/wiki/Help:$smwgLinksInValues , I added the line
$smwgLinksInValues = SMW_LINV_OBFU;