More languages
More actions
(Infobox for literary works) |
m (Added library link option) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
| datastyle = line-height:1.3em; | | datastyle = line-height:1.3em; | ||
| label1 = | | label1 = Type | ||
| data1 = {{{ | | data1 = {{{type|}}} | ||
| label2 = Written | | label2 = Written by | ||
| data2 = {{{written | | data2 = {{{written by|}}} | ||
| label3 = First published | | label3 = Written in | ||
| | | data3 = {{{written in|}}} | ||
| label4 = First published | |||
| data4 = {{{published|}}} | |||
| label5 = Original language | |||
| data5 = {{{original_language|}}} | |||
| label6 = Original title | |||
| data6 = {{{original_title|}}} | |||
| header7 = | |||
| data7 = {{#if:{{{library_link|}}}|[[{{{library_link}}}|'''Available in library''' 📕]]}} | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
Line 33: | Line 43: | ||
<nowiki> | <nowiki> | ||
{{Library infobox work | {{Library infobox work | ||
| title = | |||
| image = | | image = | ||
| image_size = | | image_size = | ||
| image_upright = | | image_upright = | ||
| image_alt = | | image_alt = | ||
| type = | |||
| caption = | | caption = | ||
| written by = | | written by = | ||
| written in = | | written in = | ||
| published = | | published = | ||
| | | original_language = | ||
| original_title = | |||
| library_link = | |||
}} | }} | ||
</nowiki> | </nowiki> | ||
Line 91: | Line 104: | ||
"example": "Book, pamphlet, leaflet, speech, video", | "example": "Book, pamphlet, leaflet, speech, video", | ||
"type": "string", | "type": "string", | ||
"suggested": true | |||
}, | |||
"subtitle": {}, | |||
"original_language": { | |||
"label": "Original language", | |||
"description": "If not an English work, the language it was originally written ", | |||
"example": "Russian", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"original_title": { | |||
"label": "Original title", | |||
"description": "Title in original language", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"library_link": { | |||
"label": "Library link", | |||
"description": "If the work is available in library, link its page", | |||
"example": "Library:Capital, vol. I", | |||
"type": "wiki-page-name", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 97: | Line 131: | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", | ||
"type", | |||
"image", | "image", | ||
"caption", | "caption", | ||
Line 102: | Line 137: | ||
"written in", | "written in", | ||
"published", | "published", | ||
" | "original_language", | ||
"original_title", | |||
"library_link", | |||
"_subheader", | "_subheader", | ||
"image_upright", | "image_upright", | ||
"image_alt", | "image_alt", | ||
"image_size" | "image_size", | ||
"subtitle" | |||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 00:50, 16 June 2022
Infobox work |
---|
How to use this template:
{{Library infobox work | title = | image = | image_size = | image_upright = | image_alt = | type = | caption = | written by = | written in = | published = | original_language = | original_title = | library_link = }}
Adds a small infobox with information for Library works
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the work | String | suggested |
Type | type | Type of work
| String | suggested |
Image | image | Book cover | File | suggested |
Caption | caption | Caption of the image, usually for information about the edition of the cover | String | optional |
Written by | written by | Author of the source work | String | suggested |
Written in | written in | Date or period the work was written | Date | optional |
First published | published | Date the book was first published | Date | suggested |
Original language | original_language | If not an English work, the language it was originally written
| String | suggested |
Original title | original_title | Title in original language | String | suggested |
Library link | library_link | If the work is available in library, link its page
| Page name | suggested |
_subheader | _subheader | no description | Unknown | optional |
image_upright | image_upright | no description | Unknown | optional |
image_alt | image_alt | no description | Unknown | optional |
image_size | image_size | no description | Unknown | optional |
subtitle | subtitle | no description | Unknown | optional |