Namespaces
Variants
Actions

Difference between revisions of "User:Ulf Rehmann/sandbox/Ref"

From Encyclopedia of Mathematics
Jump to: navigation, search
(Created page with "<noinclude> ==== Usage: ==== <pre>{{User:Ulf Rehmann/sandbox/Ref | tab = | Key = <descriptor to adress bib entry> | Author = <name1, first name1; name2, first...")
 
m
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
==== Usage: ====
 
==== Usage: ====
 +
Either:
  
 +
<nowiki>
 +
{{User:Ulf Rehmann/sandbox/Ref | </nowiki><i>descriptor of bib entry</i><nowiki>}}
 +
</nowiki>
  
 +
Or:
 
<pre>{{User:Ulf Rehmann/sandbox/Ref
 
<pre>{{User:Ulf Rehmann/sandbox/Ref
 
|      tab =
 
|      tab =
|      Key = <descriptor to adress bib entry>
+
|      Key = <descriptor of bib entry>
 
|    Author = <name1, first name1; name2, first name2 ...>   
 
|    Author = <name1, first name1; name2, first name2 ...>   
 
|    Title = <title of article>
 
|    Title = <title of article>
Line 25: Line 30:
 
|      URL =
 
|      URL =
 
|      ISSN =
 
|      ISSN =
 +
|      ISBN =
 
}}</pre>
 
}}</pre>
  
Line 36: Line 42:
 
