541

From Semantic MediaWiki - Sandbox

avoid result column duplication on "Special:Ask"

Reference: 1

SMW 2.4+
{{#ask: 
 [[:+]]
 [[Page creator::+]]
 |?Page creator=author
 |?Has Url=url
 |format=table 
 |sort=Has Url
 |limit=2
 |mainlabel=page
}}
pageauthorCette propriété est une propriété spéciale dans ce wiki.urlUsed for the most common kinds of URLs, URNs, and URIs. It accepts almost any string and interprets it as a URL.
Issue/3533WolfgangFahl[git:git.server.com/srv/git git:git.server.com/srv/git]
Lorem ipsumMwjameshttp://example.org/some/
... further results
"hack" for SMW 1.6 to 2.3
{{#ask: 
 [[:+]]
 [[Page creator::+]]
 |?=page
 |?Page creator=author
 |?Has Url=url
 |format=table 
 |sort=Has Url
 |limit=2
 |mainlabel=-
}}
pageauthorCette propriété est une propriété spéciale dans ce wiki.urlUsed for the most common kinds of URLs, URNs, and URIs. It accepts almost any string and interprets it as a URL.
Issue/3533WolfgangFahl[git:git.server.com/srv/git git:git.server.com/srv/git]
Lorem ipsumMwjameshttp://example.org/some/
... further results
see also

249

Cookies help us deliver our services. By using our services, you agree to our use of cookies.