Template:Pub: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
New page: <noinclude>'''Template:Pub''' is used to generate a link to a publication in the VRL citation database that is listed on the [http://www.cs.brown.edu/research/vis/results/pubs.html publica...
 
Jadrian Miles (talk | contribs)
No edit summary
Line 1: Line 1:
<noinclude>'''Template:Pub''' is used to generate a link to a publication in the VRL citation database that is listed on the [http://www.cs.brown.edu/research/vis/results/pubs.html publications page].  Use it with the following code:
<includeonly>[http://www.cs.brown.edu/research/vis/results/pubs.html#{{{1}}} {{{2}}}]</includeonly><noinclude>'''Template:Pub''' is used to generate a link to a publication in the VRL citation database that is listed on the [http://www.cs.brown.edu/research/vis/results/pubs.html publications page].  Use it with the following code:


<pre><nowiki>{{pub|<key>|<description>}}</nowiki></pre>
<pre><nowiki>{{pub|<key>|<description>}}</nowiki></pre>
Line 7: Line 7:


The output of
The output of
<pre><nowiki>{{pub|{{{1}}}|{{{2}}}}}</nowiki></pre>
<pre><nowiki>{{pub|Laidlaw-2004-VMS|Laidlaw NSF Poster}}</nowiki></pre>
looks like this:
looks like this: {{pub|Laidlaw-2004-VMS|Laidlaw NSF Poster}}
</noinclude>[http://www.cs.brown.edu/research/vis/results/pubs.html#{{{1}}} {{{2}}}]
</noinclude>

Revision as of 21:40, 7 November 2008

Template:Pub is used to generate a link to a publication in the VRL citation database that is listed on the publications page. Use it with the following code:

{{pub|<key>|<description>}}
  • <key> is the three-part key that we use in VRL to refer to just about everything: <Author>-<Year>-<TLA>, for example Laidlaw-2004-VMS.
  • <description> is the text that you want for the link.

The output of

{{pub|Laidlaw-2004-VMS|Laidlaw NSF Poster}}

looks like this: Laidlaw NSF Poster