[[Jacobi variety#Se|<nowiki>[[Jacobi variety#Se]]</nowiki>]] refers to a reference entry on the page [[Jacobi variety]].
 
[[Jacobi variety#Se|<nowiki>[[Jacobi variety#Se]]</nowiki>]] refers to a reference entry on the page [[Jacobi variety]].
  
Remarks:
+
Remarks concerning the second call version:
 
* Only those items really needed have to be used in the template call.
 
* Only those items really needed have to be used in the template call.
 
* If the value 'tab' is initialized to anything, then a line is produced which can be used in a formated bibliography table at the end of any article,
 
* If the value 'tab' is initialized to anything, then a line is produced which can be used in a formated bibliography table at the end of any article,
  
 
----------------------------------
 
----------------------------------
 +
 
==== Code: ====
 
==== Code: ====
 
</noinclude><!--
 
</noinclude><!--
 +
-->{{#if:{{{1|}}}|<!--
 +
  --><span id="{{{1|}}}"></span>[{{{1}}}]}}<!--
 
-->{{#if:{{{Key|}}}|<!--
 
-->{{#if:{{{Key|}}}|<!--
 
-->{{#if:{{{tab|}}}|<!---
 
-->{{#if:{{{tab|}}}|<!---
Line 50: Line 59:
 
   --><span id="{{{Key|}}}"></span>[{{{Key}}}]}}<!--
 
   --><span id="{{{Key|}}}"></span>[{{{Key}}}]}}<!--
 
-->}} <!--
 
-->}} <!--
-->{{#if:{{{Author|}}}    |{{{Author}}}; }} <!--
+
-->{{#if:{{{Author|}}}    |{{{Author}}};}} <!--
-->{{#if:{{{Title|}}}    |<i>{{{Title}}}</i>, }} <!--
+
-->{{#if:{{{Title|}}}    |<i>{{{Title}}}</i>,}} <!--
-->{{#if:{{{Editor|}}}    |<i>ed.</i> {{{Editor}}}; }} <!--
+
-->{{#if:{{{Editor|}}}    |<i>ed.</i> {{{Editor}}};}} <!--
-->{{#if:{{{Booktitle|}}} |{{{Booktitle}}}; }} <!--
+
-->{{#if:{{{Booktitle|}}} |<i>{{{Booktitle}}}</i>,}} <!--
-->{{#if:{{{Journal|}}}  |{{{Journal}}}, }} <!--
+
-->{{#if:{{{Journal|}}}  |{{{Journal}}},}} <!--
-->{{#if:{{{Series|}}}    |{{{Series}}}, }} <!--
+
-->{{#if:{{{Series|}}}    |<i>ser.</i> {{{Series}}} }} <!--
-->{{#if:{{{Volume|}}}    |'''{{{Volume}}}''' }} <!--
+
-->{{#if:{{{Volume|}}}    |'''{{{Volume}}}'''}} <!--
-->{{#if:{{{Number|}}}    |no. {{{Number}}} }} <!--
+
-->{{#if:{{{Number|}}}    |no. {{{Number}}}}} <!--
-->{{#if:{{{Year|}}}      |({{{Year}}}) }} <!--
+
-->{{#if:{{{Year|}}}      |({{{Year}}})}}<!--
-->{{#if:{{{Pages|}}}    |pp. {{{Pages}}}, }} <!--
+
-->{{#if:{{{Pages|}}}    |, pp. {{{Pages}}} }}<!--
-->{{#if:{{{Publisher|}}} |{{{Publisher}}}, }} <!--
+
-->{{#if:{{{Publisher|}}} |, {{{Publisher}}}}}<!--
-->{{#if:{{{Mrn|}}}      |{{MR|{{{Mrn}}}}}, }} <!--
+
-->{{#if:{{{Mrn|}}}      |, {{MR|{{{Mrn}}}}}}}<!--
-->{{#if:{{{Zbl|}}}      |{{ZBL|{{{Zbl}}}}}, }} <!--
+
-->{{#if:{{{Zbl|}}}      |, {{ZBL|{{{Zbl}}}}}}}<!--
-->{{#if:{{{Msc|}}}      |MSC: {{MSCwiki|{{#sub:{{{Msc}}}|0|5}}}}, }} <!--
+
-->{{#if:{{{Msc|}}}      |, MSC: {{MSCwiki|{{#sub:{{{Msc}}}|0|5}}}}}}<!--
-->{{#if:{{{Msc2|}}}      |{{MSCwiki|{{#sub:{{{Msc2}}}|0|5}}}}, }} <!--
+
-->{{#if:{{{Msc2|}}}      |, {{MSCwiki|{{#sub:{{{Msc2}}}|0|5}}}}}}<!--
-->{{#if:{{{Msc3|}}}      |{{MSCwiki|{{#sub:{{{Msc3}}}|0|5}}}}, }} <!--
+
-->{{#if:{{{Msc3|}}}      |, {{MSCwiki|{{#sub:{{{Msc3}}}|0|5}}}}}}<!--
-->{{#if:{{{DOI|}}}      |[http://dx.doi.org/{{{DOI}}} DOI: {{{DOI}}}], }} <!--
+
-->{{#if:{{{DOI|}}}      |, [http://dx.doi.org/{{{DOI}}} DOI: {{{DOI}}}]}}<!--
-->{{#if:{{{URL|}}}      |URL: {{{URL}}}], }} <!--
+
-->{{#if:{{{URL|}}}      |URL: {{{URL}}}]}}<!--
-->{{#if:{{{ISSN|}}}      |ISSN: {{{ISSN}}} }}
+
-->{{#if:{{{ISSN|}}}      |ISSN: {{{ISSN}}}}} <!--
 +
-->{{#if:{{{ISBN|}}}      |ISBN: {{{ISBN}}}}}

Latest revision as of 21:20, 3 September 2013

Usage:

Either:

{{User:Ulf Rehmann/sandbox/Ref | descriptor of bib entry}}

Or:

{{User:Ulf Rehmann/sandbox/Ref
|       tab =
|       Key = <descriptor of bib entry>
|    Author = <name1, first name1; name2, first name2 ...>  
|     Title = <title of article>
|    Editor = ...
| Booktitle = ...
|   Journal = ...
|    Series =
|    Volume =
|    Number =
|      Year =
|     Pages =
| Publisher =
|       Mrn =
|       Zbl =
|       Msc =
|      Msc2 =
|      Msc3 =
|       DOI =
|       URL =
|      ISSN =
|      ISBN =
}}


This template returns a line with the corresponding bibliographic data, containing a reference point which can be addressed on the same page by using Template:Cite

Reference points can be addressed like every anchor from other pages as well:

For example, the encoding [[Jacobi variety#Se]] refers to a reference entry on the page Jacobi variety.

Remarks concerning the second call version:

  • Only those items really needed have to be used in the template call.
  • If the value 'tab' is initialized to anything, then a line is produced which can be used in a formated bibliography table at the end of any article,

Code:

How to Cite This Entry:
Ulf Rehmann/sandbox/Ref. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Ulf_Rehmann/sandbox/Ref&oldid=30317