Page MenuHomePhabricator

Inline query tables print raw numbers in addition to expected display values
Closed, InvalidPublic

Description

Author: temlakos

Description:
Screenshot of strange inline-query table output

Code such as

<ask format=broadtable mainlabel=Name default="This body has no satellites">
[[Primary::Earth]]
[[Periapsis::*]]
[[Apoapsis::*]]
[[Planet mass::*]]
[[Surface area::*]]
</ask>

produces a strange result: the table contains the raw, stored numeric value in addition to the "short Wiki text" prescribed for that datatype. This affects all numeric types and is a problem only in tables.


Version: unspecified
Severity: major

Attached:

TableBugShot.png (768×1 px, 130 KB)

Details

Reference
bz12591

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:05 PM
bzimport set Reference to bz12591.
bzimport added a subscriber: Unknown Object (MLST).

This is an artefact of changes in the stylesheets of SMW1.0. The numbers are there to enbable sorting, but they are hidden via CSS. Clear your browser-cache or force-reload the page to fix the problem.