Cite This Page
Bibliographic details for Documentation
- Page name: Documentation
- Author: WPKG | Open Source Software Deployment and Distribution contributors
- Publisher: WPKG | Open Source Software Deployment and Distribution, .
- Date of last revision: 2 November 2016 14:37 UTC
- Date retrieved: 12 March 2026 21:22 UTC
- Permanent URL: https://wpkg.org/index.php?title=Documentation&oldid=386
- Page Version ID: 386
Citation styles for Documentation
APA style
Documentation. (2016, November 2). WPKG | Open Source Software Deployment and Distribution, . Retrieved 21:22, March 12, 2026 from https://wpkg.org/index.php?title=Documentation&oldid=386.
MLA style
"Documentation." WPKG | Open Source Software Deployment and Distribution, . 2 Nov 2016, 14:37 UTC. 12 Mar 2026, 21:22 <https://wpkg.org/index.php?title=Documentation&oldid=386>.
MHRA style
WPKG | Open Source Software Deployment and Distribution contributors, 'Documentation', WPKG | Open Source Software Deployment and Distribution, , 2 November 2016, 14:37 UTC, <https://wpkg.org/index.php?title=Documentation&oldid=386> [accessed 12 March 2026]
Chicago style
WPKG | Open Source Software Deployment and Distribution contributors, "Documentation," WPKG | Open Source Software Deployment and Distribution, , https://wpkg.org/index.php?title=Documentation&oldid=386 (accessed March 12, 2026).
CBE/CSE style
WPKG | Open Source Software Deployment and Distribution contributors. Documentation [Internet]. WPKG | Open Source Software Deployment and Distribution, ; 2016 Nov 2, 14:37 UTC [cited 2026 Mar 12]. Available from: https://wpkg.org/index.php?title=Documentation&oldid=386.
Bluebook style
Documentation, https://wpkg.org/index.php?title=Documentation&oldid=386 (last visited March 12, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "WPKG | Open Source Software Deployment and Distribution",
title = "Documentation --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2016",
url = "https://wpkg.org/index.php?title=Documentation&oldid=386",
note = "[Online; accessed 12-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 = "WPKG | Open Source Software Deployment and Distribution",
title = "Documentation --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2016",
url = "\url{https://wpkg.org/index.php?title=Documentation&oldid=386}",
note = "[Online; accessed 12-March-2026]"
}