Cite This Page
Bibliographic details for Keyboard input
- Page name: Keyboard input
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 1 June 2018 10:20 UTC
- Date retrieved: 1 April 2023 17:48 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859
- Page Version ID: 159859
Citation styles for Keyboard input
APA style
Keyboard input. (2018, June 1). Rosetta Code, . Retrieved 17:48, April 1, 2023 from https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859.
MLA style
"Keyboard input." Rosetta Code, . 1 Jun 2018, 10:20 UTC. 1 Apr 2023, 17:48 <https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859>.
MHRA style
Rosetta Code contributors, 'Keyboard input', Rosetta Code, , 1 June 2018, 10:20 UTC, <https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859> [accessed 1 April 2023]
Chicago style
Rosetta Code contributors, "Keyboard input," Rosetta Code, , https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859 (accessed April 1, 2023).
CBE/CSE style
Rosetta Code contributors. Keyboard input [Internet]. Rosetta Code, ; 2018 Jun 1, 10:20 UTC [cited 2023 Apr 1]. Available from: https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859.
Bluebook style
Keyboard input, https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859 (last visited April 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Keyboard input --- Rosetta Code{,} ", year = "2018", url = "https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859", note = "[Online; accessed 1-April-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 = "Keyboard input --- Rosetta Code{,} ", year = "2018", url = "\url{https://rosettacode.org/w/index.php?title=Keyboard_input&oldid=159859}", note = "[Online; accessed 1-April-2023]" }