Cite This Page
Bibliographic details for Heading and paragraph breaks
- Page name: Heading and paragraph breaks
- Author: MediaWiki contributors
- Publisher: MediaWiki.
- Date of last revision: 30 July 2014 10:27 UTC
- Date retrieved: 18 June 2026 13:51 UTC
- Permanent URL: http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859
- Page Version ID: 5859
Citation styles for Heading and paragraph breaks
APA style
Heading and paragraph breaks. (2014, July 30). MediaWiki. Retrieved 13:51, June 18, 2026 from http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859.
MLA style
"Heading and paragraph breaks." MediaWiki. 30 Jul 2014, 10:27 UTC. 18 Jun 2026, 13:51 <http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859>.
MHRA style
MediaWiki contributors, 'Heading and paragraph breaks', MediaWiki, 30 July 2014, 10:27 UTC, <http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859> [accessed 18 June 2026]
Chicago style
MediaWiki contributors, "Heading and paragraph breaks," MediaWiki, http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859 (accessed June 18, 2026).
CBE/CSE style
MediaWiki contributors. Heading and paragraph breaks [Internet]. MediaWiki; 2014 Jul 30, 10:27 UTC [cited 2026 Jun 18]. Available from: http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859.
Bluebook style
Heading and paragraph breaks, http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859 (last visited June 18, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "MediaWiki",
title = "Heading and paragraph breaks --- MediaWiki{,} ",
year = "2014",
url = "http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859",
note = "[Online; accessed 18-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 = "MediaWiki",
title = "Heading and paragraph breaks --- MediaWiki{,} ",
year = "2014",
url = "\url{http://earthwise.bgs.ac.uk/index.php?title=Heading_and_paragraph_breaks&oldid=5859}",
note = "[Online; accessed 18-June-2026]"
}