<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3ADrop_rate_formatting</id>
	<title>GW2 Wiki English Mirror:Drop rate formatting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3ADrop_rate_formatting"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Drop_rate_formatting&amp;action=history"/>
	<updated>2026-07-17T05:02:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Drop_rate_formatting&amp;diff=34381&amp;oldid=prev</id>
		<title>imported&gt;Kvothe at 19:15, 8 September 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Drop_rate_formatting&amp;diff=34381&amp;oldid=prev"/>
		<updated>2020-09-08T19:15:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{TOCright}}&lt;br /&gt;
For certain containers, such as [[Glob of Destabilized Ectoplasm|Globs of Destabilized Ectoplasm]] or [[Black Lion Chest]]s, it is desirable to determine the likelihood of a given item dropping from them. To this end, users may wish to create a &amp;#039;&amp;#039;drop rate research page&amp;#039;&amp;#039;, typically titled &amp;#039;&amp;#039;&amp;#039;&amp;lt;main article&amp;gt;/Drop rate&amp;#039;&amp;#039;&amp;#039;. (Talk pages are also acceptable places to record drop rate research.)&lt;br /&gt;
&lt;br /&gt;
This guide will demonstrate how to create a table which will automatically calculate drop rate percentages.&lt;br /&gt;
&lt;br /&gt;
== Building the table ==&lt;br /&gt;
Three templates are used to create the table: {{tl|SDRH}}, {{tl|SDRL}}, and {{tl|SDRF}}. Please refer to their respective documentation pages for full details.&lt;br /&gt;
&lt;br /&gt;
=== SDRH ===&lt;br /&gt;
{{main|Template:SDRH}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;tandard &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;rop &amp;#039;&amp;#039;&amp;#039;R&amp;#039;&amp;#039;&amp;#039;ate &amp;#039;&amp;#039;&amp;#039;H&amp;#039;&amp;#039;&amp;#039;eader creates the header portion of the table. It defines the column headers of the respective input parameters.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{SDRH&lt;br /&gt;
| title =            &amp;lt;!--Title for the table--&amp;gt;&lt;br /&gt;
| subject =          &amp;lt;!--Name of the container being researched. Optional if noheading=false or if being posted on &amp;lt;main article&amp;gt;/Drop rate.--&amp;gt;&lt;br /&gt;
| labels =           &amp;lt;!--Optional. Set this to &amp;quot;yes&amp;quot; to display text labels for each item in the table, beneath their icons.--&amp;gt;&lt;br /&gt;
| label1...label50 = &amp;lt;!--The label text displayed under each image. Only required if labels=true.--&amp;gt;&lt;br /&gt;
| size =             &amp;lt;!--Optional. Sets the size (in pixels) of the icon images. Defaults to 50.--&amp;gt;&lt;br /&gt;
| noheading =        &amp;lt;!--Optional. Set this to &amp;quot;true&amp;quot; to hide the introductory text that displays above the table (see example, below)--&amp;gt;&lt;br /&gt;
| s1...s50 =         &amp;lt;!--Optional. Use this to give shorter names to items for easier reference in {{SDRH}}.--&amp;gt;&lt;br /&gt;
| manual totals =    &amp;lt;!--Optional. Set to &amp;quot;yes&amp;quot; to require users to enter their own totals; otherwise, the table will calculate this automatically.--&amp;gt;&lt;br /&gt;
| totals label =     &amp;lt;!--If manual totals=yes and labels=yes, use this to set a custom label for the totals column.--&amp;gt;&lt;br /&gt;
| &amp;lt;item name 1&amp;gt;...&amp;lt;item name 50&amp;gt;   &amp;lt;!--The full names of the items dropped.--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SDRL ===&lt;br /&gt;
{{main|Template:SDRL}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;tandard &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;rop &amp;#039;&amp;#039;&amp;#039;R&amp;#039;&amp;#039;&amp;#039;ate &amp;#039;&amp;#039;&amp;#039;L&amp;#039;&amp;#039;&amp;#039;ine creates the lines containing each user&amp;#039;s research.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{SDRL&lt;br /&gt;
| total =                        &amp;lt;!--Total number of containers opened. Only required if {[SDRH}} has manual totals=yes.--&amp;gt;&lt;br /&gt;
| &amp;lt;s1 value or name of item 1&amp;gt; = &amp;lt;!--Number of times the item dropped--&amp;gt;&lt;br /&gt;
| &amp;lt;s2 value or name of item 2&amp;gt; =&lt;br /&gt;
| &amp;lt;s3 value or name of item 3&amp;gt; =&lt;br /&gt;
| &amp;lt;s7 value or name of item 7&amp;gt; = &amp;lt;!--Skipping items, as we&amp;#039;ve done here for 4-6, will cause the table to automatically label them as having dropped 0 times.--&amp;gt; &lt;br /&gt;
| ~~~~&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SDRF ===&lt;br /&gt;
{{main|Template:SDRF}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;tandard &amp;#039;&amp;#039;&amp;#039;D&amp;#039;&amp;#039;&amp;#039;rop &amp;#039;&amp;#039;&amp;#039;R&amp;#039;&amp;#039;&amp;#039;ate &amp;#039;&amp;#039;&amp;#039;F&amp;#039;&amp;#039;&amp;#039;ooter does not require any parameters. It will automatically calculate and display the total items and their percentages.&lt;br /&gt;
&lt;br /&gt;
== Copy-paste layout ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{SDRH&lt;br /&gt;
 | title =  | subject =  | labels = yes&lt;br /&gt;
  | &amp;lt;Item name&amp;gt; | s1  = &amp;lt;Abbreviation&amp;gt; | label1 = &amp;lt;Label&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  | &amp;lt;Item name&amp;gt; | s50 = &amp;lt;Abbreviation&amp;gt; | label50 = &amp;lt;Label&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Data starts here: --&amp;gt;&lt;br /&gt;
{{SDRL | &amp;lt;s1 value&amp;gt; = | ... | &amp;lt;s50 value&amp;gt; = | ~~~~ }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add new lines above this line, using the following format:&lt;br /&gt;
{{SDRL | &amp;lt;s1 value&amp;gt; =  | ... | &amp;lt;s50 value&amp;gt; =  | ~~~~ }}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{SDRF}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{SDRH&lt;br /&gt;
 | title = Example | subject = the example container | labels = yes | size = 50&lt;br /&gt;
  | Bank Access Express         | s1  = Bank        | label1 = Bank Access&amp;lt;br&amp;gt;Express&lt;br /&gt;
  | Transmutation Stone         | s2  = Stone       | label2 = Transmutation&amp;lt;br&amp;gt;Stone&lt;br /&gt;
  | Black Lion Chest            | s3  = Chest       | label3 = Chest&lt;br /&gt;
  | Black Lion Key              | s4  = Key         | label4 = Key&lt;br /&gt;
  | Merchant Express            | s5  = Merchant    | label5 = Merchant&amp;lt;br&amp;gt;Express&lt;br /&gt;
  | Black Lion Salvage Kit      | s6  = Salvage     | label6 = Salvage&amp;lt;br&amp;gt;Kit&lt;br /&gt;
  | Trading Post Express        | s7  = Trader      | label7 = Trader&amp;lt;br&amp;gt;Express&lt;br /&gt;
  | Transmutation Crystal       | s8  = Crystal     | label8 = Transmutation&amp;lt;br&amp;gt;Crystal&lt;br /&gt;
  | Instant Repair Canister     | s9  = Repair      | label9 = Instant&amp;lt;br&amp;gt;Repair&amp;lt;br&amp;gt;Canister&lt;br /&gt;
  | Mystic Forge Stone          | s10 = Mystic      | label10 = Mystic&amp;lt;br&amp;gt;Forge&amp;lt;br&amp;gt;Stone&lt;br /&gt;
  | No extra item                                   | label11 = No extra&amp;lt;br&amp;gt;item | i11 = Cross red.png | is11 = 20 | l11=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Data starts here: --&amp;gt;&lt;br /&gt;
{{SDRL | Stone = 2 | Key = 1 | Merchant = 1 | Salvage = 5 | Crystal = 3 | Mystic = 2 | No extra item = 9 | Example user. 00:00, 1st example month 2012 }}&lt;br /&gt;
{{SDRL | Bank = 5 | Salvage = 3 | Trader = 2 | Crystal = 0 | Mystic = 1 | No extra item = 15 | Example user. 00:00, 2nd example month 2012 }}&lt;br /&gt;
{{SDRL | Bank = 7 | Stone = 5 | Chest = 6 | Merchant = 1 | Salvage = 3 | Crystal = 2 | Repair = 4 | Mystic = 1 | No extra item = 8 | Example user. 00:00, 3rd example month 2012 }}&lt;br /&gt;
&amp;lt;!-- Add new lines above this line, using the following format:&lt;br /&gt;
{{SDRL | Bank = 0 | Stone = 0 | Chest = 0 | Key = 0 | Merchant = 0 | Salvage = 0 | Trader = 0 | Crystal = 0 | Repair = 0 | Mystic = 0 | No extra item = 0  | ~~~~ }}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{SDRF}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...will result in the following display:&lt;br /&gt;
&lt;br /&gt;
{{SDRH&lt;br /&gt;
 | title = Example | subject = the example container | labels = yes | size = 50&lt;br /&gt;
  | Bank Access Express         | s1  = Bank        | label1 = Bank Access&amp;lt;br&amp;gt;Express&lt;br /&gt;
  | Transmutation Stone         | s2  = Stone       | label2 = Transmutation&amp;lt;br&amp;gt;Stone&lt;br /&gt;
  | Black Lion Chest            | s3  = Chest       | label3 = Chest&lt;br /&gt;
  | Black Lion Key              | s4  = Key         | label4 = Key&lt;br /&gt;
  | Merchant Express            | s5  = Merchant    | label5 = Merchant&amp;lt;br&amp;gt;Express&lt;br /&gt;
  | Black Lion Salvage Kit      | s6  = Salvage     | label6 = Salvage&amp;lt;br&amp;gt;Kit&lt;br /&gt;
  | Trading Post Express        | s7  = Trader      | label7 = Trader&amp;lt;br&amp;gt;Express&lt;br /&gt;
  | Transmutation Crystal       | s8  = Crystal     | label8 = Transmutation&amp;lt;br&amp;gt;Crystal&lt;br /&gt;
  | Instant Repair Canister     | s9  = Repair      | label9 = Instant&amp;lt;br&amp;gt;Repair&amp;lt;br&amp;gt;Canister&lt;br /&gt;
  | Mystic Forge Stone          | s10 = Mystic      | label10 = Mystic&amp;lt;br&amp;gt;Forge&amp;lt;br&amp;gt;Stone&lt;br /&gt;
  | No extra item                                   | label11 = No extra&amp;lt;br&amp;gt;item | i11 = Cross red.png | is11 = 20 | l11=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Data starts here: --&amp;gt;&lt;br /&gt;
{{SDRL | Stone = 2 | Key = 1 | Merchant = 1 | Salvage = 5 | Crystal = 3 | Mystic = 2 | No extra item = 9 | Example user. 00:00, 1st example month 2012 }}&lt;br /&gt;
{{SDRL | Bank = 5 | Salvage = 3 | Trader = 2 | Crystal = 0 | Mystic = 1 | No extra item = 15 | Example user. 00:00, 2nd example month 2012 }}&lt;br /&gt;
{{SDRL | Bank = 7 | Stone = 5 | Chest = 6 | Merchant = 1 | Salvage = 3 | Crystal = 2 | Repair = 4 | Mystic = 1 | No extra item = 8 | Example user. 00:00, 3rd example month 2012 }}&lt;br /&gt;
&amp;lt;!-- Add new lines above this line, using the following format:&lt;br /&gt;
{{SDRL | Bank = 0 | Stone = 0 | Chest = 0 | Key = 0 | Merchant = 0 | Salvage = 0 | Trader = 0 | Crystal = 0 | Repair = 0 | Mystic = 0 | No extra item = 0  | ~~~~ }}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{SDRF}}&lt;br /&gt;
&lt;br /&gt;
{{formatting nav}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Kvothe</name></author>
	</entry>
</feed>