Template:BookInfo: Difference between revisions

From Shadowrun Wiki
Jump to navigation Jump to search
(Infobox created with infobox builder.)
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<infobox>
<infobox>
<title source="title">
<title source="title">
Line 30: Line 31:
<data source="type">
<data source="type">
<label>Type</label>
<label>Type</label>
</data>
<data source="universedate">
<label>In Universe Date</label>
</data>
</data>
</infobox>
</infobox>
</includeonly>
<noinclude>
<templatedata>
{
"description": "Infobox used for publications of books",
"params": {
"title": {
"label": "Title",
"type": "string",
"required": false,
"description": "Title of the book"
},
"image": {
"label": "Image",
"type": "wiki-file-name",
"suggested": true,
"description": "Image of the book's cover"
},
"authors": {
"label": "Authors",
"type": "string",
"suggested": true,
"description": "Authors listed on the book"
},
"artists": {
"label": "Artists",
"type": "string",
"suggested": true,
"description": "Any artists listed in the book"
},
"publisher": {
"label": "Publisher",
"type": "wiki-page-name",
"required": true,
"description": "name of the publisher of the book"
},
"publication_date": {
"label": "Publication Date",
"type": "date",
"required": true,
"description": "Date the book was published"
},
"isbn": {
"label": "ISBN",
"type": "wiki-template-name",
"required": false,
"description": "the ISBN-10/ISBN-13 of the book",
"example": "{{ISBNT|1-55560-144-8}}"
},
"pages": {
"label": "Pages",
"type": "string",
"suggested": true,
"description": "How many pages does the book have"
},
"edition": {
"label": "Edition",
"type": "wiki-page-name",
"required": true,
"description": "Which edition was the book made for"
},
"type": {
"label": "Type",
"type": "string",
"suggested": true,
"description": "What category of book is this"
},
"universedate": {
"label": "In Universe Date",
"type": "date",
"suggested": true,
"description": "The date in universe that the book takes place"
}
}
}
</templatedata>
{{documentation}}
</pre>
</noinclude>

Latest revision as of 23:47, 3 February 2025


Infobox used for publications of books

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Title of the book

Stringoptional
Imageimage

Image of the book's cover

Filesuggested
Authorsauthors

Authors listed on the book

Stringsuggested
Artistsartists

Any artists listed in the book

Stringsuggested
Publisherpublisher

name of the publisher of the book

Page namerequired
Publication Datepublication_date

Date the book was published

Daterequired
ISBNisbn

the ISBN-10/ISBN-13 of the book

Example
{{ISBNT|1-55560-144-8}}
Templateoptional
Pagespages

How many pages does the book have

Stringsuggested
Editionedition

Which edition was the book made for

Page namerequired
Typetype

What category of book is this

Stringsuggested
In Universe Dateuniversedate

The date in universe that the book takes place

Datesuggested