Template:Patent: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
<div style="color:red;">UNDER CONSTRUCTION - please do not edit</div>
This is the "Patent" template. It should be called in the following format:
<noinclude>


This is the "Patent" template.
{| cellpadding="5"
It should be called in the following format:
|-
 
!This template should be invoked in the following format:
<pre>
!Example:
|-  valign="top"
|<pre>
{{Patent
{{Patent
|Year filed=
|Year granted=
|Office=
|Office=
|Patent number=
|Number=
|Title=
|Inventors=
|Inventors=
|Company=
|Company=
|Original title=
|Filing date=
|Filing date=
|Grant date=
|Grant date=
|Cites=
|Cites=
|Links=
}}
</pre>
|<pre>
{{Patent
|Office=US
|Number=3900711A
|Title=Electrical contactor assembly for high frequency applications
|Company=Tektronix Inc
|Inventors=Ken Holland
|Filing date=1974-02-04
|Grant date=1975-08-19
|Cites=Patent US 3562464A;Patent US 3719788A;Patent US 3753170A
|Links=465;475;5A38;5A45;7A15;7A16A;7A18;7A19;7A24;7A26;7D15;AM503;
}}
}}
</pre>
</pre>
 
|-
 
|}
{{#cargo_declare:_table=Patents
{{#cargo_declare:_table=Patents
|Year_filed=Date
|Office=String (hidden)
|Year_granted=Date
|Number=String (hidden)
|Office=Page
|Title=String (hidden)
|Patent_number=String (hidden)
|Inventors=List (;) of Page
|Inventors=List (;) of Page
|Company=List (;) of Page
|Company=List (;) of Page
|Original_title=String (hidden)
|Filing_date=Date
|Filing_date=Date
|Grant_date=Date
|Grant_date=Date
|Cites=List (;) of Page
|Cites=List (;) of Page
|Links=List (;) of Page
}}
}}


=== Notes ===
=== Notes ===
* ...
* '''Inventors''', '''Company''', '''Cites''' and '''Links''' are semicolon-separated page titles.


</noinclude><includeonly>
</noinclude><includeonly>
{{#cargo_store:_table=Patents
|Year_filed={{{Year filed|}}}
|Year_granted={{{Year granted|}}}
|Office={{{Office|}}}
|Patent_number={{{Patent number|}}}
|Inventors={{{Inventors|}}}
|Company={{{Company|}}}
|Original_title={{{Original title|}}}
|Filing_date={{{Filing date|}}}
|Grant_date={{{Grant date|}}}
|Cites={{{Cites|}}}
}}
{| class="wikitable"
{| class="wikitable"
! Year filed
! Patent number
| {{{Year filed|}}}
| [https://www.google.com/patents/{{{Office|}}}{{{Number|}}} {{{Office|}}} {{{Number|}}}] <small>(click link for details and documents via Google Patents)</small>
|-
! Year granted
| {{{Year granted|}}}
|-
! Office
| [[{{{Office|}}}]]
|-
|-
! Patent number
! Title
| {{{Patent number|}}}
| {{{Title|}}}
|-
|-
! Inventors
! Inventors
Line 69: Line 63:
! Company
! Company
| {{#arraymap:{{{Company|}}}|;|x|[[x]]}}
| {{#arraymap:{{{Company|}}}|;|x|[[x]]}}
|-
! Original title
| {{{Original title|}}}
|-
! English title
| {{{English title|}}}
|-
! Tech fields
| {{#arraymap:{{{Tech field|}}}|;|x|[[x]]}}
|-
|-
! Filing date
! Filing date
Line 84: Line 69:
! Grant date
! Grant date
| {{{Grant date|}}}
| {{{Grant date|}}}
|-
! Cites
| {{#arraymap:{{{Cites|}}}|;|x|[[x]]}}
|}
|}
<small>
{{#cargo_query:
tables=Patents=Patents1,Patents=Patents2
|join on=Patents2.Cites HOLDS Patents1._pageName
|fields=Patents1._pageName=Patent,Patents1.Title,Patents1.Inventors__full=Inventors,Patents1.Company__full=Assignee,Patents1.Grant_date=Granted
|where=Patents2._pageName = '{{PAGENAME}}'
|intro='''Cites:'''
|default=
}}
{{#cargo_query:
tables=Patents=Patents1
|fields=Patents1._pageName=Patent,Patents1.Title,Patents1.Inventors__full=Inventors,Patents1.Company__full=Assignee,Patents1.Grant_date=Granted
|where=Patents1.Cites HOLDS '{{PAGENAME}}'
|intro='''Cited By:'''
|default=
}}
{{#cargo_query:
tables=Products,Patents
|join on=Patents.Links HOLDS Products._pageName
|fields=Manufacturer,Products._pageName=Model,Description,Introduced,Designers
|where=Patents._pageName = '{{PAGENAME}}'
|intro='''Related products:'''
|default=
}}
{{#cargo_query:
|tables=Documents
|where=Documents.Links HOLDS '{{PAGENAME}}'
|fields=Documents._pageName=Document,Documents.Title=Title,Documents.Authors=Authors,Documents.Year,Documents.Links
|order by=Documents.Year,Documents.Identifier
|intro='''Documents referencing {{PAGENAME}}:'''
|default=
}}
</small>
{{#cargo_store:_table=Patents
|Office={{{Office|}}}
|Number={{{Number|}}}
|Title={{{Title|}}}
|Inventors={{{Inventors|}}}
|Company={{{Company|}}}
|Filing_date={{{Filing date|}}}
|Grant_date={{{Grant date|}}}
|Cites={{{Cites|}}}
|Links={{{Links|}}}
}}


[[Category:Patents]]
[[Category:Patents]]
</includeonly>
</includeonly>

Latest revision as of 04:46, 23 September 2024

This is the "Patent" template. It should be called in the following format:

This template should be invoked in the following format: Example:
{{Patent
|Office=
|Number=
|Title=
|Inventors=
|Company=
|Filing date=
|Grant date=
|Cites=
|Links=
}}
{{Patent
|Office=US
|Number=3900711A
|Title=Electrical contactor assembly for high frequency applications
|Company=Tektronix Inc
|Inventors=Ken Holland
|Filing date=1974-02-04
|Grant date=1975-08-19
|Cites=Patent US 3562464A;Patent US 3719788A;Patent US 3753170A
|Links=465;475;5A38;5A45;7A15;7A16A;7A18;7A19;7A24;7A26;7D15;AM503;
}}

This template defines the table "Patents". View table.

Notes

  • Inventors, Company, Cites and Links are semicolon-separated page titles.