Cite This Page
Bibliographic details for TLDR:bootstrap2
- Page name: TLDR:bootstrap2
- Author: DISI contributors
- Publisher: DISI, .
- Date of last revision: 9 August 2022 05:28 UTC
- Date retrieved: 16 July 2026 13:37 UTC
- Permanent URL: http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619
- Page Version ID: 14619
Citation styles for TLDR:bootstrap2
APA style
TLDR:bootstrap2. (2022, August 9). DISI, . Retrieved 13:37, July 16, 2026 from http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619.
MLA style
"TLDR:bootstrap2." DISI, . 9 Aug 2022, 05:28 UTC. 16 Jul 2026, 13:37 <http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619>.
MHRA style
DISI contributors, 'TLDR:bootstrap2', DISI, , 9 August 2022, 05:28 UTC, <http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619> [accessed 16 July 2026]
Chicago style
DISI contributors, "TLDR:bootstrap2," DISI, , http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619 (accessed July 16, 2026).
CBE/CSE style
DISI contributors. TLDR:bootstrap2 [Internet]. DISI, ; 2022 Aug 9, 05:28 UTC [cited 2026 Jul 16]. Available from: http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619.
Bluebook style
TLDR:bootstrap2, http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619 (last visited July 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "DISI",
title = "TLDR:bootstrap2 --- DISI{,} ",
year = "2022",
url = "http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619",
note = "[Online; accessed 16-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 = "DISI",
title = "TLDR:bootstrap2 --- DISI{,} ",
year = "2022",
url = "\url{http://wiki.docking.org/index.php?title=TLDR:bootstrap2&oldid=14619}",
note = "[Online; accessed 16-July-2026]"
}