SMW Ask query builder

From Wikisphere
Jump to navigation Jump to search
Subpages:
$schema"http://json-schema.org/draft-07/schema#"
type"object"
title"SMW Ask query builder"
x-no-titletrue
description"Builder for Semantic MediaWiki result formats and parameters"
properties
query
type"string"
properties
type"array"
items
type"object"
$ref"JsonSchema:SMW Ask query builder/formatting"
title""
description""
x-layout"tabs"
format
type"string"
description"Selected output format; some formats allow further parameters"
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"
limit
type"integer"
description"Maximal number of pages selected (in the case of a table: rows)"
minimum0
default50
offset
type"integer"
description"Where to start selecting pages"
minimum0
default0
sort
type"array"
description"Name of properties to use for sorting queries. A blank value stands for the main result column"
items
type"string"
examples
"Name"
"Name"
"Date"
order
type"array"
description"List of orders if more than one property is used for sorting"
items
type"string"
enum
"asc"
"ascending"
"desc"
"descending"
"reverse"
"rand"
"random"
default
Empty array
title""
x-layout"default"
headers
type"string"
description"How to display headers"
enum
"show"
"plain"
"hide"
default"show"
mainlabel
type"string"
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"
default""
index
type"integer"
description"Defines which value within a record should be displayed. Only applicable for properties of type Record"
minimum0
lang
type"string"
description"Defines which language of a monolingual text should be displayed. Only applicable for properties of type Monolingual text"
link
type"string"
description"Defines which article names in the result are hyperlinked"
enum
"none"
"subject"
"all"
default"all"
default
type"string"
description"If the query returns no results, this will be printed instead"
examples
"No results found."
intro
type"string"
description"Initial text that prepends the output, if at least some results exist"
outro
type"string"
description"Text that is appended to the output, if at least some results exist"
searchlabel
type"string"
description"Text for continuing the search"
default"… further results"
prefix
type"string"
description"Handles the display of namespaces"
enum
"none"
"subject"
"all"
"auto"
default"auto"
required
Empty array
x-layout"tabs"
$id"https://wikisphere.org/wiki/JsonSchema:SMW_Ask_query_builder"
x-group-properties
common parameters
"limit"
"offset"
"sort"
"order"
"headers"
"mainlabel"
"index"
"lang"
"link"
"default"
"intro"
"outro"
"searchlabel"
"prefix"