More languages
More actions
m (Working as intended, added a small notice on how parameter display_title should be used) |
m (Testing automatic linking to pages without [[ ]]) |
||
Line 3: | Line 3: | ||
| abovestyle = padding-top:0; padding-bottom:0; | | abovestyle = padding-top:0; padding-bottom:0; | ||
| above = <div style="padding-top:0.3em; padding-bottom:0.3em; line-height: 1;"><div style="display:inline;" class="fn org">{{if empty|{{{title|}}}|{{ | | above = <div style="padding-top:0.3em; padding-bottom:0.3em; line-height: 1;"><div style="display:inline;" class="fn org">{{if empty|{{{title|}}}|{{BASEPAGENAME}}}}</div></div> | ||
| subheaderstyle = font-size:100%; | | subheaderstyle = font-size:100%; | ||
Line 18: | Line 18: | ||
| label1 = Written by | | label1 = Written by | ||
| data1 = {{{written by|}}} | | data1 = {{#ifexist:{{{written by|}}}|[[{{{written by}}}]]|{{{written by}}}}} | ||
| label2 = Written in | | label2 = Written in | ||
Line 88: | Line 88: | ||
"label": "Written in", | "label": "Written in", | ||
"description": "Date or period the work was written", | "description": "Date or period the work was written", | ||
"type": "date" | "type": "date", | ||
"suggested": true | |||
}, | }, | ||
"published": { | "published": { |
Revision as of 01:58, 26 July 2022
Library infobox work | |
---|---|
Written by | {{{written by}}} |
How to use this template:
{{Library infobox work | image = | image_size = | image_upright = | image_alt = | caption = | title = | written by = | written in = | published = | 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 |
Written by | written by | Author of the source work | String | suggested |
Written in | written in | Date or period the work was written | Date | suggested |
First published | published | Date the book was first published | Date | suggested |
Type | type | Type of work
| String | 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 |