Template:DropRow: Difference between revisions
mNo edit summary |
m (test) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
|- {{#if:{{{divider|}}}|style="border-bottom: solid 3px #aaa;"}} | |- {{#if:{{{divider|}}}|style="border-bottom: solid 3px #aaa;"}} | ||
{{#switch:{{{id}}} | {{#switch:{{{id}}} | ||
| Viridia = {{!}}title="Viridia" style="background-color: # | | Viridia = {{!}}title="Viridia" style="background-color: #00a663;" rowspan="{{{idspan|1}}}"{{!}}[[File:Viridia icon.png{{!}}x24px{{!}}Viridia{{!}}link=]] | ||
| Greenill = {{!}}title="Greenill" style="background-color: # | | Greenill = {{!}}title="Greenill" style="background-color: #7bff42;" rowspan="{{{idspan|1}}}"{{!}}[[File:Greenill icon.png{{!}}x24px{{!}}Greenill{{!}}link=]] | ||
| Skyly = {{!}}title="Skyly" style="background-color: # | | Skyly = {{!}}title="Skyly" style="background-color: #63f7ff;" rowspan="{{{idspan|1}}}"{{!}}[[File:Skyly icon.png{{!}}x24px{{!}}Skyly{{!}}link=]] | ||
| Bluefull = {{!}}title="Bluefull" style="background-color: # | | Bluefull = {{!}}title="Bluefull" style="background-color: #428aff;" rowspan="{{{idspan|1}}}"{{!}}[[File:Bluefull icon.png{{!}}x24px{{!}}Bluefull{{!}}link=]] | ||
| Purplenum = {{!}}title="Purplenum" style="background-color: # | | Purplenum = {{!}}title="Purplenum" style="background-color: #ce04ff;" rowspan="{{{idspan|1}}}"{{!}}[[File:Purplenum icon.png{{!}}x24px{{!}}Purplenum{{!}}link=]] | ||
| Pinkal = {{!}}title="Pinkal" style="background-color: # | | Pinkal = {{!}}title="Pinkal" style="background-color: #ff8ac5;" rowspan="{{{idspan|1}}}"{{!}}[[File:Pinkal icon.png{{!}}x24px{{!}}Pinkal{{!}}link=]] | ||
| Redria = {{!}}title="Redria" style="background-color: # | | Redria = {{!}}title="Redria" style="background-color: #ff1019;" rowspan="{{{idspan|1}}}"{{!}}[[File:Redria icon.png{{!}}x24px{{!}}Redria{{!}}link=]] | ||
| Oran = {{!}}title="Oran" style="background-color: # | | Oran = {{!}}title="Oran" style="background-color: #ff9219;" rowspan="{{{idspan|1}}}"{{!}}[[File:Oran icon.png{{!}}x24px{{!}}Oran{{!}}link=]] | ||
| Yellowboze = {{!}}title="Yellowboze" style="background-color: # | | Yellowboze = {{!}}title="Yellowboze" style="background-color: #fffb19;" rowspan="{{{idspan|1}}}"{{!}}[[File:Yellowboze icon.png{{!}}x24px{{!}}Yellowboze{{!}}link=]] | ||
| Whitill = {{!}}title="Whitill" style="background-color: #ffffff;" rowspan="{{{idspan|1}}}"{{!}}[[File:Whitill icon.png{{!}}x24px{{!}}Whitill{{!}}link=]] | | Whitill = {{!}}title="Whitill" style="background-color: #ffffff;" rowspan="{{{idspan|1}}}"{{!}}[[File:Whitill icon.png{{!}}x24px{{!}}Whitill{{!}}link=]] | ||
| All = {{!}}title="All" rowspan="{{{idspan|1}}}"{{!}}All | | All = {{!}}title="All" rowspan="{{{idspan|1}}}"{{!}}All | ||
}} | }} | ||
{{#if:{{{diffspan|}}}|{{!}}rowspan="{{{diffspan}}}"}}{{#if:{{{diff|}}}|{{!}}{{{diff}}}}} | {{#if:{{{diffspan|}}}|{{!}}rowspan="{{{diffspan}}}"}}{{#if:{{{diff|}}}|{{!}}{{{diff}}}}} | ||
|{{{1}}} | {{#if:{{{areaspan|}}}|{{!}}rowspan="{{{areaspan}}}"}}{{#if:{{{area|}}}|{{!}}{{{area}}}}} | ||
|style="text-align:left;"|{{#if:{{{nolink|}}}|{{{1}}}|[[{{{1}}}]] <sub style="color:#FF6666;">{{#switch:{{{1}}} | |||
| Al Rappy | |||
| Pal Rappy | |||
| Hildeblue (E1) | |||
| Hildetorr (E1) | |||
| Nar Lily (E1) | |||
| Mil Lily (E1) | |||
| Pouilly Slime | |||
| Love Rappy | |||
| Egg Rappy | |||
| Hallo Rappy | |||
| St. Rappy | |||
| Hildeblue (E2) | |||
| Hildetorr (E2) | |||
| Nar Lily (E2) | |||
| Mil Lily (E2) | |||
| Del Rappy | |||
| Pazuzu | |||
| Dorphon Eclair | |||
| Merissa AA | |||
| Kondrieu = (Rare)}}</sub>}} | |||
|{{{2}}} | |{{{2}}} | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
<pre>{{DropRow|id=|idspan=|diff=|diffspan=|enemy|drop rate}}</pre> | <pre>{{DropRow|id=|idspan=|diff=|diffspan=|nolink=|enemy|drop rate}}</pre> | ||
This template | This template is used immediately after <code><nowiki>{{DropTableHead}}</nowiki></code>, <code><nowiki>{{BoxDropTableHead}}</nowiki></code>, or <code><nowiki>{{AreaDropTableHead}}</nowiki></code>, and its last use in a drop table ''must'' be followed by <code>|}</code> to end the drop table. The <code>id</code> argument is the section ID for the row - don't specify this if you're making a row whose section ID is spanned by another row. The <code>idspan</code> argument determines how many rows the ID you select will extend for - again, don't specify this if you're making a spanned row. If the ID only applies to the current row and none below it, don't bother specifying <code>idspan</code> - its value is 1 if you leave it blank. <code>diff</code> and <code>diffspan</code> work identically to <code>id</code> and <code>idspan</code>, but for difficulty instead of ID. If ''any'' value for <code>nolink</code> is specified, the row will display the enemy/area name in plain text, not as a link. The last two arguments, in order, are the enemy (or box) that drops the item and the rate the item drops at. | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 09:38, 25 November 2023
|-
|style="text-align:left;"|[[{{{1}}}]] |{{{2}}}
Usage[edit source]
{{DropRow|id=|idspan=|diff=|diffspan=|nolink=|enemy|drop rate}}
This template is used immediately after {{DropTableHead}}
, {{BoxDropTableHead}}
, or {{AreaDropTableHead}}
, and its last use in a drop table must be followed by |}
to end the drop table. The id
argument is the section ID for the row - don't specify this if you're making a row whose section ID is spanned by another row. The idspan
argument determines how many rows the ID you select will extend for - again, don't specify this if you're making a spanned row. If the ID only applies to the current row and none below it, don't bother specifying idspan
- its value is 1 if you leave it blank. diff
and diffspan
work identically to id
and idspan
, but for difficulty instead of ID. If any value for nolink
is specified, the row will display the enemy/area name in plain text, not as a link. The last two arguments, in order, are the enemy (or box) that drops the item and the rate the item drops at.