Jump to content

Template:Douban people/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 56: Line 56:
"label": "ID",
"label": "ID",
"description": "ID, that is the <code>[ID]</code> in the URL <code><nowiki>https://[type/www].douban.com/[dir]/[ID]/</nowiki></code>",
"description": "ID, that is the <code>[ID]</code> in the URL <code><nowiki>https://[type/www].douban.com/[dir]/[ID]/</nowiki></code>",
"example": "1292052",
"example": "1053554",
"type": "number",
"type": "number",
"aliases": [
"aliases": [
Line 66: Line 66:
"label": "Link text",
"label": "Link text",
"description": "Text that is shown by the link",
"description": "Text that is shown by the link",
"example": "The Shawshank Redemption",
"example": "Satoshi Kon",
"type": "string",
"type": "string",
"default": "The current Wikipedia article (or page of other type)'s title",
"default": "The current Wikipedia article (or page of other type)'s title",
"aliases": [
"aliases": [
"2 (or the second anonymous parameter)"
"2 (or the second anonymous parameter)"
]
},
"description": {
"label": "Description text",
"description": "Text that is shown after the link",
"type": "string",
"aliases": [
"3 (or the third anonymous parameter)"
]
]
},
},
Line 87: Line 95:
"id",
"id",
"title",
"title",
"description",
"type"
"type"
]
]

Revision as of 19:49, 11 April 2024

Template:Douban people displays an external link to a page for a person at the Douban website. It is intended for use in the external links section of an article.

For external links to movies and TV series, use {{Douban}} instead.

Usage

Go to Douban.com (Douban), search and find the page of the person that you are looking for, check out its URL.

1. If it is a movie celebrity, then the URL should be like https://movie.douban.com/celebrity/[ID]/. In a Wikipedia article you may insert the code below

{{Douban people|[ID]}}

For example:

  • {{Douban people|1053554}} yields: "Douban people/doc at Douban (in Chinese)" (the current Wikipedia article's title will be used as the link's shown text)

Or

{{Douban people|[ID]|[Link text]}}

For example:

2. If it is a book author, then the URL should be like https://book.douban.com/author/[ID]/. In a Wikipedia article you may insert the code below

{{Douban people|[ID]|type=book}}

For example:

  • {{Douban people|4506751|type=book}} yields: "Douban people/doc at Douban (in Chinese)" (the current Wikipedia article's title will be used as the link's shown text)

Or

{{Douban people|[ID]|[Link text]|type=book}}

For example:

3. If it is a musician, then the URL should be like https://music.douban.com/musician/[ID]/. In a Wikipedia article you may insert the code below

{{Douban people|[ID]|type=music}}

For example:

  • {{Douban people|103873|type=music}} yields: "Douban people/doc at Douban (in Chinese)" (the current Wikipedia article's title will be used as the link's shown text)

Or

{{Douban people|[ID]|[Link text]|type=music}}

For example:

  • {{Douban people|103873|Joi Chua|type=music}} yields: "Joi Chua at Douban (in Chinese)"

Parameters

To generate a link to a Douban person webpage

Template parameters

ParameterDescriptionTypeStatus
IDid 1 (or the first anonymous parameter)

ID, that is the <code>[ID]</code> in the URL <code><nowiki>https://[type/www].douban.com/[dir]/[ID]/</nowiki></code>

Example
1053554
Numberrequired
Link texttitle 2 (or the second anonymous parameter)

Text that is shown by the link

Default
The current Wikipedia article (or page of other type)'s title
Example
Satoshi Kon
Stringoptional
Description textdescription 3 (or the third anonymous parameter)

Text that is shown after the link

Stringoptional
Typetype 4 (or the fourth anonymous parameter)

Type of the Douban webpage (see above)

Default
movie
Example
"movie", "game", "subject", "location/drama", etc.
Stringoptional

See also