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