Cite This Page
Bibliographic details for Lua development
- Page name: Lua development
- Author: ArmadeusWiki contributors
- Publisher: ArmadeusWiki, .
- Date of last revision: 1 August 2010 18:51 UTC
- Date retrieved: 29 April 2026 20:57 UTC
- Permanent URL: http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685
- Page Version ID: 2685
Citation styles for Lua development
APA style
Lua development. (2010, August 1). ArmadeusWiki, . Retrieved 20:57, April 29, 2026 from http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685.
MLA style
"Lua development." ArmadeusWiki, . 1 Aug 2010, 18:51 UTC. 29 Apr 2026, 20:57 <http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685>.
MHRA style
ArmadeusWiki contributors, 'Lua development', ArmadeusWiki, , 1 August 2010, 18:51 UTC, <http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685> [accessed 29 April 2026]
Chicago style
ArmadeusWiki contributors, "Lua development," ArmadeusWiki, , http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685 (accessed April 29, 2026).
CBE/CSE style
ArmadeusWiki contributors. Lua development [Internet]. ArmadeusWiki, ; 2010 Aug 1, 18:51 UTC [cited 2026 Apr 29]. Available from: http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685.
Bluebook style
Lua development, http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685 (last visited April 29, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArmadeusWiki",
title = "Lua development --- ArmadeusWiki{,} ",
year = "2010",
url = "http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685",
note = "[Online; accessed 29-April-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 = "ArmadeusWiki",
title = "Lua development --- ArmadeusWiki{,} ",
year = "2010",
url = "\url{http://www.armadeus.org/wiki/index.php?title=Lua_development&oldid=2685}",
note = "[Online; accessed 29-April-2026]"
}