Template:Cite web: Difference between revisions
Created page with "<includeonly> {{#if: {{{author|}}} | ''{{{author}}}'' }} {{#if: {{{url|}}} | ''[{{{url}}} {{{title}}}]'' }} {{#if: {{{publisher|}}} | {{{publisher}}}. }} {{#if: {{{access-date|}}} | Accessed: {{{access-date}}}. }} </includeonly><noinclude> Bhikitia Pro: This template generates a citation for a web source. It should be used with `<ref>` tags to include references in articles. '''Parameters:''' * `author` - Name of the author * `title` - Title of the article or page..." |
m Protected "Template:Cite web" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#if:{{{author|}}}|{{{author}}}, }}{{#if:{{{url|}}}|[{{{url}}} {{{title|{{{url}}}}}}]|{{{title|}}}}}{{#if:{{{publisher|}}}|, ''{{{publisher}}}''}}{{#if:{{{website|}}}|, ''{{{website}}}''}}{{#if:{{{date|}}}|, {{{date}}}}}{{#if:{{{access-date|}}}|. Accessed {{{access-date}}}}}.}</includeonly><noinclude> | ||
{{#if: {{{author|}}} | | == Usage == | ||
{{#if: {{{url|}}} | | <pre> | ||
{{#if: {{{ | {{cite web | ||
{{#if: {{{access-date|}}} | Accessed | | url = | ||
</includeonly><noinclude> | | title = | ||
| author = | |||
| publisher = | |||
| website = | |||
| date = | |||
| access-date = | |||
}} | |||
</pre> | |||
</noinclude> | </noinclude> | ||
Latest revision as of 22:07, 25 April 2026
Usage
{{cite web
| url =
| title =
| author =
| publisher =
| website =
| date =
| access-date =
}}
