Заглавная страница

Материал из Энциклопедия МИФИ

Энциклопедия МИФИ > Заглавная страница
Перейти к: навигация, поиск
[черновая версия][черновая версия]
Строка 11: Строка 11:
</div>
</div>
----
----
 +
=== Statistics ===
 +
Statistics variables give thousands separators unless ":R" for "raw" is added (actually, these versions are parser functions). When using these magic words in expressions, :R or |R is required. Without the :R or |R, an error will occur if the returned number is greater than 999 since the commas will interfere with the calculation.
 +
 +
{| class="wikitable" border="2" cellpadding="4" cellspacing="0"
 +
! Word
 +
! Example
 +
! Explanation
 +
|-
 +
| <nowiki>{{CURRENTVERSION}}</nowiki>
 +
| <code>{{CURRENTVERSION}}</code>
 +
| '''[MW1.7+]''' {{h:mwg|Version}} [http://mail.wikipedia.org/pipermail/mediawiki-i18n/2006-May/000026.html]
 +
|-
 +
|<nowiki>{{NUMBEROFEDITS}}</nowiki><br /><nowiki>{{NUMBEROFEDITS:R}}</nowiki>
 +
| <code>{{NUMBEROFEDITS}}</code><br /><code>{{NUMBEROFEDITS:R}}</code>
 +
| '''[MW1.10+ (r21319)]''' Returns the total number of page edits since MediaWiki, the software that runs this site, was installed.
 +
|-
 +
| <nowiki>{{NUMBEROFARTICLES}}</nowiki><br /><nowiki>{{NUMBEROFARTICLES:R}}</nowiki>
 +
| <code>{{NUMBEROFARTICLES}}</code><br /><code>{{NUMBEROFARTICLES:R}}</code>
 +
| A [[Help:Variable|variable]] which returns the total number of articles on the Wiki. See [[mw:Manual:Article]] for information on what constitutes an article.
 +
|-
 +
| <nowiki>{{NUMBEROFPAGES}}</nowiki><br /><nowiki>{{NUMBEROFPAGES:R}}</nowiki>
 +
| <code>{{NUMBEROFPAGES}}</code><br /><code>{{NUMBEROFPAGES:R}}</code>
 +
| '''[MW1.7+]''' Returns the total number of pages. [http://mail.wikipedia.org/pipermail/mediawiki-i18n/2006-May/000026.html]
 +
|-
 +
| <nowiki>{{NUMBEROFFILES}}</nowiki><br /><nowiki>{{NUMBEROFFILES:R}}</nowiki>
 +
| <code>{{NUMBEROFFILES}}</code><br /><code>{{NUMBEROFFILES:R}}</code>
 +
| '''[MW1.5+]''' Returns the number of uploaded files (rows in the image table).
 +
|-
 +
| <nowiki>{{NUMBEROFUSERS}}</nowiki><br /><nowiki>{{NUMBEROFUSERS:R}}</nowiki>
 +
| <code>{{NUMBEROFUSERS}}</code><br /><code>{{NUMBEROFUSERS:R}}</code>
 +
| '''[MW1.7+]''' Returns the number of registered users (rows in the user table).
 +
|-
 +
| <nowiki>{{NUMBEROFADMINS}}</nowiki><br /><nowiki>{{NUMBEROFADMINS:R}}</nowiki>
 +
| <code>{{NUMBEROFADMINS}}</code><br /><code>{{NUMBEROFADMINS:R}}</code>
 +
| '''[MW1.7+]''' Returns the number of administrators (users in the ''sysop'' group).
 +
|-
 +
| <nowiki>{{NUMBERINGROUP:groupname}}</nowiki><br /><nowiki>{{NUMBERINGROUP:groupname|R}}</nowiki>
 +
| <nowiki>{{NUMBERINGROUP:bureaucrat}}</nowiki><br /><nowiki>{{NUMBERINGROUP:bureaucrat|R}}</nowiki><br />(returns {{NUMBERINGROUP:bureaucrat}})
 +
| '''[MW1.14+]''' Returns the number of users in a specific group.
 +
|-
 +
| <nowiki>{{PAGESINNAMESPACE}}</nowiki>
 +
| &#160;{{#if:{{#ifexpr:{{PAGEINNS:0|R}}}}|<font color="red">'''disabled here'''</font>}}
 +
| Longer alias of PAGESINNS
 +
|-
 +
| <nowiki>{{PAGESINNS:ns}}</nowiki><br /><nowiki>{{PAGESINNS:ns|R}}</nowiki>
 +
| <nowiki>{{PAGESINNS:2}}</nowiki>&#160;{{#if:{{#ifexpr:{{PAGEINNS:0|R}}}}||=&#160;<tt>{{PAGESINNS:2}}</tt>}}<br /><nowiki>{{PAGESINNS:2|R}}</nowiki>&#160;{{#if:{{#ifexpr:{{PAGEINNS:0|R}}}}|<br /><font color="red">'''disabled here'''</font>|=&#160;<tt>{{PAGESINNS:2|R}}</tt>}}
 +
| '''[MW1.7+]''' Returns the number of pages in the given namespace. Disabled by default, enable with {{h:mwg|AllowSlowParserFunctions}}.
 +
|}{{-}}
 +
 +
<big>'''Вики-движок «MediaWiki» успешно установлен.'''</big>
<big>'''Вики-движок «MediaWiki» успешно установлен.'''</big>

Версия 17:57, 26 июня 2009

Внимание! Система работает в тестовом режиме.

Все правки могут быть утеряны.

PS: Вандализм на хороших страничках будет караться. --Chameleon 01:41, 24 июня 2009 (MSD)

PPS: На плохих, кстати, тоже. --Lexxus 07:49, 24 июня 2009 (MSD)


Statistics

Statistics variables give thousands separators unless ":R" for "raw" is added (actually, these versions are parser functions). When using these magic words in expressions, :R or |R is required. Without the :R or |R, an error will occur if the returned number is greater than 999 since the commas will interfere with the calculation.

Word Example Explanation
{{CURRENTVERSION}} 1.15.0 [MW1.7+] Шаблон:H:mwg [1]
{{NUMBEROFEDITS}}
{{NUMBEROFEDITS:R}}
17 034
17034
[MW1.10+ (r21319)] Returns the total number of page edits since MediaWiki, the software that runs this site, was installed.
{{NUMBEROFARTICLES}}
{{NUMBEROFARTICLES:R}}
717
717
A variable which returns the total number of articles on the Wiki. See mw:Manual:Article for information on what constitutes an article.
{{NUMBEROFPAGES}}
{{NUMBEROFPAGES:R}}
2932
2932
[MW1.7+] Returns the total number of pages. [2]
{{NUMBEROFFILES}}
{{NUMBEROFFILES:R}}
1598
1598
[MW1.5+] Returns the number of uploaded files (rows in the image table).
{{NUMBEROFUSERS}}
{{NUMBEROFUSERS:R}}
80
80
[MW1.7+] Returns the number of registered users (rows in the user table).
{{NUMBEROFADMINS}}
{{NUMBEROFADMINS:R}}
6
6
[MW1.7+] Returns the number of administrators (users in the sysop group).
{{NUMBERINGROUP:groupname}}
{{NUMBERINGROUP:groupname|R}}
{{NUMBERINGROUP:bureaucrat}}
{{NUMBERINGROUP:bureaucrat|R}}
(returns 4)
[MW1.14+] Returns the number of users in a specific group.
{{PAGESINNAMESPACE}}  disabled here Longer alias of PAGESINNS
{{PAGESINNS:ns}}
{{PAGESINNS:ns|R}}
{{PAGESINNS:2}} 
{{PAGESINNS:2|R}} 
disabled here
[MW1.7+] Returns the number of pages in the given namespace. Disabled by default, enable with Шаблон:H:mwg.


Вики-движок «MediaWiki» успешно установлен.

Генератор рандомной странички работает жутко криво. Более чем через раз у меня он выдал линк на Антидемидовича, тогда как на статью про Скибатрон он не вывел меня ни разу. Lerk.

Информацию по работе с этой вики можно найти в руководстве пользователя.

Некоторые полезные ресурсы

Что-то мы тут напишем... Файл:Mediawiki обзор тегов.pdf

Отметился! (с) Lerk.

Блииин, я нифига не понимаю, как тут чо работает!!!
Аноним

$x^4-5 Файл:Example.jpg

(A+B)^10

Проверка времени--Administrator! 12:35, 21 июня 2009 (MSD)

x \implies k -14

\int f(x)dx = F(x) + C+1-1

$\TeX  рулит !   :) \prod^{x=1}_{n} \int_{a}^{b} f (x)\,dx \frac{\partial x}{\partial y} \infty \vec{x} e^{i \varphi } := \cos \varphi   + i \sin \varphi f(x) = \sum_{k=0}^{\infty } \frac{ f^{k} (a) }{ k! } (x - a)^k


\frac{a}{b} $\frac{a}{b} $$\frac{a}{b}

$ \frac{a}{b}


\frac{a}{d} $\frac{a}{d} $$\frac{a}{d}

А если посмотреть на эти формулы

\frac{\vec F}{m} = \vec a

$\frac{\vec F}{m} = \vec a

$$\frac{\vec F}{m} = \vec a

Тут наоборот без $ плохо --lamen 20:44, 21 июня 2009 (MSD)

?--Chameleon 01:27, 24 июня 2009 (MSD)

! - --Kgb 01:28, 24 июня 2009 (MSD)

Помощь