Cite This Page
Bibliographic details for Code’n’Stitch
- Page name: Code’n’Stitch
- Author: ArboresTechWiki contributors
- Publisher: ArboresTechWiki, Digital Empowerment.
- Date of last revision: 10 April 2021 00:19 UTC
- Date retrieved: 13 July 2026 21:44 UTC
- Permanent URL: http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300
- Page Version ID: 16300
Citation styles for Code’n’Stitch
APA style
Code’n’Stitch. (2021, April 10). ArboresTechWiki, Digital Empowerment. Retrieved 21:44, July 13, 2026 from http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300.
MLA style
"Code’n’Stitch." ArboresTechWiki, Digital Empowerment. 10 Apr 2021, 00:19 UTC. 13 Jul 2026, 21:44 <http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300>.
MHRA style
ArboresTechWiki contributors, 'Code’n’Stitch', ArboresTechWiki, Digital Empowerment, 10 April 2021, 00:19 UTC, <http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300> [accessed 13 July 2026]
Chicago style
ArboresTechWiki contributors, "Code’n’Stitch," ArboresTechWiki, Digital Empowerment, http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300 (accessed July 13, 2026).
CBE/CSE style
ArboresTechWiki contributors. Code’n’Stitch [Internet]. ArboresTechWiki, Digital Empowerment; 2021 Apr 10, 00:19 UTC [cited 2026 Jul 13]. Available from: http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300.
Bluebook style
Code’n’Stitch, http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300 (last visited July 13, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArboresTechWiki",
title = "Code’n’Stitch --- ArboresTechWiki{,} Digital Empowerment",
year = "2021",
url = "http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300",
note = "[Online; accessed 13-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 = "ArboresTechWiki",
title = "Code’n’Stitch --- ArboresTechWiki{,} Digital Empowerment",
year = "2021",
url = "\url{http://w.arbores.tech/w/index.php?title=Code%E2%80%99n%E2%80%99Stitch&oldid=16300}",
note = "[Online; accessed 13-July-2026]"
}