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