Template:Systems JournalArticle: Difference between revisions
Jump to navigation
Jump to search
(Created template) |
m (Added missing category) |
||
| (4 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:# | {| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#ffb366;line-height:1.5em;word-spacing:0.5px;" | ||
| | | | ||
{{Person | {{Person | ||
|color=# | |color=#ffb366; | ||
|image={{{logo}}} | |image={{{logo}}} | ||
|name={{{acronym}}} | |name={{{acronym}}} | ||
}} | }} | ||
{| border="0" width="100%" cellspacing="5" style="background-color:# | {| border="0" width="100%" cellspacing="5" style="background-color:#ffb366;padding:0px" | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{authors|}}} | '''Authors''' }}</b> | | <b>{{#if:{{{authors|}}} | '''Authors''' }}</b> | ||
| Line 22: | Line 22: | ||
| <b>{{#if:{{{year|}}} | '''Year''' }}</b> | | <b>{{#if:{{{year|}}} | '''Year''' }}</b> | ||
||{{#if:{{{year|}}} | {{{year}}} }} | ||{{#if:{{{year|}}} | {{{year}}} }} | ||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{doi|}}} | '''DOI''' }}</b> | |||
||{{#if:{{{doi|}}} | {{{doi}}} }} | |||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{link|}}} | '''Link''' }}</b> | | <b>{{#if:{{{link|}}} | '''Link''' }}</b> | ||
| Line 33: | Line 36: | ||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | ==EXAMPLE ON HOW TO USE THE TEMPLATE== | ||
{{ | {{Systems JournalArticle <!-- The name of the template e.g "Tilte" --> | ||
|acronym=write the Title <!-- Append to variable Title the content "Masks of Demons" --> | |acronym=write the 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--> | |logo=MasksOfDemonsCover.png <!-- You can replace all the template's variables with the appropriate content--> | ||
| Line 40: | Line 43: | ||
|journal=write the Journal of the Paper | |journal=write the Journal of the Paper | ||
|volume=write the volume of the Journal | |volume=write the volume of the Journal | ||
|pages=write the pages of the Paper | |pages=write the pages of the Paper | ||
|year=write Year of the Paper | |year=write Year of the Paper | ||
|doi=write the DOI of the Paper | |||
|link=write the Link of the Paper | |link=write the Link of the Paper | ||
}} | }} | ||
| Line 48: | Line 52: | ||
Copy and paste the code below to the page you wish to add an Associate's box such as this one: | Copy and paste the code below to the page you wish to add an Associate's box such as this one: | ||
<pre> | <pre> | ||
{{ | {{Systems JournalArticle | ||
|acronym=write the Title | |acronym=write the Title | ||
|logo=MasksOfDemonsCover.png | |logo=MasksOfDemonsCover.png | ||
| Line 56: | Line 60: | ||
|pages=write the pages of the Paper | |pages=write the pages of the Paper | ||
|year=write Year of the Paper | |year=write Year of the Paper | ||
|doi=write the DOI of the Paper | |||
|link=write the Link of the Paper | |link=write the Link of the Paper | ||
}} | }} | ||
| Line 73: | Line 78: | ||
* <b>pages</b> : This variable expects from the editor to assign to it the pages of the Paper | * <b>pages</b> : This variable expects from the editor to assign to it the pages of the Paper | ||
* <b>year</b> : This variable expects from the editor to assign to it the year of the Paper | * <b>year</b> : This variable expects from the editor to assign to it the year of the Paper | ||
* <b>doi</b> : This variable expects from the editor to assign to it the DOI of the Paper | |||
* <b>link</b> : This variable expects from the editor to assign to it the link of the Paper | * <b>link</b> : This variable expects from the editor to assign to it the link of the Paper | ||
</noinclude> | </noinclude> | ||
| Line 79: | Line 85: | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> | ||
[[Category: Journal Articles]] | |||
Latest revision as of 16:45, 24 January 2024
|
EXAMPLE ON HOW TO USE THE TEMPLATE
Copy and paste the code below to the page you wish to add an Associate's box such as this one:
{{Systems JournalArticle
|acronym=write the Title
|logo=MasksOfDemonsCover.png
|authors=write the Author(s) of the Paper
|journal=write the Journal of the Paper
|volume=write the volume of the Journal
|pages=write the pages of the Paper
|year=write Year of the Paper
|doi=write the DOI of the Paper
|link=write the Link of the Paper
}}
Then replace the content of the variables with your own, for example :
Replace
acronym=write the Title
With
acronym=Mask Of Demons
List of Variables
- acronym : This variable expects from the editor to assign to it the Title
- logo : This variable expects from the editor to assign to it the First Page image of the Paper. 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.
- authors : This variable expects from the editor to assign to it the Authors of the Paper
- journal : This variable expects from the editor to assign to it the Journal
- volume : This variable expects from the editor to assign to it the Volume
- pages : This variable expects from the editor to assign to it the pages of the Paper
- year : This variable expects from the editor to assign to it the year of the Paper
- doi : This variable expects from the editor to assign to it the DOI of the Paper
- link : This variable expects from the editor to assign to it the link of the Paper
