Template:Latest version/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "params": { "1": { "label": "Table", "description": "The name of the cargo table.", "example": "btd6_updates", "type": "string", "required": true }, "where": { "label": "Where", "description": "An optional where clause for filtering.", "default": "netflix_date IS NOT NULL" } }, "description": "Uses cargo to display the latest update of a game. This requires the latest update to have the correct build number assigned in..." |
mNo edit summary |
||
| Line 22: | Line 22: | ||
<pre>{{latest version|btd6_updates}}</pre> | <pre>{{latest version|btd6_updates}}</pre> | ||
{{latest version|btd6_updates}} | {{latest version|btd6_updates}} | ||
<pre>{{latest version|btd6_updates|where= | <pre>{{latest version|btd6_updates|where=netflix_google_play_date IS NOT NULL}}</pre> | ||
{{latest version|btd6_updates|where= | {{latest version|btd6_updates|where=netflix_google_play_date IS NOT NULL}} | ||
<includeonly>[[Category:Cargo query templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | <includeonly>[[Category:Cargo query templates]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | ||
Latest revision as of 04:06, 22 April 2026
Uses cargo to display the latest update of a game. This requires the latest update to have the correct build number assigned in the infobox.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Table | 1 | The name of the cargo table.
| String | required |
| Where | where | An optional where clause for filtering.
| Unknown | optional |
Example usage
{{latest version|btd6_updates}}
{{latest version|btd6_updates|where=netflix_google_play_date IS NOT NULL}}