Template:Internet Archive
Usage
For links to the Internet Archive of the form https://archive.org/details/ID
* {{Internet Archive|id=ID|name=NAME|page=PAGE|url-access=registration|at=no}} * {{Internet Archive|ID|NAME|PAGE}}
- Parameter
|id=
, or positional parameter 1, is the Internet Archive collection identifier—e.g., for https://archive.org/details/alicesadventures19002gut the ID isalicesadventures19002gut
. This parameter is required. - Parameter
|name=
, or positional parameter 2, gives the title of the work; italics are not automatically applied, they must be specified explicitly. If this parameter is omitted, the page name is used. - Parameter
|page=
, or positional parameter 3, may be specified to link to a certain page. - Parameter
|url-access=
is optional and can take one possible value,|url-access=registration
; this will display after the external link icon. - Parameter
|at=
provides the option to remove the text "at the Internet Archive" from the output.
Examples
{{Internet Archive|alicesadventures19002gut|''Alice's Adventures Under Ground'' (manuscript)}}
Alice's Adventures Under Ground (manuscript) at the Internet Archive
{{Internet Archive|handbuchderdrog02buchgoog|''Handbuch der Drogisten-praxis'' – "Eingedickte Pflanzensäfte und Pflanzenauszüge" (in German)|page=337}}
Handbuch der Drogisten-praxis – "Eingedickte Pflanzensäfte und Pflanzenauszüge" (in German) at the Internet Archive
{{Internet Archive|mozartdocumentar0000deut_i1h0|Deutsch, Otto Erich (1965). ''Mozart: A Documentary Biography''|url-access=registration}}
Deutsch, Otto Erich (1965). Mozart: A Documentary Biography at the Internet Archive
{{Internet Archive|alicesadventures19002gut|''Alice's Adventures Under Ground'' (manuscript)|at=no}}
Alice's Adventures Under Ground (manuscript)
Tracking categories
- Category:Articles with Internet Archive links (1)
- Category:Articles using internet archive template with an invalid ID (0)
See also
- {{Internet Archive author}} for links to works by a person (of any type e.g. author, musician, director)
- {{Internet Archive collection}} for links to a collection of resources
- {{Internet Archive film}} for links to full-length feature films (usually more than 40 minutes including credits)
- {{Internet Archive short film}} for links to short films (usually 40 minutes or less including credits)
- {{Internet Archive film clip}} for links to film clips
- {{Internet Archive game}} for links to playable games
- {{Internet Archive member}} for links to member profiles
- {{Internet Archive music}} for links to live recordings by a specific music group
- {{OL}} for Open Library, a universal book catalog (see also {{worldcat}})
- {{Webarchive}} for links to web pages archived on the Wayback Machine
TemplateData
<templatedata> { "params": { "id": { "label": "Internet Archive collection identifier", "description": "ID of the work to be linked to", "example": "alicesadventures00carr_12", "type": "string", "required": true }, "name": { "label": "Title", "description": "Title of the work; defaults to article title", "example": "Alice's Adventures in Wonderland", "type": "string", "suggested": true }, "page": { "label": "Page number", "description": "Makes link go to specific page", "example": "15", "type": "number" }, "url-access": { "label": "Access status", "description": "Displays access status icon", "example": "registration", "type": "string" }, "at": { "label": "Trailing text?", "description": "Omit trailing text", "example": "no", "type": "string" } }, "description": "Generates a link to a work at the Internet Archive.", "format": "inline" } </templatedata>