Difference between revisions of "Module:CargoQuery/doc"
Jump to navigation
Jump to search
>Canim44 (Creating Module:CargoQuery/doc) |
>Eave m (wrapping documentation in doc templates) |
||
| Line 1: | Line 1: | ||
| + | {{doc/start}} | ||
This module lets you get around the <code>|no html</code> bug that Cargo has by avoiding |format=template. | This module lets you get around the <code>|no html</code> bug that Cargo has by avoiding |format=template. | ||
| Line 26: | Line 27: | ||
== Dependencies == | == Dependencies == | ||
* [[Module:ProcessArgs]] | * [[Module:ProcessArgs]] | ||
| + | {{doc/end}} | ||
Revision as of 20:14, 9 April 2020
This module lets you get around the |no html bug that Cargo has by avoiding |format=template.
To use, preface query arguments with q?. Even if you are only using one table, use |q?tables=. You may additionally specify |template=, |intro=, |outro=, |delimiter=, and |default=.
Use Lua names of all query parameters, so |q?join=, |q?groupBy, etc.
For simplicity of code, the named args parameter is required to be Yes, and you do not need to specify it.
Unlike |format=template, this wrapper will NOT rename parameters with underscores in them to use spaces instead.
Parameters & Invocation
{{#invoke:CargoQuery|main
|q?tables= corresponds to table / tables
|q?join= corresponds to join on
|q?fields= corresponds to fields
|q?where= corresponds to where
|q?groupBy= corresponds to group by
|q?having= corresponds to having
|q?orderBy= corresponds to order by
|q?limit= corresponds to limit
|template=
|intro=
|outro=
|delimiter=
|default=
}}