Cite This Page
Bibliographic details for Search a list of records
- Page name: Search a list of records
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 2 August 2024 17:10 UTC
- Date retrieved: 15 September 2024 02:32 UTC
- Permanent URL: https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978
- Page Version ID: 367978
Citation styles for Search a list of records
APA style
Search a list of records. (2024, August 2). Rosetta Code. Retrieved 02:32, September 15, 2024 from https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978.
MLA style
"Search a list of records." Rosetta Code. 2 Aug 2024, 17:10 UTC. 15 Sep 2024, 02:32 <https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978>.
MHRA style
Rosetta Code contributors, 'Search a list of records', Rosetta Code, 2 August 2024, 17:10 UTC, <https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978> [accessed 15 September 2024]
Chicago style
Rosetta Code contributors, "Search a list of records," Rosetta Code, https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978 (accessed September 15, 2024).
CBE/CSE style
Rosetta Code contributors. Search a list of records [Internet]. Rosetta Code; 2024 Aug 2, 17:10 UTC [cited 2024 Sep 15]. Available from: https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978.
Bluebook style
Search a list of records, https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978 (last visited September 15, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Search a list of records --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978", note = "[Online; accessed 15-September-2024]" }
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 = "Search a list of records --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Search_a_list_of_records?oldid=367978}", note = "[Online; accessed 15-September-2024]" }