Template:BibEntryCargo: Difference between revisions

From CSDMS
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
<pre>
<pre>
{{BibEntryCargo
{{BibEntryCargo
|Firstname=
|BibType=
|BibType=
|Title=
|Title=
Line 20: Line 21:


{{#cargo_declare:_table=BibEntryCargo
{{#cargo_declare:_table=BibEntryCargo
|BibType=String (allowed values=journalArticle,report,bookSection,webpage,conferencePaper,MISC)
|Firstname=String
|BibType=String (allowed values=journalArticle,report,bookSection,webpage,conferencePaper,MISC,thesis,blogpost, preprint)
|Title=String
|Title=String
|Editors=String
|Editors=String
|Year=Integer
|Year=Date
|Journal=String
|Journal=String
|Booktitle=String
|Booktitle=String
Line 34: Line 36:
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>
{|
<span class="plainlinks"><div style="float:right; "><div class="btn-lg btn-success" type="button" style=" padding-top: 0.3cm;">[https://csdms.colorado.edu/csdms_wiki/index.php?title=Reference:{{#replace:{{BASEPAGENAME}}| |_}}&action=formedit Edit reference]</div></div></span><br><br>
| BibType =  
{| class="formtable" width="70%"
| {{{BibType}}}
|width="30%"| Author(s)
|width="70%"| {{{Firstname|}}}
|-
|-
| Title =
| BibType
| {{{Title}}}
| {{{BibType|}}}
|-
|-
| Editors =
| Title
| {{{Editors}}}
| {{{Title|}}}
|-
|-
| Year =
| Editors
| {{{Year}}}
| {{{Editors|}}}
|-
|-
| Journal =
| Year
| {{{Journal}}}
| {{{Year|}}}
|-
| Journal  
| {{{Journal|}}}
|-
|-
| Booktitle
| Booktitle
| {{{Booktitle}}}
| {{{Booktitle|}}}
|-
|-
| Volume =
| Volume  
| {{{Volume}}}
| {{{Volume|}}}
|-
|-
| Pages =
| Pages  
| {{{Pages}}}
| {{{Pages|}}}
|-
|-
| URL =
| URL  
| {{{URL}}}
| {{{URL|}}}
|-
|-
| DOI =
| DOI  
| {{{DOI}}}
| {{{DOI|}}}
|-
|-
| ISBN =
| ISBN  
| {{{ISBN}}}
| {{{ISBN|}}}
|-
|-
| Note =
| Note  
| {{{Note}}}
| {{{Note|}}}
|}
{{#cargo_store:_table=BibEntryCargo
{{#cargo_store:_table=BibEntryCargo
|Firstname={{{Firstname|}}}
|BibType={{{BibType|}}}
|BibType={{{BibType|}}}
|Title={{{Title|}}}
|Title={{{Title|}}}
Line 83: Line 89:
|DOI={{{DOI|}}}
|DOI={{{DOI|}}}
|ISBN={{{ISBN|}}}
|ISBN={{{ISBN|}}}
|Note={{{Note|}}}
|Note={{{Note|}}}  
}} </includeonly>
}} </includeonly>

Latest revision as of 09:15, 2 October 2024

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

{{BibEntryCargo
|Firstname=
|BibType=
|Title=
|Editors=
|Year=
|Journal=
|Booktitle=
|Volume=
|Pages=
|URL=
|DOI=
|ISBN=
|Note=
}}

This template defines the table "BibEntryCargo". View table.