Template:Patent: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 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.
It should be called in the following format:


<pre>
<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=
Line 20: Line 14:
}}
}}
</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
Line 39: Line 30:


</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"
! Original title
! Patent number
| {{{Original title|}}}
| [https://www.google.com/patents/{{{Office|}}}{{{Number|}}} {{{Office|}}} {{{Number|}}}]
|-
! Year filed
| {{{Year filed|}}}
|-
! Year granted
| {{{Year granted|}}}
|-
! Office
| [[{{{Office|}}}]]
|-
|-
! Patent number
! Title
| [https://www.google.com/patents/{{{Office|}}}{{{Patent number|}}} {{{Patent number|}}}]
| {{{Title|}}}
|-
|-
! Inventors
! Inventors
Line 72: Line 42:
! Company
! Company
| {{#arraymap:{{{Company|}}}|;|x|[[x]]}}
| {{#arraymap:{{{Company|}}}|;|x|[[x]]}}
|-
! English title
| {{{English title|}}}
|-
! Tech fields
| {{#arraymap:{{{Tech field|}}}|;|x|[[x]]}}
|-
|-
! Filing date
! Filing date
Line 87: Line 51:
! Cites
! Cites
| {{#arraymap:{{{Cites|}}}|;|x|[[x]]}}
| {{#arraymap:{{{Cites|}}}|;|x|[[x]]}}
|}
|}
 
{{#cargo_store:_table=Patents
[[Category:Patents]]
|Office={{{Office|}}}
|Number={{{Number|}}}
|Title={{{Title|}}}
|Inventors={{{Inventors|}}}
|Company={{{Company|}}}
|Filing_date={{{Filing date|}}}
|Grant_date={{{Grant date|}}}
|Cites={{{Cites|}}}
}} [[Category:Patents]]
</includeonly>
</includeonly>

Latest revision as of 08:38, 1 January 2022

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

{{Patent
|Office=
|Number=
|Title=
|Inventors=
|Company=
|Filing date=
|Grant date=
|Cites=
}}

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

Notes

  • ...