Cite This Page
Bibliographic details for Text Strings
- Page name: Text Strings
- Author: SkyTemple contributors
- Publisher: SkyTemple.
- Date of last revision: 25 October 2023 15:41 UTC
- Date retrieved: 8 June 2026 08:55 UTC
- Permanent URL: https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420
- Page Version ID: 420
Citation styles for Text Strings
APA style
Text Strings. (2023, October 25). SkyTemple. Retrieved 08:55, June 8, 2026 from https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420.
MLA style
"Text Strings." SkyTemple. 25 Oct 2023, 15:41 UTC. 8 Jun 2026, 08:55 <https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420>.
MHRA style
SkyTemple contributors, 'Text Strings', SkyTemple, 25 October 2023, 15:41 UTC, <https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420> [accessed 8 June 2026]
Chicago style
SkyTemple contributors, "Text Strings," SkyTemple, https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420 (accessed June 8, 2026).
CBE/CSE style
SkyTemple contributors. Text Strings [Internet]. SkyTemple; 2023 Oct 25, 15:41 UTC [cited 2026 Jun 8]. Available from: https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420.
Bluebook style
Text Strings, https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420 (last visited June 8, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "SkyTemple",
title = "Text Strings --- SkyTemple{,} ",
year = "2023",
url = "https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420",
note = "[Online; accessed 8-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 = "Text Strings --- SkyTemple{,} ",
year = "2023",
url = "\url{https://wiki.skytemple.org/index.php?title=Text_Strings&oldid=420}",
note = "[Online; accessed 8-June-2026]"
}