Template:Infobox work: Difference between revisions

Template page
(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  = Written by
| label1  = Type
|  data1  = {{{written by|}}}
|  data1  = {{{type|}}}


| label2  = Written in
| label2  = Written by
|  data2  = {{{written in|}}}
|  data2  = {{{written by|}}}


| label3  = First published
| label3 = Written in
data3 = {{{published|}}}
|  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''' 📕]]}}


| label4  = Type
|  data4  = {{{type|}}}
}}
}}
<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 =
| title =
| written by =
| written by =
| written in =
| written in =
| published =  
| published =  
| type =
| 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",
"type",
"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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Title of the work

Stringsuggested
Typetype

Type of work

Example
Book, pamphlet, leaflet, speech, video
Stringsuggested
Imageimage

Book cover

Filesuggested
Captioncaption

Caption of the image, usually for information about the edition of the cover

Stringoptional
Written bywritten by

Author of the source work

Stringsuggested
Written inwritten in

Date or period the work was written

Dateoptional
First publishedpublished

Date the book was first published

Datesuggested
Original languageoriginal_language

If not an English work, the language it was originally written

Example
Russian
Stringsuggested
Original titleoriginal_title

Title in original language

Stringsuggested
Library linklibrary_link

If the work is available in library, link its page

Example
Library:Capital, vol. I
Page namesuggested
_subheader_subheader

no description

Unknownoptional
image_uprightimage_upright

no description

Unknownoptional
image_altimage_alt

no description

Unknownoptional
image_sizeimage_size

no description

Unknownoptional
subtitlesubtitle

no description

Unknownoptional