Template:Bibliography: Difference between revisions

From DispersiveWiki
Jump to navigationJump to search
m (Added NUMBER field and blank defaults)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{{author}}},
{{{author|<noinclude><nowiki>{{{author}}}</nowiki></noinclude>}}},
''{{{title}}}'',
''{{{title|<noinclude><nowiki>{{{title}}}</nowiki></noinclude>}}}'',
{{{journal}}},
{{{journal|<noinclude><nowiki>{{{journal}}}</nowiki></noinclude>}}},
'''{{{jvol}}}''',
'''{{{jvol|<noinclude><nowiki>{{{jvol}}}</nowiki></noinclude>}}}''',
({{{year}}}),
({{{year|<noinclude><nowiki>{{{year}}}</nowiki></noinclude>}}}),
{{{jpage}}}
{{{NUMBER|<noinclude><nowiki>{{{NUMBER}}}</nowiki></noinclude>}}},  
{{{jpage|<noinclude><nowiki>{{{jpage}}}</nowiki></noinclude>}}}


ArXiv: [http://front.math.ucdavis.edu/{{{arxivlink}}} {{{arxivlink}}}]
ArXiv: [http://front.math.ucdavis.edu/{{{arxivlink}}} {{{arxivlink}}}]
Line 27: Line 28:
  <nowiki>}}</nowiki>
  <nowiki>}}</nowiki>


at the top of the page.  Linking, italicization, etc. will be done automatically, as will the adding of the page to the [[:Category:Bibliography|bibliography category]].
at the top of the page where a bibliography reference is desired.  Linking, italicization, etc. will be done automatically, as will the adding of the page to the [[:Category:Bibliography|bibliography category]].  Note that the parameters here can themselves contain markup such as external web links or LaTeX math symbols.


For an example of this template in action, see [[Ta2004]].
For an example of this template in action, see [[Ta2004]].

Latest revision as of 22:37, 9 February 2007

{{{author}}}, {{{title}}}, {{{journal}}}, {{{jvol}}}, ({{{year}}}), {{{NUMBER}}}, {{{jpage}}}

ArXiv: {{{arxivlink}}}

MathSciNet: {{{mathsciid}}}


How to use this template

Insert the text

{{Bibliography 
 | author = <list authors here> 
 | title = <list title here> 
 | journal = <list journal here, or "preprint"> 
 | jvol = <list journal volume here, or "-"> 
 | year = <list year of publication (or of preprint release)> 
 | jpage = <list journal pages, or "-"> 
 | arxivlink = <list arxiv number, or "-"> 
 | mathsciid = <list mathsci number, or "-"> 
}}

at the top of the page where a bibliography reference is desired. Linking, italicization, etc. will be done automatically, as will the adding of the page to the bibliography category. Note that the parameters here can themselves contain markup such as external web links or LaTeX math symbols.

For an example of this template in action, see Ta2004.