Cite This Page
Bibliographic details for Test
- Page name: Test
- Author: KVM contributors
- Publisher: KVM, .
- Date of last revision: 10 November 2011 18:03 UTC
- Date retrieved: 13 May 2026 17:55 UTC
- Permanent URL: https://linux-kvm.org/index.php?title=Test&oldid=4449
- Page Version ID: 4449
Citation styles for Test
APA style
Test. (2011, November 10). KVM, . Retrieved 17:55, May 13, 2026 from https://linux-kvm.org/index.php?title=Test&oldid=4449.
MLA style
"Test." KVM, . 10 Nov 2011, 18:03 UTC. 13 May 2026, 17:55 <https://linux-kvm.org/index.php?title=Test&oldid=4449>.
MHRA style
KVM contributors, 'Test', KVM, , 10 November 2011, 18:03 UTC, <https://linux-kvm.org/index.php?title=Test&oldid=4449> [accessed 13 May 2026]
Chicago style
KVM contributors, "Test," KVM, , https://linux-kvm.org/index.php?title=Test&oldid=4449 (accessed May 13, 2026).
CBE/CSE style
KVM contributors. Test [Internet]. KVM, ; 2011 Nov 10, 18:03 UTC [cited 2026 May 13]. Available from: https://linux-kvm.org/index.php?title=Test&oldid=4449.
Bluebook style
Test, https://linux-kvm.org/index.php?title=Test&oldid=4449 (last visited May 13, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "KVM",
title = "Test --- KVM{,} ",
year = "2011",
url = "https://linux-kvm.org/index.php?title=Test&oldid=4449",
note = "[Online; accessed 13-May-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 = "Test --- KVM{,} ",
year = "2011",
url = "\url{https://linux-kvm.org/index.php?title=Test&oldid=4449}",
note = "[Online; accessed 13-May-2026]"
}