Cite This Page
Bibliographic details for Syntax
- Page name: Syntax
- Author: FasciPedia contributors
- Publisher: FasciPedia, .
- Date of last revision: 17 February 2023 17:57 UTC
- Date retrieved: 14 July 2026 22:41 UTC
- Permanent URL: http:///index.php?title=Syntax&oldid=18444
- Page Version ID: 18444
Citation styles for Syntax
APA style
Syntax. (2023, February 17). FasciPedia, . Retrieved 22:41, July 14, 2026 from http:///index.php?title=Syntax&oldid=18444.
MLA style
"Syntax." FasciPedia, . 17 Feb 2023, 17:57 UTC. 14 Jul 2026, 22:41 <http:///index.php?title=Syntax&oldid=18444>.
MHRA style
FasciPedia contributors, 'Syntax', FasciPedia, , 17 February 2023, 17:57 UTC, <http:///index.php?title=Syntax&oldid=18444> [accessed 14 July 2026]
Chicago style
FasciPedia contributors, "Syntax," FasciPedia, , http:///index.php?title=Syntax&oldid=18444 (accessed July 14, 2026).
CBE/CSE style
FasciPedia contributors. Syntax [Internet]. FasciPedia, ; 2023 Feb 17, 17:57 UTC [cited 2026 Jul 14]. Available from: http:///index.php?title=Syntax&oldid=18444.
Bluebook style
Syntax, http:///index.php?title=Syntax&oldid=18444 (last visited July 14, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "FasciPedia",
title = "Syntax --- FasciPedia{,} ",
year = "2023",
url = "http:///index.php?title=Syntax&oldid=18444",
note = "[Online; accessed 14-July-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 = "FasciPedia",
title = "Syntax --- FasciPedia{,} ",
year = "2023",
url = "\url{http:///index.php?title=Syntax&oldid=18444}",
note = "[Online; accessed 14-July-2026]"
}