8,856
editsAd placeholder
Template:Cite web: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if: work | '''{{{work}}}''': | }} {{#if: author | {{{author}}} {{#if: date | ({{{date}}}). | . }} | }} [{{{url}}} {{{title}}}] {{#if: pdf | (PDF) | }}. {{#if: publisher | ''{{{publisher}}}'' | }}. {{#if: accessdate | Retrived {{{accessdate}}}. | }} {{#if: archiveurl | Archived | <includeonly>{{#tag:ref|{{#if: work | '''{{{work}}}''': | }} {{#if: author | {{{author}}} {{#if: date | ({{{date}}}). | . }} | }} [{{{url}}} {{{title}}}] {{#if: pdf | (PDF) | }}. {{#if: publisher | ''{{{publisher}}}'' | }}. {{#if: accessdate | Retrived {{{accessdate}}}. | }} {{#if: archiveurl | Archived URL: ''[{{{archiveurl}}}]''. {{#if: archivedate | ''{{{archivedate}}}'' | }} | }}}}</includeonly><noinclude> | ||
<pre> {{cite web | |||
|work = Official website | |||
|author = Perry | |||
|date = 1961-07-94 | |||
|url = https://bg3.wiki | |||
|title = Perry's Homepage | |||
|pdf = | |||
|publisher = Perry and friends | |||
|accessdate = 2023-03-03 | |||
|archiveurl = https://archive.org/ | |||
|archivedate = 2023-04-04}} | |||
</pre> | |||
gives | |||
{{cite web | |||
|work = Official website | |||
|author = Perry | |||
|date = 1961-07-94 | |||
|url = https://bg3.wiki | |||
|title = Perry's Homepage | |||
|pdf = | |||
|publisher = Perry and friends | |||
|accessdate = 2023-03-03 | |||
|archiveurl = https://archive.org/ | |||
|archivedate = 2023-04-04}} | |||
</noinclude> | </noinclude> |