личные инструменты

Bibliographic details for "FAQ"

  • Page name: FAQ
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 17 July 2009 15:54 MSD
  • Date retrieved: 14 October 2025 16:40 MSK
  • Page Version ID: 1247831685

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "FAQ"

APA style

Институт НеоКода (2009). FAQ. Институт НеоКода – Новый код НЛП. Retrieved 16:40, 14 October, 2025 from http://newcode.ru/doku.php?id=faq&rev=1247831685.

MLA style

“FAQ.” Институт НеоКода – Новый код НЛП. 17 Jul 2009, 15:54 MSD. 14 Oct 2025, 16:40 <http://newcode.ru/doku.php?id=faq&rev=1247831685>.

MHRA style

Институт НеоКода, ‘FAQ’, Институт НеоКода – Новый код НЛП, 17 July 2009, 15:54 MSD, <http://newcode.ru/doku.php?id=faq&rev=1247831685> [accessed 14 October 2025]

Chicago style

Институт НеоКода, “FAQ,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=faq&rev=1247831685 (accessed October 14, 2025).

CBE/CSE style

Институт НеоКода. FAQ [Internet]. Институт НеоКода – Новый код НЛП; 2009 Jul 17, 15:54 MSD [cited 2025 Oct 14]. Available from: http://newcode.ru/doku.php?id=faq&rev=1247831685.

Bluebook style

FAQ, http://newcode.ru/doku.php?id=faq&rev=1247831685 (last visited October 14, 2025).

AMA style

Институт НеоКода. FAQ. Институт НеоКода – Новый код НЛП. July 17, 2009, 15:54 MSD. Available at: http://newcode.ru/doku.php?id=faq&rev=1247831685. Accessed October 14, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "FAQ --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "http://newcode.ru/doku.php?id=faq&rev=1247831685",
   note = "[Online; accessed 14-October-2025]"
 }

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 = "Институт НеоКода",
   title = "FAQ --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "\url{http://newcode.ru/doku.php?id=faq&rev=1247831685}",
   note = "[Online; accessed 14-October-2025]"
 }