Cite This Page
Bibliographic details for Package Templates
- Page name: Package Templates
- Author: WPKG | Open Source Software Deployment and Distribution contributors
- Publisher: WPKG | Open Source Software Deployment and Distribution, .
- Date of last revision: 16 June 2009 15:54 UTC
- Date retrieved: 1 June 2026 14:48 UTC
- Permanent URL: https://wpkg.org/index.php?title=Package_Templates&oldid=7083
- Page Version ID: 7083
Citation styles for Package Templates
APA style
Package Templates. (2009, June 16). WPKG | Open Source Software Deployment and Distribution, . Retrieved 14:48, June 1, 2026 from https://wpkg.org/index.php?title=Package_Templates&oldid=7083.
MLA style
"Package Templates." WPKG | Open Source Software Deployment and Distribution, . 16 Jun 2009, 15:54 UTC. 1 Jun 2026, 14:48 <https://wpkg.org/index.php?title=Package_Templates&oldid=7083>.
MHRA style
WPKG | Open Source Software Deployment and Distribution contributors, 'Package Templates', WPKG | Open Source Software Deployment and Distribution, , 16 June 2009, 15:54 UTC, <https://wpkg.org/index.php?title=Package_Templates&oldid=7083> [accessed 1 June 2026]
Chicago style
WPKG | Open Source Software Deployment and Distribution contributors, "Package Templates," WPKG | Open Source Software Deployment and Distribution, , https://wpkg.org/index.php?title=Package_Templates&oldid=7083 (accessed June 1, 2026).
CBE/CSE style
WPKG | Open Source Software Deployment and Distribution contributors. Package Templates [Internet]. WPKG | Open Source Software Deployment and Distribution, ; 2009 Jun 16, 15:54 UTC [cited 2026 Jun 1]. Available from: https://wpkg.org/index.php?title=Package_Templates&oldid=7083.
Bluebook style
Package Templates, https://wpkg.org/index.php?title=Package_Templates&oldid=7083 (last visited June 1, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "WPKG | Open Source Software Deployment and Distribution",
title = "Package Templates --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2009",
url = "https://wpkg.org/index.php?title=Package_Templates&oldid=7083",
note = "[Online; accessed 1-June-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 = "Package Templates --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2009",
url = "\url{https://wpkg.org/index.php?title=Package_Templates&oldid=7083}",
note = "[Online; accessed 1-June-2026]"
}