Template:Citation: Difference between revisions
Appearance
Taurussmith (talk | contribs) Created page with "<includeonly> <ref>{{cite web |title={{{title|}}} |url={{{url|}}} |author={{{author|}}} |publisher={{{publisher|}}} |date={{{date|}}} |access-date={{{access-date|}}} |work={{{work|}}} |language={{{language|}}} }}</ref> </includeonly> <noinclude> == Usage == Use to cite a source in an article. Example: <nowiki>{{Citation |title=DGR Music Group signs new artist |url=https://example.com/news/dgr-signs-artist |work=DGR News |publisher=DGR News |author=Editor..." |
Taurussmith (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#if: {{{last|}}} | {{{last}}}{{#if: {{{first|}}} | , {{{first}}} }} | {{#if: {{{author|}}} | {{{author}}} }} }} {{#if: {{{date|}}} | ({{{date}}}) }} "{{{title}}}"{{#if: {{{work|}}} | . ''{{{work}}}'' }}{{#if: {{{publisher|}}} | . {{{publisher}}} }}{{#if: {{{location|}}} | . {{{location}}} }}{{#if: {{{url|}}} | . Retrieved from {{{url}}} }}{{#if: {{{isbn|}}} | . ISBN {{{isbn}}} }}</includeonly> | ||
}} | |||
}}</ | |||