.

Szczegóły bibliograficzne strony "Formatting Syntax"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs

Style cytowania strony "Formatting Syntax"

APA

Formatting Syntax. (2011, Jun 14). In Unix Storm. Retrieved 17:52, May 3, 2024, from http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533.

MLA

Contributors of pomoc.unixstorm.org. "Formatting Syntax". Unix Storm. 14 Jun. 2011. Web. 3 May. 2024, 17:52

MHRA

Contributors of pomoc.unixstorm.org, 'Formatting Syntax', Unix Storm, 14 June 2011, 19:58 GMT, <http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533> [Accessed 3 May 2024]

Chicago

Contributors of pomoc.unixstorm.org, "Formatting Syntax", Unix Storm, http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533 (Accessed May 3, 2024).

CBE/CSE

Contributors of pomoc.unixstorm.org. Formatting Syntax [Internet]. Unix Storm; 2011 Jun 14, 19:58 GMT [Cited 2024 May 3]. Available at: http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533.

Bluebook

Formatting Syntax, http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533 (Last visited May 3, 2024).

AMA

Contributors of pomoc.unixstorm.org. Formatting Syntax. Unix Storm. June 14, 2011, 19:58 GMT. Available at: http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533. Accessed May 3, 2024.

BibTeX

 @misc{ wiki:xxx,
   author = "Contributors of pomoc.unixstorm.org",
   title = "Formatting Syntax --- Unix Storm",
   year = "2011",
   url = "http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533",
   note = "[Online; accessed 3-May-2024]"
 }
  

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 = "Contributors of pomoc.unixstorm.org",
   title = "Formatting Syntax --- Unix Storm",
   year = "2011",
   url = "\url{http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533}",
   note = "[Online; accessed 3-May-2024]"


   author = "Contributors of pomoc.unixstorm.org",
   title = "Formatting Syntax --- Unix Storm",
   year = "2011",
   url = "\url{http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533}",
   note = "[Online; accessed 3-May-2024]"
 }
  

DokuWiki talk pages

Markup
[[wiki:syntax|Formatting Syntax]] ([[http://pomoc.unixstorm.org/doku.php?id=wiki:syntax&rev=1308081533|this version]])
Result
Formatting Syntax (this version)