Template:Patent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
<pre> | <pre> | ||
{{Patent | {{Patent | ||
|Office= | |Office= | ||
| | |Number= | ||
|Title= | |||
|Inventors= | |Inventors= | ||
|Company= | |Company= | ||
|Filing date= | |Filing date= | ||
|Grant date= | |Grant date= | ||
Line 23: | Line 21: | ||
{{#cargo_declare:_table=Patents | {{#cargo_declare:_table=Patents | ||
|Office=Page | |Office=Page | ||
| | |Number=String (hidden) | ||
|Title=String (hidden) | |||
|Inventors=List (;) of Page | |Inventors=List (;) of Page | ||
|Company=List (;) of Page | |Company=List (;) of Page | ||
|Filing_date=Date | |Filing_date=Date | ||
|Grant_date=Date | |Grant_date=Date | ||
Line 40: | Line 36: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{#cargo_store:_table=Patents | {{#cargo_store:_table=Patents | ||
|Office={{{Office|}}} | |Office={{{Office|}}} | ||
| | |Number={{{Number|}}} | ||
|Title={{{Title|}}} | |||
|Inventors={{{Inventors|}}} | |Inventors={{{Inventors|}}} | ||
|Company={{{Company|}}} | |Company={{{Company|}}} | ||
|Filing_date={{{Filing date|}}} | |Filing_date={{{Filing date|}}} | ||
|Grant_date={{{Grant date|}}} | |Grant_date={{{Grant date|}}} | ||
Line 52: | Line 46: | ||
}} | }} | ||
{| class="wikitable" | {| class="wikitable" | ||
! Office | ! Office | ||
| [[{{{Office|}}}]] | | [[{{{Office|}}}]] | ||
|- | |- | ||
! Patent number | ! Patent number | ||
| [https://www.google.com/patents/{{{Office|}}}{{{ | | [https://www.google.com/patents/{{{Office|}}}{{{Number|}}} {{{Number|}}}] | ||
|- | |||
! Title | |||
| {{{Title|}}} | |||
|- | |- | ||
! Inventors | ! Inventors | ||
Line 72: | Line 60: | ||
! Company | ! Company | ||
| {{#arraymap:{{{Company|}}}|;|x|[[x]]}} | | {{#arraymap:{{{Company|}}}|;|x|[[x]]}} | ||
|- | |- | ||
! Filing date | ! Filing date | ||
Line 87: | Line 69: | ||
! Cites | ! Cites | ||
| {{#arraymap:{{{Cites|}}}|;|x|[[x]]}} | | {{#arraymap:{{{Cites|}}}|;|x|[[x]]}} | ||
|} | |} | ||
[[Category:Patents]] | [[Category:Patents]] | ||
</includeonly> | </includeonly> |
Revision as of 08:42, 25 August 2021
UNDER CONSTRUCTION - please do not edit
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
- ...