User:Derekblue1/sandbox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 140: Line 140:
| accessyear =  
| accessyear =  
| author =  
| author =  
| last =
| first =
| authorlink =
| coauthors =
| date =  
| date =  
| year =  
| year =  
Line 159: Line 155:
;Common form for cases where none is known about authorship of the page (with current date)
;Common form for cases where none is known about authorship of the page (with current date)
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |format= |work= }}</nowiki></tt>
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |format= |work= }}</nowiki></tt>
;Using last, first (with current date)
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt>


;Using author (with current date)
;Using author (with current date)

Revision as of 12:33, December 13, 2023


Using

Syntax
|url= URL of online item.
|title= Title of online item.
|accessdate= Date when the item was accessed, in ISO 8601 YYYY-MM-DD format, for example "accessdate = 2024-09-25". Must not be wikilinked
|accessmonthday= For producing a non-wikilinkd date of retrieval: Month and day when item was accessed, for example "accessmonthday = May 10", and year when item was accessed, for example "accessyear = 2005".
|accessyear=
|author= Author of the URL.
|last= Last name of the author. Do not use this string if |author= is in place.
|first= First name of the author. Do not use this string if |author= is in place.
|authorlink= Link to the author. Use this string if |author= is in place.
|coauthors= Other authors of the URL.
|date= Date when URL published.
|year= Year when URL published. Do not use this string if |date= is in place.
|month= Month when URL published. Do not use this string if |date= is in place.
|format= Format of work referred to by URL. pdf, doc, xls; html
|work= Title of the website. Can also be wikilinked.
|publisher= Name of the publisher; can be linked.
|pages= Pages in the source that support the content
|language= Language of the website if not English.
|archiveurl= The URL of archived copy of web page
|archivedate= Date when original URL was archived
|quote= Quote of a specific text.
{{cite web
| url = 
| title = 
| accessdate = 
| accessmonthday = 
| accessyear = 
| author = 
| date = 
| year = 
| month = 
| format = 
| work = 
| publisher = 
| pages = 
| language = 
| archiveurl = 
| archivedate = 
| quote = 
}}
Common form for cases where none is known about authorship of the page (with current date)

{{cite web |url= |title= |accessdate=2024-09-25 |format= |work= }}

Using author (with current date)

{{cite web |url= |title= |accessdate=2024-09-25 |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}

Using non-wikilinked retrieved date, last, first

{{cite web |url= |title= |accessmonthday= |accessyear= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}

Using non-wikilinked retrieved date, author

{{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}