SMW Ask query builder

From Wikisphere
Jump to navigation Jump to search
Subpages:
slots
main
model"json"
editor"JsonEditor"
schema""
processedSchema
definition
title"SMW Ask query builder"
description"Builder for Semantic MediaWiki result formats and parameters"
type"object"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
""
definition
type"string"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"query"
"properties.1.formatting.type"
"properties.0.formatting.type"
"properties.2.formatting.type"
"sort.0"
"sort.1"
"properties.3.formatting.type"
definition
type"array"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
items
title"Property"
type"object"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties"
definition
description"Selected output format; some formats allow further parameters"
type"string"
requiredfalse
enum
"array"
"arrayfunctions"
"average"
"bibtex"
"broadtable"
"calendar"
"carousel"
"category"
"count"
"csv"
"d3chart"
"datatables"
"datatables-legacy"
"debug"
"dsv"
"dygraphs"
"earliest"
"embedded"
"eventcalendar"
"eventline"
"feed"
"filtered"
"gallery"
"gantt"
"googlebar"
"googlemaps"
"googlepie"
"graph"
"hash"
"icalendar"
"incoming"
"interquartilemean"
"interquartilerange"
"interquartilerange.exc"
"jqplotchart"
"jqplotseries"
"json"
"kml"
"latest"
"leaflet"
"list"
"listwidget"
"map"
"max"
"media"
"median"
"min"
"mode"
"moderntimeline"
"ol"
"oltree"
"outline"
"pagewidget"
"plainlist"
"process"
"product"
"quartillower"
"quartillower.exc"
"quartilupper"
"quartilupper.exc"
"range"
"rdf"
"samplevariance"
"samplestandarddeviation"
"slideshow"
"sparkline"
"spreadsheet"
"standarddeviation"
"sum"
"table"
"tagcloud"
"templatefile"
"timeline"
"timeseries"
"tree"
"ul"
"valuerank"
"variance"
"vcard"
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"format"
definition
description"Maximal number of pages selected (in the case of a table: rows)"
type"integer"
requiredfalse
default50
minimum0
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"limit"
definition
description"Where to start selecting pages"
type"integer"
requiredfalse
default0
minimum0
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"offset"
definition
description"Name of properties to use for sorting queries. A blank value stands for the main result column"
type"array"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
items
type"string"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"sort"
definition
description"List of orders if more than one property is used for sorting"
type"array"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
items
type"string"
requiredfalse
enum
"asc"
"ascending"
"desc"
"descending"
"reverse"
"rand"
"random"
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"order"
definition
description"How to display headers"
type"string"
requiredfalse
default"show"
enum
"show"
"plain"
"hide"
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"headers"
definition
description"Title of the first column (the one with the page titles in it). Default is no title. Set to '-' to suppress printing the page titles"
type"string"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"mainlabel"
definition
title"Property"
type"object"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.0"
"properties.1"
"properties.2"
"properties.3"
definition
description"The property name to display"
type"string"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.0.property"
"properties.1.property"
"properties.2.property"
"properties.3.property"
definition
description"Custom column label (alias)"
type"string"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.0.label"
"properties.1.label"
"properties.2.label"
"properties.3.label"
definition
title"Plain (unformatted)"
description"Display raw value without formatting or linking"
type"object"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.1.formatting"
"properties.0.formatting"
"properties.2.formatting"
definition
title"Number with unit"
description"Format number properties with unit conversion"
type"object"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.3.formatting"
definition
description"Unit to display (e.g., 'km²', '°C', 'kg')"
type"string"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.3.formatting.unit"
definition
description"Show unit symbol"
type"boolean"
requiredfalse
defaulttrue
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.3.formatting.showUnit"
definition
description"Number of decimal places (available since SMW 2.4.0)"
type"integer"
requiredfalse
minimum0
maximum10
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.3.formatting.decimalPlaces"
definition
description"What to display: -n (value only), -u (unit only), or both"
type"string"
requiredfalse
default"both"
enum
"value"
"unit"
"both"
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"properties.3.formatting.displayOnly"