Cite This Page
Bibliographic details for How to add custom Items
- Page name: How to add custom Items
- Author: SkyTemple contributors
- Publisher: SkyTemple.
- Date of last revision: 11 April 2025 12:57 UTC
- Date retrieved: 17 June 2026 00:21 UTC
- Permanent URL: https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003
- Page Version ID: 1003
Citation styles for How to add custom Items
APA style
How to add custom Items. (2025, April 11). SkyTemple. Retrieved 00:21, June 17, 2026 from https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003.
MLA style
"How to add custom Items." SkyTemple. 11 Apr 2025, 12:57 UTC. 17 Jun 2026, 00:21 <https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003>.
MHRA style
SkyTemple contributors, 'How to add custom Items', SkyTemple, 11 April 2025, 12:57 UTC, <https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003> [accessed 17 June 2026]
Chicago style
SkyTemple contributors, "How to add custom Items," SkyTemple, https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003 (accessed June 17, 2026).
CBE/CSE style
SkyTemple contributors. How to add custom Items [Internet]. SkyTemple; 2025 Apr 11, 12:57 UTC [cited 2026 Jun 17]. Available from: https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003.
Bluebook style
How to add custom Items, https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003 (last visited June 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "SkyTemple",
title = "How to add custom Items --- SkyTemple{,} ",
year = "2025",
url = "https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003",
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 = "How to add custom Items --- SkyTemple{,} ",
year = "2025",
url = "\url{https://wiki.skytemple.org/index.php?title=How_to_add_custom_Items&oldid=1003}",
note = "[Online; accessed 17-June-2026]"
}