Cite This Page
Bibliographic details for Programmatic dictionaries
- Page name: Programmatic dictionaries
- Author: Plover Wiki contributors
- Publisher: Plover Wiki.
- Date of last revision: 28 May 2025 04:55 UTC
- Date retrieved: 10 June 2026 06:05 UTC
- Permanent URL: https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556
- Page Version ID: 3556
Citation styles for Programmatic dictionaries
APA style
Programmatic dictionaries. (2025, May 28). Plover Wiki. Retrieved 06:05, June 10, 2026 from https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556.
MLA style
"Programmatic dictionaries." Plover Wiki. 28 May 2025, 04:55 UTC. 10 Jun 2026, 06:05 <https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556>.
MHRA style
Plover Wiki contributors, 'Programmatic dictionaries', Plover Wiki, 28 May 2025, 04:55 UTC, <https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556> [accessed 10 June 2026]
Chicago style
Plover Wiki contributors, "Programmatic dictionaries," Plover Wiki, https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556 (accessed June 10, 2026).
CBE/CSE style
Plover Wiki contributors. Programmatic dictionaries [Internet]. Plover Wiki; 2025 May 28, 04:55 UTC [cited 2026 Jun 10]. Available from: https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556.
Bluebook style
Programmatic dictionaries, https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556 (last visited June 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Plover Wiki",
title = "Programmatic dictionaries --- Plover Wiki{,} ",
year = "2025",
url = "https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556",
note = "[Online; accessed 10-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 = "Plover Wiki",
title = "Programmatic dictionaries --- Plover Wiki{,} ",
year = "2025",
url = "\url{https://plover.wiki/index.php?title=Programmatic_dictionaries&oldid=3556}",
note = "[Online; accessed 10-June-2026]"
}