Difference between revisions of "Ru Main Page"

From AlliedModders Wiki
Jump to: navigation, search
 
Line 1: Line 1:
Если вы хотите писать документацию но другом языке, отличном от Английского. Пожалуйста начните отсюда. Любое содержимое на любом языке приветствуется.
+
__NOTOC__
 +
Welcome to the AMWiki, the unified and collaborative documentation project of the Consortium that runs such projects as [[AMX Mod X]], [[Metamod:Source]], and [[SourceMod]].
  
Другие языки не обязаны быть '''зеркалом''' английской документации. Перевод всегда приветствуется, но и новое содержимое приветствуется тоже.
+
How can you get started? Check out the [[AMWiki:Community Portal|Projects Page]] to see a general overview.  Go to [[Help:Contents|Help]] to read about the basics and rules of this wiki.  Or, if you're looking for something, just use search on the left hand side!
  
= Выбор языка =
+
=Featured Articles=
  
Переключение осуществляется подставлением кода прифекса языка.
+
==Optimizing Plugins==
 +
This [[Optimizing Plugins|ongoing article]] goes over many many important issues, tricks, and tips for making your plugins as fast as possible. Users following these directions have noticed significant CPU usage improvements in their CPU-hungry plugins.  To visit, just click: [[Optimizing Plugins]]
  
* [[Main_Page|English]]
+
==AMX Mod X 1.70 Scripting Changes==
* [[ru:Main_Page|Russian]]
+
[[AMX Mod X]] 1.70 has some important scripting changes.  It is recommended that serious plugin authors quickly review some of the new features and changes available: [[AMX Mod X 1.70 Scripting Changes]].
  
Быстрый и эфективный путь добавления переключателя нового языка это использование
+
{| cellspacing="0" style="border:0px; margin-right:10%;"
<nowiki>{{LanguageSwitch}}</nowiki>
+
|- valign="top"
где нибудь в темплейте. Рекомендуется вверху или в самом низу. Этот код добавит маленькое меню, которое выглядит как это:
+
|
{{LanguageSwitch}}
+
{| width="100%"
 +
|-
 +
|
 +
=Projects=
 +
{| width="100%" cellpadding="5"
 +
|- class="t2th"
 +
| '''AMX Mod X'''
 +
|- class="t2td"
 +
|[[Image:Amxxsmall.gif|left]] [[AMX Mod X]], the powerful and flexible scripting environment for [[Half-Life 1]].
 +
* [[:Category:Documentation (AMX Mod X)|Documentation]]
 +
* [[:Category:Scripting (AMX Mod X)|Scripting]]
 +
|}
 +
<p>
 +
{| width="100%" cellpadding="5"
 +
|- class="t2th"
 +
| '''Metamod:Source'''
 +
|- class="t2td"
 +
|[[Image:Mms.jpg|left]][[Metamod:Source]], the ultimate plugin API for [[Half-Life 2]], featuring interface hooking and a versatile plugin API.
 +
* [[:Category:Documentation (SourceMM)|Documentation]]
 +
* [[Introduction_to_SourceMM_Coding|Developing]]
 +
|}
 +
|}
 +
|
 +
{| width="100%"
 +
|-
 +
|
  
Когда новый язык добавлен в wiki, данный темплейт будет изменен автоматически. Таким образом все страницы использующие его. Автоматически будут обновлены.
+
=News=
 +
{| cellpadding="6"
 +
|- class="t2th"
 +
| AMX Mod X 1.70
 +
|- class="t2td"
 +
| ''2006-03-04'': New version of [[AMX Mod X]] was released for bugfixes.  See the [http://www.amxmodx.org/ homepage].  Developers should look at the featured articles, [[Optimizing Plugins]] and [[AMX Mod X 1.70 Scripting Changes]].
 +
|}
  
= Как перевести страницу =
+
{| cellpadding="6"
 +
|- class="t2th"
 +
| Metamod:Source 1.2.1
 +
|- class="t2td"
 +
| ''2006-02-15'': New version of [[Metamod:Source|SourceMM]] was released for bugfixes.  See the [http://www.sourcemm.net/ homepage].
 +
|}
  
1) Идите на ту страницу, которую хотите перевести.
+
{| cellpadding="6"
 +
|- class="t2th"
 +
| Wiki Launched!
 +
|- class="t2td"
 +
| ''2006-01-17'': Wiki launched! Please post any suggestions in the [[Talk:Main_Page|Main Page Discussion]] area.
 +
|}
  
2) Выберите править (вверху страницы) и добавьте переключатель языка наверху если его еще нет.
+
|}
 
 
3) Скопируйте тесь текст темплейта страницы.
 
 
 
4) Сохраните (чтобы сохранился переключатель языка)
 
 
 
5) Теперь вверху страницы должен появится переключатель языка, как на этой странице.
 
 
 
6) Выберите(нажмите) на язык который вы хотите перевести.
 
 
 
7) Вставьте текст который вы скопировали в текстовую область
 
 
 
8) Начинайте перевод. Затем как закончите нужно сохранить что вы перевели.
 
 
 
Данные манипуляции дадут вам полную версию текущего документа на вашем языке. И вы можете переводить любую страницу какую захотите.
 
 
 
 
 
'''Ресурсы:'''
 
 
 
* Список 2'х буквенных кодов языков можно посмотреть тут http://www.w3.org/WAI/ER/IG/ert/iso639.htm
 

Revision as of 02:01, 1 April 2006

Welcome to the AMWiki, the unified and collaborative documentation project of the Consortium that runs such projects as AMX Mod X, Metamod:Source, and SourceMod.

How can you get started? Check out the Projects Page to see a general overview. Go to Help to read about the basics and rules of this wiki. Or, if you're looking for something, just use search on the left hand side!

Featured Articles

Optimizing Plugins

This ongoing article goes over many many important issues, tricks, and tips for making your plugins as fast as possible. Users following these directions have noticed significant CPU usage improvements in their CPU-hungry plugins. To visit, just click: Optimizing Plugins

AMX Mod X 1.70 Scripting Changes

AMX Mod X 1.70 has some important scripting changes. It is recommended that serious plugin authors quickly review some of the new features and changes available: AMX Mod X 1.70 Scripting Changes.

Projects

AMX Mod X
Amxxsmall.gif
AMX Mod X, the powerful and flexible scripting environment for Half-Life 1.

Metamod:Source
Mms.jpg
Metamod:Source, the ultimate plugin API for Half-Life 2, featuring interface hooking and a versatile plugin API.

News

AMX Mod X 1.70
2006-03-04: New version of AMX Mod X was released for bugfixes. See the homepage. Developers should look at the featured articles, Optimizing Plugins and AMX Mod X 1.70 Scripting Changes.
Metamod:Source 1.2.1
2006-02-15: New version of SourceMM was released for bugfixes. See the homepage.
Wiki Launched!
2006-01-17: Wiki launched! Please post any suggestions in the Main Page Discussion area.