Cite This Page
Bibliographic details for Main Page
- Page name: Main Page
- Author: KVM contributors
- Publisher: KVM, .
- Date of last revision: 4 October 2023 18:37 UTC
- Date retrieved: 19 January 2026 09:27 UTC
- Permanent URL: https://linux-kvm.org/index.php?title=Main_Page&oldid=174096
- Page Version ID: 174096
Citation styles for Main Page
APA style
Main Page. (2023, October 4). KVM, . Retrieved 09:27, January 19, 2026 from https://linux-kvm.org/index.php?title=Main_Page&oldid=174096.
MLA style
"Main Page." KVM, . 4 Oct 2023, 18:37 UTC. 19 Jan 2026, 09:27 <https://linux-kvm.org/index.php?title=Main_Page&oldid=174096>.
MHRA style
KVM contributors, 'Main Page', KVM, , 4 October 2023, 18:37 UTC, <https://linux-kvm.org/index.php?title=Main_Page&oldid=174096> [accessed 19 January 2026]
Chicago style
KVM contributors, "Main Page," KVM, , https://linux-kvm.org/index.php?title=Main_Page&oldid=174096 (accessed January 19, 2026).
CBE/CSE style
KVM contributors. Main Page [Internet]. KVM, ; 2023 Oct 4, 18:37 UTC [cited 2026 Jan 19]. Available from: https://linux-kvm.org/index.php?title=Main_Page&oldid=174096.
Bluebook style
Main Page, https://linux-kvm.org/index.php?title=Main_Page&oldid=174096 (last visited January 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "KVM",
title = "Main Page --- KVM{,} ",
year = "2023",
url = "https://linux-kvm.org/index.php?title=Main_Page&oldid=174096",
note = "[Online; accessed 19-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 = "KVM",
title = "Main Page --- KVM{,} ",
year = "2023",
url = "\url{https://linux-kvm.org/index.php?title=Main_Page&oldid=174096}",
note = "[Online; accessed 19-January-2026]"
}