Cite This Page
Bibliographic details for Index in a list
- Page name: Index in a list
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 13:33 UTC
- Date retrieved: 15 January 2025 05:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Index_in_a_list?oldid=138275
- Page Version ID: 138275
Citation styles for Index in a list
APA style
Index in a list. (2010, February 6). Rosetta Code. Retrieved 05:54, January 15, 2025 from https://rosettacode.org/wiki/Index_in_a_list?oldid=138275.
MLA style
"Index in a list." Rosetta Code. 6 Feb 2010, 13:33 UTC. 15 Jan 2025, 05:54 <https://rosettacode.org/wiki/Index_in_a_list?oldid=138275>.
MHRA style
Rosetta Code contributors, 'Index in a list', Rosetta Code, 6 February 2010, 13:33 UTC, <https://rosettacode.org/wiki/Index_in_a_list?oldid=138275> [accessed 15 January 2025]
Chicago style
Rosetta Code contributors, "Index in a list," Rosetta Code, https://rosettacode.org/wiki/Index_in_a_list?oldid=138275 (accessed January 15, 2025).
CBE/CSE style
Rosetta Code contributors. Index in a list [Internet]. Rosetta Code; 2010 Feb 6, 13:33 UTC [cited 2025 Jan 15]. Available from: https://rosettacode.org/wiki/Index_in_a_list?oldid=138275.
Bluebook style
Index in a list, https://rosettacode.org/wiki/Index_in_a_list?oldid=138275 (last visited January 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Index in a list --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Index_in_a_list?oldid=138275", note = "[Online; accessed 15-January-2025]" }
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 = "Index in a list --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Index_in_a_list?oldid=138275}", note = "[Online; accessed 15-January-2025]" }