Template:Cite web: Difference between revisions
SGPolitico (talk | contribs) (Created page with "<includeonly> [{{{url}}} "{{{title}}}"]. {{#if:{{{website|}}}|''{{{website}}}''. |}} {{#if:{{{publisher|}}}|{{{publisher}}}. |}} {{#if:{{{date|}}}|({{{date}}}). |}} {{#if:{{{access-date|}}}|Retrieved {{{access-date}}}.|}} </includeonly><noinclude> This is a simplified citation template. Usage: <nowiki>{{cite web |url= |title= |website= |publisher= |date= |access-date=}}</nowiki> </noinclude>") |
SGPolitico (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{Citation core|mode=web|last={{{last|{{{last1|}}}}}}|first={{{first|{{{first1|}}}}}}|last2={{{last2|}}}|first2={{{first2|}}}|date={{{date|}}}|year={{{year|}}}|title={{{title|}}}|url={{{url|}}}|work={{{work|}}}|website={{{website|}}}|publisher={{{publisher|}}}|language={{{language|}}}|pages={{{pages|{{{page|}}}}}}|access-date={{{access-date|{{{accessdate|}}}}}}|archive-url={{{archive-url|}}}|archive-date={{{archive-date|}}}|url-status={{{url-status|}}}|via={{{via|}}}|quote={{{quote|}}}}}</includeonly><noinclude> | ||
== Usage == | |||
{{ | Lua-free reimplementation of Wikipedia's <nowiki>{{cite web}}</nowiki>, built on [[Template:Citation core]]. See that page for the full field list and documented deviations from upstream CS1. | ||
{{ | |||
{{ | <pre>{{cite web |last=|first=|date=|title=|url=|website=|publisher=|access-date=|archive-url=|archive-date=|url-status=}}</pre> | ||
{{ | |||
</includeonly><noinclude> | Accepts <code>last1</code>/<code>first1</code> as aliases for <code>last</code>/<code>first</code>, matching how citations are already written across the wiki. | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 20:12, 14 July 2026
Usage
Lua-free reimplementation of Wikipedia's {{cite web}}, built on Template:Citation core. See that page for the full field list and documented deviations from upstream CS1.
{{cite web |last=|first=|date=|title=|url=|website=|publisher=|access-date=|archive-url=|archive-date=|url-status=}}
Accepts last1/first1 as aliases for last/first, matching how citations are already written across the wiki.