More languages
More actions
m (Fixing stuff) |
mNo edit summary |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:''{{{title|}}}''{{#if: {{{author|}}}| ({{{author|}}})|}} }} | <includeonly>{{#SEO: | ||
|image={{{image|}}} | |||
|title= {{{title|}}}{{#if: {{{author|}}}|, {{{author|}}}|}} {{#if: {{{published_date|}}}|, {{{published_date|}}}|}} - ProleWiki | |||
}} | |||
{{DISPLAYTITLE:''{{{title|}}}''{{#if: {{{author|}}}| ({{{author|}}})|}} }}</includeonly> | |||
<span style="display:none;">{{{summary|}}}</span> | <span style="display:none;">{{{summary|}}}</span> | ||
{{Infobox | {{Infobox | ||
Line 25: | Line 29: | ||
| data2 = {{{written in|}}} | | data2 = {{{written in|}}} | ||
| label3 = Spoken on | | label3 = Spoken on | ||
| data3 = {{{spoken on|}}} | | data3 = {{{spoken on|}}} | ||
| label4 = Translated by | | label4 = Translated by | ||
| data4 = {{{translated by|}}} | | data4 = {{{translated by|}}} {{#if:{{{original language|}}}|from {{{original language|}}}}} | ||
| | |||
| | |||
| label6 = Publisher | | label6 = Publisher | ||
Line 61: | Line 62: | ||
| data14 = {{{audiobook|}}} | | data14 = {{{audiobook|}}} | ||
}}{{#ifexist:Category:Library works by {{{author|}}}|[[Category:Library works by {{{author}}}]]}}{{#if:{{{defaultsort|}}}|{{DEFAULTSORT:{{{defaultsort}}}}}|{{DEFAULTSORT:{{{title|}}}}}}}<noinclude> | }}{{#ifexist:Category:Library works by {{{author|}}}|[[Category:Library works by {{{author}}}]]}}{{#if:{{{defaultsort|}}}|{{DEFAULTSORT:{{{defaultsort}}}}}|{{DEFAULTSORT:{{{title|}}}}}}} | ||
<noinclude> | |||
How to use this template: | How to use this template: | ||
<nowiki> | <nowiki> | ||
Line 100: | Line 102: | ||
"required": true | "required": true | ||
}, | }, | ||
"author": { | "author": { | ||
"label": "Author", | "label": "Author", | ||
Line 171: | Line 172: | ||
}, | }, | ||
"published_date": { | "published_date": { | ||
"label": "First published", | "label": "First published date", | ||
"description": "Date the book was first published", | "description": "Date the book was first published", | ||
"type": "date", | "type": "date", | ||
Line 209: | Line 210: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"published_source": { | "published_source": { | ||
"label": "First published source", | "label": "First published source", | ||
"description": "The document, book, newspaper where it was first published", | "description": "The document, book, newspaper where it was first published", | ||
"type": "string | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 224: | Line 219: | ||
"label": "Default sort", | "label": "Default sort", | ||
"description": "Adding main sorting term for categories" | "description": "Adding main sorting term for categories" | ||
}, | |||
"edition": { | |||
"label": "Edition" | |||
}, | |||
"source2": { | |||
"label": "Second source", | |||
"description": "In case the work has multiple sources" | |||
}, | |||
"source3": { | |||
"label": "Third source", | |||
"description": "In case the work has multiple sources" | |||
}, | |||
"source4": { | |||
"label": "Fourth source", | |||
"description": "In case the work has multiple sources" | |||
} | } | ||
}, | }, | ||
Line 244: | Line 254: | ||
"isbn", | "isbn", | ||
"source", | "source", | ||
" | "source2", | ||
"source3", | |||
"source4", | |||
"edition", | |||
"pdf", | "pdf", | ||
"libgen", | "libgen", | ||
"audiobook", | "audiobook", | ||
" | "summary", | ||
"defaultsort", | |||
"image_upright", | "image_upright", | ||
"image_alt", | "image_alt", | ||
"image_size | "image_size" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata> | ||
</noinclude> |
Latest revision as of 19:08, 22 October 2024
Library work |
---|
How to use this template:
{{Library work | title = | subtitle = | image = | image_size = | image_upright = | image_alt = | caption = | author = | written in = | spoken on = | published_date = | published_location = | published_source = | publisher = | edition = | type = | source = | source2 = | source3 = | source4 = | pdf = | libgen = | audiobook = | defaultsort = }}
Adds a small infobox with information for Library works
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the work | String | required |
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. No need to add link brackets [[ ]], the infobox checks for it. | String | required |
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 |
Translated By | translated by | The translator(s) who translated this work | String | optional |
Original Language | original language | The language this work was translated from | String | optional |
Publishing house | publisher | Who published this edition | String | suggested |
First published date | published_date | Date the book was first published | Date | suggested |
First published source | published_source | The document, book, newspaper where it was first published | String | suggested |
First published location | published_location | Location the work was first 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 | Where the text was found (book, collection, etc.) | String | suggested |
Second source | source2 | In case the work has multiple sources | Unknown | optional |
Third source | source3 | In case the work has multiple sources | Unknown | optional |
Fourth source | source4 | In case the work has multiple sources | Unknown | optional |
Edition | edition | no description | Unknown | optional |
pdf | URL of a PDF of the work | URL | suggested | |
Libgen | libgen | Link to the work on Libgen | URL | suggested |
Audiobook | audiobook | URL of an audiobook reading of the work | URL | suggested |
Summary | summary | Adds a summary, which is used by external templates | String | optional |
Default sort | defaultsort | Adding main sorting term for categories | 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 |