Template:DBLP/doc

< Template:DBLP

This template generates an external link to an person's page at the computer science bibliography website DBLP.

Usage

Positional parameters:

{{DBLP | PID }}
{{DBLP | PID | NAME }}

Named parameters:

{{DBLP | pid = PID }}
{{DBLP | pid = PID | name = NAME }}

Using Wikidata property (P2456):

{{DBLP}}
{{DBLP | name = NAME }}

Examples

One parameter

Usage in the article Tony Hoare, with article name as link text:

* {{DBLP | h/CARHoare }}
* {{DBLP | pid= h/CARHoare }}

Output:

URLs:

https://dblp.org/pid/h/CARHoare (used in template)
https://dblp.org/pid/h/CARHoare.html (redirect from above)

Two parameters

Usage with name parameter as link text:

* {{DBLP | 259/4132 | Hannah Miller }}
* {{DBLP | pid= 259/4132 | name= Hannah Miller }}

Output:

URLs:

https://dblp.org/pid/259/4132 (used in template)
https://dblp.org/pid/259/4132.html (redirect from above)

ID in Wikidata

Usage in the article Gunther Schmidt:

* {{DBLP}}
* {{DBLP | name= Gunther Schmidt }}

Output:

URLs:

https://dblp.org/pid/s/GuntherSchmidt (used in template)
https://dblp.org/pid/s/GuntherSchmidt.html (redirect from above)

No ID in template or Wikidata

Usage:

* {{DBLP}}

Output:

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for DBLP

<templatedata> {

       "description": "This template generates an external link to an account at DBLP.",

"params": { "pid": { "label": "PID", "description": "PID string used in the URL. Example: h/CARHoare in https://dblp.org/pid/h/CARHoare or 135/6935 in https://dblp.org/pid/135/6935. This parameter is optional if Wikidata property P2456 exists, but required if not.", "type": "string", "required": false, "default": "Wikidata property P2456", "aliases": [ "1" ] }, "name": { "label": "Name", "description": "Name displayed as the link text. This parameter is optional; it defaults to the Wikipedia article name, without any disambiguation.", "type": "string", "required": false, "default": "DBLP/doc", "aliases": [ "2" ] } }, "paramOrder": [ "pid", "name" ] } </templatedata>

Tracking categories

See also