Template:Cite web: Difference between revisions
From Valoriem
m 1 revision imported: Imported Template:Cite web and dependencies from English Wikipedia |
Created a lightweight, non-Lua version of Template:Cite web for basic citation of web sources using <ref> tags. |
||
| Line 1: | Line 1: | ||
<includeonly>{{# | <includeonly> | ||
| | <span class="citation web"> | ||
}}</includeonly><noinclude> | {{#if:{{{author|}}}|''{{{author}}}''. }}{{#if:{{{title|}}}|<i>''{{{title}}}''</i>. }} | ||
{{ | {{#if:{{{website|}}}|{{{website}}}. }} | ||
{{#if:{{{url|}}}|<span class="url">[{{{url}}} Link]</span>. }} | |||
{{#if:{{{date|}}}|{{{date}}}. }} | |||
</span> | |||
</includeonly><noinclude> | |||
== Usage == | |||
<pre> | |||
<ref>{{cite web | |||
| author = Jane Smith | |||
| title = 2024 Sustainability Report | |||
| website = Civica Organics | |||
| url = http://example.com/report | |||
| date = 15 March 2024 | |||
}}</ref> | |||
</pre> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 18:41, 8 May 2025
Usage
<ref>{{cite web
| author = Jane Smith
| title = 2024 Sustainability Report
| website = Civica Organics
| url = http://example.com/report
| date = 15 March 2024
}}</ref>