4,970
edits
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> |