1146
From Semantic MediaWiki - Sandbox
| Description | Example to show further link to match property values |
| Parent topic | Parser examples |
| Extension(s) | Semantic MediaWiki |
| Keyword(s) | property value match·further link·set parser·ask parser·template use·template output·#set |
| Other link(s) | https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/1146,Template:SetFurtherLinkViaAsk, Template:SetFurtherLinkViaSpecial |
{{#set:
|SomeProperty=SomeValue
|template=SetFurtherLinkViaSpecial
}}
<includeonly>[[Special:SearchByProperty/{{{property}}}/{{{value}}}|{{{value}}}]]</includeonly>
{{#set:
|SomeProperty=SomeOtherValue
|template=SetFurtherLinkViaAsk
}}
<includeonly>{{#ask: [[{{{property}}}::{{{value}}}]]|limit=0|searchlabel={{{value}}} }}</includeonly>