Cite This Page
Bibliographic details for Project template
- Page name: Project template
- Author: Fixme.ch contributors
- Publisher: Fixme.ch, .
- Date of last revision: 8 May 2013 20:30 UTC
- Date retrieved: 6 March 2026 02:37 UTC
- Permanent URL: https://fixme.ch/w/index.php?title=Project_template&oldid=2534
- Page Version ID: 2534
Citation styles for Project template
APA style
Project template. (2013, May 8). Fixme.ch, . Retrieved 02:37, March 6, 2026 from https://fixme.ch/w/index.php?title=Project_template&oldid=2534.
MLA style
"Project template." Fixme.ch, . 8 May 2013, 20:30 UTC. 6 Mar 2026, 02:37 <https://fixme.ch/w/index.php?title=Project_template&oldid=2534>.
MHRA style
Fixme.ch contributors, 'Project template', Fixme.ch, , 8 May 2013, 20:30 UTC, <https://fixme.ch/w/index.php?title=Project_template&oldid=2534> [accessed 6 March 2026]
Chicago style
Fixme.ch contributors, "Project template," Fixme.ch, , https://fixme.ch/w/index.php?title=Project_template&oldid=2534 (accessed March 6, 2026).
CBE/CSE style
Fixme.ch contributors. Project template [Internet]. Fixme.ch, ; 2013 May 8, 20:30 UTC [cited 2026 Mar 6]. Available from: https://fixme.ch/w/index.php?title=Project_template&oldid=2534.
Bluebook style
Project template, https://fixme.ch/w/index.php?title=Project_template&oldid=2534 (last visited March 6, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Fixme.ch",
title = "Project template --- Fixme.ch{,} ",
year = "2013",
url = "https://fixme.ch/w/index.php?title=Project_template&oldid=2534",
note = "[Online; accessed 6-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 = "Fixme.ch",
title = "Project template --- Fixme.ch{,} ",
year = "2013",
url = "\url{https://fixme.ch/w/index.php?title=Project_template&oldid=2534}",
note = "[Online; accessed 6-March-2026]"
}