Template:BookInfo: Difference between revisions

From Shadowrun Wiki
Jump to navigation Jump to search
(Infobox created with infobox builder.)
 
No edit summary
Line 32: Line 32:
</data>
</data>
</infobox>
</infobox>
<templatedata>
{
    "description": "Infobox used for publications of books",
    "params": {
        "title": {
            "label":"Title",
            "type": "string",
            "required": true,
            "description": "Title of the book"
        },
        "image": {
            "label":"Image",
            "type": "string",
            "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": "string",
            "required": true,
            "description": "name of the publisher of the book"
        },
        "publication_date": {
            "label":"Publication Date",
            "type": "string",
            "required": true,
            "description": "Date the book was published"
        },
        "isbn": {
            "label":"ISBN",
            "type": "string",
            "required": true,
            "description": "the ISBN-10/ISBN-13 of the book"
        },
        "pages": {
            "label":"Pages",
            "type": "string",
            "suggested": true,
            "description": "How many pages does the book have"
        },
        "editiion": {
            "label":"Edition",
            "type": "string",
            "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": "string",
            "suggested": true,
            "description": "The date in universe that the book takes place"
        }
    }
}
</templatedata>
<noinclude>
{{documentation}}
</pre>
</noinclude>

Revision as of 21:55, 15 May 2024

Infobox used for publications of books

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Title of the book

Stringrequired
Imageimage

Image of the book's cover

Stringsuggested
Authorsauthors

Authors listed on the book

Stringsuggested
Artistsartists

Any artists listed in the book

Stringsuggested
Publisherpublisher

name of the publisher of the book

Stringrequired
Publication Datepublication_date

Date the book was published

Stringrequired
ISBNisbn

the ISBN-10/ISBN-13 of the book

Stringrequired
Pagespages

How many pages does the book have

Stringsuggested
Editioneditiion

Which edition was the book made for

Stringrequired
Typetype

What category of book is this

Stringsuggested
In Universe Dateuniversedate

The date in universe that the book takes place

Stringsuggested