Template:Products: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> '''This is the "Products" template.''' It inserts a table that lists products by a specified company. '''It should be called as''' <pre> {{Products|Analog Devices}} </pre> leaving no spaces around the company name. Note: The table data comes from the ''Products'' CargoTable. To change the table data, please edit the respective instrument page (that page needs to use one of the linked templates listed at special:CargoTables)....") |
No edit summary |
||
Line 17: | Line 17: | ||
===Products by {{{1}}}=== | ===Products by {{{1}}}=== | ||
{{#cargo_query:tables=Products | {{#cargo_query:tables=Products | ||
|fields=_pageName=Model,Class,Series,Description,Introduced | |fields=_pageName=Model,Class,Series,Description,Designers,Introduced | ||
|where=Products.Manufacturer="{{{1}}}" | |where=Products.Manufacturer="{{{1}}}" | ||
|format=table | |format=table | ||
}}</small></includeonly> | }}</small></includeonly> |
Latest revision as of 04:50, 25 February 2024
This is the "Products" template.
It inserts a table that lists products by a specified company.
It should be called as
{{Products|Analog Devices}}
leaving no spaces around the company name.
Note: The table data comes from the Products CargoTable. To change the table data, please edit the respective instrument page (that page needs to use one of the linked templates listed at special:CargoTables). To force the table to be updated, it may be necessary to purge the page cache by appending ?action=purge to the URL of the page that includes this template.