Template:Ref: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|<ref name='{{{name|}}}'>{{{1|}}}{{{2|}}}</ref>|<ref name='{{{name|}}}' />}}</includeonly>
<onlyinclude><includeonly>{{#if:{{{name|}}}{{{source|}}}{{{page|}}}{{{lastvisit|}}}{{{link|}}}{{{author|}}}|
{{#tag:ref|<!--
-->{{#if:{{{name|default}}}      |                    {{{name}}}|}}<!--
-->{{#if:{{{author|default}}}    |<nowiki> ∙ </nowiki>{{{author}}}|}}<!--
-->{{#if:{{{source|default}}}    |<nowiki> ∙ </nowiki>{{{source}}}|}}<!--
-->{{#if:{{{page|default}}}       |<nowiki> ∙ </nowiki>Page(s): {{{page}}}|}}<!--
-->{{#if:{{{link|default}}}      |<nowiki> ∙ </nowiki>Found at: {{{link}}}|}}<!--
-->{{#if:{{{lastvisit|default}}}  |<nowiki> ∙ </nowiki>(last visited: {{{lastvisit}}}|}})<!--
-->|name=ref-{{{1|reference}}} }}
|
{{#tag:ref||name=ref-{{{1|reference}}} }}
}}</includeonly></onlyinclude>
 
Parameters:
* 1: The key of the reference. This is required.
All other parameters are optional in principle, but should be left empty explicitly:
* Name:
* Source:
* Page:
* Lastvisit:
* Link:
* Author:
 
Copy-paste usable empty version:
<pre><nowiki>
{{ref|
  |name=
  |author=
  |page=
  |source=
  |link=
  |lastvisit=
}}
</nowiki></pre>
 
 
<hr>
Example:
 
Example statement{{ref|ref-1}}{{ref|ref-2}}
 
Example statement{{ref|ref1}}
 
Example statement{{ref|ref2}}{{ref|ref3}}
 
<references>
{{ref|ref-1|name=<nowiki>{{{name}}}</nowiki>
}}
{{ref|ref-2
  |name=Example reference with incomplete data
  |author=
  |page=
  |source=A paper I found
}}
 
{{ref|ref1
  |name=
  |author=Zsolt Horváth, Jürgen Waser, Rui A. P. Perdigão, Artem Konev and Günter Blöschl (2014)
  |page=
  |source=A two-dimensional numerical scheme of dry/wet fronts for the Saint-Venant system of shallow water equations
  |link=http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.700.7977&rep=rep1&type=pdf and http://visdom.at/media/pdf/publications/Poster.pdf
  |lastvisit=2018-06-29
}}
{{ref|ref2
  |name=
  |author=Kurganov A, Petrova G (2007)
  |page=
  |source=A Second-Order Well-Balanced Positivity Preserving Central-Upwind Scheme for the Saint-Venant System
  |link=http://www.math.tamu.edu/~gpetrova/KPSV.pdf
  |lastvisit=2019-04-11
}}
{{ref|ref3
  |name=
  |author=Bollermann, Andreas & Chen, Guoxian & Kurganov, Alexander & Noelle, Sebastian. (2014)
  |page=313
  |source=A Well-balanced Reconstruction for Wetting, Drying Fronts. IGPM Report
  |link=https://www.researchgate.net/publication/269417532_A_Well-balanced_Reconstruction_for_Wetting_Drying_Fronts
  |lastvisit=2019-07-24
}}
 
</references>

Latest revision as of 08:07, 17 February 2022


Parameters:

  • 1: The key of the reference. This is required.

All other parameters are optional in principle, but should be left empty explicitly:

  • Name:
  • Source:
  • Page:
  • Lastvisit:
  • Link:
  • Author:

Copy-paste usable empty version:

{{ref|
  |name=
  |author=
  |page=
  |source=
  |link=
  |lastvisit=
}}



Example:

Example statement[1][2]

Example statement[3]

Example statement[4][5]

  1. {{{name}}} ∙ {{{author}}} ∙ {{{source}}} ∙ Page(s): {{{page}}} ∙ Found at: {{{link}}} ∙ (last visited: {{{lastvisit}}})
  2. Example reference with incomplete data ∙ A paper I found ∙ Found at: {{{link}}} ∙ (last visited: {{{lastvisit}}})
  3. ∙ Zsolt Horváth, Jürgen Waser, Rui A. P. Perdigão, Artem Konev and Günter Blöschl (2014) ∙ A two-dimensional numerical scheme of dry/wet fronts for the Saint-Venant system of shallow water equations ∙ Found at: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.700.7977&rep=rep1&type=pdf and http://visdom.at/media/pdf/publications/Poster.pdf ∙ (last visited: 2018-06-29)
  4. ∙ Kurganov A, Petrova G (2007) ∙ A Second-Order Well-Balanced Positivity Preserving Central-Upwind Scheme for the Saint-Venant System ∙ Found at: http://www.math.tamu.edu/~gpetrova/KPSV.pdf ∙ (last visited: 2019-04-11)
  5. ∙ Bollermann, Andreas & Chen, Guoxian & Kurganov, Alexander & Noelle, Sebastian. (2014) ∙ A Well-balanced Reconstruction for Wetting, Drying Fronts. IGPM Report ∙ Page(s): 313 ∙ Found at: https://www.researchgate.net/publication/269417532_A_Well-balanced_Reconstruction_for_Wetting_Drying_Fronts ∙ (last visited: 2019-07-24)