Cite This Page
Bibliographic details for Plugin Development
- Page name: Plugin Development
- Author: Plover Wiki contributors
- Publisher: Plover Wiki.
- Date of last revision: 21 May 2025 23:57 UTC
- Date retrieved: 21 April 2026 20:16 UTC
- Permanent URL: https://plover.wiki/index.php?title=Plugin_Development&oldid=3420
- Page Version ID: 3420
Citation styles for Plugin Development
APA style
Plugin Development. (2025, May 21). Plover Wiki. Retrieved 20:16, April 21, 2026 from https://plover.wiki/index.php?title=Plugin_Development&oldid=3420.
MLA style
"Plugin Development." Plover Wiki. 21 May 2025, 23:57 UTC. 21 Apr 2026, 20:16 <https://plover.wiki/index.php?title=Plugin_Development&oldid=3420>.
MHRA style
Plover Wiki contributors, 'Plugin Development', Plover Wiki, 21 May 2025, 23:57 UTC, <https://plover.wiki/index.php?title=Plugin_Development&oldid=3420> [accessed 21 April 2026]
Chicago style
Plover Wiki contributors, "Plugin Development," Plover Wiki, https://plover.wiki/index.php?title=Plugin_Development&oldid=3420 (accessed April 21, 2026).
CBE/CSE style
Plover Wiki contributors. Plugin Development [Internet]. Plover Wiki; 2025 May 21, 23:57 UTC [cited 2026 Apr 21]. Available from: https://plover.wiki/index.php?title=Plugin_Development&oldid=3420.
Bluebook style
Plugin Development, https://plover.wiki/index.php?title=Plugin_Development&oldid=3420 (last visited April 21, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Plover Wiki",
title = "Plugin Development --- Plover Wiki{,} ",
year = "2025",
url = "https://plover.wiki/index.php?title=Plugin_Development&oldid=3420",
note = "[Online; accessed 21-April-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 = "Plover Wiki",
title = "Plugin Development --- Plover Wiki{,} ",
year = "2025",
url = "\url{https://plover.wiki/index.php?title=Plugin_Development&oldid=3420}",
note = "[Online; accessed 21-April-2026]"
}