Template

Difference between revisions of "Publication"

From LRDE

Line 85: Line 85:
   
 
<!-- properties used for the news page -->
 
<!-- properties used for the news page -->
{{#set:Published has news={{published|false}}}}
+
{{#set:Published has news={{{published|false}}}}}
 
{{#set:News title='''Publication''' [[Publications/{{{id}}}|{{{title}}}]] {{#if: {{{booktitle|}}} | in ''{{{booktitle}}}'' | }}{{#if: {{{journal|}}} | in ''{{{journal}}}'' | }}}}
 
{{#set:News title='''Publication''' [[Publications/{{{id}}}|{{{title}}}]] {{#if: {{{booktitle|}}} | in ''{{{booktitle}}}'' | }}{{#if: {{{journal|}}} | in ''{{{journal}}}'' | }}}}
 
{{#set:News date={{{date}}}}}
 
{{#set:News date={{{date}}}}}

Revision as of 16:55, 14 November 2013

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

{{Publication
| published = true|false (if true: the publication appear in the news)
| date = XXXX-XX-XX
| authors = list of authors separated by a comma
| title =
| booktitle =
| series =
| volume =
| pages =
| notes =
| address =
| publisher =
| urllrde =
| abstract =
| type =
| id =
| bibtex =
| lrdeinc = transcluded page
| lrdepaper = url
| lrdeslides = url
| lrdeposter = url
| lrdeprojects = list of project separated by a comma
| lrdekeywords = list of keywords separated by a comma
}}

Edit the page to see the template text.