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