Template:Custom ICs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the '''Custom ICs''' template. | This is the '''Custom ICs''' template. | ||
It inserts | It inserts a table that lists custom integrated circuits used in the specified instrument. | ||
:''2023-08 Note: We are gradually shifting to the generic [[:Template:Parts|Parts template]] on instrument pages.'' | |||
Call it as | Call it as | ||
Line 11: | Line 12: | ||
leaving no spaces around the instrument name. | leaving no spaces around the instrument name. | ||
Note: The table data comes from the ''Components'' [[special:CargoTables|CargoTable]]. To change the table data, please edit the respective component page (that page needs to use one of the linked templates listed at [[special:CargoTables]]). | Note: The table data comes from the ''Components'' [[special:CargoTables|CargoTable]]. To change the table data, please edit the respective component 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 [https://www.mediawiki.org/wiki/Manual:Purge purge the page cache] by appending ''?action=purge'' to the URL of the page that includes this template. | ||
</noinclude><includeonly> | </noinclude><includeonly><small> | ||
===Custom ICs used in the {{{1}}}=== | ===Custom ICs used in the {{{1}}}=== | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Components | tables=Components | ||
|fields=_pageName=Page | |fields=_pageName=Page, Model=Model, Part_nos__full=Part nos, Description=Description, Designers, Used_in__full=Used in, Components.Used_in | ||
|where=(Class='Monolithic integrated circuit' OR Class='Hybrid integrated circuit' ) AND Used_in HOLDS '{{{1}}}' | |where=Manufacturer='Tektronix' AND (Class='Monolithic integrated circuit' OR Class='Hybrid integrated circuit' ) AND Used_in HOLDS '{{{1}}}' | ||
|limit=500 | |limit=500 | ||
|offset=0 | |offset=0 | ||
}} | }}</small> __NOEDITSECTION__ |
Latest revision as of 02:35, 23 August 2023
This is the Custom ICs template.
It inserts a table that lists custom integrated circuits used in the specified instrument.
- 2023-08 Note: We are gradually shifting to the generic Parts template on instrument pages.
Call it as
{{Custom ICs|7904}}
leaving no spaces around the instrument name.
Note: The table data comes from the Components CargoTable. To change the table data, please edit the respective component 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.