<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInstrumentTable</id>
	<title>Template:InstrumentTable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://horizonffxi.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInstrumentTable"/>
	<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Template:InstrumentTable&amp;action=history"/>
	<updated>2026-04-24T19:42:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://horizonffxi.wiki/w/index.php?title=Template:InstrumentTable&amp;diff=21175&amp;oldid=prev</id>
		<title>Spiffly: Created page with &quot;&lt;includeonly&gt;&lt;onlyinclude&gt;&lt;!-- --&gt;{{#if:{{{collapse|}}}|&lt;div class=&quot;mw-collapsible {{#switch: {{{collapse}}}|expanded=|collapsed=mw-collapsed|#default=mw-collapsed}}&quot;&gt;&lt;br&gt;|}}{{#dpl: |category = {{{cat1}}} |category = {{{cat2|}}} |category = {{{cat3|}}} |notcategory = {{{notcat1|}}} |notcategory = {{{notcat2|}}} |notcategory = {{{notcat3|}}} |title = {{{title1|}}} |title = {{{title2|}}} |title = {{{title3|}}} |title = {{{title4|}}} |title = {{{title5|}}} |title = {{{title...&quot;</title>
		<link rel="alternate" type="text/html" href="https://horizonffxi.wiki/w/index.php?title=Template:InstrumentTable&amp;diff=21175&amp;oldid=prev"/>
		<updated>2023-10-05T20:12:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;includeonly&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;!-- --&amp;gt;{{#if:{{{collapse|}}}|&amp;lt;div class=&amp;quot;mw-collapsible {{#switch: {{{collapse}}}|expanded=|collapsed=mw-collapsed|#default=mw-collapsed}}&amp;quot;&amp;gt;&amp;lt;br&amp;gt;|}}{{#dpl: |category = {{{cat1}}} |category = {{{cat2|}}} |category = {{{cat3|}}} |notcategory = {{{notcat1|}}} |notcategory = {{{notcat2|}}} |notcategory = {{{notcat3|}}} |title = {{{title1|}}} |title = {{{title2|}}} |title = {{{title3|}}} |title = {{{title4|}}} |title = {{{title5|}}} |title = {{{title...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{collapse|}}}|&amp;lt;div class=&amp;quot;mw-collapsible {{#switch: {{{collapse}}}|expanded=|collapsed=mw-collapsed|#default=mw-collapsed}}&amp;quot;&amp;gt;&amp;lt;br&amp;gt;|}}{{#dpl:&lt;br /&gt;
|category = {{{cat1}}}&lt;br /&gt;
|category = {{{cat2|}}}&lt;br /&gt;
|category = {{{cat3|}}}&lt;br /&gt;
|notcategory = {{{notcat1|}}}&lt;br /&gt;
|notcategory = {{{notcat2|}}}&lt;br /&gt;
|notcategory = {{{notcat3|}}}&lt;br /&gt;
|title = {{{title1|}}}&lt;br /&gt;
|title = {{{title2|}}}&lt;br /&gt;
|title = {{{title3|}}}&lt;br /&gt;
|title = {{{title4|}}}&lt;br /&gt;
|title = {{{title5|}}}&lt;br /&gt;
|title = {{{title6|}}}&lt;br /&gt;
|count = {{{count|}}}&lt;br /&gt;
|include={{#if:{{{tooltip|}}}|{Item Statistics¦Item_Tooltip.dpl}|{Item Statistics}:[[%PAGE%|%TITLE%]]}},{Item Statistics¦InstrumentTable.dpl},##Horizon Changes.*&lt;br /&gt;
|includematch = {{#if:{{{job|}}}|/jobs\s*=.*\[\[{{{job}}}\]\].*¦jobs\s*=\s*All\sJobs\s*¦(?s)^((?!jobs).)*$/|/.*/}}&lt;br /&gt;
|table=class=&amp;quot;horizon-table {{{cssclasses|}}} sortable&amp;quot;,-,Name,Level,Jobs,Stats,Horizon Changes {{changes}}&lt;br /&gt;
|tablesortcol=2&lt;br /&gt;
}}{{#if:{{{collapse|}}}|&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
Wrapper Template to generate lists of instruments based on categories. &lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{InstrumentTable|cat1|...|notcat1|...|title1|...|job|collapse|cssclasses|tooltip|count}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Use cat1, cat2, cat3 to include required categories&lt;br /&gt;
:(note: you can use &amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt; to use a logical OR in a category)&lt;br /&gt;
*Use notcat1, notcat2, notcat2 to exclude categories&lt;br /&gt;
*Use title1, title2, ..., title6 to include specific pages&lt;br /&gt;
*Use job to include only gear by job XXX&lt;br /&gt;
*Use collapse to make the table collapsible. collapse=collapsed makes it collapsed by default. collapse=expand to make it expanded by default. (collapsed is also the default when entering anything else for the collapse parameter). &lt;br /&gt;
*cssclasses can be used to add additional classes to the table. The most common usage here is add a color class to the table.&lt;br /&gt;
*use the tooltip parameter to display image tooltips when hovering over the item names. Set to anything to enable, e.g. tooltip=true. &lt;br /&gt;
*(The count parameter is mainly used for testing)&lt;br /&gt;
**Also: count does not work with job parameter since the job parameter seems to filter after generating the list and after the count parameter cropped the list. &lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Some Example tables have been limited to output only 5 items  (through the optional parameter count=5) because they serve only as examples. The syntax shown in the examples would generate the full tables.&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
See also [[Template:ArmorTable]] for example syntax&lt;br /&gt;
&lt;br /&gt;
===Example 1===&lt;br /&gt;
Syntax:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{InstrumentTable|cat1=Wind Instruments}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will give out all weapons of category &amp;quot;Wind Instruments&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
{{InstrumentTable|cat1=Wind Instruments|count=5}}&lt;/div&gt;</summary>
		<author><name>Spiffly</name></author>
	</entry>
</feed>