Jump to content

Template:Patent

From Caseyverse Wiki
Revision as of 02:32, 13 November 2024 by Tony (talk | contribs) (Created page with "{{#if:{{{patent|}}} | [https://patents.google.com/patent/{{{patent}}} {{{patent}}}]{{#if:{{{expired|yes}}}| (expired)|}} | <span style="color:red;">Error: No patent code provided.</span> }} <noinclude> == Documentation == This template creates a hyperlink to a Google Patents page based on a provided patent code, with an optional indication if the patent is expired. === Usage === To use this template, enter the patent code in the `patent` parameter. The `expired` parame...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error: No patent code provided.


Documentation

This template creates a hyperlink to a Google Patents page based on a provided patent code, with an optional indication if the patent is expired.

Usage

To use this template, enter the patent code in the `patent` parameter. The `expired` parameter can be used to indicate whether the patent is expired (default is "yes"). Example usage:

{{Patent|patent=USD486486|expired=no}}

This will generate a link that looks like this:

Or, if `expired` is left as "yes" (default):

Parameters

  • `patent` – The patent code (e.g., `USD486486`). This code will be linked to its Google Patents page.
  • `expired` – Optional. Indicates if the patent is expired. Default is "yes," which appends "(expired)" to the link. Set to "no" to omit this.

Notes

  • If the `patent` parameter is not provided, an error message in red will display instead of the link.