Template:Citation: Difference between revisions
Appearance
Created page with "(Generic fallback for source types that don't fit the templates above — e.g. GitHub repos, conference talks, standards documents.) <includeonly><span class="citation">{{#if:{{{author|}}}|{{{author}}}, }}{{#if:{{{url|}}}|[{{{url}}} {{{title|}}}]|{{{title|}}}}}{{#if:{{{source|}}}|, {{{source}}}}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{access-date|}}}|, retrieved {{{access-date}}}}}.</span></includeonly><noinclude> == Usage == <pre> {{Citation | author = | title = | ur..." |
No edit summary |
||
| Line 1: | Line 1: | ||
(Generic fallback for source types that don't fit the templates | (Generic fallback for source types that don't fit the other templates) | ||
<includeonly><span class="citation">{{#if:{{{author|}}}|{{{author}}}, }}{{#if:{{{url|}}}|[{{{url}}} {{{title|}}}]|{{{title|}}}}}{{#if:{{{source|}}}|, {{{source}}}}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{access-date|}}}|, retrieved {{{access-date}}}}}.</span></includeonly><noinclude> | <includeonly><span class="citation">{{#if:{{{author|}}}|{{{author}}}, }}{{#if:{{{url|}}}|[{{{url}}} {{{title|}}}]|{{{title|}}}}}{{#if:{{{source|}}}|, {{{source}}}}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{access-date|}}}|, retrieved {{{access-date}}}}}.</span></includeonly><noinclude> | ||
== Usage == | == Usage == | ||
Revision as of 19:43, 8 August 2026
(Generic fallback for source types that don't fit the other templates)
Usage
{{Citation
| author =
| title =
| url =
| source =
| date =
| access-date =
}}
Use this for anything that doesn't fit cite web/book/journal/news — GitHub repos, standards docs, conference talks, etc.