Cite This Page
Bibliographic details for E2150 - Scripting Guides
- Page name: E2150 - Scripting Guides
- Author: InsideEARTH contributors
- Publisher: InsideEARTH, .
- Date of last revision: 17 October 2021 19:39 UTC
- Date retrieved: 25 March 2023 03:41 UTC
- Permanent URL: https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609
- Page Version ID: 1609
Citation styles for E2150 - Scripting Guides
APA style
E2150 - Scripting Guides. (2021, October 17). InsideEARTH, . Retrieved 03:41, March 25, 2023 from https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609.
MLA style
"E2150 - Scripting Guides." InsideEARTH, . 17 Oct 2021, 19:39 UTC. 25 Mar 2023, 03:41 <https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609>.
MHRA style
InsideEARTH contributors, 'E2150 - Scripting Guides', InsideEARTH, , 17 October 2021, 19:39 UTC, <https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609> [accessed 25 March 2023]
Chicago style
InsideEARTH contributors, "E2150 - Scripting Guides," InsideEARTH, , https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609 (accessed March 25, 2023).
CBE/CSE style
InsideEARTH contributors. E2150 - Scripting Guides [Internet]. InsideEARTH, ; 2021 Oct 17, 19:39 UTC [cited 2023 Mar 25]. Available from: https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609.
Bluebook style
E2150 - Scripting Guides, https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "InsideEARTH", title = "E2150 - Scripting Guides --- InsideEARTH{,} ", year = "2021", url = "https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609", note = "[Online; accessed 25-March-2023]" }
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 = "InsideEARTH", title = "E2150 - Scripting Guides --- InsideEARTH{,} ", year = "2021", url = "\url{https://wiki.insideearth.info/w/index.php?title=E2150_-_Scripting_Guides&oldid=1609}", note = "[Online; accessed 25-March-2023]" }