Template:Cite web: Difference between revisions
Appearance
Created page with "<includeonly><ref>{{#if:{{{url|}}}|[{{{url}}} {{{title}}}]|{{{title}}}}}{{#if:{{{publisher|}}}|, {{{publisher}}}}}{{#if:{{{date|}}}|, {{{date}}}}}</ref></includeonly><noinclude> ==Usage== <pre> {{Cite web | url = http://example.com | title = Example title | publisher = Example publisher | date = 2025-04-28 }} </pre> </noinclude>" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly | <includeonly>{{#if:{{{url|}}}|[{{{url}}} {{{title|{{{url}}}}}}]}} | ||
{{#if:{{{author|}}}|, by {{{author}}}}} | |||
{{#if:{{{date|}}}| ({{{date}}})}} | |||
{{#if:{{{website|}}}|, ''{{{website}}}''}} | |||
{{#if:{{{publisher|}}}|, {{{publisher}}}}} | |||
{{#if:{{{access-date|}}}|, accessed {{{access-date}}}}}</includeonly><noinclude> | |||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{Cite web | {{Cite web | ||
| url | | url = https://example.com | ||
| title | | title = Example Title | ||
| | | author = John Doe | ||
| date | | date = 2025-04-28 | ||
| website = ExampleSite | |||
| publisher = ExamplePublisher | |||
| access-date = 2025-04-28 | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 11:18, 28 April 2025
Usage
{{Cite web
| url = https://example.com
| title = Example Title
| author = John Doe
| date = 2025-04-28
| website = ExampleSite
| publisher = ExamplePublisher
| access-date = 2025-04-28
}}