Template:Item random list mods: Difference between revisions
Jump to navigation
Jump to search
Mefisto1029 (talk | contribs) (Created page with "<includeonly>{{#cargo_query: |tables = mods{{#if: {{{tables|}}}|, {{{tables}}}}} |join on = {{{join|}}} |fields = mods.id |where = {{{where|}}} |order by = {{{order|mods.id ASC}}} |no html }}</includeonly><noinclude> {{Documentation}} </noinclude>") |
(No difference)
|
Latest revision as of 19:05, 8 December 2025
Overview
This template queries modifiers for |implicit/explicitN_random_list= in {{Item}}.
Parameters
| Parameter | Required | Description |
|---|---|---|
| where | Condition | |
| tables | Extra tables | |
| join | Extra joins | |
| order | Alternative ordering, default to 'mod.id ASC' |
Examples
{{Item
...
|explicit1_random_list = {{Item random list mods
|where = mods.domain=11 AND mods.generation_type=3 AND mods.id LIKE "%UniqueJewelRadius%"
AND NOT (mods.id LIKE "UniqueJewelRadiusLife%" OR mods.id LIKE "UniqueJewelRadiusMana%")}}
...
}}
The above documentation is transcluded from Template:Item random list mods/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.