Cite This Page
Bibliographic details for Getting Started
- Page name: Getting Started
- Author: SizeCoding contributors
- Publisher: SizeCoding, .
- Date of last revision: 28 June 2022 22:14 UTC
- Date retrieved: 3 November 2025 15:08 UTC
- Permanent URL: http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20
- Page Version ID: 20
Citation styles for Getting Started
APA style
Getting Started. (2022, June 28). SizeCoding, . Retrieved 15:08, November 3, 2025 from http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20.
MLA style
"Getting Started." SizeCoding, . 28 Jun 2022, 22:14 UTC. 3 Nov 2025, 15:08 <http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20>.
MHRA style
SizeCoding contributors, 'Getting Started', SizeCoding, , 28 June 2022, 22:14 UTC, <http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20> [accessed 3 November 2025]
Chicago style
SizeCoding contributors, "Getting Started," SizeCoding, , http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20 (accessed November 3, 2025).
CBE/CSE style
SizeCoding contributors. Getting Started [Internet]. SizeCoding, ; 2022 Jun 28, 22:14 UTC [cited 2025 Nov 3]. Available from: http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20.
Bluebook style
Getting Started, http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20 (last visited November 3, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "SizeCoding",
title = "Getting Started --- SizeCoding{,} ",
year = "2022",
url = "http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20",
note = "[Online; accessed 3-November-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 = "SizeCoding",
title = "Getting Started --- SizeCoding{,} ",
year = "2022",
url = "\url{http://www.sizecoding.org/index.php?title=Getting_Started&oldid=20}",
note = "[Online; accessed 3-November-2025]"
}