Cite This Page
Bibliographic details for How to emulate the Apple Lisa
- Page name: How to emulate the Apple Lisa
- Author: Computernewb Wiki contributors
- Publisher: Computernewb Wiki.
- Date of last revision: 4 April 2023 02:44 UTC
- Date retrieved: 24 January 2026 12:08 UTC
- Permanent URL: https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943
- Page Version ID: 2943
Citation styles for How to emulate the Apple Lisa
APA style
How to emulate the Apple Lisa. (2023, April 4). Computernewb Wiki. Retrieved 12:08, January 24, 2026 from https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943.
MLA style
"How to emulate the Apple Lisa." Computernewb Wiki. 4 Apr 2023, 02:44 UTC. 24 Jan 2026, 12:08 <https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943>.
MHRA style
Computernewb Wiki contributors, 'How to emulate the Apple Lisa', Computernewb Wiki, 4 April 2023, 02:44 UTC, <https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943> [accessed 24 January 2026]
Chicago style
Computernewb Wiki contributors, "How to emulate the Apple Lisa," Computernewb Wiki, https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943 (accessed January 24, 2026).
CBE/CSE style
Computernewb Wiki contributors. How to emulate the Apple Lisa [Internet]. Computernewb Wiki; 2023 Apr 4, 02:44 UTC [cited 2026 Jan 24]. Available from: https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943.
Bluebook style
How to emulate the Apple Lisa, https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943 (last visited January 24, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Computernewb Wiki",
title = "How to emulate the Apple Lisa --- Computernewb Wiki{,} ",
year = "2023",
url = "https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943",
note = "[Online; accessed 24-January-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 = "Computernewb Wiki",
title = "How to emulate the Apple Lisa --- Computernewb Wiki{,} ",
year = "2023",
url = "\url{https://computernewb.com/w/index.php?title=How_to_emulate_the_Apple_Lisa&oldid=2943}",
note = "[Online; accessed 24-January-2026]"
}