Cite This Page
Bibliographic details for LUA:AddPrimaryEntityCommand
- Page name: LUA:AddPrimaryEntityCommand
- Author: EQ2Emulator contributors
- Publisher: EQ2Emulator, .
- Date of last revision: 30 January 2021 19:03 UTC
- Date retrieved: 15 March 2026 20:35 UTC
- Permanent URL: https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325
- Page Version ID: 8325
Citation styles for LUA:AddPrimaryEntityCommand
APA style
LUA:AddPrimaryEntityCommand. (2021, January 30). EQ2Emulator, . Retrieved 20:35, March 15, 2026 from https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325.
MLA style
"LUA:AddPrimaryEntityCommand." EQ2Emulator, . 30 Jan 2021, 19:03 UTC. 15 Mar 2026, 20:35 <https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325>.
MHRA style
EQ2Emulator contributors, 'LUA:AddPrimaryEntityCommand', EQ2Emulator, , 30 January 2021, 19:03 UTC, <https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325> [accessed 15 March 2026]
Chicago style
EQ2Emulator contributors, "LUA:AddPrimaryEntityCommand," EQ2Emulator, , https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325 (accessed March 15, 2026).
CBE/CSE style
EQ2Emulator contributors. LUA:AddPrimaryEntityCommand [Internet]. EQ2Emulator, ; 2021 Jan 30, 19:03 UTC [cited 2026 Mar 15]. Available from: https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325.
Bluebook style
LUA:AddPrimaryEntityCommand, https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325 (last visited March 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "EQ2Emulator",
title = "LUA:AddPrimaryEntityCommand --- EQ2Emulator{,} ",
year = "2021",
url = "https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325",
note = "[Online; accessed 15-March-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 = "EQ2Emulator",
title = "LUA:AddPrimaryEntityCommand --- EQ2Emulator{,} ",
year = "2021",
url = "\url{https://oldwiki.eq2classic.com/index.php?title=LUA:AddPrimaryEntityCommand&oldid=8325}",
note = "[Online; accessed 15-March-2026]"
}