https://bugzilla.wikimedia.org/show_bug.cgi?id=37214

[[kgh]] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The "...further results"    |The "...further results"
                   |link causes the duplication |link causes the duplication
                   |of the first column on      |of the first column on
                   |Special:Ask (1.8 RC1)       |Special:Ask (1.9 alpha)

--- Comment #12 from [[kgh]] <[email protected]> ---
Sorry it took me a while:(

I am not sure about this new behaviour. Now you have to force a second main
column and suppress the first main column to avoid the column duplication on
Special:Ask. Is this really the intended behaviour?

This gives you two main result columns on "Special:Ask":

{{#ask:[[Category:Website]] [[Has property count::+]]
|?Has farm=Farm
|?Has property count=Property values
|?Has used property count=Used properties
|?Has property page count=Declared properties
|mainlabel=Wiki name
|format=table
|link=all
|sort=Has property count
|order=descending
|headers=show
|limit=100
|searchlabel=… more semantic wikis
|class=sortable wikitable smwtable
}}

Now you have to do this to avoid the two main result columns:

{{#ask:[[Category:Website]] [[Has property count::+]]
|?=Wiki name
|?Has farm=Farm
|?Has property count=Property values
|?Has used property count=Used properties
|?Has property page count=Declared properties
|mainlabel=-
|format=table
|link=all
|sort=Has property count
|order=descending
|headers=show
|limit=100
|searchlabel=… more semantic wikis
|class=sortable wikitable smwtable
}}

One may try out the old revision [1] which shows the main result column
duplication.

[1]
http://wikiapiary.com/w/index.php?title=Semantic_statistics&diff=187773&oldid=187677

Another way out is to use result format "template" but this is a bit overdoing
things.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to