Cite This Page
Bibliographic details for Last list item
- Page name: Last list item
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 12 November 2022 04:17 UTC
- Date retrieved: 21 March 2023 01:14 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458
- Page Version ID: 333458
Citation styles for Last list item
APA style
Last list item. (2022, November 12). Rosetta Code, . Retrieved 01:14, March 21, 2023 from https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458.
MLA style
"Last list item." Rosetta Code, . 12 Nov 2022, 04:17 UTC. 21 Mar 2023, 01:14 <https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458>.
MHRA style
Rosetta Code contributors, 'Last list item', Rosetta Code, , 12 November 2022, 04:17 UTC, <https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458> [accessed 21 March 2023]
Chicago style
Rosetta Code contributors, "Last list item," Rosetta Code, , https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458 (accessed March 21, 2023).
CBE/CSE style
Rosetta Code contributors. Last list item [Internet]. Rosetta Code, ; 2022 Nov 12, 04:17 UTC [cited 2023 Mar 21]. Available from: https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458.
Bluebook style
Last list item, https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458 (last visited March 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Last list item --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458", note = "[Online; accessed 21-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Last list item --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Last_list_item&oldid=333458}", note = "[Online; accessed 21-March-2023]" }