Cite This Page
Bibliographic details for TL;DR
- Page name: TL;DR
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 30 October 2023 22:20 UTC
- Date retrieved: 23 April 2025 15:32 UTC
- Permanent URL: https://rosettacode.org/wiki/TL;DR?oldid=360087
- Page Version ID: 360087
Citation styles for TL;DR
APA style
TL;DR. (2023, October 30). Rosetta Code. Retrieved 15:32, April 23, 2025 from https://rosettacode.org/wiki/TL;DR?oldid=360087.
MLA style
"TL;DR." Rosetta Code. 30 Oct 2023, 22:20 UTC. 23 Apr 2025, 15:32 <https://rosettacode.org/wiki/TL;DR?oldid=360087>.
MHRA style
Rosetta Code contributors, 'TL;DR', Rosetta Code, 30 October 2023, 22:20 UTC, <https://rosettacode.org/wiki/TL;DR?oldid=360087> [accessed 23 April 2025]
Chicago style
Rosetta Code contributors, "TL;DR," Rosetta Code, https://rosettacode.org/wiki/TL;DR?oldid=360087 (accessed April 23, 2025).
CBE/CSE style
Rosetta Code contributors. TL;DR [Internet]. Rosetta Code; 2023 Oct 30, 22:20 UTC [cited 2025 Apr 23]. Available from: https://rosettacode.org/wiki/TL;DR?oldid=360087.
Bluebook style
TL;DR, https://rosettacode.org/wiki/TL;DR?oldid=360087 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "TL;DR --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/wiki/TL;DR?oldid=360087", note = "[Online; accessed 23-April-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 = "TL;DR --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/wiki/TL;DR?oldid=360087}", note = "[Online; accessed 23-April-2025]" }