Cite This Page
Bibliographic details for Middle three digits
- Page name: Middle three digits
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 24 January 2023 22:39 UTC
- Date retrieved: 5 February 2023 20:43 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974
- Page Version ID: 335974
Citation styles for Middle three digits
APA style
Middle three digits. (2023, January 24). Rosetta Code, . Retrieved 20:43, February 5, 2023 from https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974.
MLA style
"Middle three digits." Rosetta Code, . 24 Jan 2023, 22:39 UTC. 5 Feb 2023, 20:43 <https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974>.
MHRA style
Rosetta Code contributors, 'Middle three digits', Rosetta Code, , 24 January 2023, 22:39 UTC, <https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974> [accessed 5 February 2023]
Chicago style
Rosetta Code contributors, "Middle three digits," Rosetta Code, , https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974 (accessed February 5, 2023).
CBE/CSE style
Rosetta Code contributors. Middle three digits [Internet]. Rosetta Code, ; 2023 Jan 24, 22:39 UTC [cited 2023 Feb 5]. Available from: https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974.
Bluebook style
Middle three digits, https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974 (last visited February 5, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Middle three digits --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974", note = "[Online; accessed 5-February-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 = "Middle three digits --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Middle_three_digits&oldid=335974}", note = "[Online; accessed 5-February-2023]" }