Cite This Page
Bibliographic details for Scripting Cheatsheet
- Page name: Scripting Cheatsheet
- Author: SkyTemple contributors
- Publisher: SkyTemple.
- Date of last revision: 28 June 2024 17:01 UTC
- Date retrieved: 24 January 2026 20:13 UTC
- Permanent URL: https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790
- Page Version ID: 790
Citation styles for Scripting Cheatsheet
APA style
Scripting Cheatsheet. (2024, June 28). SkyTemple. Retrieved 20:13, January 24, 2026 from https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790.
MLA style
"Scripting Cheatsheet." SkyTemple. 28 Jun 2024, 17:01 UTC. 24 Jan 2026, 20:13 <https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790>.
MHRA style
SkyTemple contributors, 'Scripting Cheatsheet', SkyTemple, 28 June 2024, 17:01 UTC, <https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790> [accessed 24 January 2026]
Chicago style
SkyTemple contributors, "Scripting Cheatsheet," SkyTemple, https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790 (accessed January 24, 2026).
CBE/CSE style
SkyTemple contributors. Scripting Cheatsheet [Internet]. SkyTemple; 2024 Jun 28, 17:01 UTC [cited 2026 Jan 24]. Available from: https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790.
Bluebook style
Scripting Cheatsheet, https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790 (last visited January 24, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "SkyTemple",
title = "Scripting Cheatsheet --- SkyTemple{,} ",
year = "2024",
url = "https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790",
note = "[Online; accessed 24-January-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 = "SkyTemple",
title = "Scripting Cheatsheet --- SkyTemple{,} ",
year = "2024",
url = "\url{https://wiki.skytemple.org/index.php?title=Scripting_Cheatsheet&oldid=790}",
note = "[Online; accessed 24-January-2026]"
}