Template:Tabular query/doc

This is the current revision of this page, as edited by imported>Guarapiranga at 04:12, 21 June 2021 (→‎Usage: formatting). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template is just a simple wrapper for Module:Tabular data. This wrapper can only return a single cell.

Usage

{{Tabular query|SELECT=wikidataID|FROM=Data|WHERE=wikidataLabel|IS=Miltenberg}} → Q502681

This data came from c:Data:Data.tab. (FROM=Data)

{{Tabular query|SELECT=emoji|FROM=Emoji/List|WHERE=name|IS=grinning face}} → 😀

This data came from c:Data:Emoji/List.tab. (FROM=Emoji/List)

Up to 4 fields can be combined:

{{Tabular query|SELECT=name,code,emoji|FROM=Emoji/List|WHERE=name|IS=grinning face|format=The "%s" emoji is represented by Unicode code point %s and rendered in your browser it looks like %s.}} → The "grinning face" emoji is represented by Unicode code point 1f600 and rendered in your browser it looks like 😀.