Template:Cite web: Difference between revisions
using code from User:Ligulem/work/cite web 1 oldid=48284199 on a trial basis. See talk. Please revert quickly if you see anything broken.
m>Mxn (+vi:) |
m>Ligulem (using code from User:Ligulem/work/cite web 1 oldid=48284199 on a trial basis. See talk. Please revert quickly if you see anything broken.) |
||
Line 1: | Line 1: | ||
<cite style="font-style:normal;"><includeonly>{{ | <cite style="font-style:normal;"><includeonly>{{ | ||
#if: {{#if: {{{url|}}} | {{#if: {{{title|}}} |1}}}} | |||
||Error on call to [[template:cite web]]: Parameters '''url''' and '''title''' must be specified | |||
}}</includeonly>{{#if: {{{author|{{{last|}}}}}} | |||
| {{#if: {{{authorlink|}}} | |||
| | | [[{{{authorlink}}}|{{#if: {{{last|}}} | ||
}}</includeonly>{{ | | {{{last}}}{{#if: {{{first|}}} | , {{{first}}} }} | ||
| {{{author}}} | |||
| | |||
| | |||
| | |||
| | |||
}}]] | }}]] | ||
| | | {{#if: {{{last|}}} | ||
| {{{last}}}{{#if: {{{first|}}} | , {{{first}}} }} | |||
| | | {{{author}}} | ||
| | |||
}} | }} | ||
}} | }} | ||
}}{{ | }}{{#if: {{{author|{{{last|}}}}}} | ||
| {{#if: {{{coauthors|}}}| <nowiki>;</nowiki> {{{coauthors}}} }} | |||
| | }}{{#if: {{{year|}}} | ||
|  ({{{year|}}}) | |||
}}{{#if: {{{author|}}}{{{year|}}} | |||
| .}}{{#if: {{{url|}}} | {{#if: {{{title|}}} | |||
}}{{ | |  [{{{url}}} {{{title}}}]. }} | ||
}}{{#if: {{{format|}}} | |||
| | |  ({{{format|}}}) | ||
}}{{ | }}{{#if: {{{work|}}} | ||
|  ''{{{work}}}''. | |||
| | }}{{#if: {{{publisher|}}} | ||
|  {{{publisher}}}. | |||
}}{{#if: {{{accessdate|}}} | |||
|  URL accessed on [[{{{accessdate}}}]]{{#if: {{{accessyear|}}} | , [[{{{accessyear}}}]] }}. | |||
}}{{ | |||
| | |||
}}{{ | |||
| | |||
| | |||
}}{{ | |||
| | |||
}}</cite><noinclude> | }}</cite><noinclude> | ||
This template is a simpler replacement for [[template:web reference]]. It provides lower case parameters only. | This template is a simpler replacement for [[template:web reference]]. It provides lower case parameters only. |