Bureaucrats, Administrators, translator
982
edits
No edit summary |
No edit summary |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#E5E5E5;line-height:1.5em;word-spacing:0.5px;" | |||
{| | | | ||
{{Person | |||
|- | |color=#E5E5E5; | ||
{{#if:{{{ | |image={{{logo}}} | ||
|- | |name={{{acronym}}} | ||
{{| | }} | ||
{| border="0" width="100%" cellspacing="5" style="background-color:#E5E5E5;padding:0px" | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{chapter_authors|}}} | '''Chapter Authors''' }}</b> | |||
||{{#if:{{{chapter_authors|}}} | {{{chapter_authors}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{book_title|}}} | '''Book Title''' }}</b> | |||
||{{#if:{{{book_title|}}} | {{{book_title}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{book_editor|}}} | '''Book Editor''' }}</b> | |||
||{{#if:{{{book_editor|}}} | {{{book_editor}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{book_publisher|}}} | '''Book Publisher''' }}</b> | |||
||{{#if:{{{book_publisher|}}} | {{{book_publisher}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{publisher_location|}}} | '''Publisher Location''' }}</b> | |||
||{{#if:{{{publisher_location|}}} | {{{publisher_location}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{pages|}}} | '''Pages''' }}</b> | |||
||{{#if:{{{pages|}}} | {{{pages}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{year|}}} | '''Year''' }}</b> | |||
||{{#if:{{{year|}}} | {{{year}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{link|}}} | '''Link''' }}</b> | |||
||{{#if:{{{link|}}} | {{{link}}} }} | |||
|} | |} | ||
|} | |||
<noinclude> | <noinclude> | ||
<br /><br /><br /> | <br /><br /><br /> | ||
Line 13: | Line 39: | ||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | ==EXAMPLE ON HOW TO USE THE TEMPLATE== | ||
{{Book | {{Book <!-- The name of the template e.g "Book Chapters" --> | ||
|acronym=write the | |acronym=write the Book Title <!-- Append to variable Title the content "Masks of Demons" --> | ||
| | |logo=MasksOfDemonsCover.png <!-- You can replace all the template's variables with the appropriate content--> | ||
|chapter_authors=write the Chapter Author of the Book | |chapter_authors=write the Chapter Author of the Book | ||
Line 31: | Line 57: | ||
<pre> | <pre> | ||
{{Book | {{Book | ||
|acronym=write the | |acronym=write the Book Title | ||
| | |logo=MasksOfDemonsCover.png | ||
|chapter_authors=write the Chapter Author of the Book | |chapter_authors=write the Chapter Author of the Book | ||
|book_title=write the Book Tilte | |book_title=write the Book Tilte | ||
Line 50: | Line 76: | ||
<span style="color:red">acronym=Mask Of Demons</span> | <span style="color:red">acronym=Mask Of Demons</span> | ||
===List of Variables=== | ===List of Variables=== | ||
* <b>acronym</b> : This variable expects from the editor to assign to it the | * <b>acronym</b> : This variable expects from the editor to assign to it the Book Title | ||
* <b>logo</b> : This variable expects from the editor to assign to it the First Page 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. | * <b>logo</b> : This variable expects from the editor to assign to it the First Page 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. | ||
* <b>chapter_authors</b> : This variable expects from the editor to assign to it the Chapter Authors of the Book | * <b>chapter_authors</b> : This variable expects from the editor to assign to it the Chapter Authors of the Book |