Template:Patents: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
This is the '''Patents''' template.
This is the '''Patents''' template.


It inserts a table that lists patents filed by the specified inventor.
It inserts a table that lists patents where the specified person is listed as an inventor.


Call it as
Call it as
Line 11: Line 11:
leaving no spaces around the inventor's name.
leaving no spaces around the inventor's name.


Note: The table data comes from the ''Patents'' [[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 ''Patents'' [[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>====Patents by {{{1}}}====
===Patents by {{{1}}}===
<small>{{#cargo_query:
<small>{{#cargo_query:
tables=Patents
tables=Patents
|fields=_pageName=Page, Office, Number, Title, Inventors__full=Inventors, Company, Filing_date, Grant_date
|fields=_pageName=Page, Office, Number, Title, Inventors__full=Inventors, Company, Filing_date, Grant_date
|where=Inventors HOLDS '{{{1}}}'
|where=Inventors HOLDS '{{{1}}}'
|order by=Filing_date ASC
|limit=500
|limit=500
|offset=0
|offset=0
}}</small> __NOEDITSECTION__
}}</small> __NOEDITSECTION__

Revision as of 01:52, 15 November 2021

This is the Patents template.

It inserts a table that lists patents where the specified person is listed as an inventor.

Call it as

 {{Patents|Barrie Gilbert}}

leaving no spaces around the inventor's name.

Note: The table data comes from the Patents 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.