Template:Cite web: Difference between revisions
Appearance
m Protected "Template:Cite web" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
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 }}