More languages
More actions
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
| data1 = {{#ifexist:{{{author|}}}|[[{{{author}}}]]|{{{author|}}}}} | | data1 = {{#ifexist:{{{author|}}}|[[{{{author}}}]]|{{{author|}}}}} | ||
| | | label2 = Written in | ||
| | | data2 = {{{written in|}}} | ||
| | | label3 = Spoken on | ||
| | | data3 = {{{spoken on}}} | ||
| | | label4 = Publisher | ||
| | | data4 = {{{publisher}}} | ||
| | | label5 = First published | ||
| | | data5 = {{{published_date|}}}{{#if:{{{published_location|}}}|<br/>{{{published_location}}}}} | ||
| | | label6 = Edition | ||
| | | data6 = {{{edition_date}}} | ||
| | | label7 = Type | ||
| | | data7 = {{{type|}}} | ||
| | | label8 = ISBN | ||
| | | data8 = {{{isbn|}}} | ||
| | | label9 = Source | ||
| | | data9 = {{{source|}}} | ||
| | | label0 = Audiobook | ||
| | | data10 = {{{audiobook|}}} | ||
}}{{#ifeq:{{{display_title|}}}|yes|{{DISPLAYTITLE:{{#if:{{{title|}}}|''{{{title}}}''|''{{PAGENAME}}''}}{{#if:{{{written by|}}}|, by {{{written by|}}}}}}}}}<noinclude> | }}{{#ifeq:{{{display_title|}}}|yes|{{DISPLAYTITLE:{{#if:{{{title|}}}|''{{{title}}}''|''{{PAGENAME}}''}}{{#if:{{{written by|}}}|, by {{{written by|}}}}}}}}}<noinclude> | ||
Line 140: | Line 140: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | |||
"publisher": { | |||
"label": "Publishing house", | |||
"description": "Who published this edition", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"published_date": { | "published_date": { | ||
"label": "First published", | "label": "First published", | ||
Line 153: | Line 159: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"edition_date": { | "edition_date": { | ||
"label": "Edition", | "label": "Edition", |
Revision as of 19:00, 10 July 2023
Library infobox work | |
---|---|
Spoken on | {{{spoken on}}} |
Publisher | {{{publisher}}} |
Edition | {{{edition_date}}} |
How to use this template:
{{Library infobox work | title = | subtitle = | image = | image_size = | image_upright = | image_alt = | caption = | author = | written in = | spoken on = | published_date = | published_location = | publisher = | edition_date = | type = | source = | audiobook = | display_title = }}
Add "yes" to parameter "display_title" to produce a page title in the format: Title of work, by Author
Adds a small infobox with information for Library works
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the 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 |
Author | author | Author of the source work | String | suggested |
Written in | written in | Date or period the work was written | Date | suggested |
Spoken on | spoken on | For speeches, the date it was spoken on | String | suggested |
Publishing house | publisher | Who published this edition | String | suggested |
First published | published_date | Date the book was first published | Date | suggested |
Location published | published_location | Location the work was published | String | suggested |
Edition | edition_date | When was this edition printed | String | suggested |
Type | type | Type of work
| String | suggested |
ISBN | isbn | ISBN number of the work | Number | suggested |
Source | source | URL of the work | URL | suggested |
Audiobook | audiobook | URL of an audiobook reading of the work | URL | suggested |
Full display title | display_title | Adds title in style "Work (in italics), by Author"
| String | 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 |