Template

Difference between revisions of "Publication"

From LRDE

Line 1: Line 1:
  +
<noinclude>
{{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} |}}
 
  +
This is the "News" template.
  +
It should be called in the following format:
  +
<pre>
  +
{{Publication
  +
| date = XXXX-XX-XX
  +
| author{0..29} =
  +
| title =
  +
| booktitle =
  +
| series =
  +
| volume =
  +
| pages =
  +
| notes =
  +
| address =
  +
| publisher =
  +
| urllrde =
  +
| abstract =
  +
| type =
  +
| id =
  +
| bibtex =
  +
}}
  +
</pre>
  +
Edit the page to see the template text.
 
</noinclude><includeonly>{{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} |}}
 
<div class="sideBox">
 
<div class="sideBox">
 
{{#if: {{{author0|}}} |
 
{{#if: {{{author0|}}} |
Line 70: Line 93:
 
{{#set:News date={{{date}}}}}
 
{{#set:News date={{{date}}}}}
 
{{#set:News year={{#time: Y | {{{date}}}}}}}
 
{{#set:News year={{#time: Y | {{{date}}}}}}}
  +
</includeonly>

Revision as of 17:46, 16 September 2013

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

{{Publication
| date = XXXX-XX-XX
| author{0..29} =
| title =
| booktitle =
| series =
| volume =
| pages =
| notes =
| address =
| publisher =
| urllrde =
| abstract =
| type =
| id =
| bibtex =
}}

Edit the page to see the template text.