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
}}
| page | authorCette 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/3533 | WolfgangFahl | [git:git.server.com/srv/git git:git.server.com/srv/git] |
| Lorem ipsum | Mwjames | http://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=-
}}
| page | authorCette 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/3533 | WolfgangFahl | [git:git.server.com/srv/git git:git.server.com/srv/git] |
| Lorem ipsum | Mwjames | http://example.org/some/ |
| ... further results | ||
- see also
→ 249