Template:Infobox artist/doc
脚本错误:没有“Message box”这个模块。 脚本错误:没有“Message box”这个模块。 Template:Uses Infobox person Template:Lua
- 本模板可使用在提供藝術家(畫家、平面設計師、雕塑家、攝影師…等),或幕後工作者條目的相關摘要資訊。
- 請盡量不要將藝術家所有的作品列出,可選擇較著名的作品,以保持信息框的意義——「提供摘要」,詳細的作品資料可留至內文中詳述。
使用方式[编辑]
要將本模板加入條目中,請複製以下空白原始碼,並貼至條目中即可。
Template:Generic template demo
{{Infobox artist
| honorific_prefix =
| name =
| honorific_suffix =
| image =
| image_size =
| alt =
| caption =
| native_name =
| native_name_lang =
| birth_name =
| birth_date = <!-- 生者:{{Birth date and age|YYYY|MM|DD}},死者:{{Birth date|YYYY|MM|DD}} -->
| birth_place =
| death_date = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} -->
| death_place =
| resting_place =
| resting_place_coordinates = <!-- {{Coord|LAT|LONG|type:landmark|display=inline}} -->
| nationality =
| education =
| alma_mater =
| known_for =
| notable_works =
| style =
| movement =
| spouse =
| awards = <!-- {{awd|award|year|title|role|name}} -->
| elected =
| patrons =
| memorials =
| website = <!-- {{URL|Example.com}} -->
| module =
}}
模板数据[编辑]
页面Template:Collapse top/styles.css没有内容。
模板数据
|
|---|
|
Template:TemplateData header
<templatedata>
{
"description": "An infobox for artists",
"format": "block",
"params": {
"honorific_prefix": {
"label": "Honorific prefix",
"description": "Title such as 'Sir', 'Lord'",
"type": "wiki-page-name",
"required": false
},
"name": {
"label": "Name",
"description": "Commonly-known name of person (defaults to article name, without disambiguation)",
"type": "line",
"default": "PAGENAME",
"required": false
},
"honorific_suffix": {
"label": "Honorific suffix",
"description": "Initials such as 'OBE', 'FRSA'",
"type": "wiki-page-name",
"required": false
},
"image": {
"label": "Image",
"description": "Filename for the image (e.g. 'Example.jpg').",
"type": "wiki-file-name",
"required": false
},
"image_size": {
"label": "Image size",
"description": "Size of the image (e.g. '220px').",
"type": "line",
"default": "varies",
"required": false,
"aliases": [
"imagesize"
]
},
"alt": {
"label": "Alternative text",
"description": "Alternative text for the image.",
"type": "line",
"required": false
},
"caption": {
"label": "Caption",
"description": "Caption for the image.",
"type": "string",
"required": false
},
"birth_name": {
"label": "Birth name",
"description": "Name at birth, if different from 'name'.",
"type": "string",
"required": false,
"aliases": [
"birthname"
]
},
"birth_date": {
"label": "Birth date",
"description": "Date of birth. Use Template:Birth date and age (for living artists) or Template:Birth date for the deceased.",
"type": "line",
"required": false
},
"birth_place": {
"label": "Birth place",
"description": "Place of birth.",
"type": "line",
"required": false
},
"baptised": {
"label": "Baptised",
"description": "| Date of baptism, will not display if birth_date is entered.",
"type": "line",
"required": false
},
"death_date": {
"label": "Death date",
"description": "Date of death. Use Template:Death date and age. Use 表达式错误:无法识别标点符号“{”。年表达式错误:无法识别标点符号“{”。日 if birth date unknown or incomplete.",
"type": "line",
"required": false
},
"death_place": {
"label": "Death place",
"description": "Place of death.",
"type": "line",
"required": false
},
"resting_place": {
"label": "Resting place",
"description": "Artist's grave, etc.",
"type": "line",
"required": false
},
"resting_place_coordinates": {
"label": "Resting place",
"description": "Coordinates of grave, etc. Use package.lua第80行Lua错误:module 'Module:Arguments' not found",
"type": "line",
"required": false
},
"nationality": {
"label": "Nationality",
"description": "Nationality.",
"type": "line",
"required": false
},
"education": {
"label": "Education",
"description": "Where or with whom the artist trained.",
"type": "line",
"required": false
},
"alma_mater": {
"label": "Alma mater",
"description": "The linked name of attended higher education institution(s).",
"type": "line",
"required": false
},
"known_for": {
"label": "Known for",
"description": "Main field(s) in which the artist works or worked (e.g. photography, painting, drawing, etc.).",
"type": "line",
"required": false
},
"notable_works": {
"label": "Notable work(s)",
"description": "Famous/significant/representative works. Please limit to five works.",
"type": "line",
"required": false
},
"style": {
"label": "Style",
"description": "Artistic style which the artist employs.",
"type": "line",
"required": false
},
"movement": {
"label": "Movement",
"description": "Artistic movement or school with which artist is associated.",
"type": "line",
"required": false
},
"spouse": {
"label": "Spouse(s)",
"description": "Spouse(s), if notable.",
"type": "line",
"required": false
},
"partner": {
"label": "Partner(s)",
"description": "Domestic partner(s), if notable.",
"type": "line",
"required": false
},
"children": {
"label": "Children",
"description": "Children, if any.",
"type": "line",
"required": false
},
"awards": {
"label": "Awards",
"description": "Significant awards won by the artist. Consider using |
微格式[编辑]
本模板使用了hCard 微格式標記,被標記的人物資料可以被電腦分析讀取,以便将其自動归類,或者透過專門的瀏覽器取得資料訊息,例如將訊息加入通訊錄。關於在維基百科使用微格式的詳細訊息,請參見微格式維基專題。
出生日期(bday)參數只能使用於包含了 {{bd}} 或 {{Birth date and age}} 模板的信息框。
页面Template:Hlist/styles.css没有内容。
- adr
- bday
- county-name
- fn(必須)
- honorific-prefix
- honorific-suffix
- label
- locality
- nickname
- note
- org
- role
- vcard
請不要移除或重新命名這些class。
相關模板[编辑]
- {{藝人}}
- {{Infobox writer}}