Template

Difference between revisions of "Publication"

From LRDE

Line 25: Line 25:
 
<div class="sideBox">
 
<div class="sideBox">
 
{{#if: {{{authors|}}} | ; Authors : {{#arraymap:{{{authors}}}|,|x|[[Has author::x]]}} |
 
{{#if: {{{authors|}}} | ; Authors : {{#arraymap:{{{authors}}}|,|x|[[Has author::x]]}} |
 
}}{{#if: {{{booktitle|}}} | ; Where : [[Published in::{{{booktitle}}}]] |
 
}}{{#if: {{{journal|}}} | ; Journal : [[Published in::{{{journal}}}]] |
  +
}}{{#if: {{{address|}}} | ; Place : {{{address}}} |
 
}}{{#if: {{{type|}}} | ; Type : [[Publication type::{{{type}}}]] |
 
}}{{#if: {{{type|}}} | ; Type : [[Publication type::{{{type}}}]] |
 
}}{{#if: {{{publisher|}}} | ; Publisher : [[Has publisher::{{{publisher}}}]] |
 
}}{{#if: {{{publisher|}}} | ; Publisher : [[Has publisher::{{{publisher}}}]] |
}}{{#if: {{{address|}}} | ; Place : {{{address}}} |
 
}}{{#if: {{{booktitle|}}} | ; Where : [[Published in::{{{booktitle}}}]] |
 
 
}}{{#if: {{{notes|}}} | ; Status : {{{notes}}} |
 
}}{{#if: {{{notes|}}} | ; Status : {{{notes}}} |
 
}}
 
}}

Revision as of 13:41, 18 September 2013

This is the "Publication" template. It should be called in the following format:

{{Publication
| date = XXXX-XX-XX
| authors = list of authors separated by comma
| title =
| booktitle =
| series =
| volume =
| pages =
| notes =
| address =
| publisher =
| urllrde =
| abstract =
| type =
| id =
| bibtex =
}}

Edit the page to see the template text.