Cite This Page
Bibliographic details for TLDR
- Page name: TLDR
- Author: makerhub contributors
- Publisher: makerhub, .
- Date of last revision: 4 January 2023 20:02 UTC
- Date retrieved: 19 July 2026 15:13 UTC
- Permanent URL: https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496
- Page Version ID: 10496
Citation styles for TLDR
APA style
TLDR. (2023, January 4). makerhub, . Retrieved 15:13, July 19, 2026 from https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496.
MLA style
"TLDR." makerhub, . 4 Jan 2023, 20:02 UTC. 19 Jul 2026, 15:13 <https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496>.
MHRA style
makerhub contributors, 'TLDR', makerhub, , 4 January 2023, 20:02 UTC, <https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496> [accessed 19 July 2026]
Chicago style
makerhub contributors, "TLDR," makerhub, , https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496 (accessed July 19, 2026).
CBE/CSE style
makerhub contributors. TLDR [Internet]. makerhub, ; 2023 Jan 4, 20:02 UTC [cited 2026 Jul 19]. Available from: https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496.
Bluebook style
TLDR, https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496 (last visited July 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "makerhub",
title = "TLDR --- makerhub{,} ",
year = "2023",
url = "https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496",
note = "[Online; accessed 19-July-2026]"
}
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 = "makerhub",
title = "TLDR --- makerhub{,} ",
year = "2023",
url = "\url{https://makerhub.georgefox.edu/w/index.php?title=TLDR&oldid=10496}",
note = "[Online; accessed 19-July-2026]"
}