Template:Internet Archive/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

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 is alicesadventures19002gut. 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 Free registration required 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 BiographyFree registration required at the Internet Archive

{{Internet Archive|alicesadventures19002gut|''Alice's Adventures Under Ground'' (manuscript)|at=no}}

Alice's Adventures Under Ground (manuscript)

Tracking categories

See also

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>