Template:ReferenceTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<table style="border:solid 1px;width:100%;color:black;background-color:#EBEBD9" cellpadding="2" cellspacing="2"> | |||
<tr><td style="vertical-align:top; padding-right: 6px; padding-top: 3px; padding-bottom: 1px;" colspan=3 align="right">'''Publication type:'''</td><td>[[HasPublicationType::{{{PublicationType|}}}]]</td></tr> | |||
<tr><td>'''Title:'''</td><td>[[HasTitle::{{{Title|}}}]]</td></tr> | |||
| | <tr><td>'''Authors:'''</td><td>{{#arraymap:{{{Author|}}}|;|x|[[HasAuthor::x]]}}</td></tr> | ||
<tr><td>'''Year:'''</td><td>[[HasPublicationYear::{{{Year|}}}]]</td></tr> | |||
{{#ifeq:{{{Conference|}}}|||<tr><td>'''Conference:'''</td><td>[[HasConferenceName::{{{Conference|}}}]]</td></tr>}} | |||
<tr><td>'''Editors:'''</td><td>{{#arraymap:{{{Editor|}}}|;|x|[[HasEditor::x]]}}</td></tr> | |||
<tr><td>'''Journal:'''</td><td>[[HasJournal::{{{Journal|}}}]]</td></tr> | |||
<tr><td>'''Volume:'''</td><td>[[HasVolume::{{{Volume|}}}]]</td></tr> | |||
<tr><td>'''Issue:'''</td><td>[[HasIssue::{{{Issue|}}}]]</td></tr> | |||
<tr><td>'''Pages:'''</td><td>[[HasPages::{{{Pages|}}}]]</td></tr> | |||
<tr><td>'''DOI:'''</td><td>[[HasDOI::{{{DOI|}}}]]</td></tr> | |||
| | |||
| [[ | |||
[[Category:Reference]] | [[Category:Reference]] | ||
</includeonly> | </includeonly> | ||
Revision as of 10:35, 29 April 2013
This is the "ReferenceTemplate" template. It should be called in the following format:
{{ReferenceTemplate
|Author=
|Year=
|Title=
|DOI=
|PublicationType=
|Editor=
|Journal=
|Volume=
|Issue=
|Pages=
|Conference=
}}
Edit the page to see the template text.