Line 1:
Line 1:
−
<includeonly>{{#if:{{{filter_button|}}}|<div class="toggle" data-target="droplist-non-rare-ship" data-default="hide" style="display: none;"><span class="toggle-show" style="cursor: pointer; color: #006cb0;">☑ All drops (enabled)</span><span class="toggle-hide" style="cursor: pointer; color: #006cb0;">☒ All drops (disabled, only rare drops)</span></div>
+
<includeonly>{{#if:{{#ifeq:{{{limited_drops_warning|}}}|true|true|}}{{#ifeq:{{{limited_drops_included_warning|}}}|true|true|}}|<div style="color:red;font-style:italic;">''This map {{#ifeq:{{{limited_drops_warning|}}}|true|currently has|previously had}} "limited-time" drops{{#ifeq:{{{limited_drops_included_warning|}}}|true|| that don't appear in the table below}}, see [[Drop List]] for more info.''{{#ifeq:{{{limited_drops_included_warning|}}}|true|
−
|}}<!--div style="max-height: {{{height|429}}}px; overflow: auto;"-->{{ {{{subst|safesubst:}}}#invoke:DropList|show}}<!--/div--></includeonly><noinclude>{{Documentation}}</noinclude>
+
*The below table contains limited-time drop data and {{#ifeq:{{{limited_drops_warning|}}}|true|may not be|is not}} up to date.|}} }}</div>{{#if:{{{filter_button|}}}|<div class="toggle" data-target="droplist-non-rare-ship" data-default="hide" style="display: none;"><span class="toggle-show" style="cursor: pointer; color: #006cb0;">☑ All drops (enabled)</span><span class="toggle-hide" style="cursor: pointer; color: #006cb0;">☒ All drops (disabled, only rare drops)</span></div>
+
|}}<!--div style="max-height: {{{height|429}}}px; overflow: auto;"-->{{ {{{subst|safesubst:}}}#invoke:DropList|show}}<!--/div--></includeonly><noinclude>{{Documentation}}
+
+
==Limited-time drop warning Parameters==
+
===no warning===
+
<pre>{{Map/Drops
+
|limited_drops_warning =
+
|limited_drops_included_warning = }}</pre>
+
{{Map/Drops
+
|limited_drops_warning =
+
|limited_drops_included_warning = }}
+
+
===limited warning===
+
<pre>{{Map/Drops
+
|limited_drops_warning = true
+
|limited_drops_included_warning = }}</pre>
+
{{Map/Drops
+
|limited_drops_warning = true
+
|limited_drops_included_warning = }}
+
+
===limited & table warning===
+
<pre>{{Map/Drops
+
|limited_drops_warning = true
+
|limited_drops_included_warning = true}}</pre>
+
{{Map/Drops
+
|limited_drops_warning = true
+
|limited_drops_included_warning = true}}
+
+
===table warning===
+
<pre>{{Map/Drops
+
|limited_drops_warning =
+
|limited_drops_included_warning = true}}</pre>
+
{{Map/Drops
+
|limited_drops_warning =
+
|limited_drops_included_warning = true}}
+
+
</noinclude>