Template:Book: Difference between revisions
From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
| <b>{{#if:{{{editor|}}} | '''Editor(s)''' }}</b> | | <b>{{#if:{{{editor|}}} | '''Editor(s)''' }}</b> | ||
||{{#if:{{{editor|}}} | {{{editor}}} }} | ||{{#if:{{{editor|}}} | {{{editor}}} }} | ||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{publisher|}}} | '''Publisher''' }}</b> | |||
||{{#if:{{{publisher|}}} | {{{publisher}}} }} | |||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{pages|}}} | '''Pages''' }}</b> | | <b>{{#if:{{{pages|}}} | '''Pages''' }}</b> | ||
Line 50: | Line 53: | ||
|author=write the Author(s) of the book <!-- if a variable left empty e.g " report_title =" or not used at all then it will not appear on the template --> | |author=write the Author(s) of the book <!-- if a variable left empty e.g " report_title =" or not used at all then it will not appear on the template --> | ||
|editor=write the Editor(s) of the Book | |editor=write the Editor(s) of the Book | ||
|publisher=write the publisher | |||
|pages= write the Pages of the book | |pages= write the Pages of the book | ||
|isbn_13=write the ISBN-13 of the book <!-- e.g 978-1461083207 --> | |isbn_13=write the ISBN-13 of the book <!-- e.g 978-1461083207 --> | ||
Line 69: | Line 73: | ||
|author=write the Author(s) of the book | |author=write the Author(s) of the book | ||
|editor=write the Editor(s) of the Book | |editor=write the Editor(s) of the Book | ||
|publisher=write the publisher | |||
|pages= write the Pages of the book | |pages= write the Pages of the book | ||
|isbn_13=write the ISBN-13 of the book | |isbn_13=write the ISBN-13 of the book | ||
Line 89: | Line 94: | ||
* <b>author</b> : This variable expects from the editor to assign to it the author of the Book. | * <b>author</b> : This variable expects from the editor to assign to it the author of the Book. | ||
* <b>editor</b> : This variable expects from the editor to assign to it the editor of the Book | * <b>editor</b> : This variable expects from the editor to assign to it the editor of the Book | ||
* <b>publisger</b> : This variable expects from the editor to assign to it the publisher of the Book | |||
* <b>pages</b> : This variable expects from the editor to assign to it the number of pages of the Book | * <b>pages</b> : This variable expects from the editor to assign to it the number of pages of the Book | ||
* <b>isbn_13</b> : This variable expects from the editor to assign to it the isbn_13 of the Book. e.g <span style="color:red">978-1461083207</span> | * <b>isbn_13</b> : This variable expects from the editor to assign to it the isbn_13 of the Book. e.g <span style="color:red">978-1461083207</span> |
Latest revision as of 06:28, 27 March 2022
|
EXAMPLE ON HOW TO USE THE TEMPLATE
Copy and paste the code below to the page you wish to add a Book's box such as this one:
{{Book |title=write the title of the book |book_image=OrientationManual.png |author=write the Author(s) of the book |editor=write the Editor(s) of the Book |publisher=write the publisher |pages= write the Pages of the book |isbn_13=write the ISBN-13 of the book |isbn_10=write the ISBN-10 of the book |lccn=write the LCCN |bisac=write the BISAC |year=write the Year of the book |link=write the link to the book if any }}
Then replace the content of the variables with your own, for example :
Replace
title=write the title of the book
With
title=Masks of Demons
List of Variables
- title : This variable expects from the editor to assign to it the title of the Book.
- book_image : This variable expects from the editor to assign to it the image of the Book. You must first upload an image using the upload file option of the toolbox available on the left column of the page. This option is visible if and only if you are logged in.
- author : This variable expects from the editor to assign to it the author of the Book.
- editor : This variable expects from the editor to assign to it the editor of the Book
- publisger : This variable expects from the editor to assign to it the publisher of the Book
- pages : This variable expects from the editor to assign to it the number of pages of the Book
- isbn_13 : This variable expects from the editor to assign to it the isbn_13 of the Book. e.g 978-1461083207
- isbn_10 : This variable expects from the editor to assign to it the isbn_10 of the Book. e.g 1461083206
- lccn : This variable expects from the editor to assign to it the lccn of the Book. e.g 2011906993
- bisac : This variable expects from the editor to assign to it the bisac of the Book. e.g Biography & Autobiography / Personal Memoirs
- year : This variable expects from the editor to assign to it the year that the book was published.
- link : This variable expects from the editor to assign to it the link of the Book.