Template:Patent: Difference between revisions

From TekWiki
Jump to navigation Jump to search
(Created page with "<noinclude> <div style="color:red;">UNDER CONSTRUCTION - please do not edit</div> <noinclude><includeonly> </includeonly>")
 
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
<div style="color:red;">UNDER CONSTRUCTION - please do not edit</div>
<div style="color:red;">UNDER CONSTRUCTION - please do not edit</div>
<noinclude><includeonly>
<noinclude>
 
This is the "Patent" template.
It should be called in the following format:
 
<pre>
{{Patent
|Year filed=
|Year granted=
|Office=
|Patent number=
|Inventors=
|Company=
|Original title=
|Filing date=
|Grant date=
|Cites=
}}
</pre>
 
 
{{#cargo_declare:_table=Patents
|Year_filed=Date
|Year_granted=Date
|Office=Page
|Patent_number=String (hidden)
|Inventors=List (;) of Page
|Company=List (;) of Page
|Original_title=String (hidden)
|Filing_date=Date
|Grant_date=Date
|Cites=List (;) of Page
}}
 
=== Notes ===
* ...
 
</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"
! Year filed
| {{{Year filed|}}}
|-
! Year granted
| {{{Year granted|}}}
|-
! Office
| [[{{{Office|}}}]]
|-
! Patent number
| {{{Patent number|}}}
|-
! Inventors
| {{#arraymap:{{{Inventors|}}}|;|x|{{#formredlink:form=Inventor|target=x}} }}
|-
! Company
| {{#arraymap:{{{Company|}}}|;|x|[[x]]}}
|-
! Original title
| {{{Original title|}}}
|-
! English title
| {{{English title|}}}
|-
! Tech fields
| {{#arraymap:{{{Tech field|}}}|;|x|[[x]]}}
|-
! Filing date
| {{{Filing date|}}}
|-
! Grant date
| {{{Grant date|}}}
|-
! Cites
| {{#arraymap:{{{Cites|}}}|;|x|[[x]]}}
 
|}
 
[[Category:Patents]]
</includeonly>
</includeonly>

Revision as of 08:38, 25 August 2021

UNDER CONSTRUCTION - please do not edit


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

{{Patent
|Year filed=
|Year granted=
|Office=
|Patent number=
|Inventors=
|Company=
|Original title=
|Filing date=
|Grant date=
|Cites=
}}


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

Notes

  • ...