Template:BCS monkey list/doc: Difference between revisions
Created page with "<templatedata> { "params": { "order by": { "label": "Order by", "description": "A list of cargo table column names, separated by commas, to order this list by.", "example": "cost, charges", "type": "string" }, "limit": { "label": "Limit", "description": "The maximum number of cards to list.", "type": "number" }, "keyword 1": { "aliases": [ "keyword" ], "label": "Keyword 1", "description": "Use this to only list cards that h..." |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 31: | Line 31: | ||
"label": "Include", | "label": "Include", | ||
"description": "A list of card names, separated by semicolons with no spaces, to also include in the list, ignoring the other conditions.", | "description": "A list of card names, separated by semicolons with no spaces, to also include in the list, ignoring the other conditions.", | ||
"example": "Dart Monkey; | "example": "Dart Monkey;Sniper Monkey;Wizard Monkey;Banana Farm", | ||
"type": "string" | "type": "string" | ||
}, | |||
"exclude others": { | |||
"label": "Exclude others", | |||
"description": "Excludes all cards except those specifically included.", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
| Line 41: | Line 46: | ||
"order by", | "order by", | ||
"limit", | "limit", | ||
"include" | "include", | ||
"exclude others" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||