308
editsAd placeholder
User:Korgat: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Permanent bonuses]] | |||
{{Tab | |||
|one=The Dark Urge | |||
|one-name=Story Spoiler Page | |||
|two=The Dark Urge (Origin) | |||
|two-name=Origin Page | |||
}} | |||
{{Infobox | |||
|name = Infobox/doc | |||
|bodystyle = | |||
|titlestyle = | |||
|abovestyle = background:#cfc; | |||
|subheaderstyle = | |||
|title = Test Infobox | |||
|above = Above text | |||
|subheader = Subheader above image | |||
|subheader2 = Second subheader | |||
|imagestyle = | |||
|captionstyle = | |||
|image = [[File:Example-serious.jpg|200px|alt=Example alt text]] | |||
|caption = Caption displayed below File:Example-serious.jpg | |||
|headerstyle = background:#ccf; | |||
|labelstyle = background:#ddf; | |||
|datastyle = | |||
|header1 = Header defined alone | |||
| label1 = | |||
| data1 = | |||
|header2 = | |||
| label2 = Label defined alone does not display (needs data, or is suppressed) | |||
| data2 = | |||
|header3 = | |||
| label3 = | |||
| data3 = Data defined alone | |||
|header4 = All three defined (header, label, data, all with same number) | |||
| label4 = does not display (same number as a header) | |||
| data4 = does not display (same number as a header) | |||
|header5 = | |||
| label5 = Label and data defined (label) | |||
| data5 = Label and data defined (data) | |||
|belowstyle = background:#ddf; | |||
|below = Below text | |||
}} | |||
{| class="mw-collapsible mw-collapsed wikitable" style="margin-left:1.6em;" | |||
|- | |||
! Header 1 | |||
! Header 2 | |||
|- | |||
| row 1, cell 1 | |||
| row 1, cell 2 | |||
|- | |||
| row 2, cell 1 | |||
| row 2, cell 2 | |||
|} | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 39: | Line 101: | ||
= Equipment By Build = | = Equipment By Build = | ||
<!-- class="mw-collapsible mw-collapsed"--> | |||
=== [[Radiant]] Compound Query (testing)=== | |||
{{#cargo_compound_query: | |||
tables=equipment; | |||
where=rarity != "common" AND special like "%Radiant%" AND legacy IS NULL; | |||
fields=CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | |||
|tables=weapons; | |||
where=rarity != "common" AND special like "%Radiant%" AND legacy IS NULL | |||
|format=table | |||
}} | |||
=== [[Radiant]] === | === [[Radiant]] === | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | | fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | ||
Line 47: | Line 118: | ||
| format = table | | format = table | ||
}} | }} | ||
{{#cargo_query: tables = weapons | {{#cargo_query: tables = weapons | ||
| fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | | fields = CONCAT("[[File:", image, "|50px|link=", _pageName, "]]<br>", _pageName)=Item, special=Effects, where_to_find=Location | ||
Line 53: | Line 123: | ||
| where = rarity != "common" AND special like "%Radiant%" AND legacy IS NULL | | where = rarity != "common" AND special like "%Radiant%" AND legacy IS NULL | ||
| format = table | | format = table | ||
}} | }} | ||
Line 80: | Line 149: | ||
{{SpoilerBox| | {{SpoilerBox| | ||
[[File:Chapter 1.webp|500px|link=Act One]] | [[File:Chapter 1.webp|500px|link=Act One]] | ||
=== [[Headwear]] === | === [[Headwear]] === |