Template:Accessory: Difference between revisions
From Tiny Rogues Wiki
No edit summary |
(header link,spacing) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
| SectionCls=section-border {{{class|}}} mw-collapsible mw-collapsed | | SectionCls=section-border {{{class|}}} mw-collapsible mw-collapsed | ||
| hStyles=font-size: 1.25em; | | hStyles=font-size: 1.25em; | ||
| Title0=[[File:Amethyst Ring.png|25px]]Accessory | | Title0=[[File:Amethyst Ring.png|25px|link=[[Accessory]]]] [[Accessory|Accessories]] | ||
| Content0= | | Content0= | ||
<dfn>{{</dfn> | <dfn>{{</dfn> | ||
Line 9: | Line 9: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Equipment_Infobox | tables=Equipment_Infobox | ||
|fields=_pageName | |fields=_pageName | ||
|format=template | |format=template | ||
|template=WeaponList | |template=WeaponList | ||
|where=Equipment_Type = "Accessory" and Rarity = " | |where=Equipment_Type = "Accessory" and Rarity = "1" | ||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 | ||
Line 20: | Line 20: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Equipment_Infobox | tables=Equipment_Infobox | ||
|fields=_pageName | |fields=_pageName | ||
|format=template | |format=template | ||
|template=WeaponList | |template=WeaponList | ||
|where=Equipment_Type = "Accessory" and Rarity = " | |where=Equipment_Type = "Accessory" and Rarity = "2" | ||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 | ||
Line 31: | Line 31: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Equipment_Infobox | tables=Equipment_Infobox | ||
|fields=_pageName | |fields=_pageName | ||
|format=template | |format=template | ||
|template=WeaponList | |template=WeaponList | ||
|where=Equipment_Type = "Accessory" and Rarity = " | |where=Equipment_Type = "Accessory" and Rarity = "3" | ||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 | ||
Line 42: | Line 42: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Equipment_Infobox | tables=Equipment_Infobox | ||
|fields=_pageName | |fields=_pageName | ||
|format=template | |format=template | ||
|template=WeaponList | |template=WeaponList | ||
|where=Equipment_Type = "Accessory" and Rarity = " | |where=Equipment_Type = "Accessory" and Rarity = "4" | ||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 | ||
Line 53: | Line 53: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Equipment_Infobox | tables=Equipment_Infobox | ||
|fields=_pageName | |fields=_pageName | ||
|format=template | |format=template | ||
|template=WeaponList | |template=WeaponList | ||
|where=Equipment_Type = "Accessory" and Rarity = " | |where=Equipment_Type = "Accessory" and Rarity = "5" | ||
|group by=_pageID | |||
|limit = 250 | |||
}} | |||
</ul> | |||
<ul style="border-color:#00af00 !important;border:1px solid;border-radius: 10px;margin-bottom: 5px;"> | |||
{{#cargo_query: | |||
tables=Equipment_Infobox | |||
|fields=_pageName | |||
|format=template | |||
|template=WeaponList | |||
|where=Equipment_Type = "Accessory" and Rarity = "6" | |||
|group by=_pageID | |group by=_pageID | ||
|limit = 250 | |limit = 250 |