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

Bibliographic details for "FAQ"

  • Page name: FAQ
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 15 May 2009 20:37 MSD
  • Date retrieved: 14 October 2025 09:22 MSK
  • Page Version ID: 1242405479

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 09:22, 14 October, 2025 from http://newcode.ru/doku.php?id=faq&rev=1242405479.

MLA style

“FAQ.” Институт НеоКода – Новый код НЛП. 15 May 2009, 20:37 MSD. 14 Oct 2025, 09:22 <http://newcode.ru/doku.php?id=faq&rev=1242405479>.

MHRA style

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

Chicago style

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

CBE/CSE style

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

Bluebook style

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

AMA style

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

BibTeX entry

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