Jump to content

Template:Cite journal: Difference between revisions

From RetroTechCollection
Created page with "<includeonly> ''{{{title|}}}''{{#if:{{{author|}}}| – {{{author}}}}}{{#if:{{{journal|}}}|, ''{{{journal}}}''}}{{#if:{{{volume|}}}|, vol. {{{volume}}}}}{{#if:{{{issue|}}}|, no. {{{issue}}}}}{{#if:{{{pages|}}}|, pp. {{{pages}}}}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{doi|}}}| – [https://doi.org/{{{doi}}} DOI:{{{doi}}}]}{{#if:{{{url|}}}| – [{{{url}}} link]}}{{#if:{{{access-date|}}}| (accessed {{{access-date}}})}} </includeonly> <noinclude> == Documentation == A plain..."
 
No edit summary
 
Line 1: Line 1:
<includeonly>
<includeonly>
''{{{title|}}}''{{#if:{{{author|}}}| – {{{author}}}}}{{#if:{{{journal|}}}|, ''{{{journal}}}''}}{{#if:{{{volume|}}}|, vol. {{{volume}}}}}{{#if:{{{issue|}}}|, no. {{{issue}}}}}{{#if:{{{pages|}}}|, pp. {{{pages}}}}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{doi|}}}| – [https://doi.org/{{{doi}}} DOI:{{{doi}}}]}{{#if:{{{url|}}}| – [{{{url}}} link]}}{{#if:{{{access-date|}}}| (accessed {{{access-date}}})}}
''{{{title|}}}''{{#if:{{{author|}}}| – {{{author}}}}}{{#if:{{{journal|}}}|, ''{{{journal}}}''}}{{#if:{{{volume|}}}|, vol. {{{volume}}}}}{{#if:{{{issue|}}}|, no. {{{issue}}}}}{{#if:{{{pages|}}}|, pp. {{{pages}}}}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{doi|}}}| – [https://doi.org/{{{doi}}} DOI:{{{doi}}}]}}{{#if:{{{url|}}}| – [{{{url}}} link]}}{{#if:{{{access-date|}}}| (accessed {{{access-date}}})}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Line 9: Line 9:
* '''title''' (required) – Title of the article or paper   
* '''title''' (required) – Title of the article or paper   
* '''author''' – Author(s) of the article   
* '''author''' – Author(s) of the article   
* '''journal''' – Journal or conference proceedings title   
* '''journal''' – Journal or proceedings title   
* '''volume''' – Volume number   
* '''volume''' – Volume number   
* '''issue''' – Issue number   
* '''issue''' – Issue number   
* '''pages''' – Page range, e.g., 123–134   
* '''pages''' – Page range (e.g., 123–134)  
* '''date''' – Publication date (YYYY-MM-DD or year only)   
* '''date''' – Publication date (YYYY-MM-DD or year)   
* '''doi''' – DOI without prefix (e.g., `10.1145/1234567.8901234`)   
* '''doi''' – DOI without prefix (e.g., `10.1145/1234567.8901234`)   
* '''url''' – Optional direct link to the article (PDF or HTML)   
* '''url''' – Optional direct link to the article (PDF or HTML)   
* '''access-date''' – Date the resource was accessed (YYYY-MM-DD)
* '''access-date''' – Date you accessed the resource (YYYY-MM-DD)


=== Usage ===
=== Usage ===
Wrap it in `<ref>` tags manually:
     Early concepts of GUI design<ref>{{Cite journal
     Early concepts of GUI design<ref>{{Cite journal
       |title=The Xerox Star: A Retrospective
       |title=The Xerox Star: A Retrospective
Line 34: Line 32:
     }}</ref>
     }}</ref>


Then, at the end of the article:
Add once at the end of the article:


     <references/>
     <references/>
</noinclude>
</noinclude>

Latest revision as of 00:13, 7 July 2025


Documentation

[edit source]

A plaintext-style journal citation template, to be wrapped manually in `[1]`.

Parameters

[edit source]
  • title (required) – Title of the article or paper
  • author – Author(s) of the article
  • journal – Journal or proceedings title
  • volume – Volume number
  • issue – Issue number
  • pages – Page range (e.g., 123–134)
  • date – Publication date (YYYY-MM-DD or year)
  • doi – DOI without prefix (e.g., `10.1145/1234567.8901234`)
  • url – Optional direct link to the article (PDF or HTML)
  • access-date – Date you accessed the resource (YYYY-MM-DD)
   Early concepts of GUI design[2]

Add once at the end of the article:

  1. The Xerox Star: A Retrospective– David C. Smith et al., IEEE Computer, vol. 22, no. 9, pp. 11–29, 1989-09– DOI:10.1109/2.34502link(accessed 2025-07-06)