<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://temp.ufopaedia.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Al+Arz</id>
	<title>UFOpaedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://temp.ufopaedia.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Al+Arz"/>
	<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/Special:Contributions/Al_Arz"/>
	<updated>2026-05-03T09:13:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Compiling_with_Microsoft_Visual_C%2B%2B_(OpenXcom)&amp;diff=86493</id>
		<title>Compiling with Microsoft Visual C++ (OpenXcom)</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Compiling_with_Microsoft_Visual_C%2B%2B_(OpenXcom)&amp;diff=86493"/>
		<updated>2018-05-05T20:59:15Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* Issues fixed */ Fix for the issue with linking precompiled yaml-cpp dll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Setting up==&lt;br /&gt;
&lt;br /&gt;
# Download [https://windows.github.com/ GitHub for Windows].&lt;br /&gt;
# Download the source code from [https://github.com/SupSuper/OpenXcom here], by pushing &#039;&#039;&#039;Clone in Desktop&#039;&#039;&#039;.&lt;br /&gt;
# Download and install [http://store.steampowered.com/app/7760/ X-COM: UFO Defense]. &lt;br /&gt;
# Navigate to &#039;&#039;&#039;&amp;lt;path-to-game&amp;gt;\XCOM\&#039;&#039;&#039; and copy the following folders.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GEODATA&lt;br /&gt;
GEOGRAPH&lt;br /&gt;
ROUTES&lt;br /&gt;
MAPS&lt;br /&gt;
SOUND&lt;br /&gt;
TERRAIN&lt;br /&gt;
UFOGRAPH&lt;br /&gt;
UFOINTRO&lt;br /&gt;
UNITS &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
5. Navigate to &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\bin\UFO&#039;&#039;&#039; and paste the folders in there. &lt;br /&gt;
&lt;br /&gt;
==Compiling (x32 Release)==&lt;br /&gt;
# Download and install Visual Studio. A free version is available [https://www.visualstudio.com/products/visual-studio-community-vs here].&lt;br /&gt;
# Download the following dependencies for the appropriate version of Visual Studio:&lt;br /&gt;
#* [http://openxcom.org/download/dev/openxcom-deps-win-vc2010.zip 2010]&lt;br /&gt;
#* [http://openxcom.org/download/dev/openxcom-deps-win-vc2013.zip 2013]&lt;br /&gt;
#* [http://openxcom.org/download/dev/openxcom-deps-win-vc2015.zip 2015]&lt;br /&gt;
#* [http://openxcom.org/download/dev/openxcom-deps-win-vc2017.zip 2017]&lt;br /&gt;
# Extract the archive&#039;s contents to &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\&#039;&#039;&#039;&lt;br /&gt;
#Navigate to &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\src&#039;&#039;&#039; and open &#039;&#039;&#039;OpenXcom.2010.sln&#039;&#039;&#039;.&lt;br /&gt;
#Compile the project by right clicking on &#039;&#039;&#039;OpenXcom&#039;&#039;&#039; and selecting &#039;&#039;&#039;Build&#039;&#039;&#039;. Upgrading the project may be needed on newer versions of Visual Studio.&lt;br /&gt;
#Navigate to &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\bin&#039;&#039;&#039; then copy all the &#039;&#039;&#039;DLLs&#039;&#039;&#039; from &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\bin\Win32&#039;&#039;&#039; to &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\bin\Win32\Release&#039;&#039;&#039;&lt;br /&gt;
#Move the &#039;&#039;&#039;common&#039;&#039;&#039;, &#039;&#039;&#039;UFO&#039;&#039;&#039; and &#039;&#039;&#039;standard&#039;&#039;&#039; folders from &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\bin&#039;&#039;&#039; to &#039;&#039;&#039;&amp;lt;path-to-repo&amp;gt;\OpenXcom\bin\Win32\Release&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Certain anti-viruses such as Avast may stop the project from building. Add the OpenXcom folder as an expection. &lt;br /&gt;
* See the [http://msdn.microsoft.com/library/dd831853.aspx Visual Studio Documentation] for more information on the IDE.&lt;br /&gt;
&lt;br /&gt;
==Issues fixed==&lt;br /&gt;
===Failed To Load Palette===&lt;br /&gt;
Copy the X-Com resources to your &#039;&#039;&#039;bin&#039;&#039;&#039; folder, see [[Installing (OpenXcom)|Installing]] for more details.&lt;br /&gt;
&lt;br /&gt;
===afxres.h not found===&lt;br /&gt;
Remove &#039;&#039;&#039;resource.h&#039;&#039;&#039; and &#039;&#039;&#039;OpenXcom.rc&#039;&#039;&#039; from the project.&lt;br /&gt;
&lt;br /&gt;
===MSVCR100.DLL not found===&lt;br /&gt;
Install these [http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=5555 files].&lt;br /&gt;
&lt;br /&gt;
===Platform &#039;x64&#039; cannot be found===&lt;br /&gt;
Compile as Win32.&lt;br /&gt;
&lt;br /&gt;
===unresolved external symbol &amp;quot;&amp;lt;blah-blah-blah&amp;gt; YAML &amp;lt;blah&amp;gt;&amp;quot;===&lt;br /&gt;
Try adding &amp;lt;code&amp;gt;YAML_CPP_DLL&amp;lt;/code&amp;gt; define to the project properties&lt;br /&gt;
&lt;br /&gt;
[[Category:OpenXcom]]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=UNITS&amp;diff=86484</id>
		<title>UNITS</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=UNITS&amp;diff=86484"/>
		<updated>2018-05-04T11:22:15Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* Correspondence table */ Fix capitalization&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Information==&lt;br /&gt;
The UNITS folder contains [[Image_Formats#PCK|*.PCK and *.TAB files]] and contains the Battlescape graphics for soldiers, aliens, and the guns they hold.  The .PCK and .TAB files go hand-in-hand with each other.  The .TAB file is an index to the image held in the .PCK file.&lt;br /&gt;
&lt;br /&gt;
==Correspondence Table==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| .PCK&lt;br /&gt;
! width=&amp;quot;150&amp;quot;  | .TAB&lt;br /&gt;
! width=&amp;quot;300&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| [[BIGOBS.PCK]]&lt;br /&gt;
| BIGOBS.TAB&lt;br /&gt;
| Big Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[CELATID.PCK]]&lt;br /&gt;
| CELATID.TAB&lt;br /&gt;
| [[Celatid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CHRYS.PCK]]&lt;br /&gt;
| CHRYS.TAB&lt;br /&gt;
| [[Chryssalid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIVF.PCK]]&lt;br /&gt;
| CIVF.TAB&lt;br /&gt;
| Female [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIVM.PCK]]&lt;br /&gt;
| CIVM.TAB&lt;br /&gt;
| Male [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CYBER.PCK]]&lt;br /&gt;
| CYBER.TAB&lt;br /&gt;
| [[Cyberdisc]]&lt;br /&gt;
|-&lt;br /&gt;
| [[ETHEREAL.PCK]]&lt;br /&gt;
| ETHEREAL.TAB&lt;br /&gt;
| [[Ethereal]]&lt;br /&gt;
|-&lt;br /&gt;
| [[FLOATER.PCK]]&lt;br /&gt;
| FLOATER.TAB&lt;br /&gt;
| [[Floater]]&lt;br /&gt;
|-&lt;br /&gt;
| [[FLOOROB.PCK]]&lt;br /&gt;
| FLOOROB.TAB&lt;br /&gt;
| Floor Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[HANDOB.PCK]]&lt;br /&gt;
| HANDOB.TAB&lt;br /&gt;
| Hand Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[MUTON.PCK]]&lt;br /&gt;
| MUTON.TAB&lt;br /&gt;
| [[Muton]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SECTOID.PCK]]&lt;br /&gt;
| SECTOID.TAB&lt;br /&gt;
| [[Sectoid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SILACOID.PCK]]&lt;br /&gt;
| SILACOID.TAB&lt;br /&gt;
| [[Silacoid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SNAKEMAN.PCK]]&lt;br /&gt;
| SNAKEMAN.TAB&lt;br /&gt;
| [[Snakeman]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TANKS.PCK]]&lt;br /&gt;
| TANKS.TAB&lt;br /&gt;
| All X-COM [[Heavy_Weapons_Platforms|HWPs]]&lt;br /&gt;
|-&lt;br /&gt;
| [[X_REAP.PCK]]&lt;br /&gt;
| X_REAP.TAB&lt;br /&gt;
| [[Reaper]]&lt;br /&gt;
|-&lt;br /&gt;
| [[X_ROB.PCK]]&lt;br /&gt;
| X_ROB.TAB&lt;br /&gt;
| [[Sectopod]]&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_0.PCK]]&lt;br /&gt;
| XCOM_0.TAB&lt;br /&gt;
| [[Coveralls|Unarmoured]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_1.PCK]]&lt;br /&gt;
| XCOM_1.TAB&lt;br /&gt;
| [[Personal_Armour|Personal Armoured]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_2.PCK]]&lt;br /&gt;
| XCOM_2.TAB&lt;br /&gt;
| [[Power_Suit|Power]]/[[Flying_Suit|Flying-Suited]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[ZOMBIE.PCK]]&lt;br /&gt;
| ZOMBIE.TAB&lt;br /&gt;
| [[Zombie]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game Files]]&lt;br /&gt;
[[Category:Game Folders]]&lt;br /&gt;
[[Category:Enemy Unknown/UFO Defense]]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=UNITS&amp;diff=86483</id>
		<title>UNITS</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=UNITS&amp;diff=86483"/>
		<updated>2018-05-04T11:20:30Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Added subheading&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Information==&lt;br /&gt;
The UNITS folder contains [[Image_Formats#PCK|*.PCK and *.TAB files]] and contains the Battlescape graphics for soldiers, aliens, and the guns they hold.  The .PCK and .TAB files go hand-in-hand with each other.  The .TAB file is an index to the image held in the .PCK file.&lt;br /&gt;
&lt;br /&gt;
==Correspondence table==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| .PCK&lt;br /&gt;
! width=&amp;quot;150&amp;quot;  | .TAB&lt;br /&gt;
! width=&amp;quot;300&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| [[BIGOBS.PCK]]&lt;br /&gt;
| BIGOBS.TAB&lt;br /&gt;
| Big Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[CELATID.PCK]]&lt;br /&gt;
| CELATID.TAB&lt;br /&gt;
| [[Celatid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CHRYS.PCK]]&lt;br /&gt;
| CHRYS.TAB&lt;br /&gt;
| [[Chryssalid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIVF.PCK]]&lt;br /&gt;
| CIVF.TAB&lt;br /&gt;
| Female [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIVM.PCK]]&lt;br /&gt;
| CIVM.TAB&lt;br /&gt;
| Male [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CYBER.PCK]]&lt;br /&gt;
| CYBER.TAB&lt;br /&gt;
| [[Cyberdisc]]&lt;br /&gt;
|-&lt;br /&gt;
| [[ETHEREAL.PCK]]&lt;br /&gt;
| ETHEREAL.TAB&lt;br /&gt;
| [[Ethereal]]&lt;br /&gt;
|-&lt;br /&gt;
| [[FLOATER.PCK]]&lt;br /&gt;
| FLOATER.TAB&lt;br /&gt;
| [[Floater]]&lt;br /&gt;
|-&lt;br /&gt;
| [[FLOOROB.PCK]]&lt;br /&gt;
| FLOOROB.TAB&lt;br /&gt;
| Floor Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[HANDOB.PCK]]&lt;br /&gt;
| HANDOB.TAB&lt;br /&gt;
| Hand Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[MUTON.PCK]]&lt;br /&gt;
| MUTON.TAB&lt;br /&gt;
| [[Muton]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SECTOID.PCK]]&lt;br /&gt;
| SECTOID.TAB&lt;br /&gt;
| [[Sectoid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SILACOID.PCK]]&lt;br /&gt;
| SILACOID.TAB&lt;br /&gt;
| [[Silacoid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SNAKEMAN.PCK]]&lt;br /&gt;
| SNAKEMAN.TAB&lt;br /&gt;
| [[Snakeman]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TANKS.PCK]]&lt;br /&gt;
| TANKS.TAB&lt;br /&gt;
| All X-COM [[Heavy_Weapons_Platforms|HWPs]]&lt;br /&gt;
|-&lt;br /&gt;
| [[X_REAP.PCK]]&lt;br /&gt;
| X_REAP.TAB&lt;br /&gt;
| [[Reaper]]&lt;br /&gt;
|-&lt;br /&gt;
| [[X_ROB.PCK]]&lt;br /&gt;
| X_ROB.TAB&lt;br /&gt;
| [[Sectopod]]&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_0.PCK]]&lt;br /&gt;
| XCOM_0.TAB&lt;br /&gt;
| [[Coveralls|Unarmoured]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_1.PCK]]&lt;br /&gt;
| XCOM_1.TAB&lt;br /&gt;
| [[Personal_Armour|Personal Armoured]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_2.PCK]]&lt;br /&gt;
| XCOM_2.TAB&lt;br /&gt;
| [[Power_Suit|Power]]/[[Flying_Suit|Flying-Suited]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[ZOMBIE.PCK]]&lt;br /&gt;
| ZOMBIE.TAB&lt;br /&gt;
| [[Zombie]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game Files]]&lt;br /&gt;
[[Category:Game Folders]]&lt;br /&gt;
[[Category:Enemy Unknown/UFO Defense]]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=UNITS&amp;diff=86482</id>
		<title>UNITS</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=UNITS&amp;diff=86482"/>
		<updated>2018-05-04T11:17:56Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Replaced lists with a compact table and added wikilinks to corresponding articles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Information==&lt;br /&gt;
The UNITS folder contains [[Image_Formats#PCK|*.PCK and *.TAB files]] and contains the Battlescape graphics for soldiers, aliens, and the guns they hold.  The .PCK and .TAB files go hand-in-hand with each other.  The .TAB file is an index to the image held in the .PCK file.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| .PCK&lt;br /&gt;
! width=&amp;quot;150&amp;quot;  | .TAB&lt;br /&gt;
! width=&amp;quot;300&amp;quot; | Explanation&lt;br /&gt;
|-&lt;br /&gt;
| [[BIGOBS.PCK]]&lt;br /&gt;
| BIGOBS.TAB&lt;br /&gt;
| Big Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[CELATID.PCK]]&lt;br /&gt;
| CELATID.TAB&lt;br /&gt;
| [[Celatid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CHRYS.PCK]]&lt;br /&gt;
| CHRYS.TAB&lt;br /&gt;
| [[Chryssalid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIVF.PCK]]&lt;br /&gt;
| CIVF.TAB&lt;br /&gt;
| Female [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIVM.PCK]]&lt;br /&gt;
| CIVM.TAB&lt;br /&gt;
| Male [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| [[CYBER.PCK]]&lt;br /&gt;
| CYBER.TAB&lt;br /&gt;
| [[Cyberdisc]]&lt;br /&gt;
|-&lt;br /&gt;
| [[ETHEREAL.PCK]]&lt;br /&gt;
| ETHEREAL.TAB&lt;br /&gt;
| [[Ethereal]]&lt;br /&gt;
|-&lt;br /&gt;
| [[FLOATER.PCK]]&lt;br /&gt;
| FLOATER.TAB&lt;br /&gt;
| [[Floater]]&lt;br /&gt;
|-&lt;br /&gt;
| [[FLOOROB.PCK]]&lt;br /&gt;
| FLOOROB.TAB&lt;br /&gt;
| Floor Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[HANDOB.PCK]]&lt;br /&gt;
| HANDOB.TAB&lt;br /&gt;
| Hand Objects&lt;br /&gt;
|-&lt;br /&gt;
| [[MUTON.PCK]]&lt;br /&gt;
| MUTON.TAB&lt;br /&gt;
| [[Muton]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SECTOID.PCK]]&lt;br /&gt;
| SECTOID.TAB&lt;br /&gt;
| [[Sectoid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SILACOID.PCK]]&lt;br /&gt;
| SILACOID.TAB&lt;br /&gt;
| [[Silacoid]]&lt;br /&gt;
|-&lt;br /&gt;
| [[SNAKEMAN.PCK]]&lt;br /&gt;
| SNAKEMAN.TAB&lt;br /&gt;
| [[Snakeman]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TANKS.PCK]]&lt;br /&gt;
| TANKS.TAB&lt;br /&gt;
| All X-COM [[Heavy_Weapons_Platforms|HWPs]]&lt;br /&gt;
|-&lt;br /&gt;
| [[X_REAP.PCK]]&lt;br /&gt;
| X_REAP.TAB&lt;br /&gt;
| [[Reaper]]&lt;br /&gt;
|-&lt;br /&gt;
| [[X_ROB.PCK]]&lt;br /&gt;
| X_ROB.TAB&lt;br /&gt;
| [[Sectopod]]&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_0.PCK]]&lt;br /&gt;
| XCOM_0.TAB&lt;br /&gt;
| [[Coveralls|Unarmoured]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_1.PCK]]&lt;br /&gt;
| XCOM_1.TAB&lt;br /&gt;
| [[Personal_Armour|Personal Armoured]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM_2.PCK]]&lt;br /&gt;
| XCOM_2.TAB&lt;br /&gt;
| [[Power_Suit|Power]]/[[Flying_Suit|Flying-Suited]] Soldiers&lt;br /&gt;
|-&lt;br /&gt;
| [[ZOMBIE.PCK]]&lt;br /&gt;
| ZOMBIE.TAB&lt;br /&gt;
| [[Zombie]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game Files]]&lt;br /&gt;
[[Category:Game Folders]]&lt;br /&gt;
[[Category:Enemy Unknown/UFO Defense]]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz/Sandbox_page&amp;diff=86476</id>
		<title>User:Al Arz/Sandbox page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz/Sandbox_page&amp;diff=86476"/>
		<updated>2018-05-04T09:55:15Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* Карта проектов */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Доделать ==&lt;br /&gt;
*Перевод [[Базы X-COM]]&lt;br /&gt;
**Содержание&lt;br /&gt;
***&amp;lt;s&amp;gt;Заголовки&amp;lt;/s&amp;gt;&lt;br /&gt;
***Текст разделов&lt;br /&gt;
****[1/10] - 2017-07-16&lt;br /&gt;
**&amp;lt;s&amp;gt;Проставить ссылки&amp;lt;/s&amp;gt;&lt;br /&gt;
**Разобраться с категоризацией&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
*Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
**https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;br /&gt;
*Проблемы с загрузкой страниц вики&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/11302-resignation-as-ufopaedia-administrator/page__st__40#entry158914&lt;br /&gt;
*Проблемы с подтверждением адреса электронной почты&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/12448-confirm-email-address-dont-come-smtp-error/&lt;br /&gt;
*Расширить [[Глоссарий_X-COM_1]] или создать дополнительный для прочих понятий (facility -&amp;gt; модуль, rank -&amp;gt; звание и т.д.)&lt;br /&gt;
*Перенести/скопировать часть информации из [[Модули базы (EU)]] в [[Известные ошибки]]? (ср.: ссылки на баги [[Базы_X-COM#Информация_о_базе]] и [[X-COM_Bases#Base_Information]])&lt;br /&gt;
&lt;br /&gt;
== Перевод UFO2000 ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;UFO2000 Main Directory&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| {{UFO2000 Icon}} &#039;&#039;&#039;UFO2000&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Общая информация&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[Информация (UFO2000)|Информация об UFO2000]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Авторы (UFO2000)|Авторы и участники]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Сообщество (UFO2000)|Сообщество]]&lt;br /&gt;
|-&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Краткое руководство&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Краткое руководство по сетевой игре UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Интерфейс (UFO2000)|Основной интерфейс]]&lt;br /&gt;
: [[Главное меню (UFO2000)|Главное меню]]&lt;br /&gt;
: [[Сервер (UFO2000)|Игровой сервер]]&lt;br /&gt;
: [[Планировщик миссий (UFO2000)|Планировщик миссий]]&lt;br /&gt;
: [[Редактор юнитов (UFO2000)|Редактор юнитов]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Тактический интерфейс (UFO2000)|Тактический интерфейс]]&lt;br /&gt;
: [[Окно тактического режима (UFO2000)|Окно тактического режима]]&lt;br /&gt;
: [[Команды клавиатуры (UFO2000)|Команды клавиатуры]]&lt;br /&gt;
: [[Панель управления (UFO2000)|Панель управления]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Различия с X-COM (UFO2000)|Различия между UFO2000 и X-COM]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Настройки игры и отрядов&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[Сценарии (UFO2000)|Сценарии]]&lt;br /&gt;
: [[Мясорубка (UFO2000)|Мясорубка]]&lt;br /&gt;
: [[Побег (UFO2000)|Побег]]&lt;br /&gt;
: [[Царь горы (UFO2000)|Царь горы]]&lt;br /&gt;
: [[Убийство лидера (UFO2000)|Убийство лидера]]&lt;br /&gt;
: [[Выживание( UFO2000)|Выживание]]&lt;br /&gt;
: [[Прорыв (UFO2000)|Прорыв]]&lt;br /&gt;
: [[Захват лидера (UFO2000)|Захват лидера]]&lt;br /&gt;
: [[Найти и уничтожить (UFO2000)|Найти и уничтожить]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наборы игровых правил (UFO2000)|Наборы игровых правил]]&lt;br /&gt;
: [[Обычный 7K (UFO2000)|Обычный 7K]]&lt;br /&gt;
: [[Перестрелка (UFO2000)|Перестрелка]]&lt;br /&gt;
: [[Другие типы игры (UFO2000)|Другие типы игры]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Юниты (UFO2000)|Юниты]]&lt;br /&gt;
: [[Типы юнитов (UFO2000)|Типы юнитов]]&lt;br /&gt;
: [[Характеристики юнитов (UFO2000)|Характеристики юнитов]]&lt;br /&gt;
: [[Новые юниты (UFO2000)|Новые юниты]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наборы оружия (UFO2000)|Наборы оружия]]&lt;br /&gt;
: [[Типы оружия (UFO2000)|Типы оружия]]&lt;br /&gt;
: [[Набор оружия UFO2000 (UFO2000)|Классический UFO2000]]&lt;br /&gt;
: [[Набор оружия Galactic(UFO2000)|Galactic]]&lt;br /&gt;
: [[Модифицированный набор оружия(UFO2000)|Модифицированный X-COM]]&lt;br /&gt;
: [[Оригинальные наборы оружия(UFO2000)|Оригинальные UFO и TFTD]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Стратегическое руководство&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Отряды (UFO2000)|Создание и высадка отрядов]]&lt;br /&gt;
: [[Специальные юниты (UFO2000)|Специальные юниты]]&lt;br /&gt;
: [[Огневые команды (UFO2000)|Огневые команды]]&lt;br /&gt;
: [[Роли в команде (UFO2000)|Роли в команде]]&lt;br /&gt;
: [[Действия отряда (UFO2000)|Действия отряда]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Командование отряда (UFO2000)|Командование отряда]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Бой и местность (UFO2000)|Бой и местность]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Тактические операции (UFO2000)|Тактические операции]]&lt;br /&gt;
: [[Наблюдение (UFO2000)|Наблюдение и скрытность]]&lt;br /&gt;
: [[Перемещение (UFO2000)|Перемещение]]&lt;br /&gt;
: [[Стрельба (UFO2000)|Стрельба]]&lt;br /&gt;
: [[Стрельба и перемещение (UFO2000)|Стрельба и перемещение]]&lt;br /&gt;
: [[Строй (UFO2000)|Строй отряда]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наступление (UFO2000)|Наступление]]&lt;br /&gt;
: [[Наступление в общем (UFO2000)|Общие замечания]]&lt;br /&gt;
: [[Условия для наступления (UFO2000)|Условия для наступления]]&lt;br /&gt;
: [[Наступательные стратегии (UFO2000)|Наступательные стратегии]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Оборона (UFO2000)|Оборона]]&lt;br /&gt;
: [[Оборона в общем (UFO2000)|Общие замечания]]&lt;br /&gt;
: [[Дилеммы при обороне (UFO2000)|Дилеммы при обороне]]&lt;br /&gt;
: [[Оборонительные тактики (UFO2000)|Оборонительные тактики]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Приложения (UFO2000)|Приложения]]&lt;br /&gt;
: [[Тактики на основе ответной реакции(UFO2000)|Тактики на основе ответной реакции]]&lt;br /&gt;
: [[Тактики воздушных юнитов (UFO2000)|Тактики воздушных юнитов]]&lt;br /&gt;
: [[Разведка (UFO2000)|Разведка]]&lt;br /&gt;
: [[Comm Center (UFO2000)|Comm Center]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Техническая информация&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Модификации (UFO2000)|Модификации]]&lt;br /&gt;
: [[Пользовательское оружие (UFO2000)|Вооружение]]&lt;br /&gt;
: [[Пользовательские карты (UFO2000)|Карты]]&lt;br /&gt;
: [[Пользовательские юниты (UFO2000)|Юниты]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Движок игры (UFO2000)|Движок игры]]&lt;br /&gt;
: [[Формула меткости (UFO2000)|Формула меткости]]&lt;br /&gt;
: [[Формула реакции (UFO2000)|Формула реакции]]&lt;br /&gt;
: [[Формула морали (UFO2000)|Формула морали]]&lt;br /&gt;
: [[Система статистики (UFO2000)|Система статистики]]&lt;br /&gt;
: [[Урон (UFO2000)|Урон]]&lt;br /&gt;
: [[Взрывы (UFO2000)|Взрывы]]&lt;br /&gt;
: [[Характеристики персонажей в деталях (UFO2000)|Характеристики персонажей в деталях]]&lt;br /&gt;
: [[Линия видимости (UFO2000)|Линия видимости]]&lt;br /&gt;
|-&lt;br /&gt;
| Компиляция UFO2000&lt;br /&gt;
: [[Компиляция под Mac OS X (UFO2000)|Компиляция под Mac OS X]]&lt;br /&gt;
: [[Компиляция под Linux (UFO2000)|Компиляция под Linux]]&lt;br /&gt;
|-&lt;br /&gt;
| Запуск собственного сервера UFO2000&lt;br /&gt;
: [[Компиляция под Linux (UFO2000)#Компиляция_сервера|Компиляция сервера под Linux]]&lt;br /&gt;
: [[Настройка сервера UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| Помощь в разработке&lt;br /&gt;
: [[Известные проблемы (UFO2000)|Известные проблемы]]&lt;br /&gt;
: [[Написание кода (UFO2000)|Написание кода]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ресурсы&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Ссылки (UFO2000)|Ссылки]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Карта проектов ==&lt;br /&gt;
&lt;br /&gt;
В духе вот этого: [[Talk:Main_Page/Archive#Simpler_Main_Page]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;Основные линейки&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| &#039;&#039;&#039;Основные линейки&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Оригинальная трилогия&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[XCOM|UFO: Enemy Unknown]]&lt;br /&gt;
|- &lt;br /&gt;
| [[TFTD|X-COM: Terror From the Deep]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
|-&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Открытые ремейки&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenXcom]]&lt;br /&gt;
: [[OXCE]]&lt;br /&gt;
: [[OXCE+]]&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenApoc]]&lt;br /&gt;
|-&lt;br /&gt;
| [[UFO:AI]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Перезагрузка&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[XCOM: Enemy Unknown]]&lt;br /&gt;
: [[XCOM: Enemy Within DLC (EU2012)|XCOM: Enemy Within]]&lt;br /&gt;
: [[Long War]]&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM2]]&lt;br /&gt;
: [[XCOM 2: War of the Chosen]]&lt;br /&gt;
: [[Long War 2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Разное&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Перезагрузка&lt;br /&gt;
: [[The Bureau: XCOM Declassified]]&lt;br /&gt;
|-&lt;br /&gt;
| Spin-offs&lt;br /&gt;
: [[X-COM: Interceptor]]&lt;br /&gt;
: [[X-COM: Enforcer]]&lt;br /&gt;
|-&lt;br /&gt;
| Discontinued&lt;br /&gt;
: [[X-COM: Genesis]]&lt;br /&gt;
: [[X-COM: Alliance]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Джулиан Голлоп&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Rebelstar Raiders]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Laser Squad]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Laser Squad Nemesis]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Phoenix Point]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;Прочие проекты&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| &#039;&#039;&#039;Прочие проекты&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;After- series&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Aftermath]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Aftershock]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Afterlight]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Xenonauts&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Xenonauts]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Xenonauts 2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Прочее&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| [[UFO:Extraterrestrials]]&lt;br /&gt;
: [[UFO2Extraterrestrials: Battle for Mercury]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Terra Invicta]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz/Sandbox_page&amp;diff=86454</id>
		<title>User:Al Arz/Sandbox page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz/Sandbox_page&amp;diff=86454"/>
		<updated>2018-05-02T16:39:03Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Доделать ==&lt;br /&gt;
*Перевод [[Базы X-COM]]&lt;br /&gt;
**Содержание&lt;br /&gt;
***&amp;lt;s&amp;gt;Заголовки&amp;lt;/s&amp;gt;&lt;br /&gt;
***Текст разделов&lt;br /&gt;
****[1/10] - 2017-07-16&lt;br /&gt;
**&amp;lt;s&amp;gt;Проставить ссылки&amp;lt;/s&amp;gt;&lt;br /&gt;
**Разобраться с категоризацией&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
*Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
**https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;br /&gt;
*Проблемы с загрузкой страниц вики&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/11302-resignation-as-ufopaedia-administrator/page__st__40#entry158914&lt;br /&gt;
*Проблемы с подтверждением адреса электронной почты&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/12448-confirm-email-address-dont-come-smtp-error/&lt;br /&gt;
*Расширить [[Глоссарий_X-COM_1]] или создать дополнительный для прочих понятий (facility -&amp;gt; модуль, rank -&amp;gt; звание и т.д.)&lt;br /&gt;
*Перенести/скопировать часть информации из [[Модули базы (EU)]] в [[Известные ошибки]]? (ср.: ссылки на баги [[Базы_X-COM#Информация_о_базе]] и [[X-COM_Bases#Base_Information]])&lt;br /&gt;
&lt;br /&gt;
== Перевод UFO2000 ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;UFO2000 Main Directory&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| {{UFO2000 Icon}} &#039;&#039;&#039;UFO2000&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Общая информация&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[Информация (UFO2000)|Информация об UFO2000]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Авторы (UFO2000)|Авторы и участники]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Сообщество (UFO2000)|Сообщество]]&lt;br /&gt;
|-&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Краткое руководство&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Краткое руководство по сетевой игре UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Интерфейс (UFO2000)|Основной интерфейс]]&lt;br /&gt;
: [[Главное меню (UFO2000)|Главное меню]]&lt;br /&gt;
: [[Сервер (UFO2000)|Игровой сервер]]&lt;br /&gt;
: [[Планировщик миссий (UFO2000)|Планировщик миссий]]&lt;br /&gt;
: [[Редактор юнитов (UFO2000)|Редактор юнитов]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Тактический интерфейс (UFO2000)|Тактический интерфейс]]&lt;br /&gt;
: [[Окно тактического режима (UFO2000)|Окно тактического режима]]&lt;br /&gt;
: [[Команды клавиатуры (UFO2000)|Команды клавиатуры]]&lt;br /&gt;
: [[Панель управления (UFO2000)|Панель управления]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Различия с X-COM (UFO2000)|Различия между UFO2000 и X-COM]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Настройки игры и отрядов&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[Сценарии (UFO2000)|Сценарии]]&lt;br /&gt;
: [[Мясорубка (UFO2000)|Мясорубка]]&lt;br /&gt;
: [[Побег (UFO2000)|Побег]]&lt;br /&gt;
: [[Царь горы (UFO2000)|Царь горы]]&lt;br /&gt;
: [[Убийство лидера (UFO2000)|Убийство лидера]]&lt;br /&gt;
: [[Выживание( UFO2000)|Выживание]]&lt;br /&gt;
: [[Прорыв (UFO2000)|Прорыв]]&lt;br /&gt;
: [[Захват лидера (UFO2000)|Захват лидера]]&lt;br /&gt;
: [[Найти и уничтожить (UFO2000)|Найти и уничтожить]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наборы игровых правил (UFO2000)|Наборы игровых правил]]&lt;br /&gt;
: [[Обычный 7K (UFO2000)|Обычный 7K]]&lt;br /&gt;
: [[Перестрелка (UFO2000)|Перестрелка]]&lt;br /&gt;
: [[Другие типы игры (UFO2000)|Другие типы игры]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Юниты (UFO2000)|Юниты]]&lt;br /&gt;
: [[Типы юнитов (UFO2000)|Типы юнитов]]&lt;br /&gt;
: [[Характеристики юнитов (UFO2000)|Характеристики юнитов]]&lt;br /&gt;
: [[Новые юниты (UFO2000)|Новые юниты]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наборы оружия (UFO2000)|Наборы оружия]]&lt;br /&gt;
: [[Типы оружия (UFO2000)|Типы оружия]]&lt;br /&gt;
: [[Набор оружия UFO2000 (UFO2000)|Классический UFO2000]]&lt;br /&gt;
: [[Набор оружия Galactic(UFO2000)|Galactic]]&lt;br /&gt;
: [[Модифицированный набор оружия(UFO2000)|Модифицированный X-COM]]&lt;br /&gt;
: [[Оригинальные наборы оружия(UFO2000)|Оригинальные UFO и TFTD]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Стратегическое руководство&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Отряды (UFO2000)|Создание и высадка отрядов]]&lt;br /&gt;
: [[Специальные юниты (UFO2000)|Специальные юниты]]&lt;br /&gt;
: [[Огневые команды (UFO2000)|Огневые команды]]&lt;br /&gt;
: [[Роли в команде (UFO2000)|Роли в команде]]&lt;br /&gt;
: [[Действия отряда (UFO2000)|Действия отряда]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Командование отряда (UFO2000)|Командование отряда]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Бой и местность (UFO2000)|Бой и местность]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Тактические операции (UFO2000)|Тактические операции]]&lt;br /&gt;
: [[Наблюдение (UFO2000)|Наблюдение и скрытность]]&lt;br /&gt;
: [[Перемещение (UFO2000)|Перемещение]]&lt;br /&gt;
: [[Стрельба (UFO2000)|Стрельба]]&lt;br /&gt;
: [[Стрельба и перемещение (UFO2000)|Стрельба и перемещение]]&lt;br /&gt;
: [[Строй (UFO2000)|Строй отряда]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наступление (UFO2000)|Наступление]]&lt;br /&gt;
: [[Наступление в общем (UFO2000)|Общие замечания]]&lt;br /&gt;
: [[Условия для наступления (UFO2000)|Условия для наступления]]&lt;br /&gt;
: [[Наступательные стратегии (UFO2000)|Наступательные стратегии]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Оборона (UFO2000)|Оборона]]&lt;br /&gt;
: [[Оборона в общем (UFO2000)|Общие замечания]]&lt;br /&gt;
: [[Дилеммы при обороне (UFO2000)|Дилеммы при обороне]]&lt;br /&gt;
: [[Оборонительные тактики (UFO2000)|Оборонительные тактики]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Приложения (UFO2000)|Приложения]]&lt;br /&gt;
: [[Тактики на основе ответной реакции(UFO2000)|Тактики на основе ответной реакции]]&lt;br /&gt;
: [[Тактики воздушных юнитов (UFO2000)|Тактики воздушных юнитов]]&lt;br /&gt;
: [[Разведка (UFO2000)|Разведка]]&lt;br /&gt;
: [[Comm Center (UFO2000)|Comm Center]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Техническая информация&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Модификации (UFO2000)|Модификации]]&lt;br /&gt;
: [[Пользовательское оружие (UFO2000)|Вооружение]]&lt;br /&gt;
: [[Пользовательские карты (UFO2000)|Карты]]&lt;br /&gt;
: [[Пользовательские юниты (UFO2000)|Юниты]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Движок игры (UFO2000)|Движок игры]]&lt;br /&gt;
: [[Формула меткости (UFO2000)|Формула меткости]]&lt;br /&gt;
: [[Формула реакции (UFO2000)|Формула реакции]]&lt;br /&gt;
: [[Формула морали (UFO2000)|Формула морали]]&lt;br /&gt;
: [[Система статистики (UFO2000)|Система статистики]]&lt;br /&gt;
: [[Урон (UFO2000)|Урон]]&lt;br /&gt;
: [[Взрывы (UFO2000)|Взрывы]]&lt;br /&gt;
: [[Характеристики персонажей в деталях (UFO2000)|Характеристики персонажей в деталях]]&lt;br /&gt;
: [[Линия видимости (UFO2000)|Линия видимости]]&lt;br /&gt;
|-&lt;br /&gt;
| Компиляция UFO2000&lt;br /&gt;
: [[Компиляция под Mac OS X (UFO2000)|Компиляция под Mac OS X]]&lt;br /&gt;
: [[Компиляция под Linux (UFO2000)|Компиляция под Linux]]&lt;br /&gt;
|-&lt;br /&gt;
| Запуск собственного сервера UFO2000&lt;br /&gt;
: [[Компиляция под Linux (UFO2000)#Компиляция_сервера|Компиляция сервера под Linux]]&lt;br /&gt;
: [[Настройка сервера UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| Помощь в разработке&lt;br /&gt;
: [[Известные проблемы (UFO2000)|Известные проблемы]]&lt;br /&gt;
: [[Написание кода (UFO2000)|Написание кода]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ресурсы&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Ссылки (UFO2000)|Ссылки]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Карта проектов ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;Основные линейки&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| &#039;&#039;&#039;Основные линейки&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Оригинальная трилогия&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[XCOM|UFO: Enemy Unknown]]&lt;br /&gt;
|- &lt;br /&gt;
| [[TFTD|X-COM: Terror From the Deep]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Apocalypse|X-COM: Apocalypse]]&lt;br /&gt;
|-&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Открытые ремейки&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenXcom]]&lt;br /&gt;
: [[OXCE]]&lt;br /&gt;
: [[OXCE+]]&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenApoc]]&lt;br /&gt;
|-&lt;br /&gt;
| [[UFO:AI]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Перезагрузка&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[XCOM: Enemy Unknown]]&lt;br /&gt;
: [[XCOM: Enemy Within DLC (EU2012)|XCOM: Enemy Within]]&lt;br /&gt;
: [[Long War]]&lt;br /&gt;
|-&lt;br /&gt;
| [[XCOM2]]&lt;br /&gt;
: [[XCOM 2: War of the Chosen]]&lt;br /&gt;
: [[Long War 2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Разное&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Перезагрузка&lt;br /&gt;
: [[The Bureau: XCOM Declassified]]&lt;br /&gt;
|-&lt;br /&gt;
| Spin-offs&lt;br /&gt;
: [[X-COM: Interceptor]]&lt;br /&gt;
: [[X-COM: Enforcer]]&lt;br /&gt;
|-&lt;br /&gt;
| Discontinued&lt;br /&gt;
: [[X-COM: Genesis]]&lt;br /&gt;
: [[X-COM: Alliance]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Джулиан Голлоп&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Rebelstar Raiders]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Laser Squad]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Laser Squad Nemesis]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Phoenix Point]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;Прочие проекты&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| &#039;&#039;&#039;Прочие проекты&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;After- series&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Aftermath]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Aftershock]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Afterlight]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Xenonauts&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Xenonauts]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Xenonauts 2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Прочее&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| [[UFO:Extraterrestrials]]&lt;br /&gt;
: [[UFO2Extraterrestrials: Battle for Mercury]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Terra Invicta]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=86453</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=86453"/>
		<updated>2018-05-02T15:03:33Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Текущие приоритеты ==&lt;br /&gt;
[[User:Al Arz/Sandbox page]]&lt;br /&gt;
=== Июль 2017 ===&lt;br /&gt;
Перевод статей об UFO Defence и UFO2000 на русский. Оживление последнего.&lt;br /&gt;
&lt;br /&gt;
== Для связи ==&lt;br /&gt;
*Discord: Al Arz#5670&lt;br /&gt;
*VK: alarz&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=86452</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=86452"/>
		<updated>2018-05-02T15:03:17Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Текущие приоритеты ==&lt;br /&gt;
[[User:Al Arz/Sandbox page]]&lt;br /&gt;
=== Июль 2017 ===&lt;br /&gt;
Перевод статей об UFO Defence и UFO2000 на русский. Оживление последнего.&lt;br /&gt;
&lt;br /&gt;
== Для связи ==&lt;br /&gt;
Discord: Al Arz#5670&lt;br /&gt;
VK: alarz&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=86450</id>
		<title>Главная страница</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=86450"/>
		<updated>2018-05-02T14:34:30Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Блок новостей теперь отображается с помощью механизма шаблонов&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOTITLE__&lt;br /&gt;
==Приветствуем, стратеги!==&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;div style=&amp;quot;margin-top:0px;&amp;quot;&amp;gt;[[image:UFO_Enemy_Unknown_opening_screen.png|200 px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|align=center |&amp;lt;div style=&amp;quot;color:CornflowerBlue; font-size:120%;&amp;quot;&amp;gt;&#039;&#039;&#039;Добро пожаловать на UFOpaedia.org!&amp;lt;/div&amp;gt; &amp;lt;br&amp;gt;Этот ресурс посвящён серии игр &#039;&#039;[http://ru.wikipedia.org/wiki/X-COM X-COM]&#039;&#039;, выпущенных [http://ru.wikipedia.org/wiki/MicroProse MicroProse] с 1994 по 2001 год, а также их идейному продолжению - серии ХСОМ от [http://ru.wikipedia.org/wiki/Firaxis_Games Firaxis Games], которая стартовала в 2012 году.&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
Здесь можно найти информацию о механике игр, а также советы по тактике и стратегии. Если вы любите &#039;&#039;&#039;X-COM&#039;&#039;&#039; и хотите внести свой вклад, посетите [[UFOpaedia:Портал_Сообщества|портал сообщества]]. Мы всегда рады новым людям!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:90%;&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;ВНИМАНИЕ:&#039;&#039;&#039; Этот сайт посвящён компьютерной игре, а не теориям о глобальном тайном заговоре пришельцев.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ufopaedia.org на других языках: [[Main Page|English (Английский)]], [[Pagina Principal|Español (Испанский)]], [[Page_Principale|Français (Французский)]], [[메인_페이지|한국어 (Корейский)]].&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!---- БЛОК НОВОСТЕЙ XCOM    ----&amp;gt;&lt;br /&gt;
{| style = &amp;quot;border:1px #aaa solid; width:64%; height:300px; float:left; margin-right:5px; margin-bottom:5px;&amp;quot;&lt;br /&gt;
|- style = &amp;quot;font-weight: bolder; color: white; background: #bbb;&amp;quot;  &lt;br /&gt;
! [[Новости X-COM]]&lt;br /&gt;
|-&lt;br /&gt;
|{{:Новости_X-COM}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div align=&amp;quot;right&amp;quot;&amp;gt;[[Новости_X-COM#Архив|Архив новостей]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!---- БЛОК НОВОСТЕЙ UFOPAEDIA    ----&amp;gt;&lt;br /&gt;
{| cellpadding = &amp;quot;2&amp;quot; style=&amp;quot;float: left; border:solid #aaa 1px; font-size:95%; width:35%; text-align:center; margin-bottom:10px;&amp;quot;&lt;br /&gt;
|- {{StdDescTable_Heading}} &lt;br /&gt;
! [[Новости Ufopaedia]]&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
| {{:Новости_Ufopaedia}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div align=&amp;quot;right&amp;quot;&amp;gt;[[:Новости_Ufopaedia#Архив|Архив]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: left;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Модификация Long War к Enemy Unknown (2012) с дополнением Enemy Within (2013) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Long War Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enemy Unknown (2012) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{EU2012 R Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enemy Unknown (1994) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{EU_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Сиквелы ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{TFTD_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Apoc_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Спин-Оффы ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:75%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| {{Interceptor Icon}} &#039;&#039;&#039;X-COM: Interceptor&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(Interceptor)|Общая информация]]&lt;br /&gt;
|-&lt;br /&gt;
| [[История_(Interceptor)|История]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Граница]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Гиперновостная сеть]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Исследования_(Interceptor)|Исследования]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Читы_(Interceptor)|Читы/Эксплойты]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| {{email X-Com Icon}} &#039;&#039;&#039;E-Mail X-Com&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(email)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Enforcer&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| [[Информация_(Enforcer)|Общая информация]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Персонажи_(Enforcer)| Enforcer, доктор Шуклин и Враг]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Снаряжение_(Enforcer)|Оружие и бонусы]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Миссии_(Enforcer) |Миссии]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Подсказки_(Enforcer) |Подсказки и секреты]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Незавершенные проекты ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Genesis&#039;&#039;&#039; &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Alliance&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(Genesis)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| [[Информация_(Alliance)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UFO2000 ==&lt;br /&gt;
&lt;br /&gt;
UFOpaedia.org также является доменом для официальной вики [[UFO2000|UFO2000]].  UFO2000 - это проект с открытым исходным кодом, тактический PvP-ориентированный симулятор, основанный на X-COM.&lt;br /&gt;
&lt;br /&gt;
== OpenXcom ==&lt;br /&gt;
&lt;br /&gt;
{{OpenXcom R}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:50%;&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;О сайте&#039;&#039;&#039; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
| [[UFOpaedia:Портал Сообщества|Портал Сообщества]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Сообщество|Вкладчики]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Редактирование сайта]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Как написать статью]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ссылки]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Как получить игры]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%9D%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8_Ufopaedia&amp;diff=86449</id>
		<title>Новости Ufopaedia</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%9D%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8_Ufopaedia&amp;diff=86449"/>
		<updated>2018-05-02T14:28:49Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Создание отдельной страницы для новостей UFOpaedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Здесь будут появляться новости о работе сайта. Свежие записи с этой страницы также отображаются на [[Главная страница|главной]].&lt;br /&gt;
&lt;br /&gt;
== Новости ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table {{StdCenterTable}} height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td height=&amp;quot;125&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:red;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Ресурс в стадии разработки!&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Если у вас есть желание помочь проекту — присоединяйтесь!&amp;lt;br&amp;gt;У нас достаточно статей, которые нужно перевести, исправить и дополнить.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Архив ==&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Talk:%D0%9D%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8_X-COM&amp;diff=86448</id>
		<title>Talk:Новости X-COM</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Talk:%D0%9D%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8_X-COM&amp;diff=86448"/>
		<updated>2018-05-02T14:26:20Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Created page with &amp;quot;==Для справки== Эта страница используется в качестве [https://ru.wikipedia.org/wiki/Википедия:Механизм_шаблон...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Для справки==&lt;br /&gt;
Эта страница используется в качестве [https://ru.wikipedia.org/wiki/Википедия:Механизм_шаблонов шаблона] на главной  —[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 16:26, 2 May 2018 (CEST)&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%9D%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8_X-COM&amp;diff=86447</id>
		<title>Новости X-COM</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%9D%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8_X-COM&amp;diff=86447"/>
		<updated>2018-05-02T14:19:01Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Создание отдельной страницы для новостей X-COM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Здесь будут появляться новости, связанные со вселенной X-COM. Свежие записи с этой страницы также отображаются на [[Главная страница|главной]].&lt;br /&gt;
&lt;br /&gt;
== Новости ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table {{StdCenterTable}} height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td height=&amp;quot;125&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:CornflowerBlue; font-size:150%;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&#039;&#039;&#039;Анонсирован XCOM2!&#039;&#039;&#039;&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Объявленная дата выхода - февраль 2016 г., эксклюзивно на ПК. Все новости о этом проекте можно узнать на [http://xcom.com/agegate/ &#039;&#039;&#039;официальном сайте&#039;&#039;&#039;] или в Сообществе стратегов Рунета - [http://tbs-play.com/community/forums/xcom-2.19/ &#039;&#039;&#039;TBSplay&#039;&#039;&#039;].&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:red;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;* * *  Сборник игр X-COM теперь доступен за $15 * * *&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
На [http://www.gamersgate.com/index.php?page=product&amp;amp;what=view&amp;amp;sku=DDB-XCOM&amp;amp;via=newly_added&amp;amp;aff=sc GamersGate], [http://store.steampowered.com/sub/964/ Steam] и [http://www.direct2drive.com/2/7614/product/Buy-X-Com-Complete-Bundle-Download Direct2Drive]. (В сборнике &amp;lt;b&amp;gt;UFO&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;TFTD&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Apocalypse&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Interceptor&amp;lt;/b&amp;gt; и &amp;lt;b&amp;gt;Enforcer&amp;lt;/b&amp;gt;).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Обзоры сборников [[GEOSCAPE.EXE#X-COM_Complete_Packages|здесь]](англ.). &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Архив ==&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User_talk:Garr&amp;diff=85149</id>
		<title>User talk:Garr</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User_talk:Garr&amp;diff=85149"/>
		<updated>2017-07-17T14:29:20Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Created page with &amp;quot;== О переводах == Здравствуйте! Заметил, что вы занялись переводом статьи Базы X-COM. Спасибо! Если...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== О переводах ==&lt;br /&gt;
Здравствуйте! Заметил, что вы занялись переводом статьи [[Базы X-COM]]. Спасибо! Если покажется, что какая-то из переведённых мной фраз могла быть лучше - рад буду узнать ваш вариант. Я в этом деле новичок и это, к сожалению, заметно. --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 14:29, 17 July 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85145</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85145"/>
		<updated>2017-07-16T18:12:21Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Текущие приоритеты ==&lt;br /&gt;
[[User:Al Arz/Sandbox page]]&lt;br /&gt;
=== Июль 2017 ===&lt;br /&gt;
Перевод статей об UFO Defence и UFO2000 на русский. Оживление последнего.&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85144</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85144"/>
		<updated>2017-07-16T18:10:11Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Moved most info to sandbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Текущие приоритеты ==&lt;br /&gt;
=== Июль 2017 ===&lt;br /&gt;
Перевод статей об UFO Defence и UFO2000 на русский. Оживление последнего.&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz/Sandbox_page&amp;diff=85143</id>
		<title>User:Al Arz/Sandbox page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz/Sandbox_page&amp;diff=85143"/>
		<updated>2017-07-16T18:07:13Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Created page with &amp;quot;== Доделать == *Перевод Базы X-COM **Содержание ***&amp;lt;s&amp;gt;Заголовки&amp;lt;/s&amp;gt; ***Текст разделов ****[1/10] - 2017-07-16 **&amp;lt;s&amp;gt;Пр...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Доделать ==&lt;br /&gt;
*Перевод [[Базы X-COM]]&lt;br /&gt;
**Содержание&lt;br /&gt;
***&amp;lt;s&amp;gt;Заголовки&amp;lt;/s&amp;gt;&lt;br /&gt;
***Текст разделов&lt;br /&gt;
****[1/10] - 2017-07-16&lt;br /&gt;
**&amp;lt;s&amp;gt;Проставить ссылки&amp;lt;/s&amp;gt;&lt;br /&gt;
**Разобраться с категоризацией&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
*Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
**https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;br /&gt;
*Проблемы с загрузкой страниц вики&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/11302-resignation-as-ufopaedia-administrator/page__st__40#entry158914&lt;br /&gt;
*Проблемы с подтверждением адреса электронной почты&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/12448-confirm-email-address-dont-come-smtp-error/&lt;br /&gt;
*Расширить [[Глоссарий_X-COM_1]] или создать дополнительный для прочих понятий (facility -&amp;gt; модуль, rank -&amp;gt; звание и т.д.)&lt;br /&gt;
*Перенести/скопировать часть информации из [[Модули базы (EU)]] в [[Известные ошибки]]? (ср.: ссылки на баги [[Базы_X-COM#Информация_о_базе]] и [[X-COM_Bases#Base_Information]])&lt;br /&gt;
&lt;br /&gt;
== Перевод UFO2000 ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td colspan = &amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} title = &amp;quot;UFO2000 Main Directory&amp;quot; width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| colspan = &amp;quot;4&amp;quot;| {{UFO2000 Icon}} &#039;&#039;&#039;UFO2000&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Общая информация&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[Информация (UFO2000)|Информация об UFO2000]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Авторы (UFO2000)|Авторы и участники]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Сообщество (UFO2000)|Сообщество]]&lt;br /&gt;
|-&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Краткое руководство&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Краткое руководство по сетевой игре UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Интерфейс (UFO2000)|Основной интерфейс]]&lt;br /&gt;
: [[Главное меню (UFO2000)|Главное меню]]&lt;br /&gt;
: [[Сервер (UFO2000)|Игровой сервер]]&lt;br /&gt;
: [[Планировщик миссий (UFO2000)|Планировщик миссий]]&lt;br /&gt;
: [[Редактор юнитов (UFO2000)|Редактор юнитов]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Тактический интерфейс (UFO2000)|Тактический интерфейс]]&lt;br /&gt;
: [[Окно тактического режима (UFO2000)|Окно тактического режима]]&lt;br /&gt;
: [[Команды клавиатуры (UFO2000)|Команды клавиатуры]]&lt;br /&gt;
: [[Панель управления (UFO2000)|Панель управления]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Различия с X-COM (UFO2000)|Различия между UFO2000 и X-COM]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}}&lt;br /&gt;
| &#039;&#039;&#039;Настройки игры и отрядов&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| [[Сценарии (UFO2000)|Сценарии]]&lt;br /&gt;
: [[Мясорубка (UFO2000)|Мясорубка]]&lt;br /&gt;
: [[Побег (UFO2000)|Побег]]&lt;br /&gt;
: [[Царь горы (UFO2000)|Царь горы]]&lt;br /&gt;
: [[Убийство лидера (UFO2000)|Убийство лидера]]&lt;br /&gt;
: [[Выживание( UFO2000)|Выживание]]&lt;br /&gt;
: [[Прорыв (UFO2000)|Прорыв]]&lt;br /&gt;
: [[Захват лидера (UFO2000)|Захват лидера]]&lt;br /&gt;
: [[Найти и уничтожить (UFO2000)|Найти и уничтожить]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наборы игровых правил (UFO2000)|Наборы игровых правил]]&lt;br /&gt;
: [[Обычный 7K (UFO2000)|Обычный 7K]]&lt;br /&gt;
: [[Перестрелка (UFO2000)|Перестрелка]]&lt;br /&gt;
: [[Другие типы игры (UFO2000)|Другие типы игры]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Юниты (UFO2000)|Юниты]]&lt;br /&gt;
: [[Типы юнитов (UFO2000)|Типы юнитов]]&lt;br /&gt;
: [[Характеристики юнитов (UFO2000)|Характеристики юнитов]]&lt;br /&gt;
: [[Новые юниты (UFO2000)|Новые юниты]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наборы оружия (UFO2000)|Наборы оружия]]&lt;br /&gt;
: [[Типы оружия (UFO2000)|Типы оружия]]&lt;br /&gt;
: [[Набор оружия UFO2000 (UFO2000)|Классический UFO2000]]&lt;br /&gt;
: [[Набор оружия Galactic(UFO2000)|Galactic]]&lt;br /&gt;
: [[Модифицированный набор оружия(UFO2000)|Модифицированный X-COM]]&lt;br /&gt;
: [[Оригинальные наборы оружия(UFO2000)|Оригинальные UFO и TFTD]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Стратегическое руководство&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Отряды (UFO2000)|Создание и высадка отрядов]]&lt;br /&gt;
: [[Специальные юниты (UFO2000)|Специальные юниты]]&lt;br /&gt;
: [[Огневые команды (UFO2000)|Огневые команды]]&lt;br /&gt;
: [[Роли в команде (UFO2000)|Роли в команде]]&lt;br /&gt;
: [[Действия отряда (UFO2000)|Действия отряда]]&lt;br /&gt;
|- &lt;br /&gt;
| [[Командование отряда (UFO2000)|Командование отряда]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Бой и местность (UFO2000)|Бой и местность]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Тактические операции (UFO2000)|Тактические операции]]&lt;br /&gt;
: [[Наблюдение (UFO2000)|Наблюдение и скрытность]]&lt;br /&gt;
: [[Перемещение (UFO2000)|Перемещение]]&lt;br /&gt;
: [[Стрельба (UFO2000)|Стрельба]]&lt;br /&gt;
: [[Стрельба и перемещение (UFO2000)|Стрельба и перемещение]]&lt;br /&gt;
: [[Строй (UFO2000)|Строй отряда]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Наступление (UFO2000)|Наступление]]&lt;br /&gt;
: [[Наступление в общем (UFO2000)|Общие замечания]]&lt;br /&gt;
: [[Условия для наступления (UFO2000)|Условия для наступления]]&lt;br /&gt;
: [[Наступательные стратегии (UFO2000)|Наступательные стратегии]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Оборона (UFO2000)|Оборона]]&lt;br /&gt;
: [[Оборона в общем (UFO2000)|Общие замечания]]&lt;br /&gt;
: [[Дилеммы при обороне (UFO2000)|Дилеммы при обороне]]&lt;br /&gt;
: [[Оборонительные тактики (UFO2000)|Оборонительные тактики]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Приложения (UFO2000)|Приложения]]&lt;br /&gt;
: [[Тактики на основе ответной реакции(UFO2000)|Тактики на основе ответной реакции]]&lt;br /&gt;
: [[Тактики воздушных юнитов (UFO2000)|Тактики воздушных юнитов]]&lt;br /&gt;
: [[Разведка (UFO2000)|Разведка]]&lt;br /&gt;
: [[Comm Center (UFO2000)|Comm Center]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%; border:1px gray solid;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; style=&amp;quot;border:none;&amp;quot;&lt;br /&gt;
|- {{stdTable Sub Heading}} &lt;br /&gt;
| &#039;&#039;&#039;Техническая информация&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [[Модификации (UFO2000)|Модификации]]&lt;br /&gt;
: [[Пользовательское оружие (UFO2000)|Вооружение]]&lt;br /&gt;
: [[Пользовательские карты (UFO2000)|Карты]]&lt;br /&gt;
: [[Пользовательские юниты (UFO2000)|Юниты]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Движок игры (UFO2000)|Движок игры]]&lt;br /&gt;
: [[Формула меткости (UFO2000)|Формула меткости]]&lt;br /&gt;
: [[Формула реакции (UFO2000)|Формула реакции]]&lt;br /&gt;
: [[Формула морали (UFO2000)|Формула морали]]&lt;br /&gt;
: [[Система статистики (UFO2000)|Система статистики]]&lt;br /&gt;
: [[Урон (UFO2000)|Урон]]&lt;br /&gt;
: [[Взрывы (UFO2000)|Взрывы]]&lt;br /&gt;
: [[Характеристики персонажей в деталях (UFO2000)|Характеристики персонажей в деталях]]&lt;br /&gt;
: [[Линия видимости (UFO2000)|Линия видимости]]&lt;br /&gt;
|-&lt;br /&gt;
| Компиляция UFO2000&lt;br /&gt;
: [[Компиляция под Mac OS X (UFO2000)|Компиляция под Mac OS X]]&lt;br /&gt;
: [[Компиляция под Linux (UFO2000)|Компиляция под Linux]]&lt;br /&gt;
|-&lt;br /&gt;
| Запуск собственного сервера UFO2000&lt;br /&gt;
: [[Компиляция под Linux (UFO2000)#Компиляция_сервера|Компиляция сервера под Linux]]&lt;br /&gt;
: [[Настройка сервера UFO2000]]&lt;br /&gt;
|-&lt;br /&gt;
| Помощь в разработке&lt;br /&gt;
: [[Известные проблемы (UFO2000)|Известные проблемы]]&lt;br /&gt;
: [[Написание кода (UFO2000)|Написание кода]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Ресурсы&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Ссылки (UFO2000)|Ссылки]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%91%D0%B0%D0%B7%D1%8B_X-COM&amp;diff=85142</id>
		<title>Базы X-COM</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%91%D0%B0%D0%B7%D1%8B_X-COM&amp;diff=85142"/>
		<updated>2017-07-16T15:30:10Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: перевод преамбулы&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;При осмотре &#039;&#039;Базы X-COM&#039;&#039; открывается экран текущей выбранной базы со списком приказов, текущими финансами, схемой расположения эксплуатируемых и строящихся модулей, а также кратким представлением состояния строительства всех восьми из возможных баз. Отсюда вы расширяете [[Модули базы (EU)|базу]], [[Покупка/Продажа/Пересылка|приобретаете, пересылаете или продаёте]] предметы снабжения, нанимаете персонал, проводите осмотр [[Солдаты|бойцов]], управляете [[Исследования|исследованиями]], [[Производство|производством]], [[Авиация X-COM|авиацией]] и ударными  группами. Во время управления базой время не двигается и фактически все приказы приводятся в исполнение как только вы их отдали, так что будьте готовы к тому, что придётся часто переключаться туда-обратно.&lt;br /&gt;
&lt;br /&gt;
На этом экране вы также можете сменить текущую выбранную базу или строить новые базы.&lt;br /&gt;
&lt;br /&gt;
==Вид текущей базы==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;right&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;caption&amp;gt;Стандартное расположение модулей первой базы&amp;lt;/caption&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
{{UBK|=&lt;br /&gt;
|dirt|dirt|hangar1|hangar2|dirt|dirt|=&lt;br /&gt;
|dirt|dirt|hangar3|hangar4|dirt|dirt|=&lt;br /&gt;
|dirt|dirt|lift|quarters|dirt|dirt|=&lt;br /&gt;
|dirt|small_radar|stores|lab|workshop|dirt|=&lt;br /&gt;
|hangar1|hangar2|dirt|dirt|hangar1|hangar2|=&lt;br /&gt;
|hangar3|hangar4|dirt|dirt|hangar3|hangar4|=}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This takes up the majority of the screen on the left hand side, and shows you a detailed top down view of your currently selected Base. Each facility you have built will take up one place in the six by six grid you have available to build in, except for hangars which take up four spaces. Inside your hangars any craft currently landed will be visible.&lt;br /&gt;
&lt;br /&gt;
You can click on any of your facilities to attempt to remove it if it is no longer necessary, although if it is in use or is the only link between two other parts of your base then you will be informed that you cannot dismantle it at this point. Be aware when dismantling any facility of the [[Known Bugs#Paying For Dirt|known bug]] that means removing redundant facilities is usually more expensive than just leaving them there, unless you immediately build over them.&lt;br /&gt;
&lt;br /&gt;
==Выбор текущей базы==&lt;br /&gt;
&lt;br /&gt;
There is a series of squares at the top right of the screen just under your current funds that shows the construction state of all of your bases. Green squares show existing facilities, red shows those in progress and brown shows empty space that can be used. Click on any of these to change the currently selected base, which will update the name and region so that you know which you have selected.&lt;br /&gt;
&lt;br /&gt;
==Строительство новых баз==&lt;br /&gt;
:&#039;&#039;See also: [[Управление базами|Base Management]] and [[Стратегическое планирование баз|Base Layout Strategy]]&#039;&#039;&lt;br /&gt;
Choosing this option returns you to the Geoscape screen where you can rotate the globe and zoom as necessary until you find a suitable location. Pressing any key on the keyboard toggles the globe markings for displaying nation borders and major city locations. When you left click to place the new base it will inform you of how much establishing the new base will cost, this will range from $500k up to $1 Million, depending on the location chosen (see [[Лифт доступа|Access Lift]] for a table of locations and prices).&lt;br /&gt;
&lt;br /&gt;
==Информация о базе==&lt;br /&gt;
This screen contains a large amount of information about the currently selected base. Notice that unlike the other screens below the main base screen you can change the currently selected base from here without having to return to the previous screen for quick comparisons and checking.&lt;br /&gt;
&lt;br /&gt;
The various bars are generally fairly self explanatory, for personnel listing the amount of personnel available to be assigned to a new task, and the total that are based here. It also shows most of your facilities that have space limitations and their current usage and capacity. Note that when it says &#039;Space Used:Space Available&#039; what it actually means is &#039;Space Used:Total Space&#039;. The defence strength of the base is also listed here as well as the Short and Long range detection capability of the base. Note that as only a single radar of each type is useful, and value over 1 in either of these bars means you have redundant radar coverage, although there are a few circumstances relating to [[Защита базы X-COM|Base Defence]] you might wish to have this.&lt;br /&gt;
&lt;br /&gt;
You also have the ability using the buttons at the bottom of the screen to see all incoming transfers to this base, whether of purchased goods that haven&#039;t arrived, or transfers from your other bases. You can also get a detailed list of your [[Склад|stores]] so you can tell what is taking up all the space.&lt;br /&gt;
&lt;br /&gt;
Finally you can see the Monthly costs incurred in running this base, including any craft you are renting, the salaries for your Soldiers, Engineers and Scientists. It also lists a figure for your [[Оплата содержания модулей|Base Maintenance]] - this value is incorrect due to a [[Модули_базы_(EU)#Баг_с_отображением_стоимости_содержания_модуля|known bug]], which also means the overall Maintenance total displayed here is similarly incorrect. However, you only actually pay the correct amount (which can be seen correctly on your Finance graphs), and not this incorrectly displayed amount. As your Base Maintenance is normally of quite a small magnitude on your expensive bases compared to wages and rentals this discrepancy between displayed and actual costs is normally not critical. Note that this total also does not include the [[Модули_базы_(EU)#Плата_за_воздух|bugged]] costs you may be outlaying for dirt tiles that previously were occupied.&lt;br /&gt;
&lt;br /&gt;
==Солдаты==&lt;br /&gt;
This brings up a list of [[Солдаты|soldiers]] with [[Звание|rank]] and equipped [[Персональная защита|armour]]. Clicking a name display&#039;s the soldier&#039;s stats, rank, assigned [[Авиация X-COM|transport]], mission count, and kill count. Armour can also be equipped from this screen, oddly enough even when the soldier is on the other side of the globe on a troop transport. Additionally, this screen grants you the powers to rename your hapless soldiers at a whim. Note that you can also move between all the soldiers in a base by clicking the double left and right arrows to either site of the ok button.&lt;br /&gt;
&lt;br /&gt;
==Снаряжение кораблей==&lt;br /&gt;
This screen displays the status (refueling, repairs, etc.) of all aircraft in Hangers at the base. Craft weapons, crew, and assault team equipment and armour are managed from this screen.&lt;br /&gt;
&lt;br /&gt;
You will not be able to see detailed information on any craft listed as &#039;Out&#039;, otherwise you will be able to click on it to get more details up. Depending on the type of craft you selected you will have different options on this screen. For anything other than the [[«Скайрейнджер»|Skyranger]] you will have the choice of modifying the currently [[Вооружение авиатехники|weapons]] loadout, used to bring down [[НЛО|UFOs]]. If the craft has any troop carrying capacity you will also have several more options that allow you to select the [[Солдаты|Crew]], [[Снаряжение (EU)|Equipment]] and Armour.&lt;br /&gt;
&lt;br /&gt;
=== Снаряжение ударной группы ===&lt;br /&gt;
Troops transports need to be assigned both troops and equipment (weapons, tanks, tools). The troops live in the base, but equipment assigned to a transport is stored onboard the craft and does not take up room in the base&#039;s General Stores. The transport also automatically restocks any expended/destroyed equipment from the base&#039;s stores as long as there are sufficient supplies in stock. It will warn you after a mission if it is unable to do so, which is usually worth investigating if you don&#039;t want to turn up at the next battle without any ammo.&lt;br /&gt;
&lt;br /&gt;
==Строительство модулей== &lt;br /&gt;
Your first base is pre-made for you, but is nearly blind and cramped. You need to expand by digging into the rock around you and filling it with [[Модули базы (EU)|base components]]. These components must be built adjacent to your existing base and some take a lengthy amount of time to complete.&lt;br /&gt;
&lt;br /&gt;
All you need to do to order the building of a new facility is select the type of facility you want to add. This will show you the key statistics for that building - its cost, completion time and maintenance costs. Now click on a dirt area adjacent to an existing completed module to begin construction, if you can afford it. Note that [[Ангар|Hangar]]s will require a cleared two by two area to build so plan ahead if you plan to build more hangars later to avoid having to relocate a key facility at a later date to make room.&lt;br /&gt;
&lt;br /&gt;
==Исследование==&lt;br /&gt;
[[Исследование|Research]] requires Scientists and [[Лаборатория|Laboratory]] space in the base. Scientists require bed space in [[Жилой модуль|Living Quarters]] and draw a monthly salary. This is the screen where you assign Scientists to new projects, shuffle them among existing projects, and view progress of current projects. Research is one of the most critical parts of your endeavour, especially in the early phases as you try to get up to speed with the threat posed.&lt;br /&gt;
&lt;br /&gt;
==Производство==&lt;br /&gt;
Similar to research, this is the screen from which you manage X-COM&#039;s (mostly arms) [[Производство|manufacturing]] business. Engineers require [[Мастерская|Workshop]] space to work, as well as [[Жилой модуль|Living Quarters]] for off hours. Many products will require specific materials to build, and all will require some amount of cash. Manufacturing is essential in getting new technologies out to your soldiers and pilots that actually will be taking the fight to the aliens.&lt;br /&gt;
&lt;br /&gt;
== Закупка/Вербовка ==&lt;br /&gt;
In each of these screens you will have a list of supplies that you can either [[Покупка/Продажа/Пересылка|purchase, sell, or send]] to another base. For buying and selling, you will immediately have a list of items and either their sale or purchase price as appropriate, as well as the number you currently have in stores (but not any in transit to the base). For transferring you will first be asked to identify which base to transfer to before seeing a similar screen where you can set the amount of each item to transfer.&lt;br /&gt;
&lt;br /&gt;
[Category:Enemy Unknown/UFO Defense]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85141</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85141"/>
		<updated>2017-07-16T14:31:28Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* A place to report UFOpaedia issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To All Rookies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the place to talk/ask about general issues concerning the wiki and hopefully someone will answer/reply to them. &lt;br /&gt;
&lt;br /&gt;
Specific game questions should be asked on the game&#039;s individual talk pages. &lt;br /&gt;
&lt;br /&gt;
For new users, in order to reduce spam you&#039;ll need to register to be able to edit pages.&lt;br /&gt;
&lt;br /&gt;
To start a new topic simply press the &#039;&#039;&#039;edit&#039;&#039;&#039; button above. Then place your &amp;lt;nowiki&amp;gt;==Topic Name==&amp;lt;/nowiki&amp;gt; like it is written here.&lt;br /&gt;
* To add a line you can either type &amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt; or use the buttons that appear on the edit screen. &lt;br /&gt;
* If replying to an existing topic use colons &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; before your answer&lt;br /&gt;
* Don&#039;t forget to sign your posts in the talk pages by typing &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; at the end. &lt;br /&gt;
* Finally when creating/editing wiki articles have a look at the [[Guidelines to writing articles|guidelines]] page. &lt;br /&gt;
&lt;br /&gt;
That&#039;s it. Happy editing!&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Old articles have been moved to [[Talk:Main Page/Archive]] for later perusal. &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== New Main Page layout. ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m working on a new Main Page layout. Found here: [http://www.ufopaedia.org/index.php?title=User:Kokkan/Main_Page]. So I was wondering if it would be possible to apply something like this ([http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F])? Preferable (http://www.mediawiki.org/wiki/Extension:NoTitle) --[[User:Kokkan|Kokkan]] 16:34, 18 September 2012 (EDT)&lt;br /&gt;
:Looks good to me, just one thing: why is the OpenXcom logo displayed? [[User:Hobbes|Hobbes]] 09:11, 4 October 2012 (EDT)&lt;br /&gt;
:: That was just a aesthetic choice. =) --[[User:Kokkan|Kokkan]] 12:36, 4 October 2012 (EDT)&lt;br /&gt;
:::  I see :) Well the thing is that it&#039;s that placing that logo there is going to bring a lot of attention to that project. My question was if that was intentional or not. [[User:Hobbes|Hobbes]] 12:43, 4 October 2012 (EDT)&lt;br /&gt;
:::: Kokkan, would it be possible to squeeze the &#039;featured article&#039; on the corner below the &#039;UFOpaedia News&#039; (probably enlarge the corner)? I like how the new design has a compact look to it and to me it would look better if the &#039;featured article&#039; was integrated with the news sections. Or probably even switch its position and put it on top rather than the &#039;UFOpaedia news&#039; [[User:Hobbes|Hobbes]] 12:57, 4 October 2012 (EDT)&lt;br /&gt;
::::: Right now it depends on the width of the browser and the content in the Featured Article. I might be able to set some auto-width on the XCOM New window. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT) &lt;br /&gt;
:::::: I was wondering if it wouldn&#039;t be better to bring up the Enemy Unknown 2012 table as the first table, at least for some time after the game is released. With my current maximum resolution both tables still appear one over the other, and I think the UFO Defense table might need a little reorganization and after it is done both games go back to being side by side. Or any other ideas. [[User:Hobbes|Hobbes]] 20:15, 8 October 2012 (EDT)&lt;br /&gt;
::::::: What?! This layout should work with all resolutions down to 1280x720 without stacking items. So it should be fine on everything except the smallest ( &amp;lt;11&amp;quot; ) notepads and pads. --[[User:Kokkan|Kokkan]] 04:49, 9 October 2012 (EDT)&lt;br /&gt;
:::::::: My resolution on my monitor is 1280x1024 and both tables are stacked. [[User:Hobbes|Hobbes]] 05:00, 9 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Same issue here with the overlapping tables, and my screen&#039;s 1024 pixels wide. Doesn&#039;t look any better on the tablet. Quick solution: Break the table out and have it on top ala the original&#039;s old main table, and have the original follow immediately after. &lt;br /&gt;
&lt;br /&gt;
A while back I had wanted to redesign the front page but had to shelve it (and then quickly forgot about it). That was to make the main page just contain the news and a list of box art for the various games that point the users to separate main pages for the different titles, allowing the main tables for each title to be a bit more elaborate. Perhaps this might be a good time to resurrect that concept? [[User:NKF|NKF]] 07:15, 9 October 2012 (EDT)&lt;br /&gt;
:I&#039;ll place the EU 2012 table on top of the original game table (*sniff* *sniff*) for now until a permanent solution is found or the issue is fixed. I&#039;m good with that solution or any other.&lt;br /&gt;
:Quick fix: I&#039;ve moved it to the Featured section. [[User:Hobbes|Hobbes]] 08:03, 9 October 2012 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
:Hi folks, I think the partition to having the XCOM 2012 on its own main page is a really good one... now, folks can go to town on it, without having to keep touching the original fansite per se. But it is still kept close by having a highlighted announcement - Thanks for that, Kokkan! Some other comments:&lt;br /&gt;
[[File:X-COM UFOpaedia screen.jpg|100px|right|thumb|It&#039;s U&amp;lt;u&amp;gt;FO&amp;lt;/u&amp;gt;paedia]] &lt;br /&gt;
::*Do we need two &amp;quot;action&amp;quot; pictures at a time? Maybe we could have one, and use it to help balance the X-COM and the UFOpaedia news so that both &amp;quot;sides&amp;quot; of the news end at about the same place. For that matter, either side of the news could otherwise be tightened up, or expanded. But I wish they both ended at the same place so the main page looks more professional.&lt;br /&gt;
::*This is the time to make the standard for the new XCOM 2012 pages. Can I please ask that, for the URLs themselves, we not put parentheses around EU2012? I see it leading to a lot of hassle because ultimately there will be citations in citations in citations and other future complexities, including for other sites trying to cite us... parens just make everything more difficult and clunky. If you agree but say &amp;quot;but it&#039;d be a hassle to fix it now&amp;quot;, I say that&#039;s the wrong answer because it&#039;s about to explode (I&#039;m sure!!!), so it&#039;s really now or never. Just append EU2012, without parens... everybody can figure out what it means. :)&lt;br /&gt;
::*I&#039;m not sure just how/when it happened, but there&#039;s a lot of &amp;quot;U&amp;lt;u&amp;gt;fo&amp;lt;/u&amp;gt;paedia&amp;quot; on the main page. We use the original game as the convention setter, right? It&#039;s a minor thing, but still, we should have a convention, one way or the other. Does someone think it should be Ufopaedia?&lt;br /&gt;
::*To me, the brief OpenXcom logo nip slip (laugh) raises the issue that I wish we highlighted these efforts better... maybe they could use a little shout-out at the bottom of X-COM News section (just a very brief mention or link - little or no write-up), instead of the tiny section they now have, way at the bottom of the main UFOpaedia page.&lt;br /&gt;
:Again, the above points are minor... the big thing is the new place from EU2012 (great idea!). Thanks!! -[[User:MikeTheRed|MikeTheRed]] 14:24, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: We can set the hight at fixed values, but I really don&#039;t see a point to it. Since the size of the content will change. I prefer the parentheses in the naming, it clarifies what game the page relates to, and I don&#039;t see an extensive problem in linking to pages. Like ( [[Enemy_Unknown_(2012)|Enemy Unknown]]). On the UFOpaedia &amp;amp; OpenXcom logo, I fully agree. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT)&lt;br /&gt;
::: One easy trick to link pages with the (EU2012) suffix is to open the top page on the category, which usually contains a list of all items related with that subject, press edit and then copy/paste the links. [[User:Hobbes|Hobbes]] 09:19, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== XCOM Sidebar logo==&lt;br /&gt;
One possibility I thought of would be to replace the old logo/badge on the upper left corner of the wiki with the newer XCOM badge. Here&#039;s some options:&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Xcomnewlogo.png|100px|XCOM badge used ingame on the soldiers armor - I can&#039;t get a better pic than this one]]&lt;br /&gt;
[[File:Blue badge XCOM EU.png|100px|XCOM icon used on packing and ingame for menus, etc.]]&lt;br /&gt;
[[File:Xcom_eu_logo.jpg|100px|And there&#039;s also the game logo]]  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anymore ideas? Which would be best? [[User:Hobbes|Hobbes]] 13:44, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:The game logo is much cooler, while the insignias seem much more real-to-life. That said, I vote for cooler. The essence of the old X-COM was how scary cool it was. -[[User:MikeTheRed|MikeTheRed]] 14:33, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: I say keep the old X-logo, show the roots and lets not take over the entire wiki with EU2012. Use the new logos at appropriate EU2012 pages. --[[User:Kokkan|Kokkan]] 08:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: Not selling ourselves completely eh? ;) Well I just have to say I love the yellow and black insignia - that&#039;s probably the first XCOM logo/icon I really enjoy :) [[User:Hobbes|Hobbes]] 09:15, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Showing roots is good, too. The gold one does not seem as high-rez as the other... can we get it any better? -[[User:MikeTheRed|MikeTheRed]] 09:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Disambiguation of 1994 vs 2012 Entries ==&lt;br /&gt;
&lt;br /&gt;
See for example the Sectoid entry, where a link to Sectoid (EU2012) has just been added as the first line of the entry. Are we going to do that for every entry that has the same name in 1994 as in 2012? That&#039;s a lot of minor edits someone will need to make! And putting these cross references under See Also would be less intrusive. But maybe a lot of enquiries from new site users are going to be related to EU 2012, and they will be confused if the cross reference is not clear and up-front. Let&#039;s agree a standard approach for this. As an alternative we could use disambiguation pages that show links to both the 1994 and the 2012 versions. Instead or as well, we could start moving 1994 pages by appending (EU1994) to the name.  That&#039;s also quite a lot of work, but may be clearer in the long term. Even more work comes in if we were to use for example [[Sectoid]] as the disambiguation page, because that would mean rewriting all links to Sectoid in all the 1994 entries of the Ufopaedia. Thoughts everyone? [[User:Spike|Spike]] 03:56, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
On a related point - do we really need to append (EU2012) to every entry? I would think it&#039;s only necessary when the same term is used in both games. So it makes sense for Sectoid, but not so much sense for Gollop Chamber. I would suggest that for a term that is &#039;&#039;definitely&#039;&#039; unique to EU 2012, the (EU2012) suffix is not required. But there should always be an EU 2012 Category tag on the entry. [[User:Spike|Spike]] 06:28, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
: If we don&#039;t tag everything now, do we risk the same issue we&#039;re running into with UFO Defense? Also, the new Sectoid page has a space between EU and 2012. No other new page has that. My OCD is making me want to stab people. Is there a way to edit it to not have a space? As far as which way to go, I prefer disambiguation pages much like wikipedia does, but that typically requires tagging both. I would be happy to do the leg work and chase down all the 1994 ones but I don&#039;t like how EU1994 looks (especially since it says 1994 in the Games column to the left [sorry - fixed that - Spike] ) and I don&#039;t know how to update page names. --[[User:PixelOrange|PixelOrange]] 06:34, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Yes, we do need to keep the games a part to not run into conflicting pages/links. Hence we suffix ALL pages on the NEW game &#039;&#039;(EU2012)&#039;&#039;; this is the simplest and most clear way to do it. It does make it a bit of a hassle to link stuff yes. Even if some parts are unique, keep with the naming convention to keep it all as clear as possible. No, There is NO WAY we can do the same for the original game, there is just to much pages and links (and if we start and don&#039;t complete or something goes wrong, the wiki is in a fucked up state). So all pages on Enemy Unknown without the suffix refers to the original game. --[[User:Kokkan|Kokkan]] 07:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::So, if we&#039;re not going to retroactively update the old Enemy Unknown, redirects at the top of every page is my favorite choice (just as they do over at wikipedia). It gives you a quick link right at the top of the page, it&#039;s non-intrusive, and it&#039;s easy to implement across the board. --[[User:PixelOrange|PixelOrange]] 07:38, 19 October 2012 (EDT)&lt;br /&gt;
:::: OK but that&#039;s only going to be workable for the EU2012 pages, right? Any modification to all of the EU1994 pages is a big task, whether it&#039;s a disambiguation link at the top of the page, or a systematic rename to suffix &amp;quot;EU1994&amp;quot; on to the end of the page name - the workload is similar. I guess we could take a policy that says - anytime you create an EU2012 page, check to see if an EU1994 page of the same name exists. If so, add disambiguation links to the top of both pages. Or, for that matter, Move the EU1994 page by adding the suffix to its name. By the way, Move is how you rename a page, and the old name is preserved as a redirect to the new name. [[User:Spike|Spike]] 08:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I agree that disambiguation notices/links on top of pages probably is the best way to handle this (as in the [[Sectoid]] page). Moving and creating disambiguation pages is to much workload, and to have some (EU1994) pages and some without would be even more confusing. So I say no (EU1994) suffixes at all. --[[User:Kokkan|Kokkan]] 09:17, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::: I don&#039;t think it&#039;s that cut and dried myself. Moving (renaming) the old pages is less workload than creating the disambiguation links. Also, adding the disambiguation links will disrupt the style / formatting of the existing EU 1994 pages which were not designed to have these links at the top, and which have had a lot of effort put into their layout over the years. Creating a disambiguation page with the &amp;quot;base&amp;quot; name, eg &amp;quot;Sectoid&amp;quot;, the same name as the existing 1994 page, is a huge workload, because then all the links will break. Creating a new page called &amp;quot;Sectoid (disambiguation&amp;quot; and redirecting to it is not much better. A simple Move/rename will not break any links, meaning low workload - same as inserting a disambiguation link/notice. Keep in mind that the scope of the problem is only the pages for terms that exist in both games. &amp;quot;Sectoid (EU1994)&amp;quot; vs &amp;quot;Sectoid (EU2012)&amp;quot; is part of the required disambiguation workload. Heavy Cannon (unique to EU1994) vs Alloy Cannon (unique to EU2012) does not need to be part of the workload. It&#039;s a safe strategy to keep naming all new 2012 pages with the EU2012 suffix, but whatever method is selected does not need to be applied to all pages in both games. For example, we do not label all TFTD pages with (TFTD). We don&#039;t say &amp;quot;Tentaculat (TFTD)&amp;quot; and &amp;quot;Chrysallid (EU)&amp;quot;. We do say &amp;quot;Zombie (TFTD)&amp;quot; and &amp;quot;Zombie (EU)&amp;quot; (even though the differences are only cosmetic). [[User:Spike|Spike]] 09:51, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::: We already had this discussion a while ago because of Apocalypse and the common elements of the series that extend to it and TFTD. I don&#039;t recall the discussion but you guys mentioned the main topics but the idea was to start using the suffixes, specially when creating new pages, and not to worry about the existing pages because of the workload involved. It&#039;s basically to avoid the mess of the original game&#039;s pages regarding naming and to help categorize identify pages.  &lt;br /&gt;
::::::: This method makes linking a bit harder but it&#039;s a matter of using a few tricks (which I already use when linking on the original game), like open and edit the section page (Soldiers, Weapons, Alien Life Forms, etc.) and just copy/paste the links you need. That&#039;s also why the section pages usually consist of lists of items.&lt;br /&gt;
::::::: Finally me and Spike can delete, move and rename pages, as an administrators so just let us know what you need :) [[User:Hobbes|Hobbes]] 11:09, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::::: I&#039;ve been thinking about the effects these new XCOM games (EU 2012 and the upcoming FPS) may have on the future of the series. If XCOM sees more games even further in the future that involve the aliens from the original, I don&#039;t think links at the top of the page is going to do the trick. We should make disimbaguation pages now to pave the way for recurring aliens and items that may make an appearance in any potential future installments. Just a thought!--[[User:SuicidalSectoid|SuicidalSectoid]] 21:26, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Another option that I&#039;ve been thinking over is asking Pete if he could set up a separate Wiki for the modern title(s) and keep this one for the classic titles. It would keep things tidy, and there&#039;s actually little crossover or common material between the new and old apart for historical and ancestry referential purposes. [[User:NKF|NKF]] 21:46, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Personally I think all games of the series, old or new, should be all united in a single wiki. It helps this one grow, instead of just running out of material. It also shows how the series began and progressed to become what it is today. It helps people who are new to the series find older games in the series far easier and learn all their quirks and strategies. Of course there is what I mentioned above to consider, if this series really has been revived, then more games in the series may emerge and the new wiki could end up being &amp;quot;untidy&amp;quot;.--[[User:SuicidalSectoid|SuicidalSectoid]] 10:54, 20 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Pretty Colours ==&lt;br /&gt;
&lt;br /&gt;
You know what&#039;d be cool? Different page themes depending on the game. Say for example, yellow for TFTD, red for Apocalypse, black / dark grey for XCOM, and so on. Or maybe even custom wallpaper for each title - nothing overly eye-catching, just an easy way to differentiate what you&#039;re looking at with a glance.&lt;br /&gt;
&lt;br /&gt;
We&#039;d need an extension to do it (I&#039;ve already got my eye on [http://www.mediawiki.org/wiki/Extension%3aPageCSS a simple looking one]), but before I bug Pete about it, what say ye all? The way I see it, we&#039;d need to make one template page per &amp;quot;theme&amp;quot; - but then we&#039;d need to edit just about every page on the wiki to implement them...&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 02:59, 18 January 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
: I wanted to do something similar many years ago when I started making the navbars so that when people went to a page, they&#039;d go &amp;quot;oh, this is EU or TFTD&amp;quot; just by the colours. Didn&#039;t get received very well if I remember correctly. But, with todays better versions of wiki software and scripts, why not? Go for it I say. -[[User:NKF|NKF]] 17:47, 18 January 2013 (EST)&lt;br /&gt;
: I think that&#039;s a wonderful idea, the issue is to pick a good color design that retains readability. [[User:Hobbes|Hobbes]] 18:30, 18 January 2013 (EST)&lt;br /&gt;
:Great Idea! I second what Hobbes is saying about readability. If you can&#039;t read what&#039;s on the page there&#039;s no point to new colours.--[[User:SuicidalSectoid|SuicidalSectoid]] 17:45, 25 March 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;So, yeah, I did bug Pete, and not long after he delivered: We&#039;ve had the plugin online a while now...&lt;br /&gt;
&lt;br /&gt;
Anyway, this afternoon I sat down and plugged some stuff into it. It works much like I hoped (though unfortunately it doesn&#039;t have much control over images - can&#039;t set them as background for eg). Adding the tag &#039;&#039;&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;&#039;&#039; to a page and saving it (or, perhaps for now, previewing it - though I&#039;ve applied it to THIS page for now) applies the effects within that template.&lt;br /&gt;
&lt;br /&gt;
That one&#039;s just an experiment, might be a little garish maybe (I basically grabbed colour codes out of screenshots from EU2012; I won&#039;t call myself an artist), and doesn&#039;t yet override every wiki element that needs to be handled - but I reckon it&#039;s a decent start.  :) &lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 03:47, 21 April 2013 (EDT)&lt;br /&gt;
:I like it. [[User:Leman Russ|Leman Russ]] 04:05, 21 April 2013 (EDT) &#039;&#039;Thanks! - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&#039;&#039;&lt;br /&gt;
:Nice, I like trying to replicate but the colors sure need some testing. One thing I&#039;m wondering: is it possible to use the font used in EU2012 (it seems to be Century Gothic)? Another suggestion I&#039;d make is to replace the XCOM logo on the top left with the new one. &lt;br /&gt;
:I&#039;ve applied the styling to the page I&#039;m currently working on: [[Class_Builds_(EU2012)]]. The main issue is the color of the links (dark blue isn&#039;t the best for contrast). Another thing needed would be to change the default colors used in the table templates to match the new style. [[User:Hobbes|Hobbes]] 04:36, 21 April 2013 (EDT)&lt;br /&gt;
::Apparently Century Gothic is not installed on most machines by default. It may be possible to load it on to the wiki somewhere and get viewers to download it as needed, but I really dunno. I&#039;m guessing &#039;MS PGothic&#039; is the best match that&#039;s widespread - I&#039;ve tweaked the template to use that if Century Gothic isn&#039;t available, or to fall back to the wiki default if neither are on the viewer&#039;s machine.&lt;br /&gt;
&lt;br /&gt;
::I did try switching the logo, but apparently the plugin doesn&#039;t allow it. Or the icon isn&#039;t accessible to CSS. Or I didn&#039;t know which element to tweak. What I&#039;ve read specifically states I shouldn&#039;t be able to use the required &amp;quot;background-image&amp;quot; tag, but that&#039;s exactly what I needed to do to change the toolbar at the top of the page...&lt;br /&gt;
&lt;br /&gt;
::I HAVE overridden the main &#039;wikitable&#039; template, and there should be no blue links visible (except for ones leading off-site, I forgot about those)... In fact I&#039;d go as far as to say the table looks great on that Class Builds page in particular (where the text matches the icons) - are you seeing what I&#039;m seeing? [http://img.photobucket.com/albums/v213/BombBloke/StyleTest01_01_zps93e4e66e.jpg A screenshot may be in order]? I&#039;m a little worried about browser compatibility in regards to my CSS overriding that which is already in the wiki site files.&lt;br /&gt;
&lt;br /&gt;
::Depending on how I go for time I may deal with image thumbnails, the category bar, table of contents etc tonight.&lt;br /&gt;
&lt;br /&gt;
::Please feel free to experiment if you feel so inclined! Either make a new &#039;&#039;StyleTestXX&#039;&#039; page and copy/paste my starter version in, or go right ahead and modify mine! If you lack any tools on your system for colour code generation, [http://www.2createawebsite.com/build/hex-colors.html here&#039;s an online one].&lt;br /&gt;
&lt;br /&gt;
::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&lt;br /&gt;
:::On my laptop I see it like this, I think it&#039;s the same and it seems to be using Century Gothic: [[:File:style1.png|style1.png]] - [[User:Hobbes|Hobbes]]&lt;br /&gt;
&lt;br /&gt;
::::Ah yes, that was a match of colours, though you&#039;re definitely using a different font (it&#039;s installed by Office, see).&lt;br /&gt;
&lt;br /&gt;
::::Still not sure what you&#039;re meaning about the tables, but I&#039;ve switched monitors and see what you&#039;re saying about the links. I think maybe yellowy? Dunno.&lt;br /&gt;
&lt;br /&gt;
::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:50, 21 April 2013 (EDT)&lt;br /&gt;
:::::Yellow links look better than the previous ones. What I meant about the tables is that on the Class Builds the background color of each table is table while the page background is dark grey. I got Century Gothic installed (it&#039;s a free font IIRC), is it the one being used? [[User:Hobbes|Hobbes]] 11:20, 21 April 2013 (EDT)&lt;br /&gt;
::::::Er...&lt;br /&gt;
&lt;br /&gt;
::::::The cells should have a black background, the header cells should be grey. This is what I intended, though if you&#039;re expecting something different (or have a different suggestion) I&#039;m more then happy to try other styles.&lt;br /&gt;
&lt;br /&gt;
::::::I&#039;d say you&#039;re indeed using Century Gothic. If you check the &amp;quot;font-family&amp;quot; line in the template, the web browser reads it from left to right, and uses the first font specified that exists on the computer (so if it can&#039;t find one, it falls back to the next, and so on). Hence if you start removing fonts from the front of the list and previewing the page you can compare each one. - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:11, 21 April 2013 (EDT)&lt;br /&gt;
:::::::There were a couple of white backgrounds on table but those seen to have disappeared. Century Gothic still looks the better (and it seems to be free) since it is the one (or really close) used in Enemy Unknown 2012. [[User:Hobbes|Hobbes]] 20:43, 21 April 2013 (EDT)&lt;br /&gt;
::::::::Best I can make out it should be possible to use an uploaded font no worries, though I&#039;d need to bug Pete to actually get it on to the server.&lt;br /&gt;
&lt;br /&gt;
::::::::In the meantime, bold tildes are pretty much rendered blobs under PGothic (&#039;&#039;&#039;~&#039;&#039;&#039;). They looking ok to you? - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:04, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::This is what I see using it as a font [[:File:PSGothic.png]] [[User:Hobbes|Hobbes]] 17:37, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::I&#039;m trying the new Style in a few pages and it is looking great. What I&#039;m starting to wonder is what will happen to the other pages (non-EU2012). With UFO, TFTD and Apoc it should be possible to replicate it (although I have quite a few doubts about TFTD&#039;s colors...). But what about the other pages not directly related to a game? [[User:Hobbes|Hobbes]] 17:55, 22 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::::::We can currently only skin pages we manually add the template link to. That means that certain pages (like recent changes or page history) &#039;&#039;can&#039;t&#039;&#039; be skinned, not unless the skin files are changed on the server side... Which&#039;d be a lot harder then skinning through these templates is (lots of files to modify with no simple way of previewing the changes, unless someone sets up their own wiki to play with on a home computer).&lt;br /&gt;
&lt;br /&gt;
::::::::::In short, for now we may just have to leave &#039;em. While it might currently seem a bit jarring with just a black skin and a white skin, I think it won&#039;t seem so bad once there&#039;s a few others floating around the place.&lt;br /&gt;
&lt;br /&gt;
::::::::::In particular I was thinking of leaving talk pages unskinned regardless of what game they belong to (if only because most articles don&#039;t HAVE a talk page). - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:05, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::::Please tell me you&#039;re not sticking to the green background when showing a page&#039;s changes... ;) [[User:Hobbes|Hobbes]] 14:01, 23 April 2013 (EDT)&lt;br /&gt;
::::::::::::Can&#039;t think of anything better for it myself. :|&lt;br /&gt;
&lt;br /&gt;
::::::::::::You do mean the green background that goes against added lines, yes? The bit of code to tweak goes along the lines of:&lt;br /&gt;
&lt;br /&gt;
:::::::::::: td.diff-addedline {&lt;br /&gt;
::::::::::::  background: #559E06;&lt;br /&gt;
:::::::::::: }&lt;br /&gt;
&lt;br /&gt;
::::::::::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
Indent resetinator activated! I certainly hope this is a work in progress. It&#039;s very hard to read on my smartphone browser, and even on my laptop it&#039;s a real squint-fest. I&#039;d probably recommend a slightly lighter dark background rather than having extreme darks or lights. &lt;br /&gt;
&lt;br /&gt;
But that aside, we could ask Pete to implement a few snazzy skins that you can access from the appearance tab under your preferences screen. The skin will then apply to all the wiki pages with no specific skins assigned to them. Mind you, this change will only affect the individual accounts. [[User:NKF|NKF]] 02:36, 24 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Yep, if I considered it done it&#039;d have a rather more official looking name and I&#039;d be slapping it onto pages left right and center.  ;) &lt;br /&gt;
&lt;br /&gt;
:I will say I can&#039;t see much room for improvement myself - I&#039;m no graphic design artist. I&#039;m more then happy to implement any mock-ups people show me if they&#039;re not interested in tweaking the colours themselves, though.&lt;br /&gt;
&lt;br /&gt;
:- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
::Well, no one else suggested improvements, so I&#039;m wondering if we should start using the new style on the EU2012 pages. [[User:Hobbes|Hobbes]] 10:52, 26 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: I disagree with the use of individual styles over-riding the default one at special pages, it makes the wiki inconsistent and messy. &amp;lt;br/&amp;gt;If you are to add a new style to site, do it RIGHT and add it as a skin in the user preferences. --[[User:Kokkan|Kokkan]] 07:34, 6 September 2013 (EDT)&lt;br /&gt;
:::: I agree since I made a test the other day of the proposed EU2012 style and I wasn&#039;t satisfied with the results regarding readability - the colors make it too tiring to read. I have no idea of how to add skins though [[User:Hobbes|Hobbes]] 17:10, 6 September 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==The Bureau==&lt;br /&gt;
We better start thinking of adding a section for the game since it will be released next month. [[User:Hobbes|Hobbes]] 08:30, 17 July 2013 (EDT)&lt;br /&gt;
: And we have the starting page and table for the [[The Bureau: XCOM Declassified|The Bureau]] online, although it is completely bare for the moment. [[User:Hobbes|Hobbes]] 22:30, 22 July 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==UFO: Alien Invasion==&lt;br /&gt;
I am one of the developers of [http://ufoai.org UFO: Alien Invasion], an open-source game inspired by X-Com. Ufopaedia.org taught me how to not suck at the original X-Com years ago and I&#039;ve always been grateful. I wondered if the maintainers of ufopaedia.org would be interested in adding support for our game. While we have our own development wiki where we could host strategy advice, I think there are several benefits to having a third-party strategy guide. Of course, the fact that our game undergoes rolling development will lead to extra maintenance work. But I think this could be limited by only providing data on the latest stable version (released once every year or two). I am willing to undertake the work to prepare the initial content for our upcoming stable release 2.5. --[[User:H-Hour|H-Hour]] 09:55, 26 August 2013 (EDT)&lt;br /&gt;
:Hi there. I&#039;m one of the administrators and although I can&#039;t speak for the other admins or the site owner (Pete), I think that it would make sense to add UFO:AI to the Featured Projects section. I&#039;ll ask them if there&#039;s any objection on the UFOPaedia&#039;s [http://www.strategycore.co.uk/forums/UFOPaediaorg-f96.html| forum] at Strategycore and if they&#039;re good about it, I&#039;ll add the link to the wiki sidebar. Should the initial page be named [[UFO:AI]] or do you prefer something else? Also, the game needs a wiki suffix, to be used in the guide&#039;s individual pages name and for their category tags, as an example all XCOM: Enemy Unknown pages use &amp;lt;nowiki&amp;gt;(EU2012)&amp;lt;/nowiki&amp;gt;. [[User:Hobbes|Hobbes]] 10:25, 26 August 2013 (EDT)&lt;br /&gt;
::That&#039;s great, Hobbes. UFO:AI is fine for both the main page name and as a page suffix. If you think it is better given our rolling development, we can include the version for clarity (UFOAI2.5). --[[User:H-Hour|H-Hour]] 10:44, 26 August 2013 (EDT)&lt;br /&gt;
:::Better to keep version out otherwise it might be confusing. I&#039;m just going to wait a day or two to give the other admins time to read it. [[User:Hobbes|Hobbes]] 11:47, 26 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve just added UFO:AI to the Wiki Sidebar. Happy editing :) [[User:Hobbes|Hobbes]] 05:33, 28 August 2013 (EDT)&lt;br /&gt;
::Thanks Hobbes! I&#039;ll get to it soon. --[[User:H-Hour|H-Hour]] 11:08, 28 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve put up the initial table. Please let me know if there is anything that should be changed regarding the format or structure to ensure it complies with ufopaedia standards. --[[User:H-Hour|H-Hour]] 10:41, 29 August 2013 (EDT)&lt;br /&gt;
::We don&#039;t really have any standard for those tables, just use what you feel is more comfortable/logic :) [[User:Hobbes|Hobbes]] 11:25, 29 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
Over on wikia ot is possible to put sub-pages into tabs so that when u click on one it has different info than the other. If we had them on here then we could split the main page into 2 different tabs with old X-COM on one and new XCOM on the other while leaving the news where it is and the spin off/based off titles below it.&lt;br /&gt;
&lt;br /&gt;
Just an idea--[[User:Ditto51|Ditto51]] 04:08, 25 November 2013 (EST)&lt;br /&gt;
:Just checked to see how subpages work on Wikimedia but by default they&#039;re limited to the user and talk pages. Might be interesting to implement for specific game items that are changed between EU and EW (Chitin Plating, etc.). I&#039;m still waiting for Pete to fix the login process though since we need to get rid of the spammers before anything else. [[User:Hobbes|Hobbes]] 06:56, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:: I&#039;ve been spending some time browsing the Minecraft wiki recently, and a couple of convenient extensions like expanding/collapsing content would be nice to have here as well. It would handy for the EW content as per the discussion elsewhere. It would be worth forming a list of the extensions we could use (and a link to said extension on www.mediawiki.org if possible). Once the signup issue is sorted we could suggest them to Pete. -[[User:NKF|NKF]] 07:06, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::The info about the subpage is here [http://www.mediawiki.org/wiki/Help:Subpages]. The other extension we were discussing before was spoilers [http://www.mediawiki.org/wiki/Extension:Spoilers]. We might as well ask this already for Pete so that he can set time for it. [[User:Hobbes|Hobbes]] 07:33, 25 November 2013 (EST)&lt;br /&gt;
::::Spoilers is now installed. Subpages are an interesting idea - essentially categorising the content better as you would on a normal website (if you were thinking of going /terror from the deep/aliens or something like that?). Since MediaWiki handles moved pages pretty sensibly (moves the page and its Talk page to the new location and points the old URL to the new page) there shouldn&#039;t be an issue with this. I would say that it&#039;s more of a library format then and it needs a few librarians to be in charge of the categorisation, but you guys seem to be doing a grand job of that anyway :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Found the tabs I was talking about [https://www.mediawiki.org/wiki/Tabber tabber] --[[User:Ditto51|Ditto51]] 08:37, 25 November 2013 (EST)&lt;br /&gt;
::::Tabber is now installed --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::I can&#039;t get this to work, even when I use the example coding on the mediawiki page.--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 18:01, 29 December 2013 (EST)&lt;br /&gt;
::::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
&lt;br /&gt;
:::[http://www.mediawiki.org/wiki/Multiple_upload Multiple Upload], to make it easier to upload images multiple images.--[[User:Ditto51|Ditto51]] 10:48, 1 December 2013 (EST)&lt;br /&gt;
::::The author doesn&#039;t seem to be maintaining this which is a worry, plus the discussion page for it mentions security issues so I&#039;m not going to bother with this one --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::Installed an extension called MsUpload instead - you can see a bar at the top of the editor where you can drop files, or click the up arrow on the toolbar. This adds files to the queue and you can click on the name to rename them before uploading them. It then provides links to insert them --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 09:41, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Seems like only MsUpload is installed based on [[Special:Version]]; doesn&#039;t seem to show any other mentioned extensions?--[[User:DracoGriffin|DracoGriffin]] ([[User talk:DracoGriffin|talk]]) 19:47, 29 December 2013 (EST)&lt;br /&gt;
::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Wiki Software Upgrade ==&lt;br /&gt;
The Wiki software has now been upgraded to version 1.22 (was 1.16) so a few things have changed cosmetically and functionally. Whilst I&#039;ve tested things myself and they seem alright, you guys might spot some things I won&#039;t, so please let me know here if there are any issues. Now we&#039;re up to date, I can look at the extensions requested above :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 07:24, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
Pete has asked in a [http://www.strategycore.co.uk/forums/topic/10805-wiki-software-key-features/ thread] on the Strategycore.co.uk forums for suggestions of new features to add during the wiki software upgrade. Please go there for the discussion or post here what features you think relevant for the UFOPaedia upgrade. [[User:Hobbes|Hobbes]] 08:42, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:That wasn&#039;t &#039;&#039;exactly&#039;&#039; what I was asking there - it was more &amp;quot;if there were an ideal WIKI software what would its main features be?&amp;quot;. Though I suppose if there are other features that are required (aside from the obvious &amp;quot;better spam filtering&amp;quot;) then I could see what&#039;s available after I&#039;ve upgraded. Just so you all know, I&#039;ve pencilled in 10am GMT tomorrow (see link for current time: http://wwp.greenwichmeantime.co.uk/time-zone/europe/uk/time/ ) to move UFOPaedia to the same server that StrategyCore now sits on. The move gives us more power to run the software and expand it and sees the end of recent server instability. I&#039;ll put up a message at the top of the site in a few minutes, but just so you all know what&#039;s going on and that there will be downtime for a few hours. Once you see the message disappear from the top of the screen, you&#039;ll be looking at the new server and can post again. Apologies for the short notice, but whilst it&#039;s quiet and I have time, I really need to do the move and get things more stable before attempting the upgrade. --[[User:Pete|Pete]] 14:39, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Most embedded images no longer display properly with the update, barring for a brief period during page load, only to disappear after page fully loads.  Tested in two browsers. [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 16:48, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Can you give me a few examples of pages where this happens? I know I caused a weird issue for a while earlier on if you had www. at the start of the web address, so make sure you don&#039;t have that in your address bar, but aside from that I can&#039;t think of anything that would cause that without seeing a page where it&#039;s happening. If you can link a page AND describe which images disappear on it I can investigate further. --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 17:54, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Seems to be working fine now, thanks for the response! [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 19:50, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Watchlist E-Mails ==&lt;br /&gt;
&lt;br /&gt;
When I recieve E-Mails about edits on the EU2012 pages, it always take me to a new page because the bracket at the end is no included in the link for some reason&lt;br /&gt;
Eg. An E-Mail about Second Wave (EU2012) takes be to Second Wave (EU2012&lt;br /&gt;
&lt;br /&gt;
--[[User:Ditto51|Ditto51]] 03:45, 28 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Simpler Main Page ==&lt;br /&gt;
&lt;br /&gt;
[[File:Cleaner Homepage Idea.png|200px|thumb|left]] I know this is going to generate all sorts of responses - there are some people here being quite negative about the new games (the old ones aren&#039;t coming back, nor have they gone away though!) and since UFO and TFTD seem to get the most love of all of the original series of games this idea might not go down too well, but what do you think?&lt;br /&gt;
&lt;br /&gt;
It is just an idea after all, but my train of thought was that (not intending to offend) the homepage is too busy. The links next to the intro text are a bit small, and then the game &amp;quot;contents&amp;quot; links are just way too far down the page for people to bother with so I thought perhaps something a bit more visible might be good, then lose EVERYTHING below the news. To my mind, the homepage should have your introduction, obvious links to the content people are searching for and then news - that&#039;s it. The contents further down the page are merely replicating what you get when you click on the game links anyway.&lt;br /&gt;
&lt;br /&gt;
I have introduced an issue using the 1994 UK box cover at the beginning there, so might be best having it alternate between the two or be half and half somehow, but I suspect that&#039;s the least of the comments I&#039;m going to get.&lt;br /&gt;
&lt;br /&gt;
So why would I want to promote the other minor games? Well... they&#039;re incomplete. Obviously this is because people aren&#039;t contributing content, but I&#039;m not sure it helps that the Games list on the left doesn&#039;t list them (I know &#039;&#039;why&#039;&#039; it doesn&#039;t, just pointing out that that will cause people to miss them).&lt;br /&gt;
&lt;br /&gt;
Another thought I had was a simple graphic - half and half - for old and new and go to a page listing the old and new games, but can&#039;t think of a sensible graphic for that.&lt;br /&gt;
&lt;br /&gt;
[[File:Analytics Content.gif|200px|thumb|left]]Something interesting to note is that since I fixed the tracking code for Google Analytics, it shows just how popular the new games are on this website.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Once upon a time I had been toying with the idea of changing the main page into a very simple page with almost no content, but instead set it up as a launchpad to the various &#039;main pages&#039; for the different games by way of the box covers as you have done.  That never eventuated - partly forgotten as with many ambitious ideas on the wiki in favour of other more exciting things in the recent updates, and a major change like that would&#039;ve been too much of a culture shock. But with all he new fangled extensions and other things the new software can do, perhaps a move back in that direction isn&#039;t a bad idea. It would be nice change to the traditional game intro screen at the top of the page. -[[User:NKF|NKF]] ([[User talk:NKF|talk]]) 08:07, 30 December 2013 (EST)&lt;br /&gt;
:Pete, I completely agree with your idea of dropping everything below the News since it&#039;s easier to simply use the left links and I doubt a lot of people bother to scroll down so much.&lt;br /&gt;
:Regarding the old vs. new games, one of the most telling graphs from Google Analytics is this one:&lt;br /&gt;
[[File:EU stats.png]]&lt;br /&gt;
&lt;br /&gt;
The first increase in daily visits on January 2012 is when XCOM: Enemy Unknown was announced, the massive spike in November 2012 is when it was released. But what&#039;s even more interesting is that for the same period, the Apocalypse page was the 2nd most visited, UFO Defense the 3th and TFTD the 7th. There&#039;s no info for Enemy Unknown 2012 though (there must have been a problem with Analytics since it only started recording visits to the EU2012 pages last month - this might also explain why the visits decreased from November 2012 onwards since visits to the EU2012 were not recorded by Analytics). To me this means that the old games are still live and kicking but also that the new game brought again a big interest on the series. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:23, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
[[File:Homepage 2.jpeg|200px|thumb|left|]] [[File:UFOPaedia-Homepage-3.jpg|200px|thumb|left|]]I&#039;ve been toying with some alternative graphics that are better than my original idea. There&#039;s a colour version, but it&#039;s a bit &amp;quot;full-on&amp;quot; on a predominantly black and white page, and a greyscale version that might work better. My thinking is that if they are both set to something like 49% width with the latter having 2% left padding, they will scale with the different screen sizes people will view it at. That sort of thing works a lot better in browsers nowadays. Any good? If they&#039;re both still a bit bold I could wash out the backgrounds a bit more (that or change the colour of UFOPaedia :D )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Grey Scale looks better, but it looks like you forgot [[The Bureau: XCOM Declassified|The Bureau Case]] on the Reboot series image--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 08:44, 1 January 2014 (EST)&lt;br /&gt;
::I agree with Ditto51, Grey Scale looks better. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 11:52, 4 January 2014 (EST)&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
==Long War at Featured Projects==&lt;br /&gt;
I&#039;ve been having a discussion at the Nexusmods forums regarding the possibility of having a subwiki hosted at the UFOPaedia for the Enemy Unknown (2012)&#039;s Long War mod. This is a mod that has been in development for the past two years and has been highly praised by gaming magazines and EU&#039;s developers and the [http://www.nexusmods.com/xcom/mods/88/? beta] for Long War 3 (compatible with Enemy Within) has just been released. Any comments? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 20:15, 26 May 2014 (EDT)&lt;br /&gt;
:Hm, I&#039;d certianly say it&#039;s a noteworthy mod (though it may be more due to the fact that, in this day and age, information simply travels faster and with greater acessability/ease, than say, the mods for the &#039;94 game, but that&#039;s a different lecture), so I&#039;d say yes, a sub-wiki under XCOM:EU/EW, not as sure as to has a separate sidebar/front page space (besides in the news section, and &amp;quot;yes we have no bannanas&amp;quot; perma-link)(if you understand a thing of what the hell I just said/usually say) like the offical releases (ie; like how EW isn&#039;t in the sidebar, just vanilla EU). Also, I don&#039;t even see a mod/hack page on the xcom.wikia, so that&#039;d be another thing we&#039;d have over them, heh heh~ --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 07:35, 27 May 2014 (EDT)&lt;br /&gt;
::Well I&#039;ve just tried it the first time and downloading the latest beta. I had participated in a few discussions at Nexusmods regarding new features but I had never bothered playing (just another mod and it required a lot of user steps to install) since I had my hands more than full with EU/EW. All I can say is that this is as big as the Enemy Within DLC regarding new features and reworking of the existing ones, turning it into a different game and installation is much easier than before. &lt;br /&gt;
::So I&#039;d definitely add this to the Featured Projects since it&#039;s as big as UFO2000 and OpenXcom and it is more comparable to them rather than EW. The reason why EW is not on the sidebar is because it would require its own separate table and either a lot of duplication of already existing pages or it would be a rather small table. Long War on the other hand reworks the Strategic Layer (air interceptions, panic system, AI), soldier classes/abilities, equipment, Research tree, and several aspects of combat so it will require specific pages to detail all those changes. &lt;br /&gt;
::To finish, I&#039;d use the same rules for Long War as OpenXcom/UFO200: keep its pages completely separate from the EU2012 ones by using a (Long War) category and suffix; no links on EU/EW pages to Long War pages (to separate official games from fandom), and finally create a specific table for Long War, based on the current EU2012 table format. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 09:19, 27 May 2014 (EDT)&lt;br /&gt;
==Wiki Etiquette and Word Choice==&lt;br /&gt;
You should probably change &amp;quot;COULD OF&amp;quot; to &amp;quot;COULD HAVE&amp;quot;. Particularly since it&#039;s in bold. Unless you want everyone to notice your awful grasp of the language, of course. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 02:34, 19 September 2014 (EDT)&lt;br /&gt;
:Keep in mind that for several users English might not be their first language (myself included). Or that &#039;awful&#039; can be understood to be as insulting as &#039;autistic&#039; ;) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:35, 19 September 2014 (EDT)&lt;br /&gt;
::Spanish is my first language. Feel free to edit my Bureau entries, &#039;Shroom.... Which is pretty much &amp;quot;all entries for The Bureau.&amp;quot; Have fun! --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 17:27, 19 September 2014 (EDT)&lt;br /&gt;
:Hobbes: I have an awful grasp of French (significantly more awful, at that). Also, the reason I reacted to Connor wasn&#039;t that he&#039;d insulted Xuncu, but that he did so using a slur that implicitly insulted others (including me). Compare, for instance, the reason people get angry if someone calls a miser a Jew; they&#039;re not angry because of the insult to the miser, but because of the insult to all Jews by equating them with misers. My autistic obsession with X-Com has produced useful pages on this wiki; Connor&#039;s slur denied that and implicitly told me to GTFO. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 18:42, 19 September 2014 (EDT)&lt;br /&gt;
::You have a right to feel insulted whenever someone says something that offends you, but the way you communicate it to the offender is your decision. I find it easier not to take these situations too personally because ignorance is far more common than malice :) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 18:57, 19 September 2014 (EDT)&lt;br /&gt;
:The two blend together in the context of hate speech; while specific malice toward the group in question is not necessarily required, a generally xenophobic mindset and a willingness to stereotype with callous disregard for accuracy &#039;&#039;&#039;is&#039;&#039;&#039; present in basically all cases. Hate speech &amp;quot;by mistake&amp;quot; (ie, using slurs without intending to) is extremely rare and easily distinguishable from the intentional sort. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 21:17, 19 September 2014 (EDT)&lt;br /&gt;
::Wikis have one [http://www.example.com principle] (amongst others) to work: &#039;&#039;&#039;assume good faith on the part of its users&#039;&#039;&#039;. I&#039;ve been [[Talk:Impossible_Difficulty_(EU2012)|called]] here &#039;pedantic&#039; due to my obsession with detail and personally the term has a negative connotation to me but I chose to assume good faith and accept the feedback. Otherwise, if we take slight on every badly chosen word, then this really hurts collaboration, which is what wikis are all about. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:50, 20 September 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
==XCOM2==&lt;br /&gt;
Off to the madness we head out again. :)&lt;br /&gt;
First issue is what suffix to add to page names to help classify and identify their content: (TFTD) for Terror From the Deep, (EU2012) for Enemy Unknown, etc. Any suggestions? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 22:34, 2 June 2015 (EDT)&lt;br /&gt;
:Like we&#039;ve been doing up to this point. EU, TFTD, Apoc, Int?, EU2012 and now I assume XCOM2. If the name changes in the future, we&#039;ll have to adjust the suffix accordingly. Which reminds me, I wonder why we use EU2012 suffix instead of just XCOM?--[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 23:49, 2 June 2015 (EDT)&lt;br /&gt;
:: EU2012 is a bit clumsy, but it helps disambiguate it from the original game. XCOM for the reboot would probably have been too generic (a bit like Gunship!). On the other hand XCOM2 should work as a temporary suffix for the new game. Or ADVENT perhaps? [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 02:00, 3 June 2015 (EDT)&lt;br /&gt;
::: IIRC the discussion, the EU2012 suffix came from with distinguishing the original EU from the remake, while avoiding using of XCOM as a suffix (too generic). I&#039;ve avoided using XCOM2 for this reason although there aren&#039;t other options at the moment. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 07:43, 3 June 2015 (EDT)&lt;br /&gt;
::::Hmmm, well I have no trouble telling the original apart from the reboot because the original had the dash (e.g. X-COM). Granted, the dash wasn&#039;t there right from the start, but it did become the de facto standard by TFTD and remained that way in one form or another (the middot: X&amp;amp;middot;COM was used for the logo a lot too). Likewise, I&#039;ll have no trouble differentiating between TFTD and XCOM2. Have no idea why others would get hung up on this, but whatever. --[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 00:04, 4 June 2015 (EDT)&lt;br /&gt;
:::::Solomon has confirmed that the name is simply &#039;XCOM 2&#039;, without any subtitles so this solves the issue since there are no other alternatives. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 06:59, 4 June 2015 (EDT)&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
What software license does this wiki use? Is it a Creative Commons license like Wikia, StrategyWiki or GamePedia? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:07, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: As I understand it, we&#039;re running on Mediawiki which is open source. So it falls under the GNU General Public License. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 06:43, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You both are referring to two different things. [https://creativecommons.org/about/program-areas/technology/technology-resources/software/ Creative commons isn&#039;t a software license]. It&#039;s for text and other creative works. GNU GPL is indeed the software license, but it doesn&#039;t apply to the text contributed into this wiki.&lt;br /&gt;
:: It&#039;s a really good question though. According to [[UFOpaedia:Copyrights]] and [[UFOpaedia:About]], text contributed here is copyright the respective author, and here authors implicitly agree when they save their changes to allow other contributors to edit/remove their work. So in practice it&#039;s similar to a creative commons license, but legally it isn&#039;t the same.&lt;br /&gt;
:: A big question is can we copy/edit content legally from the other wikis? In the case of xcom.wikia which is CC-BY-SA (it&#039;s noted in the footer), we should be able to as long as it&#039;s explicitly attributed to the author and explicitly tagged [https://creativecommons.org/licenses/by-sa/3.0/ CC-BY-SA]. [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
: A bit late to reply as I missed the response in the deluge of recent activity. I wasn&#039;t entirely clear what you were asking in the original question and was unsure if you were referring to the Wiki software itself or the content. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)  &lt;br /&gt;
:::Note that you need to give credit to *all* authors. If you&#039;re copying something that you know has only been written by one person then fine, but if it&#039;s a paragraph of a wiki article it could have been edited by many. The easiest way to give attribution is to link to the source wiki page, in which the page history gives attribution and you&#039;re covered. Rewriting the information in your own words is better though. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
::::Rewriting is usually the best option, although not the easy one [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
:: My concern is people are going to assume this wiki works like most every other wiki (including wikipedia), but legally it doesn&#039;t. I think it&#039;d be good to move to CC-BY-SA, but that&#039;s a high level decision and I wouldn&#039;t know who to talk to.&lt;br /&gt;
:: [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
:::Changing the license would be incredibly difficult, since you&#039;d need agreement from all the copyright holders, which is basically everyone who&#039;s ever contributed. Might be changeable on a per-page basis maybe. The only major problem I see with the current situation is that content can&#039;t be copied from this wiki to elsewhere because that&#039;s not a right that&#039;s granted by anything. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
:::There was a discussion of moving the UFOPaedia to CC-BY-SA, but coincidentally at the same time we had an incident where content from one of our pages was copy/pasted on another site without any attribution. This at the time dropped the issue but it&#039;s something worth discussing again. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
::The wiki&#039;s license really ought to be CC-SA or CC-BY-SA. The latter protects against copy-paste without attribution (technically; unless you have a legal fund, this is all theorycrafting, more-or-less). I should also point-out that the current statement of copyright is wrong too. There is material that belongs to Firaxis and Pavonis on the wiki, specifically images, as a lot of the writing is &#039;&#039;about&#039;&#039; the game, not directly from the game, and that puts it in the same waters as any Wikipedia article, for example. The images all belong to Firaxis/Pavonis/whoever-else, but they fall under fair-use (as long as their existence on the wiki is for the purpose of documentation, not redistribution). Again, theorycrafting because in reality, it&#039;s extremely unlikely that Firaxis or Pavonis would go after any of the wikis about their games; it&#039;s a lose-lose for them for obvious reasons. (Improving license clarity on all images would be very useful, and is something I could work on gladly, but I don&#039;t want to start building new templates and working through them without access to the site CSS for the same reason I don&#039;t want to deal with other templates; I don&#039;t have the time, and it has become a contingent factor for me because most of my edits have been dealing with styles.)&lt;br /&gt;
::I should also point-out there&#039;s a serious amount of liability for the wiki with saying that whatever gets put on here is copyright of the editors. I&#039;ll use my own recent work as an example. Under the current rules, I haven&#039;t forfeited copyright on any of the templates I&#039;ve done, the info I&#039;ve added, and most importantly the images I&#039;ve put-up. Most of the images are from the game, but any additions like categorization are my work. The base templates are definitely my work, and the skill icons are sketchy since I had to edit them but they aren&#039;t derivative work. Under the current licensing rules, I could technically revert all of my edits, remove all the templates I&#039;ve made, and leave the LW2 wiki in a broken state.&lt;br /&gt;
::As I said, huge liability. &#039;&#039;Any&#039;&#039; user could come back and do this if they wanted to as long as they only did it with their edits. And since MediaWiki logs everything, it&#039;s not hard to write a script to revert every edit one has made. And it would all be perfectly within the wiki&#039;s own rules. This is why wikis that are open for editing by the general public don&#039;t let users maintain their copyright to their edits.&lt;br /&gt;
::To switch, I don&#039;t know what options you have. A &amp;quot;clean break&amp;quot; to an entirely new wiki might be the easiest. You&#039;d have to reconstruct everything (so that you technically don&#039;t copy but instead create new work that happens to be similar to this wiki; as a side-note, if I built a new skin and restyled the wiki, that&#039;d quite clearly count toward it being a derivative work), but as was pointed-out to me by someone recently, most of what is on this wiki falls under factual information. You can&#039;t copyright facts, like how game mechanics work, settings in the game, descriptions of characters (though that&#039;s a little fuzzy for characters with actual stories like Tygan or Shen), etc. The most important thing is that as a new wiki, users would have to re-register and you could change the user agreement to have users&#039; rights to work be transferred to the wiki and then released as CC-BY-SA. (In fact I have someone bugging me to do just this, because of the difficulties in reaching the site admin, whom I still haven&#039;t been able to contact. I can&#039;t even email him since my account email isn&#039;t verified and the email verification is, ironically, broken too.)&lt;br /&gt;
::Or you could just change it. Send a mass email if you feel nice. As I said, this is mostly all theorycrafting. If we&#039;re going to talk about reality instead, then the reality is that the copyright of any work on the wiki quickly becomes insanely difficult to discern, because people will make edits to it. It&#039;s unusual for one person to hold the copyright to a page (which is why I brought my own templates up as they are a worst-case example since I&#039;ve clearly done the vast majority of work on them) or any part of its contents because of the constant editing. If someone wanted to come back and claim copyright, they&#039;d have to file a lawsuit, which would be insane since there would be almost nothing to be gained and it&#039;s not cheap to do so.&lt;br /&gt;
::Keeping the license agreement as it is is untenable though, for all the reasons above. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:42, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just thought I&#039;d throw in my 2c. I&#039;ve only skimmed the discussion, but I assume it&#039;s the copyright blurb on the [[UFOpaedia:About]] page that&#039;s at the core of the issue. &lt;br /&gt;
&lt;br /&gt;
In all honesty I strongly and truly believe that the copyright guff (highly technical term) that Gazchap put up on this page during this Wiki&#039;s infant years was more a case of simply wanting to get something up and running quickly with a very generic copyright statement. Then have it updated as and when necessary. Of course, with the monolithic nature of a wiki, we never really got round to it until it was very briefly visited in the case that Hobbes mentioned.  &lt;br /&gt;
&lt;br /&gt;
While I don&#039;t mean to speak for all of our past and present users, I suspect the issue of the license is for most of us something that&#039;s the farthest thing from our mind when we come to peruse the wiki. We&#039;re not policy makers - we&#039;re just fans that enjoy the games and are happy enough to put our own time and effort into writing about and chronicling information about the games. &lt;br /&gt;
&lt;br /&gt;
I&#039;m only one voice, but I&#039;m more than happy if we bring the wiki in line with the others and go with a form of creative commons license as with the better known Wikis. Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information. The main thing I assumed we&#039;ve always operated on was a sense of common courtesy to cite the source of borrowed material, and to expect the same of others who wish to use any of our content verbatim. &lt;br /&gt;
&lt;br /&gt;
Oh and Tvol, this is apropos of nothing much, but Firaxis did give this wiki a subtle wink with a small detail on the EU2012 Skyranger. Until the cease and desist letters come in, I think we&#039;re in the clear! For now. I think. Fingers crossed. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)&lt;br /&gt;
:Well to be clear, I don&#039;t actually think Firaxis would ever go after a wiki. As I said, it&#039;s a lose-lose situation; no game developer has ever gained anything other than bad press and a sour taste in the mouths of their fans by going after the very fans who support them on a legal technicality. :P&lt;br /&gt;
:&#039;&#039;&amp;quot;Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information.&amp;quot;&#039;&#039;&lt;br /&gt;
:Indeed this is the crux of the issue, I think. It&#039;s not likely but with things as they are, a malicious former contributor could wreak some havoc. The XCOM 2 modding community got a dose of this a while back with the extra ability icons mod being unceremoniously yoinked from the Workshop, leaving people with broken saves. Similar could happen here, which would be pretty awful for all involved. :( (Has Joshua seen this or weighed-in? I haven&#039;t been able to reach him on Skype; still waiting for a contact confirmation.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:38, 8 February 2017 (UTC)&lt;br /&gt;
:: Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism. Of course that won&#039;t last forever as life takes it course and folks move onto other things. I&#039;ll message the bigwigs and see if we get something in motion. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 09:38, 8 February 2017 (UTC)&lt;br /&gt;
:::&#039;&#039;Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism.&#039;&#039;&lt;br /&gt;
:::I don&#039;t think you&#039;re seeing my point. As editors still hold copyright on their work, removing it wouldn&#039;t be vandalism. They would just be removing their work from the wiki, which since they still hold copyright to it, they are totally within their rights to do. No one here would have any basis for complaint, let alone justification for blocking them. That&#039;s why I specifically brought-up templates. If someone writes a template and it gets used on the wiki, and then they remove it, that&#039;s allowed (even expected) by licensing rules, but it would leave the wiki broken with someone else having to rewrite what was removed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 09:55, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Fear not, with a couple of rudimentary templates under my belt, I do understand what you&#039;re getting at. I just have a cavalier light hearted approach to things - please ignore my poor attempt at humour. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 11:22, 8 February 2017 (UTC)&lt;br /&gt;
:Oh. That was humour. Seems I&#039;m not the only pedant around here... --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:52, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG images ==&lt;br /&gt;
&lt;br /&gt;
I have an SVG image of a keyboard with key bindings on it. However, the wiki software won&#039;t let me upload it. Can you enable SVG images please? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:09, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Long War 2 AWC Perks ==&lt;br /&gt;
&lt;br /&gt;
I noticed some missing perks in the LW2 AWC perk lists and was planning to update them, but I&#039;m unsure as to the significance of the yellow question mark symbol that&#039;s enabled for some of the Perks and not for others.&lt;br /&gt;
&lt;br /&gt;
Could someone clue me in so I don&#039;t make a mess of things? -- [[User:Dodger|Dodger]]&lt;br /&gt;
&lt;br /&gt;
:Those symbols are there to indicate that there is additional/supplementary info for the ability/perk. It emulates the interface in-game that is also indicated by the same icon and opens a window with said supplementary info inside. That info is kept on a subpage of each template. For example, {{tl|Aggression (LW2)}}&#039;s info is held at {{tl|Aggression (LW2)/Info}}. This is done mostly to keep the templates themselves clean as well as better deal with whitespace (since MediaWiki can be &#039;&#039;really&#039;&#039; finnicky sometimes about whitespace and will periodically bite one in the ass when making templates). [https://jsfiddle.net/Tvol/w9djepcv/ Here is a fiddle] demonstrating what I was hoping to have them look like (with input from [[User:Mavoc|Mavoc]]). Unfortunately, doing so requires access to the site&#039;s CSS, and I haven&#039;t been able to contact the admin yet. (Also you can sign your name with four tildes.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 06:02, 7 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I added all those perks and there data. Though there are a couple still missing info, see section talk for list.&lt;br /&gt;
&lt;br /&gt;
== Site CSS ==&lt;br /&gt;
&lt;br /&gt;
Since I haven&#039;t been able to reach the site&#039;s admin, I&#039;ve written [https://www.dropbox.com/s/qbboa8oqw8icc5l/CSSprop.pdf?dl=0 everything out in this PDF.] Hopefully even non-technical people will understand what I&#039;m getting at with it. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:20, 9 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got in touch with Joshua today so hopefully these changes will be coming along in the near future. (And I can get back to spamming the wiki with new templates. :p ) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:36, 10 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Template Design (with pretty pictures too!) ==&lt;br /&gt;
&lt;br /&gt;
After fumbling around a bit with the Ability template, I&#039;ve decided upon a general structure for future templates that are in similar domains. Please take a look at this diagram (which is probably a serious abuse of UML for which it wasn&#039;t intended but whatever; this PDF will be updated as I settle on the design for other templates): [https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams] (If it doesn&#039;t load right away just wait for Dropbox&#039;s silly PDF viewer to load.)&lt;br /&gt;
&lt;br /&gt;
And yes, before you say anything, I am playing really loosy-goosy with everything in the diagram. Templates don&#039;t have any type checking, nor do they enforce rules for access, nor do they have methods. This is just a rough sketch of how I think these paramters will be &#039;&#039;intended&#039;&#039; to be used. Templates are really wishy-washy about everything, and that&#039;s why the diagram is wishy-washy too. O.o&lt;br /&gt;
&lt;br /&gt;
One small note: The template names in the diagram are CamelCased, but I intend to name them with hyphens, so &amp;quot;AbilityInline&amp;quot; would be &amp;quot;Ability-inline&amp;quot; instead, it&#039;s just that UML doesn&#039;t allow that in class names, so bleh. MediaWiki is flexible on this point and that could be a space, but I want it to be obvious if an errant space is working its way into that bit of the template, as it could really muck things up.&lt;br /&gt;
&lt;br /&gt;
Supplementary Info:&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Advanced_templates#Variable_templates Variable Templates] (How the heck to dynamically choose which template to use.)&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Array#Summary_of_counts_for_template_limits Summary of counts for template limits]&lt;br /&gt;
&lt;br /&gt;
=== General Structure ===&lt;br /&gt;
&lt;br /&gt;
The point here is to separate the data from the implementation. So, we make a template that holds the data (like {{tl|Suppression (LW2)}} and its kin), and then have that template choose an implementation/displayStyle template to use whenever it&#039;s called. Ideally, the calls would look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Suppression (LW2)}}                      // inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=inline}}  // explicit inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=table}}   // table display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=infobox}} // infobox display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inline display will be default since that&#039;s where it&#039;s most advantageous to use as little space as possible (to make the source markup for content pages easier to read).&lt;br /&gt;
&lt;br /&gt;
Each display style template will have it&#039;s own defaults, which is actually really good news so there is no conflict of concerns (for table display, I can assume the user wants everything displayed by default, whereas for inline, it makes more sense to hide everything but the name by default).&lt;br /&gt;
&lt;br /&gt;
These templates should definitely be backwards portable to the XCOM 2 pages, and probably XCOM:EU and XCOM:EW as well.&lt;br /&gt;
&lt;br /&gt;
=== Parameter Changes for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; will be renamed and moved to &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt;. A new &amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; field will then refer to an icon specifically. &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; will be used for the infobox, as a demonstrative image, like an in-game screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;I&#039;m considering changing &amp;lt;code&amp;gt;b_info&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;b_infoIcon&amp;lt;/code&amp;gt; for clarity&#039;s sake.&amp;lt;/s&amp;gt; Actually not a good idea, since it enables both info display and the icon.&lt;br /&gt;
&lt;br /&gt;
=== New Parameters for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_displayStyle&amp;lt;/code&amp;gt; : The big one. This will be one of either &amp;quot;inline&amp;quot;, &amp;quot;table&amp;quot;, or &amp;quot;infobox&amp;quot;. This will determine which one of the &amp;quot;base&amp;quot; templates gets called to handle display of the ability&#039;s content/info. This will allow all the relevant data for each ability (and later on, every other in-game item or mechanic that can be well defined like equipment or armour) in &#039;&#039;&#039;one&#039;&#039;&#039; place, while still allowing flexibility in display styles. This structure is also extensible, meaning more templates can be added later as different displayStyle options with relative ease (provided we do our level best to get every important piece of info in these templates from the start; see below).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;i_ammo&amp;lt;/code&amp;gt; : Ammo requirement / uses per mission; 0 = unlimited use&lt;br /&gt;
&amp;lt;code&amp;gt;i_cooldown&amp;lt;/code&amp;gt; : Cooldown of the ability in turns; 0 = no cooldown.&lt;br /&gt;
&lt;br /&gt;
Once I get to infoboxes I&#039;m sure there will be many more things to be added. I&#039;ve certainly forgotten things.&lt;br /&gt;
&lt;br /&gt;
=== Stuff To Figure-Out ===&lt;br /&gt;
&lt;br /&gt;
Sane defaults, and most especially, how to display extra info or description inline. A pop-up box could be done with JavaScript, but it should also be possible with only CSS to have a simple div appear like that [https://jsfiddle.net/Tvol/w9djepcv/ fiddle I made as a demo.]&lt;br /&gt;
&lt;br /&gt;
I&#039;m also strongly leaning toward storing all default parameters on their own subpages. This removes a costly switch function (which costs 8 preproccessor nodes on an instant match and 2 thereafter for each check). The expansion size will also be just the size of the text, not twice that size. It&#039;s the most efficient way to manage these, and if someone wants to make a whole page that lists all the abilities in the game, then that could become quite costly. (No idea how costly, but on the theory that limiting resource use is generally a good goal I&#039;m probably going to do it this way, even if it&#039;s a little less convenient.)&lt;br /&gt;
&lt;br /&gt;
Breaking the implementation into separate templates also has the benefit of needing fewer parser functions each time a template is used, since the most important check was done by selecting which template to use. It&#039;s just all-around better.&lt;br /&gt;
&lt;br /&gt;
=== Where I Need Help ===&lt;br /&gt;
&lt;br /&gt;
Figuring-out data types for each type of thingamajig in the game that can be well defined (the stuff in the &amp;quot;Data Paramters&amp;quot; section above). So, take armour as an example: For that there&#039;s supply cost, resistances (which will need to be handled separately), elerium core cost, uhhhhh, probably other stuff I forgot. The important thing is to have everything that can be added there from the start; it&#039;s a lot harder to refactor the templates to display new data than it is to build them once and be done (the most time-consuming part is actually adding the new variable to all the completed data-templates, not adding the ability to display it, go figure).&lt;br /&gt;
&lt;br /&gt;
Off the top of my head I&#039;ve got, so far, Abilities (Perks; unfortunate naming on my part but whatever), Armor, Grenades, Heavy Weapons, PCS&#039;, and Weapons, as general categories. Each will have an inline, infobox, and table displayStyle.&lt;br /&gt;
&lt;br /&gt;
Parameters for these templates fall into three categories, which I&#039;ve called &#039;&#039;&#039;&amp;quot;Parameters&amp;quot;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;quot;Data Parameters&amp;quot;&#039;&#039;&#039;, and &#039;&#039;&#039;&amp;quot;Wiki-Related&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Parameters:&amp;lt;/b&amp;gt; These are the paramters that actually are intended to be used when someone calls these templates. They are used to tell the template how to display the content, like whether or not to display the name, description, info icon, etc. They are not meant to hold or override data associated with the ability/item/whatever.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Data Parameters:&amp;lt;/b&amp;gt; These are the parameters that hold data for the associated ability/item/whatever, and the ones I need the most help with. They are defined on a template page (like {{tl|Suppression (LW2)}}) and nowhere else (so they are defined once and only once). These are not exposed to the caller and can be thought of as protected variables (for those with programming experience). Maybe we can build a table for these somewhere? It is not important to have these filled-in with data for everything, just that they are in the definition of the templates from the get-go (e.g. just because the &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; field will exist for each ability doesn&#039;t mean we need a screenshot for every ability &#039;&#039;right now&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Wiki-Related:&amp;lt;/b&amp;gt; These are anything that is for wiki-related housekeeping only. So far it&#039;s just &amp;lt;code&amp;gt;s_id&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt;. The ID field is intended to be used for the construction of unique element id&#039;s, just in case that is useful for something later (namely targetting elements with CSS); future-proofing. The &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt; parameter is also future-proofing of a sort; all it does is provide the full page name name of the template it belongs to (so for {{tl|Suppression (LW2)}} this reads &amp;quot;Template:Suppression_(LW2)&amp;quot;). It&#039;s required for accessing subpages, which so far have only been used for extended info (although a lot of them seem to be just repeats of what the description says, which was not my intention). It&#039;s good to have so that long-winded, supplementary information can be held somewhere else so the template itself is kept clean and as easy-to-read and understand as possible.&lt;br /&gt;
&lt;br /&gt;
=== Visual Style ===&lt;br /&gt;
&lt;br /&gt;
I think the [[User:Tvol/Colours|colour palette here]] is appropriate for these. I&#039;ll be going for a flat style; no frilly stuff like beveled borders (ewwwwwwwww).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As usual (unfortunately), this is all contingent on my getting access to the site-wide CSS so I don&#039;t have to duplicate significant portions of each template. Depending on time I can probably have this done in a week (or two) from that point (getting access to the CSS), barring any weirdness or delays. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 11:13, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/x7j9eodjnrnv3m5/ParameterDefinitions.html?dl=0 Parameter Definitions (HTML)] (Cleaner, but can&#039;t be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/983z23fb66c0wjj/ParameterDefinitions.pdf?dl=0 Parameter Definitions (PDF)] (Looks worse, but can be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/8j76cdi3fgrz2wz/ParameterDefinitions.md?dl=0 Parameter Definitions (Markdown)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams]&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/4esgqlq5fttlxva/Skeletons.html?dl=0 Skeletons (HTML)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/x4gl8khflh6yr4q/Skeletons.pdf?dl=0 Skeletons (PDF)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/ppkc3zjy8tmzm09/Skeletons.md?dl=0 Skeletons (Markdown)]&lt;br /&gt;
&lt;br /&gt;
=== Template Design Discussion ===&lt;br /&gt;
&lt;br /&gt;
:Nice you got what you wanted :) I was wondering if all the info you&#039;ve posted about templates shouldn&#039;t be moved to a specific page explaining how to use them. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 15:26, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well not yet, but I&#039;m hoping Joshua will get to it soon. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:26, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added documents above. I would appreciate it if others could go through the Parameter Definitions document and offer suggestions on anything I might&#039;ve missed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 16:41, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hobbes, to answer your question more definitively (because I&#039;ve thought about it more), that&#039;ll be something I&#039;ll figure-out later. Once it&#039;s all done it&#039;ll have to be documented, but it should be easy enough to explain with the pretty UML diagrams. The data templates should be straightforward if you refer to the spec sheet (see documents above). The implementation will be the most complicated part. Both of those layers will be &amp;quot;hidden&amp;quot; to editors; that is, you won&#039;t need to know &amp;lt;i&amp;gt;how&amp;lt;/i&amp;gt; everything works under the hood, just that it does. In all there are actually only a small handful of parameters that an editor would end-up using, all of which are related to how the data is displayed, not what it is. I&#039;m hoping Joshua will set-up a user-group with the &amp;lt;code&amp;gt;editinterface&amp;lt;/code&amp;gt; permission soon so I can get started (I&#039;ve given him everything he needs to know how to do it). I can&#039;t (reasonably) start on the implementation until he does and I&#039;m added to the group. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:27, 14 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am tentatively calling the spec above done. Unless I missed something and someone points that out, I&#039;ll start working on template skeletons soon. If anyone has time to read through it to look for missing stuff, that&#039;d be great. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 12:17, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Skeletons are done, as is the spec, probably. These can be used to start uploading data to the wiki in the form of data templates (similar to {{tl|Ability (LW2)}} ). {{tl|Ability (LW2)}} will take more work to change-over, and doing so will also temporarily break the templates where they are being used on the wiki. Without implementation templates, and updating of the template calls, they would stay broken. Please leave these alone until I have a chance to write the implementation templates. (As usual, this is not feasible without site CSS access, which I am still waiting on.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:40, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Given that I&#039;ve received almost no feedback here, and Joshua seems to be absent again (and not responding to my messages on Skype), I really gotta ask: Have you guys thrown-in the towel? I ask especially because of what I saw on the most recent posts on Strategy Core. The wiki needs serious maintenance work done. If you have, I&#039;d like to know, so I can take this work to a new wiki where progress can continue being made on documentation. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:00, 18 February 2017 (UTC)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xenonauts ==&lt;br /&gt;
&lt;br /&gt;
Surprised that I couldn&#039;t find anything about that game on the wiki, not to mention a page dedicated. Is it a deliberate decision (then what&#039;s the reasoning behind it?) or there just wasn&#039;t anybody to actually make it? --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 14:05, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The simple answer is that despite the game&#039;s obvious X-Com inspired roots, it&#039;s not an X-Com game. It&#039;s the same reason we don&#039;t have sections for the UFO:After~ series. Of course, if there&#039;s a demand for a Xenonauts wiki, we could always put the idea forward to our admins to get one set up. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 05:12, 10 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Oh, I see now. And a demand doesn&#039;t seem to be that high to be honest. At least I&#039;m not ready to fully commit myself to that topic (yet) :) Though I think having some kind of &amp;quot;X-Com inspired games&amp;quot; page wouldn&#039;t hurt. With maybe 1-2 paragraphs about Xenonauts, Extraterrestrials, some (discontinued?) fan-made projects perhaps. Also, there&#039;s UFO:AI in &#039;Featured Projects&#039; after all... Well, anyways, your answer totally makes sense, thanks! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 11:20, 16 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== A place to report UFOpaedia issues ==&lt;br /&gt;
&lt;br /&gt;
I saw a board on Strategy Core, but registration is closed and I don&#039;t have an acc so couldn&#039;t reply there. And today is first day in a week I was finally able to log in to ufopaedia. That&#039;s frustrating a bit. I wonder if there&#039;s a way of reporting ufopaedia technical issues (and ideally tracking progress towards solving them) that I&#039;m not aware of. If not, probably we need one? --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 14:31, 16 July 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85140</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85140"/>
		<updated>2017-07-16T14:31:08Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* A place to report UFOpaedia issues */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To All Rookies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the place to talk/ask about general issues concerning the wiki and hopefully someone will answer/reply to them. &lt;br /&gt;
&lt;br /&gt;
Specific game questions should be asked on the game&#039;s individual talk pages. &lt;br /&gt;
&lt;br /&gt;
For new users, in order to reduce spam you&#039;ll need to register to be able to edit pages.&lt;br /&gt;
&lt;br /&gt;
To start a new topic simply press the &#039;&#039;&#039;edit&#039;&#039;&#039; button above. Then place your &amp;lt;nowiki&amp;gt;==Topic Name==&amp;lt;/nowiki&amp;gt; like it is written here.&lt;br /&gt;
* To add a line you can either type &amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt; or use the buttons that appear on the edit screen. &lt;br /&gt;
* If replying to an existing topic use colons &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; before your answer&lt;br /&gt;
* Don&#039;t forget to sign your posts in the talk pages by typing &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; at the end. &lt;br /&gt;
* Finally when creating/editing wiki articles have a look at the [[Guidelines to writing articles|guidelines]] page. &lt;br /&gt;
&lt;br /&gt;
That&#039;s it. Happy editing!&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Old articles have been moved to [[Talk:Main Page/Archive]] for later perusal. &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== New Main Page layout. ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m working on a new Main Page layout. Found here: [http://www.ufopaedia.org/index.php?title=User:Kokkan/Main_Page]. So I was wondering if it would be possible to apply something like this ([http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F])? Preferable (http://www.mediawiki.org/wiki/Extension:NoTitle) --[[User:Kokkan|Kokkan]] 16:34, 18 September 2012 (EDT)&lt;br /&gt;
:Looks good to me, just one thing: why is the OpenXcom logo displayed? [[User:Hobbes|Hobbes]] 09:11, 4 October 2012 (EDT)&lt;br /&gt;
:: That was just a aesthetic choice. =) --[[User:Kokkan|Kokkan]] 12:36, 4 October 2012 (EDT)&lt;br /&gt;
:::  I see :) Well the thing is that it&#039;s that placing that logo there is going to bring a lot of attention to that project. My question was if that was intentional or not. [[User:Hobbes|Hobbes]] 12:43, 4 October 2012 (EDT)&lt;br /&gt;
:::: Kokkan, would it be possible to squeeze the &#039;featured article&#039; on the corner below the &#039;UFOpaedia News&#039; (probably enlarge the corner)? I like how the new design has a compact look to it and to me it would look better if the &#039;featured article&#039; was integrated with the news sections. Or probably even switch its position and put it on top rather than the &#039;UFOpaedia news&#039; [[User:Hobbes|Hobbes]] 12:57, 4 October 2012 (EDT)&lt;br /&gt;
::::: Right now it depends on the width of the browser and the content in the Featured Article. I might be able to set some auto-width on the XCOM New window. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT) &lt;br /&gt;
:::::: I was wondering if it wouldn&#039;t be better to bring up the Enemy Unknown 2012 table as the first table, at least for some time after the game is released. With my current maximum resolution both tables still appear one over the other, and I think the UFO Defense table might need a little reorganization and after it is done both games go back to being side by side. Or any other ideas. [[User:Hobbes|Hobbes]] 20:15, 8 October 2012 (EDT)&lt;br /&gt;
::::::: What?! This layout should work with all resolutions down to 1280x720 without stacking items. So it should be fine on everything except the smallest ( &amp;lt;11&amp;quot; ) notepads and pads. --[[User:Kokkan|Kokkan]] 04:49, 9 October 2012 (EDT)&lt;br /&gt;
:::::::: My resolution on my monitor is 1280x1024 and both tables are stacked. [[User:Hobbes|Hobbes]] 05:00, 9 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Same issue here with the overlapping tables, and my screen&#039;s 1024 pixels wide. Doesn&#039;t look any better on the tablet. Quick solution: Break the table out and have it on top ala the original&#039;s old main table, and have the original follow immediately after. &lt;br /&gt;
&lt;br /&gt;
A while back I had wanted to redesign the front page but had to shelve it (and then quickly forgot about it). That was to make the main page just contain the news and a list of box art for the various games that point the users to separate main pages for the different titles, allowing the main tables for each title to be a bit more elaborate. Perhaps this might be a good time to resurrect that concept? [[User:NKF|NKF]] 07:15, 9 October 2012 (EDT)&lt;br /&gt;
:I&#039;ll place the EU 2012 table on top of the original game table (*sniff* *sniff*) for now until a permanent solution is found or the issue is fixed. I&#039;m good with that solution or any other.&lt;br /&gt;
:Quick fix: I&#039;ve moved it to the Featured section. [[User:Hobbes|Hobbes]] 08:03, 9 October 2012 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
:Hi folks, I think the partition to having the XCOM 2012 on its own main page is a really good one... now, folks can go to town on it, without having to keep touching the original fansite per se. But it is still kept close by having a highlighted announcement - Thanks for that, Kokkan! Some other comments:&lt;br /&gt;
[[File:X-COM UFOpaedia screen.jpg|100px|right|thumb|It&#039;s U&amp;lt;u&amp;gt;FO&amp;lt;/u&amp;gt;paedia]] &lt;br /&gt;
::*Do we need two &amp;quot;action&amp;quot; pictures at a time? Maybe we could have one, and use it to help balance the X-COM and the UFOpaedia news so that both &amp;quot;sides&amp;quot; of the news end at about the same place. For that matter, either side of the news could otherwise be tightened up, or expanded. But I wish they both ended at the same place so the main page looks more professional.&lt;br /&gt;
::*This is the time to make the standard for the new XCOM 2012 pages. Can I please ask that, for the URLs themselves, we not put parentheses around EU2012? I see it leading to a lot of hassle because ultimately there will be citations in citations in citations and other future complexities, including for other sites trying to cite us... parens just make everything more difficult and clunky. If you agree but say &amp;quot;but it&#039;d be a hassle to fix it now&amp;quot;, I say that&#039;s the wrong answer because it&#039;s about to explode (I&#039;m sure!!!), so it&#039;s really now or never. Just append EU2012, without parens... everybody can figure out what it means. :)&lt;br /&gt;
::*I&#039;m not sure just how/when it happened, but there&#039;s a lot of &amp;quot;U&amp;lt;u&amp;gt;fo&amp;lt;/u&amp;gt;paedia&amp;quot; on the main page. We use the original game as the convention setter, right? It&#039;s a minor thing, but still, we should have a convention, one way or the other. Does someone think it should be Ufopaedia?&lt;br /&gt;
::*To me, the brief OpenXcom logo nip slip (laugh) raises the issue that I wish we highlighted these efforts better... maybe they could use a little shout-out at the bottom of X-COM News section (just a very brief mention or link - little or no write-up), instead of the tiny section they now have, way at the bottom of the main UFOpaedia page.&lt;br /&gt;
:Again, the above points are minor... the big thing is the new place from EU2012 (great idea!). Thanks!! -[[User:MikeTheRed|MikeTheRed]] 14:24, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: We can set the hight at fixed values, but I really don&#039;t see a point to it. Since the size of the content will change. I prefer the parentheses in the naming, it clarifies what game the page relates to, and I don&#039;t see an extensive problem in linking to pages. Like ( [[Enemy_Unknown_(2012)|Enemy Unknown]]). On the UFOpaedia &amp;amp; OpenXcom logo, I fully agree. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT)&lt;br /&gt;
::: One easy trick to link pages with the (EU2012) suffix is to open the top page on the category, which usually contains a list of all items related with that subject, press edit and then copy/paste the links. [[User:Hobbes|Hobbes]] 09:19, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== XCOM Sidebar logo==&lt;br /&gt;
One possibility I thought of would be to replace the old logo/badge on the upper left corner of the wiki with the newer XCOM badge. Here&#039;s some options:&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Xcomnewlogo.png|100px|XCOM badge used ingame on the soldiers armor - I can&#039;t get a better pic than this one]]&lt;br /&gt;
[[File:Blue badge XCOM EU.png|100px|XCOM icon used on packing and ingame for menus, etc.]]&lt;br /&gt;
[[File:Xcom_eu_logo.jpg|100px|And there&#039;s also the game logo]]  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anymore ideas? Which would be best? [[User:Hobbes|Hobbes]] 13:44, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:The game logo is much cooler, while the insignias seem much more real-to-life. That said, I vote for cooler. The essence of the old X-COM was how scary cool it was. -[[User:MikeTheRed|MikeTheRed]] 14:33, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: I say keep the old X-logo, show the roots and lets not take over the entire wiki with EU2012. Use the new logos at appropriate EU2012 pages. --[[User:Kokkan|Kokkan]] 08:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: Not selling ourselves completely eh? ;) Well I just have to say I love the yellow and black insignia - that&#039;s probably the first XCOM logo/icon I really enjoy :) [[User:Hobbes|Hobbes]] 09:15, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Showing roots is good, too. The gold one does not seem as high-rez as the other... can we get it any better? -[[User:MikeTheRed|MikeTheRed]] 09:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Disambiguation of 1994 vs 2012 Entries ==&lt;br /&gt;
&lt;br /&gt;
See for example the Sectoid entry, where a link to Sectoid (EU2012) has just been added as the first line of the entry. Are we going to do that for every entry that has the same name in 1994 as in 2012? That&#039;s a lot of minor edits someone will need to make! And putting these cross references under See Also would be less intrusive. But maybe a lot of enquiries from new site users are going to be related to EU 2012, and they will be confused if the cross reference is not clear and up-front. Let&#039;s agree a standard approach for this. As an alternative we could use disambiguation pages that show links to both the 1994 and the 2012 versions. Instead or as well, we could start moving 1994 pages by appending (EU1994) to the name.  That&#039;s also quite a lot of work, but may be clearer in the long term. Even more work comes in if we were to use for example [[Sectoid]] as the disambiguation page, because that would mean rewriting all links to Sectoid in all the 1994 entries of the Ufopaedia. Thoughts everyone? [[User:Spike|Spike]] 03:56, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
On a related point - do we really need to append (EU2012) to every entry? I would think it&#039;s only necessary when the same term is used in both games. So it makes sense for Sectoid, but not so much sense for Gollop Chamber. I would suggest that for a term that is &#039;&#039;definitely&#039;&#039; unique to EU 2012, the (EU2012) suffix is not required. But there should always be an EU 2012 Category tag on the entry. [[User:Spike|Spike]] 06:28, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
: If we don&#039;t tag everything now, do we risk the same issue we&#039;re running into with UFO Defense? Also, the new Sectoid page has a space between EU and 2012. No other new page has that. My OCD is making me want to stab people. Is there a way to edit it to not have a space? As far as which way to go, I prefer disambiguation pages much like wikipedia does, but that typically requires tagging both. I would be happy to do the leg work and chase down all the 1994 ones but I don&#039;t like how EU1994 looks (especially since it says 1994 in the Games column to the left [sorry - fixed that - Spike] ) and I don&#039;t know how to update page names. --[[User:PixelOrange|PixelOrange]] 06:34, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Yes, we do need to keep the games a part to not run into conflicting pages/links. Hence we suffix ALL pages on the NEW game &#039;&#039;(EU2012)&#039;&#039;; this is the simplest and most clear way to do it. It does make it a bit of a hassle to link stuff yes. Even if some parts are unique, keep with the naming convention to keep it all as clear as possible. No, There is NO WAY we can do the same for the original game, there is just to much pages and links (and if we start and don&#039;t complete or something goes wrong, the wiki is in a fucked up state). So all pages on Enemy Unknown without the suffix refers to the original game. --[[User:Kokkan|Kokkan]] 07:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::So, if we&#039;re not going to retroactively update the old Enemy Unknown, redirects at the top of every page is my favorite choice (just as they do over at wikipedia). It gives you a quick link right at the top of the page, it&#039;s non-intrusive, and it&#039;s easy to implement across the board. --[[User:PixelOrange|PixelOrange]] 07:38, 19 October 2012 (EDT)&lt;br /&gt;
:::: OK but that&#039;s only going to be workable for the EU2012 pages, right? Any modification to all of the EU1994 pages is a big task, whether it&#039;s a disambiguation link at the top of the page, or a systematic rename to suffix &amp;quot;EU1994&amp;quot; on to the end of the page name - the workload is similar. I guess we could take a policy that says - anytime you create an EU2012 page, check to see if an EU1994 page of the same name exists. If so, add disambiguation links to the top of both pages. Or, for that matter, Move the EU1994 page by adding the suffix to its name. By the way, Move is how you rename a page, and the old name is preserved as a redirect to the new name. [[User:Spike|Spike]] 08:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I agree that disambiguation notices/links on top of pages probably is the best way to handle this (as in the [[Sectoid]] page). Moving and creating disambiguation pages is to much workload, and to have some (EU1994) pages and some without would be even more confusing. So I say no (EU1994) suffixes at all. --[[User:Kokkan|Kokkan]] 09:17, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::: I don&#039;t think it&#039;s that cut and dried myself. Moving (renaming) the old pages is less workload than creating the disambiguation links. Also, adding the disambiguation links will disrupt the style / formatting of the existing EU 1994 pages which were not designed to have these links at the top, and which have had a lot of effort put into their layout over the years. Creating a disambiguation page with the &amp;quot;base&amp;quot; name, eg &amp;quot;Sectoid&amp;quot;, the same name as the existing 1994 page, is a huge workload, because then all the links will break. Creating a new page called &amp;quot;Sectoid (disambiguation&amp;quot; and redirecting to it is not much better. A simple Move/rename will not break any links, meaning low workload - same as inserting a disambiguation link/notice. Keep in mind that the scope of the problem is only the pages for terms that exist in both games. &amp;quot;Sectoid (EU1994)&amp;quot; vs &amp;quot;Sectoid (EU2012)&amp;quot; is part of the required disambiguation workload. Heavy Cannon (unique to EU1994) vs Alloy Cannon (unique to EU2012) does not need to be part of the workload. It&#039;s a safe strategy to keep naming all new 2012 pages with the EU2012 suffix, but whatever method is selected does not need to be applied to all pages in both games. For example, we do not label all TFTD pages with (TFTD). We don&#039;t say &amp;quot;Tentaculat (TFTD)&amp;quot; and &amp;quot;Chrysallid (EU)&amp;quot;. We do say &amp;quot;Zombie (TFTD)&amp;quot; and &amp;quot;Zombie (EU)&amp;quot; (even though the differences are only cosmetic). [[User:Spike|Spike]] 09:51, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::: We already had this discussion a while ago because of Apocalypse and the common elements of the series that extend to it and TFTD. I don&#039;t recall the discussion but you guys mentioned the main topics but the idea was to start using the suffixes, specially when creating new pages, and not to worry about the existing pages because of the workload involved. It&#039;s basically to avoid the mess of the original game&#039;s pages regarding naming and to help categorize identify pages.  &lt;br /&gt;
::::::: This method makes linking a bit harder but it&#039;s a matter of using a few tricks (which I already use when linking on the original game), like open and edit the section page (Soldiers, Weapons, Alien Life Forms, etc.) and just copy/paste the links you need. That&#039;s also why the section pages usually consist of lists of items.&lt;br /&gt;
::::::: Finally me and Spike can delete, move and rename pages, as an administrators so just let us know what you need :) [[User:Hobbes|Hobbes]] 11:09, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::::: I&#039;ve been thinking about the effects these new XCOM games (EU 2012 and the upcoming FPS) may have on the future of the series. If XCOM sees more games even further in the future that involve the aliens from the original, I don&#039;t think links at the top of the page is going to do the trick. We should make disimbaguation pages now to pave the way for recurring aliens and items that may make an appearance in any potential future installments. Just a thought!--[[User:SuicidalSectoid|SuicidalSectoid]] 21:26, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Another option that I&#039;ve been thinking over is asking Pete if he could set up a separate Wiki for the modern title(s) and keep this one for the classic titles. It would keep things tidy, and there&#039;s actually little crossover or common material between the new and old apart for historical and ancestry referential purposes. [[User:NKF|NKF]] 21:46, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Personally I think all games of the series, old or new, should be all united in a single wiki. It helps this one grow, instead of just running out of material. It also shows how the series began and progressed to become what it is today. It helps people who are new to the series find older games in the series far easier and learn all their quirks and strategies. Of course there is what I mentioned above to consider, if this series really has been revived, then more games in the series may emerge and the new wiki could end up being &amp;quot;untidy&amp;quot;.--[[User:SuicidalSectoid|SuicidalSectoid]] 10:54, 20 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Pretty Colours ==&lt;br /&gt;
&lt;br /&gt;
You know what&#039;d be cool? Different page themes depending on the game. Say for example, yellow for TFTD, red for Apocalypse, black / dark grey for XCOM, and so on. Or maybe even custom wallpaper for each title - nothing overly eye-catching, just an easy way to differentiate what you&#039;re looking at with a glance.&lt;br /&gt;
&lt;br /&gt;
We&#039;d need an extension to do it (I&#039;ve already got my eye on [http://www.mediawiki.org/wiki/Extension%3aPageCSS a simple looking one]), but before I bug Pete about it, what say ye all? The way I see it, we&#039;d need to make one template page per &amp;quot;theme&amp;quot; - but then we&#039;d need to edit just about every page on the wiki to implement them...&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 02:59, 18 January 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
: I wanted to do something similar many years ago when I started making the navbars so that when people went to a page, they&#039;d go &amp;quot;oh, this is EU or TFTD&amp;quot; just by the colours. Didn&#039;t get received very well if I remember correctly. But, with todays better versions of wiki software and scripts, why not? Go for it I say. -[[User:NKF|NKF]] 17:47, 18 January 2013 (EST)&lt;br /&gt;
: I think that&#039;s a wonderful idea, the issue is to pick a good color design that retains readability. [[User:Hobbes|Hobbes]] 18:30, 18 January 2013 (EST)&lt;br /&gt;
:Great Idea! I second what Hobbes is saying about readability. If you can&#039;t read what&#039;s on the page there&#039;s no point to new colours.--[[User:SuicidalSectoid|SuicidalSectoid]] 17:45, 25 March 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;So, yeah, I did bug Pete, and not long after he delivered: We&#039;ve had the plugin online a while now...&lt;br /&gt;
&lt;br /&gt;
Anyway, this afternoon I sat down and plugged some stuff into it. It works much like I hoped (though unfortunately it doesn&#039;t have much control over images - can&#039;t set them as background for eg). Adding the tag &#039;&#039;&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;&#039;&#039; to a page and saving it (or, perhaps for now, previewing it - though I&#039;ve applied it to THIS page for now) applies the effects within that template.&lt;br /&gt;
&lt;br /&gt;
That one&#039;s just an experiment, might be a little garish maybe (I basically grabbed colour codes out of screenshots from EU2012; I won&#039;t call myself an artist), and doesn&#039;t yet override every wiki element that needs to be handled - but I reckon it&#039;s a decent start.  :) &lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 03:47, 21 April 2013 (EDT)&lt;br /&gt;
:I like it. [[User:Leman Russ|Leman Russ]] 04:05, 21 April 2013 (EDT) &#039;&#039;Thanks! - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&#039;&#039;&lt;br /&gt;
:Nice, I like trying to replicate but the colors sure need some testing. One thing I&#039;m wondering: is it possible to use the font used in EU2012 (it seems to be Century Gothic)? Another suggestion I&#039;d make is to replace the XCOM logo on the top left with the new one. &lt;br /&gt;
:I&#039;ve applied the styling to the page I&#039;m currently working on: [[Class_Builds_(EU2012)]]. The main issue is the color of the links (dark blue isn&#039;t the best for contrast). Another thing needed would be to change the default colors used in the table templates to match the new style. [[User:Hobbes|Hobbes]] 04:36, 21 April 2013 (EDT)&lt;br /&gt;
::Apparently Century Gothic is not installed on most machines by default. It may be possible to load it on to the wiki somewhere and get viewers to download it as needed, but I really dunno. I&#039;m guessing &#039;MS PGothic&#039; is the best match that&#039;s widespread - I&#039;ve tweaked the template to use that if Century Gothic isn&#039;t available, or to fall back to the wiki default if neither are on the viewer&#039;s machine.&lt;br /&gt;
&lt;br /&gt;
::I did try switching the logo, but apparently the plugin doesn&#039;t allow it. Or the icon isn&#039;t accessible to CSS. Or I didn&#039;t know which element to tweak. What I&#039;ve read specifically states I shouldn&#039;t be able to use the required &amp;quot;background-image&amp;quot; tag, but that&#039;s exactly what I needed to do to change the toolbar at the top of the page...&lt;br /&gt;
&lt;br /&gt;
::I HAVE overridden the main &#039;wikitable&#039; template, and there should be no blue links visible (except for ones leading off-site, I forgot about those)... In fact I&#039;d go as far as to say the table looks great on that Class Builds page in particular (where the text matches the icons) - are you seeing what I&#039;m seeing? [http://img.photobucket.com/albums/v213/BombBloke/StyleTest01_01_zps93e4e66e.jpg A screenshot may be in order]? I&#039;m a little worried about browser compatibility in regards to my CSS overriding that which is already in the wiki site files.&lt;br /&gt;
&lt;br /&gt;
::Depending on how I go for time I may deal with image thumbnails, the category bar, table of contents etc tonight.&lt;br /&gt;
&lt;br /&gt;
::Please feel free to experiment if you feel so inclined! Either make a new &#039;&#039;StyleTestXX&#039;&#039; page and copy/paste my starter version in, or go right ahead and modify mine! If you lack any tools on your system for colour code generation, [http://www.2createawebsite.com/build/hex-colors.html here&#039;s an online one].&lt;br /&gt;
&lt;br /&gt;
::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&lt;br /&gt;
:::On my laptop I see it like this, I think it&#039;s the same and it seems to be using Century Gothic: [[:File:style1.png|style1.png]] - [[User:Hobbes|Hobbes]]&lt;br /&gt;
&lt;br /&gt;
::::Ah yes, that was a match of colours, though you&#039;re definitely using a different font (it&#039;s installed by Office, see).&lt;br /&gt;
&lt;br /&gt;
::::Still not sure what you&#039;re meaning about the tables, but I&#039;ve switched monitors and see what you&#039;re saying about the links. I think maybe yellowy? Dunno.&lt;br /&gt;
&lt;br /&gt;
::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:50, 21 April 2013 (EDT)&lt;br /&gt;
:::::Yellow links look better than the previous ones. What I meant about the tables is that on the Class Builds the background color of each table is table while the page background is dark grey. I got Century Gothic installed (it&#039;s a free font IIRC), is it the one being used? [[User:Hobbes|Hobbes]] 11:20, 21 April 2013 (EDT)&lt;br /&gt;
::::::Er...&lt;br /&gt;
&lt;br /&gt;
::::::The cells should have a black background, the header cells should be grey. This is what I intended, though if you&#039;re expecting something different (or have a different suggestion) I&#039;m more then happy to try other styles.&lt;br /&gt;
&lt;br /&gt;
::::::I&#039;d say you&#039;re indeed using Century Gothic. If you check the &amp;quot;font-family&amp;quot; line in the template, the web browser reads it from left to right, and uses the first font specified that exists on the computer (so if it can&#039;t find one, it falls back to the next, and so on). Hence if you start removing fonts from the front of the list and previewing the page you can compare each one. - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:11, 21 April 2013 (EDT)&lt;br /&gt;
:::::::There were a couple of white backgrounds on table but those seen to have disappeared. Century Gothic still looks the better (and it seems to be free) since it is the one (or really close) used in Enemy Unknown 2012. [[User:Hobbes|Hobbes]] 20:43, 21 April 2013 (EDT)&lt;br /&gt;
::::::::Best I can make out it should be possible to use an uploaded font no worries, though I&#039;d need to bug Pete to actually get it on to the server.&lt;br /&gt;
&lt;br /&gt;
::::::::In the meantime, bold tildes are pretty much rendered blobs under PGothic (&#039;&#039;&#039;~&#039;&#039;&#039;). They looking ok to you? - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:04, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::This is what I see using it as a font [[:File:PSGothic.png]] [[User:Hobbes|Hobbes]] 17:37, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::I&#039;m trying the new Style in a few pages and it is looking great. What I&#039;m starting to wonder is what will happen to the other pages (non-EU2012). With UFO, TFTD and Apoc it should be possible to replicate it (although I have quite a few doubts about TFTD&#039;s colors...). But what about the other pages not directly related to a game? [[User:Hobbes|Hobbes]] 17:55, 22 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::::::We can currently only skin pages we manually add the template link to. That means that certain pages (like recent changes or page history) &#039;&#039;can&#039;t&#039;&#039; be skinned, not unless the skin files are changed on the server side... Which&#039;d be a lot harder then skinning through these templates is (lots of files to modify with no simple way of previewing the changes, unless someone sets up their own wiki to play with on a home computer).&lt;br /&gt;
&lt;br /&gt;
::::::::::In short, for now we may just have to leave &#039;em. While it might currently seem a bit jarring with just a black skin and a white skin, I think it won&#039;t seem so bad once there&#039;s a few others floating around the place.&lt;br /&gt;
&lt;br /&gt;
::::::::::In particular I was thinking of leaving talk pages unskinned regardless of what game they belong to (if only because most articles don&#039;t HAVE a talk page). - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:05, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::::Please tell me you&#039;re not sticking to the green background when showing a page&#039;s changes... ;) [[User:Hobbes|Hobbes]] 14:01, 23 April 2013 (EDT)&lt;br /&gt;
::::::::::::Can&#039;t think of anything better for it myself. :|&lt;br /&gt;
&lt;br /&gt;
::::::::::::You do mean the green background that goes against added lines, yes? The bit of code to tweak goes along the lines of:&lt;br /&gt;
&lt;br /&gt;
:::::::::::: td.diff-addedline {&lt;br /&gt;
::::::::::::  background: #559E06;&lt;br /&gt;
:::::::::::: }&lt;br /&gt;
&lt;br /&gt;
::::::::::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
Indent resetinator activated! I certainly hope this is a work in progress. It&#039;s very hard to read on my smartphone browser, and even on my laptop it&#039;s a real squint-fest. I&#039;d probably recommend a slightly lighter dark background rather than having extreme darks or lights. &lt;br /&gt;
&lt;br /&gt;
But that aside, we could ask Pete to implement a few snazzy skins that you can access from the appearance tab under your preferences screen. The skin will then apply to all the wiki pages with no specific skins assigned to them. Mind you, this change will only affect the individual accounts. [[User:NKF|NKF]] 02:36, 24 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Yep, if I considered it done it&#039;d have a rather more official looking name and I&#039;d be slapping it onto pages left right and center.  ;) &lt;br /&gt;
&lt;br /&gt;
:I will say I can&#039;t see much room for improvement myself - I&#039;m no graphic design artist. I&#039;m more then happy to implement any mock-ups people show me if they&#039;re not interested in tweaking the colours themselves, though.&lt;br /&gt;
&lt;br /&gt;
:- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
::Well, no one else suggested improvements, so I&#039;m wondering if we should start using the new style on the EU2012 pages. [[User:Hobbes|Hobbes]] 10:52, 26 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: I disagree with the use of individual styles over-riding the default one at special pages, it makes the wiki inconsistent and messy. &amp;lt;br/&amp;gt;If you are to add a new style to site, do it RIGHT and add it as a skin in the user preferences. --[[User:Kokkan|Kokkan]] 07:34, 6 September 2013 (EDT)&lt;br /&gt;
:::: I agree since I made a test the other day of the proposed EU2012 style and I wasn&#039;t satisfied with the results regarding readability - the colors make it too tiring to read. I have no idea of how to add skins though [[User:Hobbes|Hobbes]] 17:10, 6 September 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==The Bureau==&lt;br /&gt;
We better start thinking of adding a section for the game since it will be released next month. [[User:Hobbes|Hobbes]] 08:30, 17 July 2013 (EDT)&lt;br /&gt;
: And we have the starting page and table for the [[The Bureau: XCOM Declassified|The Bureau]] online, although it is completely bare for the moment. [[User:Hobbes|Hobbes]] 22:30, 22 July 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==UFO: Alien Invasion==&lt;br /&gt;
I am one of the developers of [http://ufoai.org UFO: Alien Invasion], an open-source game inspired by X-Com. Ufopaedia.org taught me how to not suck at the original X-Com years ago and I&#039;ve always been grateful. I wondered if the maintainers of ufopaedia.org would be interested in adding support for our game. While we have our own development wiki where we could host strategy advice, I think there are several benefits to having a third-party strategy guide. Of course, the fact that our game undergoes rolling development will lead to extra maintenance work. But I think this could be limited by only providing data on the latest stable version (released once every year or two). I am willing to undertake the work to prepare the initial content for our upcoming stable release 2.5. --[[User:H-Hour|H-Hour]] 09:55, 26 August 2013 (EDT)&lt;br /&gt;
:Hi there. I&#039;m one of the administrators and although I can&#039;t speak for the other admins or the site owner (Pete), I think that it would make sense to add UFO:AI to the Featured Projects section. I&#039;ll ask them if there&#039;s any objection on the UFOPaedia&#039;s [http://www.strategycore.co.uk/forums/UFOPaediaorg-f96.html| forum] at Strategycore and if they&#039;re good about it, I&#039;ll add the link to the wiki sidebar. Should the initial page be named [[UFO:AI]] or do you prefer something else? Also, the game needs a wiki suffix, to be used in the guide&#039;s individual pages name and for their category tags, as an example all XCOM: Enemy Unknown pages use &amp;lt;nowiki&amp;gt;(EU2012)&amp;lt;/nowiki&amp;gt;. [[User:Hobbes|Hobbes]] 10:25, 26 August 2013 (EDT)&lt;br /&gt;
::That&#039;s great, Hobbes. UFO:AI is fine for both the main page name and as a page suffix. If you think it is better given our rolling development, we can include the version for clarity (UFOAI2.5). --[[User:H-Hour|H-Hour]] 10:44, 26 August 2013 (EDT)&lt;br /&gt;
:::Better to keep version out otherwise it might be confusing. I&#039;m just going to wait a day or two to give the other admins time to read it. [[User:Hobbes|Hobbes]] 11:47, 26 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve just added UFO:AI to the Wiki Sidebar. Happy editing :) [[User:Hobbes|Hobbes]] 05:33, 28 August 2013 (EDT)&lt;br /&gt;
::Thanks Hobbes! I&#039;ll get to it soon. --[[User:H-Hour|H-Hour]] 11:08, 28 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve put up the initial table. Please let me know if there is anything that should be changed regarding the format or structure to ensure it complies with ufopaedia standards. --[[User:H-Hour|H-Hour]] 10:41, 29 August 2013 (EDT)&lt;br /&gt;
::We don&#039;t really have any standard for those tables, just use what you feel is more comfortable/logic :) [[User:Hobbes|Hobbes]] 11:25, 29 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
Over on wikia ot is possible to put sub-pages into tabs so that when u click on one it has different info than the other. If we had them on here then we could split the main page into 2 different tabs with old X-COM on one and new XCOM on the other while leaving the news where it is and the spin off/based off titles below it.&lt;br /&gt;
&lt;br /&gt;
Just an idea--[[User:Ditto51|Ditto51]] 04:08, 25 November 2013 (EST)&lt;br /&gt;
:Just checked to see how subpages work on Wikimedia but by default they&#039;re limited to the user and talk pages. Might be interesting to implement for specific game items that are changed between EU and EW (Chitin Plating, etc.). I&#039;m still waiting for Pete to fix the login process though since we need to get rid of the spammers before anything else. [[User:Hobbes|Hobbes]] 06:56, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:: I&#039;ve been spending some time browsing the Minecraft wiki recently, and a couple of convenient extensions like expanding/collapsing content would be nice to have here as well. It would handy for the EW content as per the discussion elsewhere. It would be worth forming a list of the extensions we could use (and a link to said extension on www.mediawiki.org if possible). Once the signup issue is sorted we could suggest them to Pete. -[[User:NKF|NKF]] 07:06, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::The info about the subpage is here [http://www.mediawiki.org/wiki/Help:Subpages]. The other extension we were discussing before was spoilers [http://www.mediawiki.org/wiki/Extension:Spoilers]. We might as well ask this already for Pete so that he can set time for it. [[User:Hobbes|Hobbes]] 07:33, 25 November 2013 (EST)&lt;br /&gt;
::::Spoilers is now installed. Subpages are an interesting idea - essentially categorising the content better as you would on a normal website (if you were thinking of going /terror from the deep/aliens or something like that?). Since MediaWiki handles moved pages pretty sensibly (moves the page and its Talk page to the new location and points the old URL to the new page) there shouldn&#039;t be an issue with this. I would say that it&#039;s more of a library format then and it needs a few librarians to be in charge of the categorisation, but you guys seem to be doing a grand job of that anyway :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Found the tabs I was talking about [https://www.mediawiki.org/wiki/Tabber tabber] --[[User:Ditto51|Ditto51]] 08:37, 25 November 2013 (EST)&lt;br /&gt;
::::Tabber is now installed --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::I can&#039;t get this to work, even when I use the example coding on the mediawiki page.--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 18:01, 29 December 2013 (EST)&lt;br /&gt;
::::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
&lt;br /&gt;
:::[http://www.mediawiki.org/wiki/Multiple_upload Multiple Upload], to make it easier to upload images multiple images.--[[User:Ditto51|Ditto51]] 10:48, 1 December 2013 (EST)&lt;br /&gt;
::::The author doesn&#039;t seem to be maintaining this which is a worry, plus the discussion page for it mentions security issues so I&#039;m not going to bother with this one --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::Installed an extension called MsUpload instead - you can see a bar at the top of the editor where you can drop files, or click the up arrow on the toolbar. This adds files to the queue and you can click on the name to rename them before uploading them. It then provides links to insert them --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 09:41, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Seems like only MsUpload is installed based on [[Special:Version]]; doesn&#039;t seem to show any other mentioned extensions?--[[User:DracoGriffin|DracoGriffin]] ([[User talk:DracoGriffin|talk]]) 19:47, 29 December 2013 (EST)&lt;br /&gt;
::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Wiki Software Upgrade ==&lt;br /&gt;
The Wiki software has now been upgraded to version 1.22 (was 1.16) so a few things have changed cosmetically and functionally. Whilst I&#039;ve tested things myself and they seem alright, you guys might spot some things I won&#039;t, so please let me know here if there are any issues. Now we&#039;re up to date, I can look at the extensions requested above :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 07:24, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
Pete has asked in a [http://www.strategycore.co.uk/forums/topic/10805-wiki-software-key-features/ thread] on the Strategycore.co.uk forums for suggestions of new features to add during the wiki software upgrade. Please go there for the discussion or post here what features you think relevant for the UFOPaedia upgrade. [[User:Hobbes|Hobbes]] 08:42, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:That wasn&#039;t &#039;&#039;exactly&#039;&#039; what I was asking there - it was more &amp;quot;if there were an ideal WIKI software what would its main features be?&amp;quot;. Though I suppose if there are other features that are required (aside from the obvious &amp;quot;better spam filtering&amp;quot;) then I could see what&#039;s available after I&#039;ve upgraded. Just so you all know, I&#039;ve pencilled in 10am GMT tomorrow (see link for current time: http://wwp.greenwichmeantime.co.uk/time-zone/europe/uk/time/ ) to move UFOPaedia to the same server that StrategyCore now sits on. The move gives us more power to run the software and expand it and sees the end of recent server instability. I&#039;ll put up a message at the top of the site in a few minutes, but just so you all know what&#039;s going on and that there will be downtime for a few hours. Once you see the message disappear from the top of the screen, you&#039;ll be looking at the new server and can post again. Apologies for the short notice, but whilst it&#039;s quiet and I have time, I really need to do the move and get things more stable before attempting the upgrade. --[[User:Pete|Pete]] 14:39, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Most embedded images no longer display properly with the update, barring for a brief period during page load, only to disappear after page fully loads.  Tested in two browsers. [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 16:48, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Can you give me a few examples of pages where this happens? I know I caused a weird issue for a while earlier on if you had www. at the start of the web address, so make sure you don&#039;t have that in your address bar, but aside from that I can&#039;t think of anything that would cause that without seeing a page where it&#039;s happening. If you can link a page AND describe which images disappear on it I can investigate further. --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 17:54, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Seems to be working fine now, thanks for the response! [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 19:50, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Watchlist E-Mails ==&lt;br /&gt;
&lt;br /&gt;
When I recieve E-Mails about edits on the EU2012 pages, it always take me to a new page because the bracket at the end is no included in the link for some reason&lt;br /&gt;
Eg. An E-Mail about Second Wave (EU2012) takes be to Second Wave (EU2012&lt;br /&gt;
&lt;br /&gt;
--[[User:Ditto51|Ditto51]] 03:45, 28 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Simpler Main Page ==&lt;br /&gt;
&lt;br /&gt;
[[File:Cleaner Homepage Idea.png|200px|thumb|left]] I know this is going to generate all sorts of responses - there are some people here being quite negative about the new games (the old ones aren&#039;t coming back, nor have they gone away though!) and since UFO and TFTD seem to get the most love of all of the original series of games this idea might not go down too well, but what do you think?&lt;br /&gt;
&lt;br /&gt;
It is just an idea after all, but my train of thought was that (not intending to offend) the homepage is too busy. The links next to the intro text are a bit small, and then the game &amp;quot;contents&amp;quot; links are just way too far down the page for people to bother with so I thought perhaps something a bit more visible might be good, then lose EVERYTHING below the news. To my mind, the homepage should have your introduction, obvious links to the content people are searching for and then news - that&#039;s it. The contents further down the page are merely replicating what you get when you click on the game links anyway.&lt;br /&gt;
&lt;br /&gt;
I have introduced an issue using the 1994 UK box cover at the beginning there, so might be best having it alternate between the two or be half and half somehow, but I suspect that&#039;s the least of the comments I&#039;m going to get.&lt;br /&gt;
&lt;br /&gt;
So why would I want to promote the other minor games? Well... they&#039;re incomplete. Obviously this is because people aren&#039;t contributing content, but I&#039;m not sure it helps that the Games list on the left doesn&#039;t list them (I know &#039;&#039;why&#039;&#039; it doesn&#039;t, just pointing out that that will cause people to miss them).&lt;br /&gt;
&lt;br /&gt;
Another thought I had was a simple graphic - half and half - for old and new and go to a page listing the old and new games, but can&#039;t think of a sensible graphic for that.&lt;br /&gt;
&lt;br /&gt;
[[File:Analytics Content.gif|200px|thumb|left]]Something interesting to note is that since I fixed the tracking code for Google Analytics, it shows just how popular the new games are on this website.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Once upon a time I had been toying with the idea of changing the main page into a very simple page with almost no content, but instead set it up as a launchpad to the various &#039;main pages&#039; for the different games by way of the box covers as you have done.  That never eventuated - partly forgotten as with many ambitious ideas on the wiki in favour of other more exciting things in the recent updates, and a major change like that would&#039;ve been too much of a culture shock. But with all he new fangled extensions and other things the new software can do, perhaps a move back in that direction isn&#039;t a bad idea. It would be nice change to the traditional game intro screen at the top of the page. -[[User:NKF|NKF]] ([[User talk:NKF|talk]]) 08:07, 30 December 2013 (EST)&lt;br /&gt;
:Pete, I completely agree with your idea of dropping everything below the News since it&#039;s easier to simply use the left links and I doubt a lot of people bother to scroll down so much.&lt;br /&gt;
:Regarding the old vs. new games, one of the most telling graphs from Google Analytics is this one:&lt;br /&gt;
[[File:EU stats.png]]&lt;br /&gt;
&lt;br /&gt;
The first increase in daily visits on January 2012 is when XCOM: Enemy Unknown was announced, the massive spike in November 2012 is when it was released. But what&#039;s even more interesting is that for the same period, the Apocalypse page was the 2nd most visited, UFO Defense the 3th and TFTD the 7th. There&#039;s no info for Enemy Unknown 2012 though (there must have been a problem with Analytics since it only started recording visits to the EU2012 pages last month - this might also explain why the visits decreased from November 2012 onwards since visits to the EU2012 were not recorded by Analytics). To me this means that the old games are still live and kicking but also that the new game brought again a big interest on the series. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:23, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
[[File:Homepage 2.jpeg|200px|thumb|left|]] [[File:UFOPaedia-Homepage-3.jpg|200px|thumb|left|]]I&#039;ve been toying with some alternative graphics that are better than my original idea. There&#039;s a colour version, but it&#039;s a bit &amp;quot;full-on&amp;quot; on a predominantly black and white page, and a greyscale version that might work better. My thinking is that if they are both set to something like 49% width with the latter having 2% left padding, they will scale with the different screen sizes people will view it at. That sort of thing works a lot better in browsers nowadays. Any good? If they&#039;re both still a bit bold I could wash out the backgrounds a bit more (that or change the colour of UFOPaedia :D )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Grey Scale looks better, but it looks like you forgot [[The Bureau: XCOM Declassified|The Bureau Case]] on the Reboot series image--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 08:44, 1 January 2014 (EST)&lt;br /&gt;
::I agree with Ditto51, Grey Scale looks better. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 11:52, 4 January 2014 (EST)&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
==Long War at Featured Projects==&lt;br /&gt;
I&#039;ve been having a discussion at the Nexusmods forums regarding the possibility of having a subwiki hosted at the UFOPaedia for the Enemy Unknown (2012)&#039;s Long War mod. This is a mod that has been in development for the past two years and has been highly praised by gaming magazines and EU&#039;s developers and the [http://www.nexusmods.com/xcom/mods/88/? beta] for Long War 3 (compatible with Enemy Within) has just been released. Any comments? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 20:15, 26 May 2014 (EDT)&lt;br /&gt;
:Hm, I&#039;d certianly say it&#039;s a noteworthy mod (though it may be more due to the fact that, in this day and age, information simply travels faster and with greater acessability/ease, than say, the mods for the &#039;94 game, but that&#039;s a different lecture), so I&#039;d say yes, a sub-wiki under XCOM:EU/EW, not as sure as to has a separate sidebar/front page space (besides in the news section, and &amp;quot;yes we have no bannanas&amp;quot; perma-link)(if you understand a thing of what the hell I just said/usually say) like the offical releases (ie; like how EW isn&#039;t in the sidebar, just vanilla EU). Also, I don&#039;t even see a mod/hack page on the xcom.wikia, so that&#039;d be another thing we&#039;d have over them, heh heh~ --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 07:35, 27 May 2014 (EDT)&lt;br /&gt;
::Well I&#039;ve just tried it the first time and downloading the latest beta. I had participated in a few discussions at Nexusmods regarding new features but I had never bothered playing (just another mod and it required a lot of user steps to install) since I had my hands more than full with EU/EW. All I can say is that this is as big as the Enemy Within DLC regarding new features and reworking of the existing ones, turning it into a different game and installation is much easier than before. &lt;br /&gt;
::So I&#039;d definitely add this to the Featured Projects since it&#039;s as big as UFO2000 and OpenXcom and it is more comparable to them rather than EW. The reason why EW is not on the sidebar is because it would require its own separate table and either a lot of duplication of already existing pages or it would be a rather small table. Long War on the other hand reworks the Strategic Layer (air interceptions, panic system, AI), soldier classes/abilities, equipment, Research tree, and several aspects of combat so it will require specific pages to detail all those changes. &lt;br /&gt;
::To finish, I&#039;d use the same rules for Long War as OpenXcom/UFO200: keep its pages completely separate from the EU2012 ones by using a (Long War) category and suffix; no links on EU/EW pages to Long War pages (to separate official games from fandom), and finally create a specific table for Long War, based on the current EU2012 table format. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 09:19, 27 May 2014 (EDT)&lt;br /&gt;
==Wiki Etiquette and Word Choice==&lt;br /&gt;
You should probably change &amp;quot;COULD OF&amp;quot; to &amp;quot;COULD HAVE&amp;quot;. Particularly since it&#039;s in bold. Unless you want everyone to notice your awful grasp of the language, of course. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 02:34, 19 September 2014 (EDT)&lt;br /&gt;
:Keep in mind that for several users English might not be their first language (myself included). Or that &#039;awful&#039; can be understood to be as insulting as &#039;autistic&#039; ;) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:35, 19 September 2014 (EDT)&lt;br /&gt;
::Spanish is my first language. Feel free to edit my Bureau entries, &#039;Shroom.... Which is pretty much &amp;quot;all entries for The Bureau.&amp;quot; Have fun! --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 17:27, 19 September 2014 (EDT)&lt;br /&gt;
:Hobbes: I have an awful grasp of French (significantly more awful, at that). Also, the reason I reacted to Connor wasn&#039;t that he&#039;d insulted Xuncu, but that he did so using a slur that implicitly insulted others (including me). Compare, for instance, the reason people get angry if someone calls a miser a Jew; they&#039;re not angry because of the insult to the miser, but because of the insult to all Jews by equating them with misers. My autistic obsession with X-Com has produced useful pages on this wiki; Connor&#039;s slur denied that and implicitly told me to GTFO. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 18:42, 19 September 2014 (EDT)&lt;br /&gt;
::You have a right to feel insulted whenever someone says something that offends you, but the way you communicate it to the offender is your decision. I find it easier not to take these situations too personally because ignorance is far more common than malice :) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 18:57, 19 September 2014 (EDT)&lt;br /&gt;
:The two blend together in the context of hate speech; while specific malice toward the group in question is not necessarily required, a generally xenophobic mindset and a willingness to stereotype with callous disregard for accuracy &#039;&#039;&#039;is&#039;&#039;&#039; present in basically all cases. Hate speech &amp;quot;by mistake&amp;quot; (ie, using slurs without intending to) is extremely rare and easily distinguishable from the intentional sort. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 21:17, 19 September 2014 (EDT)&lt;br /&gt;
::Wikis have one [http://www.example.com principle] (amongst others) to work: &#039;&#039;&#039;assume good faith on the part of its users&#039;&#039;&#039;. I&#039;ve been [[Talk:Impossible_Difficulty_(EU2012)|called]] here &#039;pedantic&#039; due to my obsession with detail and personally the term has a negative connotation to me but I chose to assume good faith and accept the feedback. Otherwise, if we take slight on every badly chosen word, then this really hurts collaboration, which is what wikis are all about. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:50, 20 September 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
==XCOM2==&lt;br /&gt;
Off to the madness we head out again. :)&lt;br /&gt;
First issue is what suffix to add to page names to help classify and identify their content: (TFTD) for Terror From the Deep, (EU2012) for Enemy Unknown, etc. Any suggestions? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 22:34, 2 June 2015 (EDT)&lt;br /&gt;
:Like we&#039;ve been doing up to this point. EU, TFTD, Apoc, Int?, EU2012 and now I assume XCOM2. If the name changes in the future, we&#039;ll have to adjust the suffix accordingly. Which reminds me, I wonder why we use EU2012 suffix instead of just XCOM?--[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 23:49, 2 June 2015 (EDT)&lt;br /&gt;
:: EU2012 is a bit clumsy, but it helps disambiguate it from the original game. XCOM for the reboot would probably have been too generic (a bit like Gunship!). On the other hand XCOM2 should work as a temporary suffix for the new game. Or ADVENT perhaps? [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 02:00, 3 June 2015 (EDT)&lt;br /&gt;
::: IIRC the discussion, the EU2012 suffix came from with distinguishing the original EU from the remake, while avoiding using of XCOM as a suffix (too generic). I&#039;ve avoided using XCOM2 for this reason although there aren&#039;t other options at the moment. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 07:43, 3 June 2015 (EDT)&lt;br /&gt;
::::Hmmm, well I have no trouble telling the original apart from the reboot because the original had the dash (e.g. X-COM). Granted, the dash wasn&#039;t there right from the start, but it did become the de facto standard by TFTD and remained that way in one form or another (the middot: X&amp;amp;middot;COM was used for the logo a lot too). Likewise, I&#039;ll have no trouble differentiating between TFTD and XCOM2. Have no idea why others would get hung up on this, but whatever. --[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 00:04, 4 June 2015 (EDT)&lt;br /&gt;
:::::Solomon has confirmed that the name is simply &#039;XCOM 2&#039;, without any subtitles so this solves the issue since there are no other alternatives. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 06:59, 4 June 2015 (EDT)&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
What software license does this wiki use? Is it a Creative Commons license like Wikia, StrategyWiki or GamePedia? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:07, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: As I understand it, we&#039;re running on Mediawiki which is open source. So it falls under the GNU General Public License. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 06:43, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You both are referring to two different things. [https://creativecommons.org/about/program-areas/technology/technology-resources/software/ Creative commons isn&#039;t a software license]. It&#039;s for text and other creative works. GNU GPL is indeed the software license, but it doesn&#039;t apply to the text contributed into this wiki.&lt;br /&gt;
:: It&#039;s a really good question though. According to [[UFOpaedia:Copyrights]] and [[UFOpaedia:About]], text contributed here is copyright the respective author, and here authors implicitly agree when they save their changes to allow other contributors to edit/remove their work. So in practice it&#039;s similar to a creative commons license, but legally it isn&#039;t the same.&lt;br /&gt;
:: A big question is can we copy/edit content legally from the other wikis? In the case of xcom.wikia which is CC-BY-SA (it&#039;s noted in the footer), we should be able to as long as it&#039;s explicitly attributed to the author and explicitly tagged [https://creativecommons.org/licenses/by-sa/3.0/ CC-BY-SA]. [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
: A bit late to reply as I missed the response in the deluge of recent activity. I wasn&#039;t entirely clear what you were asking in the original question and was unsure if you were referring to the Wiki software itself or the content. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)  &lt;br /&gt;
:::Note that you need to give credit to *all* authors. If you&#039;re copying something that you know has only been written by one person then fine, but if it&#039;s a paragraph of a wiki article it could have been edited by many. The easiest way to give attribution is to link to the source wiki page, in which the page history gives attribution and you&#039;re covered. Rewriting the information in your own words is better though. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
::::Rewriting is usually the best option, although not the easy one [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
:: My concern is people are going to assume this wiki works like most every other wiki (including wikipedia), but legally it doesn&#039;t. I think it&#039;d be good to move to CC-BY-SA, but that&#039;s a high level decision and I wouldn&#039;t know who to talk to.&lt;br /&gt;
:: [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
:::Changing the license would be incredibly difficult, since you&#039;d need agreement from all the copyright holders, which is basically everyone who&#039;s ever contributed. Might be changeable on a per-page basis maybe. The only major problem I see with the current situation is that content can&#039;t be copied from this wiki to elsewhere because that&#039;s not a right that&#039;s granted by anything. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
:::There was a discussion of moving the UFOPaedia to CC-BY-SA, but coincidentally at the same time we had an incident where content from one of our pages was copy/pasted on another site without any attribution. This at the time dropped the issue but it&#039;s something worth discussing again. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
::The wiki&#039;s license really ought to be CC-SA or CC-BY-SA. The latter protects against copy-paste without attribution (technically; unless you have a legal fund, this is all theorycrafting, more-or-less). I should also point-out that the current statement of copyright is wrong too. There is material that belongs to Firaxis and Pavonis on the wiki, specifically images, as a lot of the writing is &#039;&#039;about&#039;&#039; the game, not directly from the game, and that puts it in the same waters as any Wikipedia article, for example. The images all belong to Firaxis/Pavonis/whoever-else, but they fall under fair-use (as long as their existence on the wiki is for the purpose of documentation, not redistribution). Again, theorycrafting because in reality, it&#039;s extremely unlikely that Firaxis or Pavonis would go after any of the wikis about their games; it&#039;s a lose-lose for them for obvious reasons. (Improving license clarity on all images would be very useful, and is something I could work on gladly, but I don&#039;t want to start building new templates and working through them without access to the site CSS for the same reason I don&#039;t want to deal with other templates; I don&#039;t have the time, and it has become a contingent factor for me because most of my edits have been dealing with styles.)&lt;br /&gt;
::I should also point-out there&#039;s a serious amount of liability for the wiki with saying that whatever gets put on here is copyright of the editors. I&#039;ll use my own recent work as an example. Under the current rules, I haven&#039;t forfeited copyright on any of the templates I&#039;ve done, the info I&#039;ve added, and most importantly the images I&#039;ve put-up. Most of the images are from the game, but any additions like categorization are my work. The base templates are definitely my work, and the skill icons are sketchy since I had to edit them but they aren&#039;t derivative work. Under the current licensing rules, I could technically revert all of my edits, remove all the templates I&#039;ve made, and leave the LW2 wiki in a broken state.&lt;br /&gt;
::As I said, huge liability. &#039;&#039;Any&#039;&#039; user could come back and do this if they wanted to as long as they only did it with their edits. And since MediaWiki logs everything, it&#039;s not hard to write a script to revert every edit one has made. And it would all be perfectly within the wiki&#039;s own rules. This is why wikis that are open for editing by the general public don&#039;t let users maintain their copyright to their edits.&lt;br /&gt;
::To switch, I don&#039;t know what options you have. A &amp;quot;clean break&amp;quot; to an entirely new wiki might be the easiest. You&#039;d have to reconstruct everything (so that you technically don&#039;t copy but instead create new work that happens to be similar to this wiki; as a side-note, if I built a new skin and restyled the wiki, that&#039;d quite clearly count toward it being a derivative work), but as was pointed-out to me by someone recently, most of what is on this wiki falls under factual information. You can&#039;t copyright facts, like how game mechanics work, settings in the game, descriptions of characters (though that&#039;s a little fuzzy for characters with actual stories like Tygan or Shen), etc. The most important thing is that as a new wiki, users would have to re-register and you could change the user agreement to have users&#039; rights to work be transferred to the wiki and then released as CC-BY-SA. (In fact I have someone bugging me to do just this, because of the difficulties in reaching the site admin, whom I still haven&#039;t been able to contact. I can&#039;t even email him since my account email isn&#039;t verified and the email verification is, ironically, broken too.)&lt;br /&gt;
::Or you could just change it. Send a mass email if you feel nice. As I said, this is mostly all theorycrafting. If we&#039;re going to talk about reality instead, then the reality is that the copyright of any work on the wiki quickly becomes insanely difficult to discern, because people will make edits to it. It&#039;s unusual for one person to hold the copyright to a page (which is why I brought my own templates up as they are a worst-case example since I&#039;ve clearly done the vast majority of work on them) or any part of its contents because of the constant editing. If someone wanted to come back and claim copyright, they&#039;d have to file a lawsuit, which would be insane since there would be almost nothing to be gained and it&#039;s not cheap to do so.&lt;br /&gt;
::Keeping the license agreement as it is is untenable though, for all the reasons above. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:42, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just thought I&#039;d throw in my 2c. I&#039;ve only skimmed the discussion, but I assume it&#039;s the copyright blurb on the [[UFOpaedia:About]] page that&#039;s at the core of the issue. &lt;br /&gt;
&lt;br /&gt;
In all honesty I strongly and truly believe that the copyright guff (highly technical term) that Gazchap put up on this page during this Wiki&#039;s infant years was more a case of simply wanting to get something up and running quickly with a very generic copyright statement. Then have it updated as and when necessary. Of course, with the monolithic nature of a wiki, we never really got round to it until it was very briefly visited in the case that Hobbes mentioned.  &lt;br /&gt;
&lt;br /&gt;
While I don&#039;t mean to speak for all of our past and present users, I suspect the issue of the license is for most of us something that&#039;s the farthest thing from our mind when we come to peruse the wiki. We&#039;re not policy makers - we&#039;re just fans that enjoy the games and are happy enough to put our own time and effort into writing about and chronicling information about the games. &lt;br /&gt;
&lt;br /&gt;
I&#039;m only one voice, but I&#039;m more than happy if we bring the wiki in line with the others and go with a form of creative commons license as with the better known Wikis. Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information. The main thing I assumed we&#039;ve always operated on was a sense of common courtesy to cite the source of borrowed material, and to expect the same of others who wish to use any of our content verbatim. &lt;br /&gt;
&lt;br /&gt;
Oh and Tvol, this is apropos of nothing much, but Firaxis did give this wiki a subtle wink with a small detail on the EU2012 Skyranger. Until the cease and desist letters come in, I think we&#039;re in the clear! For now. I think. Fingers crossed. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)&lt;br /&gt;
:Well to be clear, I don&#039;t actually think Firaxis would ever go after a wiki. As I said, it&#039;s a lose-lose situation; no game developer has ever gained anything other than bad press and a sour taste in the mouths of their fans by going after the very fans who support them on a legal technicality. :P&lt;br /&gt;
:&#039;&#039;&amp;quot;Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information.&amp;quot;&#039;&#039;&lt;br /&gt;
:Indeed this is the crux of the issue, I think. It&#039;s not likely but with things as they are, a malicious former contributor could wreak some havoc. The XCOM 2 modding community got a dose of this a while back with the extra ability icons mod being unceremoniously yoinked from the Workshop, leaving people with broken saves. Similar could happen here, which would be pretty awful for all involved. :( (Has Joshua seen this or weighed-in? I haven&#039;t been able to reach him on Skype; still waiting for a contact confirmation.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:38, 8 February 2017 (UTC)&lt;br /&gt;
:: Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism. Of course that won&#039;t last forever as life takes it course and folks move onto other things. I&#039;ll message the bigwigs and see if we get something in motion. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 09:38, 8 February 2017 (UTC)&lt;br /&gt;
:::&#039;&#039;Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism.&#039;&#039;&lt;br /&gt;
:::I don&#039;t think you&#039;re seeing my point. As editors still hold copyright on their work, removing it wouldn&#039;t be vandalism. They would just be removing their work from the wiki, which since they still hold copyright to it, they are totally within their rights to do. No one here would have any basis for complaint, let alone justification for blocking them. That&#039;s why I specifically brought-up templates. If someone writes a template and it gets used on the wiki, and then they remove it, that&#039;s allowed (even expected) by licensing rules, but it would leave the wiki broken with someone else having to rewrite what was removed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 09:55, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Fear not, with a couple of rudimentary templates under my belt, I do understand what you&#039;re getting at. I just have a cavalier light hearted approach to things - please ignore my poor attempt at humour. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 11:22, 8 February 2017 (UTC)&lt;br /&gt;
:Oh. That was humour. Seems I&#039;m not the only pedant around here... --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:52, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG images ==&lt;br /&gt;
&lt;br /&gt;
I have an SVG image of a keyboard with key bindings on it. However, the wiki software won&#039;t let me upload it. Can you enable SVG images please? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:09, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Long War 2 AWC Perks ==&lt;br /&gt;
&lt;br /&gt;
I noticed some missing perks in the LW2 AWC perk lists and was planning to update them, but I&#039;m unsure as to the significance of the yellow question mark symbol that&#039;s enabled for some of the Perks and not for others.&lt;br /&gt;
&lt;br /&gt;
Could someone clue me in so I don&#039;t make a mess of things? -- [[User:Dodger|Dodger]]&lt;br /&gt;
&lt;br /&gt;
:Those symbols are there to indicate that there is additional/supplementary info for the ability/perk. It emulates the interface in-game that is also indicated by the same icon and opens a window with said supplementary info inside. That info is kept on a subpage of each template. For example, {{tl|Aggression (LW2)}}&#039;s info is held at {{tl|Aggression (LW2)/Info}}. This is done mostly to keep the templates themselves clean as well as better deal with whitespace (since MediaWiki can be &#039;&#039;really&#039;&#039; finnicky sometimes about whitespace and will periodically bite one in the ass when making templates). [https://jsfiddle.net/Tvol/w9djepcv/ Here is a fiddle] demonstrating what I was hoping to have them look like (with input from [[User:Mavoc|Mavoc]]). Unfortunately, doing so requires access to the site&#039;s CSS, and I haven&#039;t been able to contact the admin yet. (Also you can sign your name with four tildes.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 06:02, 7 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I added all those perks and there data. Though there are a couple still missing info, see section talk for list.&lt;br /&gt;
&lt;br /&gt;
== Site CSS ==&lt;br /&gt;
&lt;br /&gt;
Since I haven&#039;t been able to reach the site&#039;s admin, I&#039;ve written [https://www.dropbox.com/s/qbboa8oqw8icc5l/CSSprop.pdf?dl=0 everything out in this PDF.] Hopefully even non-technical people will understand what I&#039;m getting at with it. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:20, 9 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got in touch with Joshua today so hopefully these changes will be coming along in the near future. (And I can get back to spamming the wiki with new templates. :p ) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:36, 10 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Template Design (with pretty pictures too!) ==&lt;br /&gt;
&lt;br /&gt;
After fumbling around a bit with the Ability template, I&#039;ve decided upon a general structure for future templates that are in similar domains. Please take a look at this diagram (which is probably a serious abuse of UML for which it wasn&#039;t intended but whatever; this PDF will be updated as I settle on the design for other templates): [https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams] (If it doesn&#039;t load right away just wait for Dropbox&#039;s silly PDF viewer to load.)&lt;br /&gt;
&lt;br /&gt;
And yes, before you say anything, I am playing really loosy-goosy with everything in the diagram. Templates don&#039;t have any type checking, nor do they enforce rules for access, nor do they have methods. This is just a rough sketch of how I think these paramters will be &#039;&#039;intended&#039;&#039; to be used. Templates are really wishy-washy about everything, and that&#039;s why the diagram is wishy-washy too. O.o&lt;br /&gt;
&lt;br /&gt;
One small note: The template names in the diagram are CamelCased, but I intend to name them with hyphens, so &amp;quot;AbilityInline&amp;quot; would be &amp;quot;Ability-inline&amp;quot; instead, it&#039;s just that UML doesn&#039;t allow that in class names, so bleh. MediaWiki is flexible on this point and that could be a space, but I want it to be obvious if an errant space is working its way into that bit of the template, as it could really muck things up.&lt;br /&gt;
&lt;br /&gt;
Supplementary Info:&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Advanced_templates#Variable_templates Variable Templates] (How the heck to dynamically choose which template to use.)&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Array#Summary_of_counts_for_template_limits Summary of counts for template limits]&lt;br /&gt;
&lt;br /&gt;
=== General Structure ===&lt;br /&gt;
&lt;br /&gt;
The point here is to separate the data from the implementation. So, we make a template that holds the data (like {{tl|Suppression (LW2)}} and its kin), and then have that template choose an implementation/displayStyle template to use whenever it&#039;s called. Ideally, the calls would look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Suppression (LW2)}}                      // inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=inline}}  // explicit inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=table}}   // table display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=infobox}} // infobox display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inline display will be default since that&#039;s where it&#039;s most advantageous to use as little space as possible (to make the source markup for content pages easier to read).&lt;br /&gt;
&lt;br /&gt;
Each display style template will have it&#039;s own defaults, which is actually really good news so there is no conflict of concerns (for table display, I can assume the user wants everything displayed by default, whereas for inline, it makes more sense to hide everything but the name by default).&lt;br /&gt;
&lt;br /&gt;
These templates should definitely be backwards portable to the XCOM 2 pages, and probably XCOM:EU and XCOM:EW as well.&lt;br /&gt;
&lt;br /&gt;
=== Parameter Changes for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; will be renamed and moved to &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt;. A new &amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; field will then refer to an icon specifically. &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; will be used for the infobox, as a demonstrative image, like an in-game screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;I&#039;m considering changing &amp;lt;code&amp;gt;b_info&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;b_infoIcon&amp;lt;/code&amp;gt; for clarity&#039;s sake.&amp;lt;/s&amp;gt; Actually not a good idea, since it enables both info display and the icon.&lt;br /&gt;
&lt;br /&gt;
=== New Parameters for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_displayStyle&amp;lt;/code&amp;gt; : The big one. This will be one of either &amp;quot;inline&amp;quot;, &amp;quot;table&amp;quot;, or &amp;quot;infobox&amp;quot;. This will determine which one of the &amp;quot;base&amp;quot; templates gets called to handle display of the ability&#039;s content/info. This will allow all the relevant data for each ability (and later on, every other in-game item or mechanic that can be well defined like equipment or armour) in &#039;&#039;&#039;one&#039;&#039;&#039; place, while still allowing flexibility in display styles. This structure is also extensible, meaning more templates can be added later as different displayStyle options with relative ease (provided we do our level best to get every important piece of info in these templates from the start; see below).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;i_ammo&amp;lt;/code&amp;gt; : Ammo requirement / uses per mission; 0 = unlimited use&lt;br /&gt;
&amp;lt;code&amp;gt;i_cooldown&amp;lt;/code&amp;gt; : Cooldown of the ability in turns; 0 = no cooldown.&lt;br /&gt;
&lt;br /&gt;
Once I get to infoboxes I&#039;m sure there will be many more things to be added. I&#039;ve certainly forgotten things.&lt;br /&gt;
&lt;br /&gt;
=== Stuff To Figure-Out ===&lt;br /&gt;
&lt;br /&gt;
Sane defaults, and most especially, how to display extra info or description inline. A pop-up box could be done with JavaScript, but it should also be possible with only CSS to have a simple div appear like that [https://jsfiddle.net/Tvol/w9djepcv/ fiddle I made as a demo.]&lt;br /&gt;
&lt;br /&gt;
I&#039;m also strongly leaning toward storing all default parameters on their own subpages. This removes a costly switch function (which costs 8 preproccessor nodes on an instant match and 2 thereafter for each check). The expansion size will also be just the size of the text, not twice that size. It&#039;s the most efficient way to manage these, and if someone wants to make a whole page that lists all the abilities in the game, then that could become quite costly. (No idea how costly, but on the theory that limiting resource use is generally a good goal I&#039;m probably going to do it this way, even if it&#039;s a little less convenient.)&lt;br /&gt;
&lt;br /&gt;
Breaking the implementation into separate templates also has the benefit of needing fewer parser functions each time a template is used, since the most important check was done by selecting which template to use. It&#039;s just all-around better.&lt;br /&gt;
&lt;br /&gt;
=== Where I Need Help ===&lt;br /&gt;
&lt;br /&gt;
Figuring-out data types for each type of thingamajig in the game that can be well defined (the stuff in the &amp;quot;Data Paramters&amp;quot; section above). So, take armour as an example: For that there&#039;s supply cost, resistances (which will need to be handled separately), elerium core cost, uhhhhh, probably other stuff I forgot. The important thing is to have everything that can be added there from the start; it&#039;s a lot harder to refactor the templates to display new data than it is to build them once and be done (the most time-consuming part is actually adding the new variable to all the completed data-templates, not adding the ability to display it, go figure).&lt;br /&gt;
&lt;br /&gt;
Off the top of my head I&#039;ve got, so far, Abilities (Perks; unfortunate naming on my part but whatever), Armor, Grenades, Heavy Weapons, PCS&#039;, and Weapons, as general categories. Each will have an inline, infobox, and table displayStyle.&lt;br /&gt;
&lt;br /&gt;
Parameters for these templates fall into three categories, which I&#039;ve called &#039;&#039;&#039;&amp;quot;Parameters&amp;quot;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;quot;Data Parameters&amp;quot;&#039;&#039;&#039;, and &#039;&#039;&#039;&amp;quot;Wiki-Related&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Parameters:&amp;lt;/b&amp;gt; These are the paramters that actually are intended to be used when someone calls these templates. They are used to tell the template how to display the content, like whether or not to display the name, description, info icon, etc. They are not meant to hold or override data associated with the ability/item/whatever.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Data Parameters:&amp;lt;/b&amp;gt; These are the parameters that hold data for the associated ability/item/whatever, and the ones I need the most help with. They are defined on a template page (like {{tl|Suppression (LW2)}}) and nowhere else (so they are defined once and only once). These are not exposed to the caller and can be thought of as protected variables (for those with programming experience). Maybe we can build a table for these somewhere? It is not important to have these filled-in with data for everything, just that they are in the definition of the templates from the get-go (e.g. just because the &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; field will exist for each ability doesn&#039;t mean we need a screenshot for every ability &#039;&#039;right now&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Wiki-Related:&amp;lt;/b&amp;gt; These are anything that is for wiki-related housekeeping only. So far it&#039;s just &amp;lt;code&amp;gt;s_id&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt;. The ID field is intended to be used for the construction of unique element id&#039;s, just in case that is useful for something later (namely targetting elements with CSS); future-proofing. The &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt; parameter is also future-proofing of a sort; all it does is provide the full page name name of the template it belongs to (so for {{tl|Suppression (LW2)}} this reads &amp;quot;Template:Suppression_(LW2)&amp;quot;). It&#039;s required for accessing subpages, which so far have only been used for extended info (although a lot of them seem to be just repeats of what the description says, which was not my intention). It&#039;s good to have so that long-winded, supplementary information can be held somewhere else so the template itself is kept clean and as easy-to-read and understand as possible.&lt;br /&gt;
&lt;br /&gt;
=== Visual Style ===&lt;br /&gt;
&lt;br /&gt;
I think the [[User:Tvol/Colours|colour palette here]] is appropriate for these. I&#039;ll be going for a flat style; no frilly stuff like beveled borders (ewwwwwwwww).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As usual (unfortunately), this is all contingent on my getting access to the site-wide CSS so I don&#039;t have to duplicate significant portions of each template. Depending on time I can probably have this done in a week (or two) from that point (getting access to the CSS), barring any weirdness or delays. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 11:13, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/x7j9eodjnrnv3m5/ParameterDefinitions.html?dl=0 Parameter Definitions (HTML)] (Cleaner, but can&#039;t be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/983z23fb66c0wjj/ParameterDefinitions.pdf?dl=0 Parameter Definitions (PDF)] (Looks worse, but can be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/8j76cdi3fgrz2wz/ParameterDefinitions.md?dl=0 Parameter Definitions (Markdown)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams]&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/4esgqlq5fttlxva/Skeletons.html?dl=0 Skeletons (HTML)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/x4gl8khflh6yr4q/Skeletons.pdf?dl=0 Skeletons (PDF)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/ppkc3zjy8tmzm09/Skeletons.md?dl=0 Skeletons (Markdown)]&lt;br /&gt;
&lt;br /&gt;
=== Template Design Discussion ===&lt;br /&gt;
&lt;br /&gt;
:Nice you got what you wanted :) I was wondering if all the info you&#039;ve posted about templates shouldn&#039;t be moved to a specific page explaining how to use them. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 15:26, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well not yet, but I&#039;m hoping Joshua will get to it soon. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:26, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added documents above. I would appreciate it if others could go through the Parameter Definitions document and offer suggestions on anything I might&#039;ve missed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 16:41, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hobbes, to answer your question more definitively (because I&#039;ve thought about it more), that&#039;ll be something I&#039;ll figure-out later. Once it&#039;s all done it&#039;ll have to be documented, but it should be easy enough to explain with the pretty UML diagrams. The data templates should be straightforward if you refer to the spec sheet (see documents above). The implementation will be the most complicated part. Both of those layers will be &amp;quot;hidden&amp;quot; to editors; that is, you won&#039;t need to know &amp;lt;i&amp;gt;how&amp;lt;/i&amp;gt; everything works under the hood, just that it does. In all there are actually only a small handful of parameters that an editor would end-up using, all of which are related to how the data is displayed, not what it is. I&#039;m hoping Joshua will set-up a user-group with the &amp;lt;code&amp;gt;editinterface&amp;lt;/code&amp;gt; permission soon so I can get started (I&#039;ve given him everything he needs to know how to do it). I can&#039;t (reasonably) start on the implementation until he does and I&#039;m added to the group. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:27, 14 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am tentatively calling the spec above done. Unless I missed something and someone points that out, I&#039;ll start working on template skeletons soon. If anyone has time to read through it to look for missing stuff, that&#039;d be great. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 12:17, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Skeletons are done, as is the spec, probably. These can be used to start uploading data to the wiki in the form of data templates (similar to {{tl|Ability (LW2)}} ). {{tl|Ability (LW2)}} will take more work to change-over, and doing so will also temporarily break the templates where they are being used on the wiki. Without implementation templates, and updating of the template calls, they would stay broken. Please leave these alone until I have a chance to write the implementation templates. (As usual, this is not feasible without site CSS access, which I am still waiting on.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:40, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Given that I&#039;ve received almost no feedback here, and Joshua seems to be absent again (and not responding to my messages on Skype), I really gotta ask: Have you guys thrown-in the towel? I ask especially because of what I saw on the most recent posts on Strategy Core. The wiki needs serious maintenance work done. If you have, I&#039;d like to know, so I can take this work to a new wiki where progress can continue being made on documentation. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:00, 18 February 2017 (UTC)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xenonauts ==&lt;br /&gt;
&lt;br /&gt;
Surprised that I couldn&#039;t find anything about that game on the wiki, not to mention a page dedicated. Is it a deliberate decision (then what&#039;s the reasoning behind it?) or there just wasn&#039;t anybody to actually make it? --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 14:05, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The simple answer is that despite the game&#039;s obvious X-Com inspired roots, it&#039;s not an X-Com game. It&#039;s the same reason we don&#039;t have sections for the UFO:After~ series. Of course, if there&#039;s a demand for a Xenonauts wiki, we could always put the idea forward to our admins to get one set up. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 05:12, 10 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Oh, I see now. And a demand doesn&#039;t seem to be that high to be honest. At least I&#039;m not ready to fully commit myself to that topic (yet) :) Though I think having some kind of &amp;quot;X-Com inspired games&amp;quot; page wouldn&#039;t hurt. With maybe 1-2 paragraphs about Xenonauts, Extraterrestrials, some (discontinued?) fan-made projects perhaps. Also, there&#039;s UFO:AI in &#039;Featured Projects&#039; after all... Well, anyways, your answer totally makes sense, thanks! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 11:20, 16 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== A place to report UFOpaedia issues ==&lt;br /&gt;
&lt;br /&gt;
I saw a board on Strategy Core, but registration is closed and I don&#039;t have an acc so couldn&#039;t reply there. And today is first day in a week I was finally able to log in to ufopaedia. That&#039;s frustrating a bit. I wonder if there&#039;s a way of reporting ufopaedia technical issues (and ideally tracking progress towards solving them) that I&#039;m not aware of. If not, probably we need one?&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85139</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85139"/>
		<updated>2017-07-16T11:20:41Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To All Rookies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the place to talk/ask about general issues concerning the wiki and hopefully someone will answer/reply to them. &lt;br /&gt;
&lt;br /&gt;
Specific game questions should be asked on the game&#039;s individual talk pages. &lt;br /&gt;
&lt;br /&gt;
For new users, in order to reduce spam you&#039;ll need to register to be able to edit pages.&lt;br /&gt;
&lt;br /&gt;
To start a new topic simply press the &#039;&#039;&#039;edit&#039;&#039;&#039; button above. Then place your &amp;lt;nowiki&amp;gt;==Topic Name==&amp;lt;/nowiki&amp;gt; like it is written here.&lt;br /&gt;
* To add a line you can either type &amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt; or use the buttons that appear on the edit screen. &lt;br /&gt;
* If replying to an existing topic use colons &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; before your answer&lt;br /&gt;
* Don&#039;t forget to sign your posts in the talk pages by typing &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; at the end. &lt;br /&gt;
* Finally when creating/editing wiki articles have a look at the [[Guidelines to writing articles|guidelines]] page. &lt;br /&gt;
&lt;br /&gt;
That&#039;s it. Happy editing!&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Old articles have been moved to [[Talk:Main Page/Archive]] for later perusal. &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== New Main Page layout. ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m working on a new Main Page layout. Found here: [http://www.ufopaedia.org/index.php?title=User:Kokkan/Main_Page]. So I was wondering if it would be possible to apply something like this ([http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F])? Preferable (http://www.mediawiki.org/wiki/Extension:NoTitle) --[[User:Kokkan|Kokkan]] 16:34, 18 September 2012 (EDT)&lt;br /&gt;
:Looks good to me, just one thing: why is the OpenXcom logo displayed? [[User:Hobbes|Hobbes]] 09:11, 4 October 2012 (EDT)&lt;br /&gt;
:: That was just a aesthetic choice. =) --[[User:Kokkan|Kokkan]] 12:36, 4 October 2012 (EDT)&lt;br /&gt;
:::  I see :) Well the thing is that it&#039;s that placing that logo there is going to bring a lot of attention to that project. My question was if that was intentional or not. [[User:Hobbes|Hobbes]] 12:43, 4 October 2012 (EDT)&lt;br /&gt;
:::: Kokkan, would it be possible to squeeze the &#039;featured article&#039; on the corner below the &#039;UFOpaedia News&#039; (probably enlarge the corner)? I like how the new design has a compact look to it and to me it would look better if the &#039;featured article&#039; was integrated with the news sections. Or probably even switch its position and put it on top rather than the &#039;UFOpaedia news&#039; [[User:Hobbes|Hobbes]] 12:57, 4 October 2012 (EDT)&lt;br /&gt;
::::: Right now it depends on the width of the browser and the content in the Featured Article. I might be able to set some auto-width on the XCOM New window. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT) &lt;br /&gt;
:::::: I was wondering if it wouldn&#039;t be better to bring up the Enemy Unknown 2012 table as the first table, at least for some time after the game is released. With my current maximum resolution both tables still appear one over the other, and I think the UFO Defense table might need a little reorganization and after it is done both games go back to being side by side. Or any other ideas. [[User:Hobbes|Hobbes]] 20:15, 8 October 2012 (EDT)&lt;br /&gt;
::::::: What?! This layout should work with all resolutions down to 1280x720 without stacking items. So it should be fine on everything except the smallest ( &amp;lt;11&amp;quot; ) notepads and pads. --[[User:Kokkan|Kokkan]] 04:49, 9 October 2012 (EDT)&lt;br /&gt;
:::::::: My resolution on my monitor is 1280x1024 and both tables are stacked. [[User:Hobbes|Hobbes]] 05:00, 9 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Same issue here with the overlapping tables, and my screen&#039;s 1024 pixels wide. Doesn&#039;t look any better on the tablet. Quick solution: Break the table out and have it on top ala the original&#039;s old main table, and have the original follow immediately after. &lt;br /&gt;
&lt;br /&gt;
A while back I had wanted to redesign the front page but had to shelve it (and then quickly forgot about it). That was to make the main page just contain the news and a list of box art for the various games that point the users to separate main pages for the different titles, allowing the main tables for each title to be a bit more elaborate. Perhaps this might be a good time to resurrect that concept? [[User:NKF|NKF]] 07:15, 9 October 2012 (EDT)&lt;br /&gt;
:I&#039;ll place the EU 2012 table on top of the original game table (*sniff* *sniff*) for now until a permanent solution is found or the issue is fixed. I&#039;m good with that solution or any other.&lt;br /&gt;
:Quick fix: I&#039;ve moved it to the Featured section. [[User:Hobbes|Hobbes]] 08:03, 9 October 2012 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
:Hi folks, I think the partition to having the XCOM 2012 on its own main page is a really good one... now, folks can go to town on it, without having to keep touching the original fansite per se. But it is still kept close by having a highlighted announcement - Thanks for that, Kokkan! Some other comments:&lt;br /&gt;
[[File:X-COM UFOpaedia screen.jpg|100px|right|thumb|It&#039;s U&amp;lt;u&amp;gt;FO&amp;lt;/u&amp;gt;paedia]] &lt;br /&gt;
::*Do we need two &amp;quot;action&amp;quot; pictures at a time? Maybe we could have one, and use it to help balance the X-COM and the UFOpaedia news so that both &amp;quot;sides&amp;quot; of the news end at about the same place. For that matter, either side of the news could otherwise be tightened up, or expanded. But I wish they both ended at the same place so the main page looks more professional.&lt;br /&gt;
::*This is the time to make the standard for the new XCOM 2012 pages. Can I please ask that, for the URLs themselves, we not put parentheses around EU2012? I see it leading to a lot of hassle because ultimately there will be citations in citations in citations and other future complexities, including for other sites trying to cite us... parens just make everything more difficult and clunky. If you agree but say &amp;quot;but it&#039;d be a hassle to fix it now&amp;quot;, I say that&#039;s the wrong answer because it&#039;s about to explode (I&#039;m sure!!!), so it&#039;s really now or never. Just append EU2012, without parens... everybody can figure out what it means. :)&lt;br /&gt;
::*I&#039;m not sure just how/when it happened, but there&#039;s a lot of &amp;quot;U&amp;lt;u&amp;gt;fo&amp;lt;/u&amp;gt;paedia&amp;quot; on the main page. We use the original game as the convention setter, right? It&#039;s a minor thing, but still, we should have a convention, one way or the other. Does someone think it should be Ufopaedia?&lt;br /&gt;
::*To me, the brief OpenXcom logo nip slip (laugh) raises the issue that I wish we highlighted these efforts better... maybe they could use a little shout-out at the bottom of X-COM News section (just a very brief mention or link - little or no write-up), instead of the tiny section they now have, way at the bottom of the main UFOpaedia page.&lt;br /&gt;
:Again, the above points are minor... the big thing is the new place from EU2012 (great idea!). Thanks!! -[[User:MikeTheRed|MikeTheRed]] 14:24, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: We can set the hight at fixed values, but I really don&#039;t see a point to it. Since the size of the content will change. I prefer the parentheses in the naming, it clarifies what game the page relates to, and I don&#039;t see an extensive problem in linking to pages. Like ( [[Enemy_Unknown_(2012)|Enemy Unknown]]). On the UFOpaedia &amp;amp; OpenXcom logo, I fully agree. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT)&lt;br /&gt;
::: One easy trick to link pages with the (EU2012) suffix is to open the top page on the category, which usually contains a list of all items related with that subject, press edit and then copy/paste the links. [[User:Hobbes|Hobbes]] 09:19, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== XCOM Sidebar logo==&lt;br /&gt;
One possibility I thought of would be to replace the old logo/badge on the upper left corner of the wiki with the newer XCOM badge. Here&#039;s some options:&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Xcomnewlogo.png|100px|XCOM badge used ingame on the soldiers armor - I can&#039;t get a better pic than this one]]&lt;br /&gt;
[[File:Blue badge XCOM EU.png|100px|XCOM icon used on packing and ingame for menus, etc.]]&lt;br /&gt;
[[File:Xcom_eu_logo.jpg|100px|And there&#039;s also the game logo]]  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anymore ideas? Which would be best? [[User:Hobbes|Hobbes]] 13:44, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:The game logo is much cooler, while the insignias seem much more real-to-life. That said, I vote for cooler. The essence of the old X-COM was how scary cool it was. -[[User:MikeTheRed|MikeTheRed]] 14:33, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: I say keep the old X-logo, show the roots and lets not take over the entire wiki with EU2012. Use the new logos at appropriate EU2012 pages. --[[User:Kokkan|Kokkan]] 08:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: Not selling ourselves completely eh? ;) Well I just have to say I love the yellow and black insignia - that&#039;s probably the first XCOM logo/icon I really enjoy :) [[User:Hobbes|Hobbes]] 09:15, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Showing roots is good, too. The gold one does not seem as high-rez as the other... can we get it any better? -[[User:MikeTheRed|MikeTheRed]] 09:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Disambiguation of 1994 vs 2012 Entries ==&lt;br /&gt;
&lt;br /&gt;
See for example the Sectoid entry, where a link to Sectoid (EU2012) has just been added as the first line of the entry. Are we going to do that for every entry that has the same name in 1994 as in 2012? That&#039;s a lot of minor edits someone will need to make! And putting these cross references under See Also would be less intrusive. But maybe a lot of enquiries from new site users are going to be related to EU 2012, and they will be confused if the cross reference is not clear and up-front. Let&#039;s agree a standard approach for this. As an alternative we could use disambiguation pages that show links to both the 1994 and the 2012 versions. Instead or as well, we could start moving 1994 pages by appending (EU1994) to the name.  That&#039;s also quite a lot of work, but may be clearer in the long term. Even more work comes in if we were to use for example [[Sectoid]] as the disambiguation page, because that would mean rewriting all links to Sectoid in all the 1994 entries of the Ufopaedia. Thoughts everyone? [[User:Spike|Spike]] 03:56, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
On a related point - do we really need to append (EU2012) to every entry? I would think it&#039;s only necessary when the same term is used in both games. So it makes sense for Sectoid, but not so much sense for Gollop Chamber. I would suggest that for a term that is &#039;&#039;definitely&#039;&#039; unique to EU 2012, the (EU2012) suffix is not required. But there should always be an EU 2012 Category tag on the entry. [[User:Spike|Spike]] 06:28, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
: If we don&#039;t tag everything now, do we risk the same issue we&#039;re running into with UFO Defense? Also, the new Sectoid page has a space between EU and 2012. No other new page has that. My OCD is making me want to stab people. Is there a way to edit it to not have a space? As far as which way to go, I prefer disambiguation pages much like wikipedia does, but that typically requires tagging both. I would be happy to do the leg work and chase down all the 1994 ones but I don&#039;t like how EU1994 looks (especially since it says 1994 in the Games column to the left [sorry - fixed that - Spike] ) and I don&#039;t know how to update page names. --[[User:PixelOrange|PixelOrange]] 06:34, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Yes, we do need to keep the games a part to not run into conflicting pages/links. Hence we suffix ALL pages on the NEW game &#039;&#039;(EU2012)&#039;&#039;; this is the simplest and most clear way to do it. It does make it a bit of a hassle to link stuff yes. Even if some parts are unique, keep with the naming convention to keep it all as clear as possible. No, There is NO WAY we can do the same for the original game, there is just to much pages and links (and if we start and don&#039;t complete or something goes wrong, the wiki is in a fucked up state). So all pages on Enemy Unknown without the suffix refers to the original game. --[[User:Kokkan|Kokkan]] 07:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::So, if we&#039;re not going to retroactively update the old Enemy Unknown, redirects at the top of every page is my favorite choice (just as they do over at wikipedia). It gives you a quick link right at the top of the page, it&#039;s non-intrusive, and it&#039;s easy to implement across the board. --[[User:PixelOrange|PixelOrange]] 07:38, 19 October 2012 (EDT)&lt;br /&gt;
:::: OK but that&#039;s only going to be workable for the EU2012 pages, right? Any modification to all of the EU1994 pages is a big task, whether it&#039;s a disambiguation link at the top of the page, or a systematic rename to suffix &amp;quot;EU1994&amp;quot; on to the end of the page name - the workload is similar. I guess we could take a policy that says - anytime you create an EU2012 page, check to see if an EU1994 page of the same name exists. If so, add disambiguation links to the top of both pages. Or, for that matter, Move the EU1994 page by adding the suffix to its name. By the way, Move is how you rename a page, and the old name is preserved as a redirect to the new name. [[User:Spike|Spike]] 08:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I agree that disambiguation notices/links on top of pages probably is the best way to handle this (as in the [[Sectoid]] page). Moving and creating disambiguation pages is to much workload, and to have some (EU1994) pages and some without would be even more confusing. So I say no (EU1994) suffixes at all. --[[User:Kokkan|Kokkan]] 09:17, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::: I don&#039;t think it&#039;s that cut and dried myself. Moving (renaming) the old pages is less workload than creating the disambiguation links. Also, adding the disambiguation links will disrupt the style / formatting of the existing EU 1994 pages which were not designed to have these links at the top, and which have had a lot of effort put into their layout over the years. Creating a disambiguation page with the &amp;quot;base&amp;quot; name, eg &amp;quot;Sectoid&amp;quot;, the same name as the existing 1994 page, is a huge workload, because then all the links will break. Creating a new page called &amp;quot;Sectoid (disambiguation&amp;quot; and redirecting to it is not much better. A simple Move/rename will not break any links, meaning low workload - same as inserting a disambiguation link/notice. Keep in mind that the scope of the problem is only the pages for terms that exist in both games. &amp;quot;Sectoid (EU1994)&amp;quot; vs &amp;quot;Sectoid (EU2012)&amp;quot; is part of the required disambiguation workload. Heavy Cannon (unique to EU1994) vs Alloy Cannon (unique to EU2012) does not need to be part of the workload. It&#039;s a safe strategy to keep naming all new 2012 pages with the EU2012 suffix, but whatever method is selected does not need to be applied to all pages in both games. For example, we do not label all TFTD pages with (TFTD). We don&#039;t say &amp;quot;Tentaculat (TFTD)&amp;quot; and &amp;quot;Chrysallid (EU)&amp;quot;. We do say &amp;quot;Zombie (TFTD)&amp;quot; and &amp;quot;Zombie (EU)&amp;quot; (even though the differences are only cosmetic). [[User:Spike|Spike]] 09:51, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::: We already had this discussion a while ago because of Apocalypse and the common elements of the series that extend to it and TFTD. I don&#039;t recall the discussion but you guys mentioned the main topics but the idea was to start using the suffixes, specially when creating new pages, and not to worry about the existing pages because of the workload involved. It&#039;s basically to avoid the mess of the original game&#039;s pages regarding naming and to help categorize identify pages.  &lt;br /&gt;
::::::: This method makes linking a bit harder but it&#039;s a matter of using a few tricks (which I already use when linking on the original game), like open and edit the section page (Soldiers, Weapons, Alien Life Forms, etc.) and just copy/paste the links you need. That&#039;s also why the section pages usually consist of lists of items.&lt;br /&gt;
::::::: Finally me and Spike can delete, move and rename pages, as an administrators so just let us know what you need :) [[User:Hobbes|Hobbes]] 11:09, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::::: I&#039;ve been thinking about the effects these new XCOM games (EU 2012 and the upcoming FPS) may have on the future of the series. If XCOM sees more games even further in the future that involve the aliens from the original, I don&#039;t think links at the top of the page is going to do the trick. We should make disimbaguation pages now to pave the way for recurring aliens and items that may make an appearance in any potential future installments. Just a thought!--[[User:SuicidalSectoid|SuicidalSectoid]] 21:26, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Another option that I&#039;ve been thinking over is asking Pete if he could set up a separate Wiki for the modern title(s) and keep this one for the classic titles. It would keep things tidy, and there&#039;s actually little crossover or common material between the new and old apart for historical and ancestry referential purposes. [[User:NKF|NKF]] 21:46, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Personally I think all games of the series, old or new, should be all united in a single wiki. It helps this one grow, instead of just running out of material. It also shows how the series began and progressed to become what it is today. It helps people who are new to the series find older games in the series far easier and learn all their quirks and strategies. Of course there is what I mentioned above to consider, if this series really has been revived, then more games in the series may emerge and the new wiki could end up being &amp;quot;untidy&amp;quot;.--[[User:SuicidalSectoid|SuicidalSectoid]] 10:54, 20 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Pretty Colours ==&lt;br /&gt;
&lt;br /&gt;
You know what&#039;d be cool? Different page themes depending on the game. Say for example, yellow for TFTD, red for Apocalypse, black / dark grey for XCOM, and so on. Or maybe even custom wallpaper for each title - nothing overly eye-catching, just an easy way to differentiate what you&#039;re looking at with a glance.&lt;br /&gt;
&lt;br /&gt;
We&#039;d need an extension to do it (I&#039;ve already got my eye on [http://www.mediawiki.org/wiki/Extension%3aPageCSS a simple looking one]), but before I bug Pete about it, what say ye all? The way I see it, we&#039;d need to make one template page per &amp;quot;theme&amp;quot; - but then we&#039;d need to edit just about every page on the wiki to implement them...&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 02:59, 18 January 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
: I wanted to do something similar many years ago when I started making the navbars so that when people went to a page, they&#039;d go &amp;quot;oh, this is EU or TFTD&amp;quot; just by the colours. Didn&#039;t get received very well if I remember correctly. But, with todays better versions of wiki software and scripts, why not? Go for it I say. -[[User:NKF|NKF]] 17:47, 18 January 2013 (EST)&lt;br /&gt;
: I think that&#039;s a wonderful idea, the issue is to pick a good color design that retains readability. [[User:Hobbes|Hobbes]] 18:30, 18 January 2013 (EST)&lt;br /&gt;
:Great Idea! I second what Hobbes is saying about readability. If you can&#039;t read what&#039;s on the page there&#039;s no point to new colours.--[[User:SuicidalSectoid|SuicidalSectoid]] 17:45, 25 March 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;So, yeah, I did bug Pete, and not long after he delivered: We&#039;ve had the plugin online a while now...&lt;br /&gt;
&lt;br /&gt;
Anyway, this afternoon I sat down and plugged some stuff into it. It works much like I hoped (though unfortunately it doesn&#039;t have much control over images - can&#039;t set them as background for eg). Adding the tag &#039;&#039;&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;&#039;&#039; to a page and saving it (or, perhaps for now, previewing it - though I&#039;ve applied it to THIS page for now) applies the effects within that template.&lt;br /&gt;
&lt;br /&gt;
That one&#039;s just an experiment, might be a little garish maybe (I basically grabbed colour codes out of screenshots from EU2012; I won&#039;t call myself an artist), and doesn&#039;t yet override every wiki element that needs to be handled - but I reckon it&#039;s a decent start.  :) &lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 03:47, 21 April 2013 (EDT)&lt;br /&gt;
:I like it. [[User:Leman Russ|Leman Russ]] 04:05, 21 April 2013 (EDT) &#039;&#039;Thanks! - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&#039;&#039;&lt;br /&gt;
:Nice, I like trying to replicate but the colors sure need some testing. One thing I&#039;m wondering: is it possible to use the font used in EU2012 (it seems to be Century Gothic)? Another suggestion I&#039;d make is to replace the XCOM logo on the top left with the new one. &lt;br /&gt;
:I&#039;ve applied the styling to the page I&#039;m currently working on: [[Class_Builds_(EU2012)]]. The main issue is the color of the links (dark blue isn&#039;t the best for contrast). Another thing needed would be to change the default colors used in the table templates to match the new style. [[User:Hobbes|Hobbes]] 04:36, 21 April 2013 (EDT)&lt;br /&gt;
::Apparently Century Gothic is not installed on most machines by default. It may be possible to load it on to the wiki somewhere and get viewers to download it as needed, but I really dunno. I&#039;m guessing &#039;MS PGothic&#039; is the best match that&#039;s widespread - I&#039;ve tweaked the template to use that if Century Gothic isn&#039;t available, or to fall back to the wiki default if neither are on the viewer&#039;s machine.&lt;br /&gt;
&lt;br /&gt;
::I did try switching the logo, but apparently the plugin doesn&#039;t allow it. Or the icon isn&#039;t accessible to CSS. Or I didn&#039;t know which element to tweak. What I&#039;ve read specifically states I shouldn&#039;t be able to use the required &amp;quot;background-image&amp;quot; tag, but that&#039;s exactly what I needed to do to change the toolbar at the top of the page...&lt;br /&gt;
&lt;br /&gt;
::I HAVE overridden the main &#039;wikitable&#039; template, and there should be no blue links visible (except for ones leading off-site, I forgot about those)... In fact I&#039;d go as far as to say the table looks great on that Class Builds page in particular (where the text matches the icons) - are you seeing what I&#039;m seeing? [http://img.photobucket.com/albums/v213/BombBloke/StyleTest01_01_zps93e4e66e.jpg A screenshot may be in order]? I&#039;m a little worried about browser compatibility in regards to my CSS overriding that which is already in the wiki site files.&lt;br /&gt;
&lt;br /&gt;
::Depending on how I go for time I may deal with image thumbnails, the category bar, table of contents etc tonight.&lt;br /&gt;
&lt;br /&gt;
::Please feel free to experiment if you feel so inclined! Either make a new &#039;&#039;StyleTestXX&#039;&#039; page and copy/paste my starter version in, or go right ahead and modify mine! If you lack any tools on your system for colour code generation, [http://www.2createawebsite.com/build/hex-colors.html here&#039;s an online one].&lt;br /&gt;
&lt;br /&gt;
::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&lt;br /&gt;
:::On my laptop I see it like this, I think it&#039;s the same and it seems to be using Century Gothic: [[:File:style1.png|style1.png]] - [[User:Hobbes|Hobbes]]&lt;br /&gt;
&lt;br /&gt;
::::Ah yes, that was a match of colours, though you&#039;re definitely using a different font (it&#039;s installed by Office, see).&lt;br /&gt;
&lt;br /&gt;
::::Still not sure what you&#039;re meaning about the tables, but I&#039;ve switched monitors and see what you&#039;re saying about the links. I think maybe yellowy? Dunno.&lt;br /&gt;
&lt;br /&gt;
::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:50, 21 April 2013 (EDT)&lt;br /&gt;
:::::Yellow links look better than the previous ones. What I meant about the tables is that on the Class Builds the background color of each table is table while the page background is dark grey. I got Century Gothic installed (it&#039;s a free font IIRC), is it the one being used? [[User:Hobbes|Hobbes]] 11:20, 21 April 2013 (EDT)&lt;br /&gt;
::::::Er...&lt;br /&gt;
&lt;br /&gt;
::::::The cells should have a black background, the header cells should be grey. This is what I intended, though if you&#039;re expecting something different (or have a different suggestion) I&#039;m more then happy to try other styles.&lt;br /&gt;
&lt;br /&gt;
::::::I&#039;d say you&#039;re indeed using Century Gothic. If you check the &amp;quot;font-family&amp;quot; line in the template, the web browser reads it from left to right, and uses the first font specified that exists on the computer (so if it can&#039;t find one, it falls back to the next, and so on). Hence if you start removing fonts from the front of the list and previewing the page you can compare each one. - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:11, 21 April 2013 (EDT)&lt;br /&gt;
:::::::There were a couple of white backgrounds on table but those seen to have disappeared. Century Gothic still looks the better (and it seems to be free) since it is the one (or really close) used in Enemy Unknown 2012. [[User:Hobbes|Hobbes]] 20:43, 21 April 2013 (EDT)&lt;br /&gt;
::::::::Best I can make out it should be possible to use an uploaded font no worries, though I&#039;d need to bug Pete to actually get it on to the server.&lt;br /&gt;
&lt;br /&gt;
::::::::In the meantime, bold tildes are pretty much rendered blobs under PGothic (&#039;&#039;&#039;~&#039;&#039;&#039;). They looking ok to you? - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:04, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::This is what I see using it as a font [[:File:PSGothic.png]] [[User:Hobbes|Hobbes]] 17:37, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::I&#039;m trying the new Style in a few pages and it is looking great. What I&#039;m starting to wonder is what will happen to the other pages (non-EU2012). With UFO, TFTD and Apoc it should be possible to replicate it (although I have quite a few doubts about TFTD&#039;s colors...). But what about the other pages not directly related to a game? [[User:Hobbes|Hobbes]] 17:55, 22 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::::::We can currently only skin pages we manually add the template link to. That means that certain pages (like recent changes or page history) &#039;&#039;can&#039;t&#039;&#039; be skinned, not unless the skin files are changed on the server side... Which&#039;d be a lot harder then skinning through these templates is (lots of files to modify with no simple way of previewing the changes, unless someone sets up their own wiki to play with on a home computer).&lt;br /&gt;
&lt;br /&gt;
::::::::::In short, for now we may just have to leave &#039;em. While it might currently seem a bit jarring with just a black skin and a white skin, I think it won&#039;t seem so bad once there&#039;s a few others floating around the place.&lt;br /&gt;
&lt;br /&gt;
::::::::::In particular I was thinking of leaving talk pages unskinned regardless of what game they belong to (if only because most articles don&#039;t HAVE a talk page). - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:05, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::::Please tell me you&#039;re not sticking to the green background when showing a page&#039;s changes... ;) [[User:Hobbes|Hobbes]] 14:01, 23 April 2013 (EDT)&lt;br /&gt;
::::::::::::Can&#039;t think of anything better for it myself. :|&lt;br /&gt;
&lt;br /&gt;
::::::::::::You do mean the green background that goes against added lines, yes? The bit of code to tweak goes along the lines of:&lt;br /&gt;
&lt;br /&gt;
:::::::::::: td.diff-addedline {&lt;br /&gt;
::::::::::::  background: #559E06;&lt;br /&gt;
:::::::::::: }&lt;br /&gt;
&lt;br /&gt;
::::::::::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
Indent resetinator activated! I certainly hope this is a work in progress. It&#039;s very hard to read on my smartphone browser, and even on my laptop it&#039;s a real squint-fest. I&#039;d probably recommend a slightly lighter dark background rather than having extreme darks or lights. &lt;br /&gt;
&lt;br /&gt;
But that aside, we could ask Pete to implement a few snazzy skins that you can access from the appearance tab under your preferences screen. The skin will then apply to all the wiki pages with no specific skins assigned to them. Mind you, this change will only affect the individual accounts. [[User:NKF|NKF]] 02:36, 24 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Yep, if I considered it done it&#039;d have a rather more official looking name and I&#039;d be slapping it onto pages left right and center.  ;) &lt;br /&gt;
&lt;br /&gt;
:I will say I can&#039;t see much room for improvement myself - I&#039;m no graphic design artist. I&#039;m more then happy to implement any mock-ups people show me if they&#039;re not interested in tweaking the colours themselves, though.&lt;br /&gt;
&lt;br /&gt;
:- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
::Well, no one else suggested improvements, so I&#039;m wondering if we should start using the new style on the EU2012 pages. [[User:Hobbes|Hobbes]] 10:52, 26 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: I disagree with the use of individual styles over-riding the default one at special pages, it makes the wiki inconsistent and messy. &amp;lt;br/&amp;gt;If you are to add a new style to site, do it RIGHT and add it as a skin in the user preferences. --[[User:Kokkan|Kokkan]] 07:34, 6 September 2013 (EDT)&lt;br /&gt;
:::: I agree since I made a test the other day of the proposed EU2012 style and I wasn&#039;t satisfied with the results regarding readability - the colors make it too tiring to read. I have no idea of how to add skins though [[User:Hobbes|Hobbes]] 17:10, 6 September 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==The Bureau==&lt;br /&gt;
We better start thinking of adding a section for the game since it will be released next month. [[User:Hobbes|Hobbes]] 08:30, 17 July 2013 (EDT)&lt;br /&gt;
: And we have the starting page and table for the [[The Bureau: XCOM Declassified|The Bureau]] online, although it is completely bare for the moment. [[User:Hobbes|Hobbes]] 22:30, 22 July 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==UFO: Alien Invasion==&lt;br /&gt;
I am one of the developers of [http://ufoai.org UFO: Alien Invasion], an open-source game inspired by X-Com. Ufopaedia.org taught me how to not suck at the original X-Com years ago and I&#039;ve always been grateful. I wondered if the maintainers of ufopaedia.org would be interested in adding support for our game. While we have our own development wiki where we could host strategy advice, I think there are several benefits to having a third-party strategy guide. Of course, the fact that our game undergoes rolling development will lead to extra maintenance work. But I think this could be limited by only providing data on the latest stable version (released once every year or two). I am willing to undertake the work to prepare the initial content for our upcoming stable release 2.5. --[[User:H-Hour|H-Hour]] 09:55, 26 August 2013 (EDT)&lt;br /&gt;
:Hi there. I&#039;m one of the administrators and although I can&#039;t speak for the other admins or the site owner (Pete), I think that it would make sense to add UFO:AI to the Featured Projects section. I&#039;ll ask them if there&#039;s any objection on the UFOPaedia&#039;s [http://www.strategycore.co.uk/forums/UFOPaediaorg-f96.html| forum] at Strategycore and if they&#039;re good about it, I&#039;ll add the link to the wiki sidebar. Should the initial page be named [[UFO:AI]] or do you prefer something else? Also, the game needs a wiki suffix, to be used in the guide&#039;s individual pages name and for their category tags, as an example all XCOM: Enemy Unknown pages use &amp;lt;nowiki&amp;gt;(EU2012)&amp;lt;/nowiki&amp;gt;. [[User:Hobbes|Hobbes]] 10:25, 26 August 2013 (EDT)&lt;br /&gt;
::That&#039;s great, Hobbes. UFO:AI is fine for both the main page name and as a page suffix. If you think it is better given our rolling development, we can include the version for clarity (UFOAI2.5). --[[User:H-Hour|H-Hour]] 10:44, 26 August 2013 (EDT)&lt;br /&gt;
:::Better to keep version out otherwise it might be confusing. I&#039;m just going to wait a day or two to give the other admins time to read it. [[User:Hobbes|Hobbes]] 11:47, 26 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve just added UFO:AI to the Wiki Sidebar. Happy editing :) [[User:Hobbes|Hobbes]] 05:33, 28 August 2013 (EDT)&lt;br /&gt;
::Thanks Hobbes! I&#039;ll get to it soon. --[[User:H-Hour|H-Hour]] 11:08, 28 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve put up the initial table. Please let me know if there is anything that should be changed regarding the format or structure to ensure it complies with ufopaedia standards. --[[User:H-Hour|H-Hour]] 10:41, 29 August 2013 (EDT)&lt;br /&gt;
::We don&#039;t really have any standard for those tables, just use what you feel is more comfortable/logic :) [[User:Hobbes|Hobbes]] 11:25, 29 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
Over on wikia ot is possible to put sub-pages into tabs so that when u click on one it has different info than the other. If we had them on here then we could split the main page into 2 different tabs with old X-COM on one and new XCOM on the other while leaving the news where it is and the spin off/based off titles below it.&lt;br /&gt;
&lt;br /&gt;
Just an idea--[[User:Ditto51|Ditto51]] 04:08, 25 November 2013 (EST)&lt;br /&gt;
:Just checked to see how subpages work on Wikimedia but by default they&#039;re limited to the user and talk pages. Might be interesting to implement for specific game items that are changed between EU and EW (Chitin Plating, etc.). I&#039;m still waiting for Pete to fix the login process though since we need to get rid of the spammers before anything else. [[User:Hobbes|Hobbes]] 06:56, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:: I&#039;ve been spending some time browsing the Minecraft wiki recently, and a couple of convenient extensions like expanding/collapsing content would be nice to have here as well. It would handy for the EW content as per the discussion elsewhere. It would be worth forming a list of the extensions we could use (and a link to said extension on www.mediawiki.org if possible). Once the signup issue is sorted we could suggest them to Pete. -[[User:NKF|NKF]] 07:06, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::The info about the subpage is here [http://www.mediawiki.org/wiki/Help:Subpages]. The other extension we were discussing before was spoilers [http://www.mediawiki.org/wiki/Extension:Spoilers]. We might as well ask this already for Pete so that he can set time for it. [[User:Hobbes|Hobbes]] 07:33, 25 November 2013 (EST)&lt;br /&gt;
::::Spoilers is now installed. Subpages are an interesting idea - essentially categorising the content better as you would on a normal website (if you were thinking of going /terror from the deep/aliens or something like that?). Since MediaWiki handles moved pages pretty sensibly (moves the page and its Talk page to the new location and points the old URL to the new page) there shouldn&#039;t be an issue with this. I would say that it&#039;s more of a library format then and it needs a few librarians to be in charge of the categorisation, but you guys seem to be doing a grand job of that anyway :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Found the tabs I was talking about [https://www.mediawiki.org/wiki/Tabber tabber] --[[User:Ditto51|Ditto51]] 08:37, 25 November 2013 (EST)&lt;br /&gt;
::::Tabber is now installed --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::I can&#039;t get this to work, even when I use the example coding on the mediawiki page.--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 18:01, 29 December 2013 (EST)&lt;br /&gt;
::::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
&lt;br /&gt;
:::[http://www.mediawiki.org/wiki/Multiple_upload Multiple Upload], to make it easier to upload images multiple images.--[[User:Ditto51|Ditto51]] 10:48, 1 December 2013 (EST)&lt;br /&gt;
::::The author doesn&#039;t seem to be maintaining this which is a worry, plus the discussion page for it mentions security issues so I&#039;m not going to bother with this one --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::Installed an extension called MsUpload instead - you can see a bar at the top of the editor where you can drop files, or click the up arrow on the toolbar. This adds files to the queue and you can click on the name to rename them before uploading them. It then provides links to insert them --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 09:41, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Seems like only MsUpload is installed based on [[Special:Version]]; doesn&#039;t seem to show any other mentioned extensions?--[[User:DracoGriffin|DracoGriffin]] ([[User talk:DracoGriffin|talk]]) 19:47, 29 December 2013 (EST)&lt;br /&gt;
::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Wiki Software Upgrade ==&lt;br /&gt;
The Wiki software has now been upgraded to version 1.22 (was 1.16) so a few things have changed cosmetically and functionally. Whilst I&#039;ve tested things myself and they seem alright, you guys might spot some things I won&#039;t, so please let me know here if there are any issues. Now we&#039;re up to date, I can look at the extensions requested above :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 07:24, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
Pete has asked in a [http://www.strategycore.co.uk/forums/topic/10805-wiki-software-key-features/ thread] on the Strategycore.co.uk forums for suggestions of new features to add during the wiki software upgrade. Please go there for the discussion or post here what features you think relevant for the UFOPaedia upgrade. [[User:Hobbes|Hobbes]] 08:42, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:That wasn&#039;t &#039;&#039;exactly&#039;&#039; what I was asking there - it was more &amp;quot;if there were an ideal WIKI software what would its main features be?&amp;quot;. Though I suppose if there are other features that are required (aside from the obvious &amp;quot;better spam filtering&amp;quot;) then I could see what&#039;s available after I&#039;ve upgraded. Just so you all know, I&#039;ve pencilled in 10am GMT tomorrow (see link for current time: http://wwp.greenwichmeantime.co.uk/time-zone/europe/uk/time/ ) to move UFOPaedia to the same server that StrategyCore now sits on. The move gives us more power to run the software and expand it and sees the end of recent server instability. I&#039;ll put up a message at the top of the site in a few minutes, but just so you all know what&#039;s going on and that there will be downtime for a few hours. Once you see the message disappear from the top of the screen, you&#039;ll be looking at the new server and can post again. Apologies for the short notice, but whilst it&#039;s quiet and I have time, I really need to do the move and get things more stable before attempting the upgrade. --[[User:Pete|Pete]] 14:39, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Most embedded images no longer display properly with the update, barring for a brief period during page load, only to disappear after page fully loads.  Tested in two browsers. [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 16:48, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Can you give me a few examples of pages where this happens? I know I caused a weird issue for a while earlier on if you had www. at the start of the web address, so make sure you don&#039;t have that in your address bar, but aside from that I can&#039;t think of anything that would cause that without seeing a page where it&#039;s happening. If you can link a page AND describe which images disappear on it I can investigate further. --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 17:54, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Seems to be working fine now, thanks for the response! [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 19:50, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Watchlist E-Mails ==&lt;br /&gt;
&lt;br /&gt;
When I recieve E-Mails about edits on the EU2012 pages, it always take me to a new page because the bracket at the end is no included in the link for some reason&lt;br /&gt;
Eg. An E-Mail about Second Wave (EU2012) takes be to Second Wave (EU2012&lt;br /&gt;
&lt;br /&gt;
--[[User:Ditto51|Ditto51]] 03:45, 28 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Simpler Main Page ==&lt;br /&gt;
&lt;br /&gt;
[[File:Cleaner Homepage Idea.png|200px|thumb|left]] I know this is going to generate all sorts of responses - there are some people here being quite negative about the new games (the old ones aren&#039;t coming back, nor have they gone away though!) and since UFO and TFTD seem to get the most love of all of the original series of games this idea might not go down too well, but what do you think?&lt;br /&gt;
&lt;br /&gt;
It is just an idea after all, but my train of thought was that (not intending to offend) the homepage is too busy. The links next to the intro text are a bit small, and then the game &amp;quot;contents&amp;quot; links are just way too far down the page for people to bother with so I thought perhaps something a bit more visible might be good, then lose EVERYTHING below the news. To my mind, the homepage should have your introduction, obvious links to the content people are searching for and then news - that&#039;s it. The contents further down the page are merely replicating what you get when you click on the game links anyway.&lt;br /&gt;
&lt;br /&gt;
I have introduced an issue using the 1994 UK box cover at the beginning there, so might be best having it alternate between the two or be half and half somehow, but I suspect that&#039;s the least of the comments I&#039;m going to get.&lt;br /&gt;
&lt;br /&gt;
So why would I want to promote the other minor games? Well... they&#039;re incomplete. Obviously this is because people aren&#039;t contributing content, but I&#039;m not sure it helps that the Games list on the left doesn&#039;t list them (I know &#039;&#039;why&#039;&#039; it doesn&#039;t, just pointing out that that will cause people to miss them).&lt;br /&gt;
&lt;br /&gt;
Another thought I had was a simple graphic - half and half - for old and new and go to a page listing the old and new games, but can&#039;t think of a sensible graphic for that.&lt;br /&gt;
&lt;br /&gt;
[[File:Analytics Content.gif|200px|thumb|left]]Something interesting to note is that since I fixed the tracking code for Google Analytics, it shows just how popular the new games are on this website.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Once upon a time I had been toying with the idea of changing the main page into a very simple page with almost no content, but instead set it up as a launchpad to the various &#039;main pages&#039; for the different games by way of the box covers as you have done.  That never eventuated - partly forgotten as with many ambitious ideas on the wiki in favour of other more exciting things in the recent updates, and a major change like that would&#039;ve been too much of a culture shock. But with all he new fangled extensions and other things the new software can do, perhaps a move back in that direction isn&#039;t a bad idea. It would be nice change to the traditional game intro screen at the top of the page. -[[User:NKF|NKF]] ([[User talk:NKF|talk]]) 08:07, 30 December 2013 (EST)&lt;br /&gt;
:Pete, I completely agree with your idea of dropping everything below the News since it&#039;s easier to simply use the left links and I doubt a lot of people bother to scroll down so much.&lt;br /&gt;
:Regarding the old vs. new games, one of the most telling graphs from Google Analytics is this one:&lt;br /&gt;
[[File:EU stats.png]]&lt;br /&gt;
&lt;br /&gt;
The first increase in daily visits on January 2012 is when XCOM: Enemy Unknown was announced, the massive spike in November 2012 is when it was released. But what&#039;s even more interesting is that for the same period, the Apocalypse page was the 2nd most visited, UFO Defense the 3th and TFTD the 7th. There&#039;s no info for Enemy Unknown 2012 though (there must have been a problem with Analytics since it only started recording visits to the EU2012 pages last month - this might also explain why the visits decreased from November 2012 onwards since visits to the EU2012 were not recorded by Analytics). To me this means that the old games are still live and kicking but also that the new game brought again a big interest on the series. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:23, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
[[File:Homepage 2.jpeg|200px|thumb|left|]] [[File:UFOPaedia-Homepage-3.jpg|200px|thumb|left|]]I&#039;ve been toying with some alternative graphics that are better than my original idea. There&#039;s a colour version, but it&#039;s a bit &amp;quot;full-on&amp;quot; on a predominantly black and white page, and a greyscale version that might work better. My thinking is that if they are both set to something like 49% width with the latter having 2% left padding, they will scale with the different screen sizes people will view it at. That sort of thing works a lot better in browsers nowadays. Any good? If they&#039;re both still a bit bold I could wash out the backgrounds a bit more (that or change the colour of UFOPaedia :D )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Grey Scale looks better, but it looks like you forgot [[The Bureau: XCOM Declassified|The Bureau Case]] on the Reboot series image--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 08:44, 1 January 2014 (EST)&lt;br /&gt;
::I agree with Ditto51, Grey Scale looks better. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 11:52, 4 January 2014 (EST)&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
==Long War at Featured Projects==&lt;br /&gt;
I&#039;ve been having a discussion at the Nexusmods forums regarding the possibility of having a subwiki hosted at the UFOPaedia for the Enemy Unknown (2012)&#039;s Long War mod. This is a mod that has been in development for the past two years and has been highly praised by gaming magazines and EU&#039;s developers and the [http://www.nexusmods.com/xcom/mods/88/? beta] for Long War 3 (compatible with Enemy Within) has just been released. Any comments? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 20:15, 26 May 2014 (EDT)&lt;br /&gt;
:Hm, I&#039;d certianly say it&#039;s a noteworthy mod (though it may be more due to the fact that, in this day and age, information simply travels faster and with greater acessability/ease, than say, the mods for the &#039;94 game, but that&#039;s a different lecture), so I&#039;d say yes, a sub-wiki under XCOM:EU/EW, not as sure as to has a separate sidebar/front page space (besides in the news section, and &amp;quot;yes we have no bannanas&amp;quot; perma-link)(if you understand a thing of what the hell I just said/usually say) like the offical releases (ie; like how EW isn&#039;t in the sidebar, just vanilla EU). Also, I don&#039;t even see a mod/hack page on the xcom.wikia, so that&#039;d be another thing we&#039;d have over them, heh heh~ --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 07:35, 27 May 2014 (EDT)&lt;br /&gt;
::Well I&#039;ve just tried it the first time and downloading the latest beta. I had participated in a few discussions at Nexusmods regarding new features but I had never bothered playing (just another mod and it required a lot of user steps to install) since I had my hands more than full with EU/EW. All I can say is that this is as big as the Enemy Within DLC regarding new features and reworking of the existing ones, turning it into a different game and installation is much easier than before. &lt;br /&gt;
::So I&#039;d definitely add this to the Featured Projects since it&#039;s as big as UFO2000 and OpenXcom and it is more comparable to them rather than EW. The reason why EW is not on the sidebar is because it would require its own separate table and either a lot of duplication of already existing pages or it would be a rather small table. Long War on the other hand reworks the Strategic Layer (air interceptions, panic system, AI), soldier classes/abilities, equipment, Research tree, and several aspects of combat so it will require specific pages to detail all those changes. &lt;br /&gt;
::To finish, I&#039;d use the same rules for Long War as OpenXcom/UFO200: keep its pages completely separate from the EU2012 ones by using a (Long War) category and suffix; no links on EU/EW pages to Long War pages (to separate official games from fandom), and finally create a specific table for Long War, based on the current EU2012 table format. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 09:19, 27 May 2014 (EDT)&lt;br /&gt;
==Wiki Etiquette and Word Choice==&lt;br /&gt;
You should probably change &amp;quot;COULD OF&amp;quot; to &amp;quot;COULD HAVE&amp;quot;. Particularly since it&#039;s in bold. Unless you want everyone to notice your awful grasp of the language, of course. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 02:34, 19 September 2014 (EDT)&lt;br /&gt;
:Keep in mind that for several users English might not be their first language (myself included). Or that &#039;awful&#039; can be understood to be as insulting as &#039;autistic&#039; ;) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:35, 19 September 2014 (EDT)&lt;br /&gt;
::Spanish is my first language. Feel free to edit my Bureau entries, &#039;Shroom.... Which is pretty much &amp;quot;all entries for The Bureau.&amp;quot; Have fun! --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 17:27, 19 September 2014 (EDT)&lt;br /&gt;
:Hobbes: I have an awful grasp of French (significantly more awful, at that). Also, the reason I reacted to Connor wasn&#039;t that he&#039;d insulted Xuncu, but that he did so using a slur that implicitly insulted others (including me). Compare, for instance, the reason people get angry if someone calls a miser a Jew; they&#039;re not angry because of the insult to the miser, but because of the insult to all Jews by equating them with misers. My autistic obsession with X-Com has produced useful pages on this wiki; Connor&#039;s slur denied that and implicitly told me to GTFO. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 18:42, 19 September 2014 (EDT)&lt;br /&gt;
::You have a right to feel insulted whenever someone says something that offends you, but the way you communicate it to the offender is your decision. I find it easier not to take these situations too personally because ignorance is far more common than malice :) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 18:57, 19 September 2014 (EDT)&lt;br /&gt;
:The two blend together in the context of hate speech; while specific malice toward the group in question is not necessarily required, a generally xenophobic mindset and a willingness to stereotype with callous disregard for accuracy &#039;&#039;&#039;is&#039;&#039;&#039; present in basically all cases. Hate speech &amp;quot;by mistake&amp;quot; (ie, using slurs without intending to) is extremely rare and easily distinguishable from the intentional sort. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 21:17, 19 September 2014 (EDT)&lt;br /&gt;
::Wikis have one [http://www.example.com principle] (amongst others) to work: &#039;&#039;&#039;assume good faith on the part of its users&#039;&#039;&#039;. I&#039;ve been [[Talk:Impossible_Difficulty_(EU2012)|called]] here &#039;pedantic&#039; due to my obsession with detail and personally the term has a negative connotation to me but I chose to assume good faith and accept the feedback. Otherwise, if we take slight on every badly chosen word, then this really hurts collaboration, which is what wikis are all about. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:50, 20 September 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
==XCOM2==&lt;br /&gt;
Off to the madness we head out again. :)&lt;br /&gt;
First issue is what suffix to add to page names to help classify and identify their content: (TFTD) for Terror From the Deep, (EU2012) for Enemy Unknown, etc. Any suggestions? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 22:34, 2 June 2015 (EDT)&lt;br /&gt;
:Like we&#039;ve been doing up to this point. EU, TFTD, Apoc, Int?, EU2012 and now I assume XCOM2. If the name changes in the future, we&#039;ll have to adjust the suffix accordingly. Which reminds me, I wonder why we use EU2012 suffix instead of just XCOM?--[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 23:49, 2 June 2015 (EDT)&lt;br /&gt;
:: EU2012 is a bit clumsy, but it helps disambiguate it from the original game. XCOM for the reboot would probably have been too generic (a bit like Gunship!). On the other hand XCOM2 should work as a temporary suffix for the new game. Or ADVENT perhaps? [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 02:00, 3 June 2015 (EDT)&lt;br /&gt;
::: IIRC the discussion, the EU2012 suffix came from with distinguishing the original EU from the remake, while avoiding using of XCOM as a suffix (too generic). I&#039;ve avoided using XCOM2 for this reason although there aren&#039;t other options at the moment. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 07:43, 3 June 2015 (EDT)&lt;br /&gt;
::::Hmmm, well I have no trouble telling the original apart from the reboot because the original had the dash (e.g. X-COM). Granted, the dash wasn&#039;t there right from the start, but it did become the de facto standard by TFTD and remained that way in one form or another (the middot: X&amp;amp;middot;COM was used for the logo a lot too). Likewise, I&#039;ll have no trouble differentiating between TFTD and XCOM2. Have no idea why others would get hung up on this, but whatever. --[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 00:04, 4 June 2015 (EDT)&lt;br /&gt;
:::::Solomon has confirmed that the name is simply &#039;XCOM 2&#039;, without any subtitles so this solves the issue since there are no other alternatives. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 06:59, 4 June 2015 (EDT)&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
What software license does this wiki use? Is it a Creative Commons license like Wikia, StrategyWiki or GamePedia? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:07, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: As I understand it, we&#039;re running on Mediawiki which is open source. So it falls under the GNU General Public License. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 06:43, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You both are referring to two different things. [https://creativecommons.org/about/program-areas/technology/technology-resources/software/ Creative commons isn&#039;t a software license]. It&#039;s for text and other creative works. GNU GPL is indeed the software license, but it doesn&#039;t apply to the text contributed into this wiki.&lt;br /&gt;
:: It&#039;s a really good question though. According to [[UFOpaedia:Copyrights]] and [[UFOpaedia:About]], text contributed here is copyright the respective author, and here authors implicitly agree when they save their changes to allow other contributors to edit/remove their work. So in practice it&#039;s similar to a creative commons license, but legally it isn&#039;t the same.&lt;br /&gt;
:: A big question is can we copy/edit content legally from the other wikis? In the case of xcom.wikia which is CC-BY-SA (it&#039;s noted in the footer), we should be able to as long as it&#039;s explicitly attributed to the author and explicitly tagged [https://creativecommons.org/licenses/by-sa/3.0/ CC-BY-SA]. [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
: A bit late to reply as I missed the response in the deluge of recent activity. I wasn&#039;t entirely clear what you were asking in the original question and was unsure if you were referring to the Wiki software itself or the content. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)  &lt;br /&gt;
:::Note that you need to give credit to *all* authors. If you&#039;re copying something that you know has only been written by one person then fine, but if it&#039;s a paragraph of a wiki article it could have been edited by many. The easiest way to give attribution is to link to the source wiki page, in which the page history gives attribution and you&#039;re covered. Rewriting the information in your own words is better though. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
::::Rewriting is usually the best option, although not the easy one [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
:: My concern is people are going to assume this wiki works like most every other wiki (including wikipedia), but legally it doesn&#039;t. I think it&#039;d be good to move to CC-BY-SA, but that&#039;s a high level decision and I wouldn&#039;t know who to talk to.&lt;br /&gt;
:: [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
:::Changing the license would be incredibly difficult, since you&#039;d need agreement from all the copyright holders, which is basically everyone who&#039;s ever contributed. Might be changeable on a per-page basis maybe. The only major problem I see with the current situation is that content can&#039;t be copied from this wiki to elsewhere because that&#039;s not a right that&#039;s granted by anything. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
:::There was a discussion of moving the UFOPaedia to CC-BY-SA, but coincidentally at the same time we had an incident where content from one of our pages was copy/pasted on another site without any attribution. This at the time dropped the issue but it&#039;s something worth discussing again. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
::The wiki&#039;s license really ought to be CC-SA or CC-BY-SA. The latter protects against copy-paste without attribution (technically; unless you have a legal fund, this is all theorycrafting, more-or-less). I should also point-out that the current statement of copyright is wrong too. There is material that belongs to Firaxis and Pavonis on the wiki, specifically images, as a lot of the writing is &#039;&#039;about&#039;&#039; the game, not directly from the game, and that puts it in the same waters as any Wikipedia article, for example. The images all belong to Firaxis/Pavonis/whoever-else, but they fall under fair-use (as long as their existence on the wiki is for the purpose of documentation, not redistribution). Again, theorycrafting because in reality, it&#039;s extremely unlikely that Firaxis or Pavonis would go after any of the wikis about their games; it&#039;s a lose-lose for them for obvious reasons. (Improving license clarity on all images would be very useful, and is something I could work on gladly, but I don&#039;t want to start building new templates and working through them without access to the site CSS for the same reason I don&#039;t want to deal with other templates; I don&#039;t have the time, and it has become a contingent factor for me because most of my edits have been dealing with styles.)&lt;br /&gt;
::I should also point-out there&#039;s a serious amount of liability for the wiki with saying that whatever gets put on here is copyright of the editors. I&#039;ll use my own recent work as an example. Under the current rules, I haven&#039;t forfeited copyright on any of the templates I&#039;ve done, the info I&#039;ve added, and most importantly the images I&#039;ve put-up. Most of the images are from the game, but any additions like categorization are my work. The base templates are definitely my work, and the skill icons are sketchy since I had to edit them but they aren&#039;t derivative work. Under the current licensing rules, I could technically revert all of my edits, remove all the templates I&#039;ve made, and leave the LW2 wiki in a broken state.&lt;br /&gt;
::As I said, huge liability. &#039;&#039;Any&#039;&#039; user could come back and do this if they wanted to as long as they only did it with their edits. And since MediaWiki logs everything, it&#039;s not hard to write a script to revert every edit one has made. And it would all be perfectly within the wiki&#039;s own rules. This is why wikis that are open for editing by the general public don&#039;t let users maintain their copyright to their edits.&lt;br /&gt;
::To switch, I don&#039;t know what options you have. A &amp;quot;clean break&amp;quot; to an entirely new wiki might be the easiest. You&#039;d have to reconstruct everything (so that you technically don&#039;t copy but instead create new work that happens to be similar to this wiki; as a side-note, if I built a new skin and restyled the wiki, that&#039;d quite clearly count toward it being a derivative work), but as was pointed-out to me by someone recently, most of what is on this wiki falls under factual information. You can&#039;t copyright facts, like how game mechanics work, settings in the game, descriptions of characters (though that&#039;s a little fuzzy for characters with actual stories like Tygan or Shen), etc. The most important thing is that as a new wiki, users would have to re-register and you could change the user agreement to have users&#039; rights to work be transferred to the wiki and then released as CC-BY-SA. (In fact I have someone bugging me to do just this, because of the difficulties in reaching the site admin, whom I still haven&#039;t been able to contact. I can&#039;t even email him since my account email isn&#039;t verified and the email verification is, ironically, broken too.)&lt;br /&gt;
::Or you could just change it. Send a mass email if you feel nice. As I said, this is mostly all theorycrafting. If we&#039;re going to talk about reality instead, then the reality is that the copyright of any work on the wiki quickly becomes insanely difficult to discern, because people will make edits to it. It&#039;s unusual for one person to hold the copyright to a page (which is why I brought my own templates up as they are a worst-case example since I&#039;ve clearly done the vast majority of work on them) or any part of its contents because of the constant editing. If someone wanted to come back and claim copyright, they&#039;d have to file a lawsuit, which would be insane since there would be almost nothing to be gained and it&#039;s not cheap to do so.&lt;br /&gt;
::Keeping the license agreement as it is is untenable though, for all the reasons above. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:42, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just thought I&#039;d throw in my 2c. I&#039;ve only skimmed the discussion, but I assume it&#039;s the copyright blurb on the [[UFOpaedia:About]] page that&#039;s at the core of the issue. &lt;br /&gt;
&lt;br /&gt;
In all honesty I strongly and truly believe that the copyright guff (highly technical term) that Gazchap put up on this page during this Wiki&#039;s infant years was more a case of simply wanting to get something up and running quickly with a very generic copyright statement. Then have it updated as and when necessary. Of course, with the monolithic nature of a wiki, we never really got round to it until it was very briefly visited in the case that Hobbes mentioned.  &lt;br /&gt;
&lt;br /&gt;
While I don&#039;t mean to speak for all of our past and present users, I suspect the issue of the license is for most of us something that&#039;s the farthest thing from our mind when we come to peruse the wiki. We&#039;re not policy makers - we&#039;re just fans that enjoy the games and are happy enough to put our own time and effort into writing about and chronicling information about the games. &lt;br /&gt;
&lt;br /&gt;
I&#039;m only one voice, but I&#039;m more than happy if we bring the wiki in line with the others and go with a form of creative commons license as with the better known Wikis. Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information. The main thing I assumed we&#039;ve always operated on was a sense of common courtesy to cite the source of borrowed material, and to expect the same of others who wish to use any of our content verbatim. &lt;br /&gt;
&lt;br /&gt;
Oh and Tvol, this is apropos of nothing much, but Firaxis did give this wiki a subtle wink with a small detail on the EU2012 Skyranger. Until the cease and desist letters come in, I think we&#039;re in the clear! For now. I think. Fingers crossed. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)&lt;br /&gt;
:Well to be clear, I don&#039;t actually think Firaxis would ever go after a wiki. As I said, it&#039;s a lose-lose situation; no game developer has ever gained anything other than bad press and a sour taste in the mouths of their fans by going after the very fans who support them on a legal technicality. :P&lt;br /&gt;
:&#039;&#039;&amp;quot;Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information.&amp;quot;&#039;&#039;&lt;br /&gt;
:Indeed this is the crux of the issue, I think. It&#039;s not likely but with things as they are, a malicious former contributor could wreak some havoc. The XCOM 2 modding community got a dose of this a while back with the extra ability icons mod being unceremoniously yoinked from the Workshop, leaving people with broken saves. Similar could happen here, which would be pretty awful for all involved. :( (Has Joshua seen this or weighed-in? I haven&#039;t been able to reach him on Skype; still waiting for a contact confirmation.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:38, 8 February 2017 (UTC)&lt;br /&gt;
:: Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism. Of course that won&#039;t last forever as life takes it course and folks move onto other things. I&#039;ll message the bigwigs and see if we get something in motion. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 09:38, 8 February 2017 (UTC)&lt;br /&gt;
:::&#039;&#039;Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism.&#039;&#039;&lt;br /&gt;
:::I don&#039;t think you&#039;re seeing my point. As editors still hold copyright on their work, removing it wouldn&#039;t be vandalism. They would just be removing their work from the wiki, which since they still hold copyright to it, they are totally within their rights to do. No one here would have any basis for complaint, let alone justification for blocking them. That&#039;s why I specifically brought-up templates. If someone writes a template and it gets used on the wiki, and then they remove it, that&#039;s allowed (even expected) by licensing rules, but it would leave the wiki broken with someone else having to rewrite what was removed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 09:55, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Fear not, with a couple of rudimentary templates under my belt, I do understand what you&#039;re getting at. I just have a cavalier light hearted approach to things - please ignore my poor attempt at humour. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 11:22, 8 February 2017 (UTC)&lt;br /&gt;
:Oh. That was humour. Seems I&#039;m not the only pedant around here... --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:52, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG images ==&lt;br /&gt;
&lt;br /&gt;
I have an SVG image of a keyboard with key bindings on it. However, the wiki software won&#039;t let me upload it. Can you enable SVG images please? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:09, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Long War 2 AWC Perks ==&lt;br /&gt;
&lt;br /&gt;
I noticed some missing perks in the LW2 AWC perk lists and was planning to update them, but I&#039;m unsure as to the significance of the yellow question mark symbol that&#039;s enabled for some of the Perks and not for others.&lt;br /&gt;
&lt;br /&gt;
Could someone clue me in so I don&#039;t make a mess of things? -- [[User:Dodger|Dodger]]&lt;br /&gt;
&lt;br /&gt;
:Those symbols are there to indicate that there is additional/supplementary info for the ability/perk. It emulates the interface in-game that is also indicated by the same icon and opens a window with said supplementary info inside. That info is kept on a subpage of each template. For example, {{tl|Aggression (LW2)}}&#039;s info is held at {{tl|Aggression (LW2)/Info}}. This is done mostly to keep the templates themselves clean as well as better deal with whitespace (since MediaWiki can be &#039;&#039;really&#039;&#039; finnicky sometimes about whitespace and will periodically bite one in the ass when making templates). [https://jsfiddle.net/Tvol/w9djepcv/ Here is a fiddle] demonstrating what I was hoping to have them look like (with input from [[User:Mavoc|Mavoc]]). Unfortunately, doing so requires access to the site&#039;s CSS, and I haven&#039;t been able to contact the admin yet. (Also you can sign your name with four tildes.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 06:02, 7 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I added all those perks and there data. Though there are a couple still missing info, see section talk for list.&lt;br /&gt;
&lt;br /&gt;
== Site CSS ==&lt;br /&gt;
&lt;br /&gt;
Since I haven&#039;t been able to reach the site&#039;s admin, I&#039;ve written [https://www.dropbox.com/s/qbboa8oqw8icc5l/CSSprop.pdf?dl=0 everything out in this PDF.] Hopefully even non-technical people will understand what I&#039;m getting at with it. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:20, 9 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got in touch with Joshua today so hopefully these changes will be coming along in the near future. (And I can get back to spamming the wiki with new templates. :p ) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:36, 10 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Template Design (with pretty pictures too!) ==&lt;br /&gt;
&lt;br /&gt;
After fumbling around a bit with the Ability template, I&#039;ve decided upon a general structure for future templates that are in similar domains. Please take a look at this diagram (which is probably a serious abuse of UML for which it wasn&#039;t intended but whatever; this PDF will be updated as I settle on the design for other templates): [https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams] (If it doesn&#039;t load right away just wait for Dropbox&#039;s silly PDF viewer to load.)&lt;br /&gt;
&lt;br /&gt;
And yes, before you say anything, I am playing really loosy-goosy with everything in the diagram. Templates don&#039;t have any type checking, nor do they enforce rules for access, nor do they have methods. This is just a rough sketch of how I think these paramters will be &#039;&#039;intended&#039;&#039; to be used. Templates are really wishy-washy about everything, and that&#039;s why the diagram is wishy-washy too. O.o&lt;br /&gt;
&lt;br /&gt;
One small note: The template names in the diagram are CamelCased, but I intend to name them with hyphens, so &amp;quot;AbilityInline&amp;quot; would be &amp;quot;Ability-inline&amp;quot; instead, it&#039;s just that UML doesn&#039;t allow that in class names, so bleh. MediaWiki is flexible on this point and that could be a space, but I want it to be obvious if an errant space is working its way into that bit of the template, as it could really muck things up.&lt;br /&gt;
&lt;br /&gt;
Supplementary Info:&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Advanced_templates#Variable_templates Variable Templates] (How the heck to dynamically choose which template to use.)&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Array#Summary_of_counts_for_template_limits Summary of counts for template limits]&lt;br /&gt;
&lt;br /&gt;
=== General Structure ===&lt;br /&gt;
&lt;br /&gt;
The point here is to separate the data from the implementation. So, we make a template that holds the data (like {{tl|Suppression (LW2)}} and its kin), and then have that template choose an implementation/displayStyle template to use whenever it&#039;s called. Ideally, the calls would look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Suppression (LW2)}}                      // inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=inline}}  // explicit inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=table}}   // table display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=infobox}} // infobox display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inline display will be default since that&#039;s where it&#039;s most advantageous to use as little space as possible (to make the source markup for content pages easier to read).&lt;br /&gt;
&lt;br /&gt;
Each display style template will have it&#039;s own defaults, which is actually really good news so there is no conflict of concerns (for table display, I can assume the user wants everything displayed by default, whereas for inline, it makes more sense to hide everything but the name by default).&lt;br /&gt;
&lt;br /&gt;
These templates should definitely be backwards portable to the XCOM 2 pages, and probably XCOM:EU and XCOM:EW as well.&lt;br /&gt;
&lt;br /&gt;
=== Parameter Changes for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; will be renamed and moved to &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt;. A new &amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; field will then refer to an icon specifically. &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; will be used for the infobox, as a demonstrative image, like an in-game screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;I&#039;m considering changing &amp;lt;code&amp;gt;b_info&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;b_infoIcon&amp;lt;/code&amp;gt; for clarity&#039;s sake.&amp;lt;/s&amp;gt; Actually not a good idea, since it enables both info display and the icon.&lt;br /&gt;
&lt;br /&gt;
=== New Parameters for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_displayStyle&amp;lt;/code&amp;gt; : The big one. This will be one of either &amp;quot;inline&amp;quot;, &amp;quot;table&amp;quot;, or &amp;quot;infobox&amp;quot;. This will determine which one of the &amp;quot;base&amp;quot; templates gets called to handle display of the ability&#039;s content/info. This will allow all the relevant data for each ability (and later on, every other in-game item or mechanic that can be well defined like equipment or armour) in &#039;&#039;&#039;one&#039;&#039;&#039; place, while still allowing flexibility in display styles. This structure is also extensible, meaning more templates can be added later as different displayStyle options with relative ease (provided we do our level best to get every important piece of info in these templates from the start; see below).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;i_ammo&amp;lt;/code&amp;gt; : Ammo requirement / uses per mission; 0 = unlimited use&lt;br /&gt;
&amp;lt;code&amp;gt;i_cooldown&amp;lt;/code&amp;gt; : Cooldown of the ability in turns; 0 = no cooldown.&lt;br /&gt;
&lt;br /&gt;
Once I get to infoboxes I&#039;m sure there will be many more things to be added. I&#039;ve certainly forgotten things.&lt;br /&gt;
&lt;br /&gt;
=== Stuff To Figure-Out ===&lt;br /&gt;
&lt;br /&gt;
Sane defaults, and most especially, how to display extra info or description inline. A pop-up box could be done with JavaScript, but it should also be possible with only CSS to have a simple div appear like that [https://jsfiddle.net/Tvol/w9djepcv/ fiddle I made as a demo.]&lt;br /&gt;
&lt;br /&gt;
I&#039;m also strongly leaning toward storing all default parameters on their own subpages. This removes a costly switch function (which costs 8 preproccessor nodes on an instant match and 2 thereafter for each check). The expansion size will also be just the size of the text, not twice that size. It&#039;s the most efficient way to manage these, and if someone wants to make a whole page that lists all the abilities in the game, then that could become quite costly. (No idea how costly, but on the theory that limiting resource use is generally a good goal I&#039;m probably going to do it this way, even if it&#039;s a little less convenient.)&lt;br /&gt;
&lt;br /&gt;
Breaking the implementation into separate templates also has the benefit of needing fewer parser functions each time a template is used, since the most important check was done by selecting which template to use. It&#039;s just all-around better.&lt;br /&gt;
&lt;br /&gt;
=== Where I Need Help ===&lt;br /&gt;
&lt;br /&gt;
Figuring-out data types for each type of thingamajig in the game that can be well defined (the stuff in the &amp;quot;Data Paramters&amp;quot; section above). So, take armour as an example: For that there&#039;s supply cost, resistances (which will need to be handled separately), elerium core cost, uhhhhh, probably other stuff I forgot. The important thing is to have everything that can be added there from the start; it&#039;s a lot harder to refactor the templates to display new data than it is to build them once and be done (the most time-consuming part is actually adding the new variable to all the completed data-templates, not adding the ability to display it, go figure).&lt;br /&gt;
&lt;br /&gt;
Off the top of my head I&#039;ve got, so far, Abilities (Perks; unfortunate naming on my part but whatever), Armor, Grenades, Heavy Weapons, PCS&#039;, and Weapons, as general categories. Each will have an inline, infobox, and table displayStyle.&lt;br /&gt;
&lt;br /&gt;
Parameters for these templates fall into three categories, which I&#039;ve called &#039;&#039;&#039;&amp;quot;Parameters&amp;quot;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;quot;Data Parameters&amp;quot;&#039;&#039;&#039;, and &#039;&#039;&#039;&amp;quot;Wiki-Related&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Parameters:&amp;lt;/b&amp;gt; These are the paramters that actually are intended to be used when someone calls these templates. They are used to tell the template how to display the content, like whether or not to display the name, description, info icon, etc. They are not meant to hold or override data associated with the ability/item/whatever.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Data Parameters:&amp;lt;/b&amp;gt; These are the parameters that hold data for the associated ability/item/whatever, and the ones I need the most help with. They are defined on a template page (like {{tl|Suppression (LW2)}}) and nowhere else (so they are defined once and only once). These are not exposed to the caller and can be thought of as protected variables (for those with programming experience). Maybe we can build a table for these somewhere? It is not important to have these filled-in with data for everything, just that they are in the definition of the templates from the get-go (e.g. just because the &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; field will exist for each ability doesn&#039;t mean we need a screenshot for every ability &#039;&#039;right now&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Wiki-Related:&amp;lt;/b&amp;gt; These are anything that is for wiki-related housekeeping only. So far it&#039;s just &amp;lt;code&amp;gt;s_id&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt;. The ID field is intended to be used for the construction of unique element id&#039;s, just in case that is useful for something later (namely targetting elements with CSS); future-proofing. The &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt; parameter is also future-proofing of a sort; all it does is provide the full page name name of the template it belongs to (so for {{tl|Suppression (LW2)}} this reads &amp;quot;Template:Suppression_(LW2)&amp;quot;). It&#039;s required for accessing subpages, which so far have only been used for extended info (although a lot of them seem to be just repeats of what the description says, which was not my intention). It&#039;s good to have so that long-winded, supplementary information can be held somewhere else so the template itself is kept clean and as easy-to-read and understand as possible.&lt;br /&gt;
&lt;br /&gt;
=== Visual Style ===&lt;br /&gt;
&lt;br /&gt;
I think the [[User:Tvol/Colours|colour palette here]] is appropriate for these. I&#039;ll be going for a flat style; no frilly stuff like beveled borders (ewwwwwwwww).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As usual (unfortunately), this is all contingent on my getting access to the site-wide CSS so I don&#039;t have to duplicate significant portions of each template. Depending on time I can probably have this done in a week (or two) from that point (getting access to the CSS), barring any weirdness or delays. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 11:13, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/x7j9eodjnrnv3m5/ParameterDefinitions.html?dl=0 Parameter Definitions (HTML)] (Cleaner, but can&#039;t be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/983z23fb66c0wjj/ParameterDefinitions.pdf?dl=0 Parameter Definitions (PDF)] (Looks worse, but can be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/8j76cdi3fgrz2wz/ParameterDefinitions.md?dl=0 Parameter Definitions (Markdown)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams]&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/4esgqlq5fttlxva/Skeletons.html?dl=0 Skeletons (HTML)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/x4gl8khflh6yr4q/Skeletons.pdf?dl=0 Skeletons (PDF)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/ppkc3zjy8tmzm09/Skeletons.md?dl=0 Skeletons (Markdown)]&lt;br /&gt;
&lt;br /&gt;
=== Template Design Discussion ===&lt;br /&gt;
&lt;br /&gt;
:Nice you got what you wanted :) I was wondering if all the info you&#039;ve posted about templates shouldn&#039;t be moved to a specific page explaining how to use them. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 15:26, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well not yet, but I&#039;m hoping Joshua will get to it soon. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:26, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added documents above. I would appreciate it if others could go through the Parameter Definitions document and offer suggestions on anything I might&#039;ve missed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 16:41, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hobbes, to answer your question more definitively (because I&#039;ve thought about it more), that&#039;ll be something I&#039;ll figure-out later. Once it&#039;s all done it&#039;ll have to be documented, but it should be easy enough to explain with the pretty UML diagrams. The data templates should be straightforward if you refer to the spec sheet (see documents above). The implementation will be the most complicated part. Both of those layers will be &amp;quot;hidden&amp;quot; to editors; that is, you won&#039;t need to know &amp;lt;i&amp;gt;how&amp;lt;/i&amp;gt; everything works under the hood, just that it does. In all there are actually only a small handful of parameters that an editor would end-up using, all of which are related to how the data is displayed, not what it is. I&#039;m hoping Joshua will set-up a user-group with the &amp;lt;code&amp;gt;editinterface&amp;lt;/code&amp;gt; permission soon so I can get started (I&#039;ve given him everything he needs to know how to do it). I can&#039;t (reasonably) start on the implementation until he does and I&#039;m added to the group. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:27, 14 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am tentatively calling the spec above done. Unless I missed something and someone points that out, I&#039;ll start working on template skeletons soon. If anyone has time to read through it to look for missing stuff, that&#039;d be great. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 12:17, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Skeletons are done, as is the spec, probably. These can be used to start uploading data to the wiki in the form of data templates (similar to {{tl|Ability (LW2)}} ). {{tl|Ability (LW2)}} will take more work to change-over, and doing so will also temporarily break the templates where they are being used on the wiki. Without implementation templates, and updating of the template calls, they would stay broken. Please leave these alone until I have a chance to write the implementation templates. (As usual, this is not feasible without site CSS access, which I am still waiting on.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:40, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Given that I&#039;ve received almost no feedback here, and Joshua seems to be absent again (and not responding to my messages on Skype), I really gotta ask: Have you guys thrown-in the towel? I ask especially because of what I saw on the most recent posts on Strategy Core. The wiki needs serious maintenance work done. If you have, I&#039;d like to know, so I can take this work to a new wiki where progress can continue being made on documentation. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:00, 18 February 2017 (UTC)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xenonauts ==&lt;br /&gt;
&lt;br /&gt;
Surprised that I couldn&#039;t find anything about that game on the wiki, not to mention a page dedicated. Is it a deliberate decision (then what&#039;s the reasoning behind it?) or there just wasn&#039;t anybody to actually make it? --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 14:05, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The simple answer is that despite the game&#039;s obvious X-Com inspired roots, it&#039;s not an X-Com game. It&#039;s the same reason we don&#039;t have sections for the UFO:After~ series. Of course, if there&#039;s a demand for a Xenonauts wiki, we could always put the idea forward to our admins to get one set up. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 05:12, 10 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Oh, I see now. And a demand doesn&#039;t seem to be that high to be honest. At least I&#039;m not ready to fully commit myself to that topic (yet) :) Though I think having some kind of &amp;quot;X-Com inspired games&amp;quot; page wouldn&#039;t hurt. With maybe 1-2 paragraphs about Xenonauts, Extraterrestrials, some (discontinued?) fan-made projects perhaps. Also, there&#039;s UFO:AI in &#039;Featured Projects&#039; after all... Well, anyways, your answer totally makes sense, thanks! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 11:20, 16 July 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85121</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85121"/>
		<updated>2017-07-03T15:45:16Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Доделать ==&lt;br /&gt;
*Перевод [[Базы X-COM]]&lt;br /&gt;
**Содержание&lt;br /&gt;
***&amp;lt;s&amp;gt;Заголовки&amp;lt;/s&amp;gt;&lt;br /&gt;
***Текст разделов [0/10]&lt;br /&gt;
**&amp;lt;s&amp;gt;Проставить ссылки&amp;lt;/s&amp;gt;&lt;br /&gt;
**Разобраться с категоризацией&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
*Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
**https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;br /&gt;
*Проблемы с загрузкой страниц вики&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/11302-resignation-as-ufopaedia-administrator/page__st__40#entry158914&lt;br /&gt;
*Проблемы с подтверждением адреса электронной почты&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/12448-confirm-email-address-dont-come-smtp-error/&lt;br /&gt;
*Расширить [[Глоссарий_X-COM_1]] или создать дополнительный для прочих понятий (facility -&amp;gt; модуль, rank -&amp;gt; звание и т.д.)&lt;br /&gt;
*Перенести/скопировать часть информации из [[Модули базы (EU)]] в [[Известные ошибки]]? (ср.: ссылки на баги [[Базы_X-COM#Информация_о_базе]] и [[X-COM_Bases#Base_Information]])&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%91%D0%B0%D0%B7%D1%8B_X-COM&amp;diff=85120</id>
		<title>Базы X-COM</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%91%D0%B0%D0%B7%D1%8B_X-COM&amp;diff=85120"/>
		<updated>2017-07-03T15:41:56Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* Вид текущей базы */ перевел название схемы&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Viewing an &#039;&#039;&#039;X-COM base&#039;&#039;&#039; will bring up a layout of the currently selected base and a list of commands, your current funds, the base layout and facilities present or in construction, and a reduced view of all eight of your possible bases construction status. From here you expand your [[Модули базы (EU)|base]], [[Покупка/Продажа/Пересылка|purchase, transfer or sell]] supplies, recruit people, view your [[Солдаты|troops]], manage [[Исследования|research]], [[Производство|manufacturing]], your [[Авиация X-COM|air force]], and strike teams. While managing a base, time does not elapse, and virtually all commands take time once they are ordered to be completed, so expect to be popping in and out of here frequently.&lt;br /&gt;
&lt;br /&gt;
You can also change the currently selected bases or build new bases from this screen.&lt;br /&gt;
&lt;br /&gt;
==Вид текущей базы==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;right&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;caption&amp;gt;Стандартное расположение модулей первой базы&amp;lt;/caption&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
{{UBK|=&lt;br /&gt;
|dirt|dirt|hangar1|hangar2|dirt|dirt|=&lt;br /&gt;
|dirt|dirt|hangar3|hangar4|dirt|dirt|=&lt;br /&gt;
|dirt|dirt|lift|quarters|dirt|dirt|=&lt;br /&gt;
|dirt|small_radar|stores|lab|workshop|dirt|=&lt;br /&gt;
|hangar1|hangar2|dirt|dirt|hangar1|hangar2|=&lt;br /&gt;
|hangar3|hangar4|dirt|dirt|hangar3|hangar4|=}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This takes up the majority of the screen on the left hand side, and shows you a detailed top down view of your currently selected Base. Each facility you have built will take up one place in the six by six grid you have available to build in, except for hangars which take up four spaces. Inside your hangars any craft currently landed will be visible.&lt;br /&gt;
&lt;br /&gt;
You can click on any of your facilities to attempt to remove it if it is no longer necessary, although if it is in use or is the only link between two other parts of your base then you will be informed that you cannot dismantle it at this point. Be aware when dismantling any facility of the [[Known Bugs#Paying For Dirt|known bug]] that means removing redundant facilities is usually more expensive than just leaving them there, unless you immediately build over them.&lt;br /&gt;
&lt;br /&gt;
==Выбор текущей базы==&lt;br /&gt;
&lt;br /&gt;
There is a series of squares at the top right of the screen just under your current funds that shows the construction state of all of your bases. Green squares show existing facilities, red shows those in progress and brown shows empty space that can be used. Click on any of these to change the currently selected base, which will update the name and region so that you know which you have selected.&lt;br /&gt;
&lt;br /&gt;
==Строительство новых баз==&lt;br /&gt;
:&#039;&#039;See also: [[Управление базами|Base Management]] and [[Стратегическое планирование баз|Base Layout Strategy]]&#039;&#039;&lt;br /&gt;
Choosing this option returns you to the Geoscape screen where you can rotate the globe and zoom as necessary until you find a suitable location. Pressing any key on the keyboard toggles the globe markings for displaying nation borders and major city locations. When you left click to place the new base it will inform you of how much establishing the new base will cost, this will range from $500k up to $1 Million, depending on the location chosen (see [[Лифт доступа|Access Lift]] for a table of locations and prices).&lt;br /&gt;
&lt;br /&gt;
==Информация о базе==&lt;br /&gt;
This screen contains a large amount of information about the currently selected base. Notice that unlike the other screens below the main base screen you can change the currently selected base from here without having to return to the previous screen for quick comparisons and checking.&lt;br /&gt;
&lt;br /&gt;
The various bars are generally fairly self explanatory, for personnel listing the amount of personnel available to be assigned to a new task, and the total that are based here. It also shows most of your facilities that have space limitations and their current usage and capacity. Note that when it says &#039;Space Used:Space Available&#039; what it actually means is &#039;Space Used:Total Space&#039;. The defence strength of the base is also listed here as well as the Short and Long range detection capability of the base. Note that as only a single radar of each type is useful, and value over 1 in either of these bars means you have redundant radar coverage, although there are a few circumstances relating to [[Защита базы X-COM|Base Defence]] you might wish to have this.&lt;br /&gt;
&lt;br /&gt;
You also have the ability using the buttons at the bottom of the screen to see all incoming transfers to this base, whether of purchased goods that haven&#039;t arrived, or transfers from your other bases. You can also get a detailed list of your [[Склад|stores]] so you can tell what is taking up all the space.&lt;br /&gt;
&lt;br /&gt;
Finally you can see the Monthly costs incurred in running this base, including any craft you are renting, the salaries for your Soldiers, Engineers and Scientists. It also lists a figure for your [[Оплата содержания модулей|Base Maintenance]] - this value is incorrect due to a [[Модули_базы_(EU)#Баг_с_отображением_стоимости_содержания_модуля|known bug]], which also means the overall Maintenance total displayed here is similarly incorrect. However, you only actually pay the correct amount (which can be seen correctly on your Finance graphs), and not this incorrectly displayed amount. As your Base Maintenance is normally of quite a small magnitude on your expensive bases compared to wages and rentals this discrepancy between displayed and actual costs is normally not critical. Note that this total also does not include the [[Модули_базы_(EU)#Плата_за_воздух|bugged]] costs you may be outlaying for dirt tiles that previously were occupied.&lt;br /&gt;
&lt;br /&gt;
==Солдаты==&lt;br /&gt;
This brings up a list of [[Солдаты|soldiers]] with [[Звание|rank]] and equipped [[Персональная защита|armour]]. Clicking a name display&#039;s the soldier&#039;s stats, rank, assigned [[Авиация X-COM|transport]], mission count, and kill count. Armour can also be equipped from this screen, oddly enough even when the soldier is on the other side of the globe on a troop transport. Additionally, this screen grants you the powers to rename your hapless soldiers at a whim. Note that you can also move between all the soldiers in a base by clicking the double left and right arrows to either site of the ok button.&lt;br /&gt;
&lt;br /&gt;
==Снаряжение кораблей==&lt;br /&gt;
This screen displays the status (refueling, repairs, etc.) of all aircraft in Hangers at the base. Craft weapons, crew, and assault team equipment and armour are managed from this screen.&lt;br /&gt;
&lt;br /&gt;
You will not be able to see detailed information on any craft listed as &#039;Out&#039;, otherwise you will be able to click on it to get more details up. Depending on the type of craft you selected you will have different options on this screen. For anything other than the [[«Скайрейнджер»|Skyranger]] you will have the choice of modifying the currently [[Вооружение авиатехники|weapons]] loadout, used to bring down [[НЛО|UFOs]]. If the craft has any troop carrying capacity you will also have several more options that allow you to select the [[Солдаты|Crew]], [[Снаряжение (EU)|Equipment]] and Armour.&lt;br /&gt;
&lt;br /&gt;
=== Снаряжение ударной группы ===&lt;br /&gt;
Troops transports need to be assigned both troops and equipment (weapons, tanks, tools). The troops live in the base, but equipment assigned to a transport is stored onboard the craft and does not take up room in the base&#039;s General Stores. The transport also automatically restocks any expended/destroyed equipment from the base&#039;s stores as long as there are sufficient supplies in stock. It will warn you after a mission if it is unable to do so, which is usually worth investigating if you don&#039;t want to turn up at the next battle without any ammo.&lt;br /&gt;
&lt;br /&gt;
==Строительство модулей== &lt;br /&gt;
Your first base is pre-made for you, but is nearly blind and cramped. You need to expand by digging into the rock around you and filling it with [[Модули базы (EU)|base components]]. These components must be built adjacent to your existing base and some take a lengthy amount of time to complete.&lt;br /&gt;
&lt;br /&gt;
All you need to do to order the building of a new facility is select the type of facility you want to add. This will show you the key statistics for that building - its cost, completion time and maintenance costs. Now click on a dirt area adjacent to an existing completed module to begin construction, if you can afford it. Note that [[Ангар|Hangar]]s will require a cleared two by two area to build so plan ahead if you plan to build more hangars later to avoid having to relocate a key facility at a later date to make room.&lt;br /&gt;
&lt;br /&gt;
==Исследование==&lt;br /&gt;
[[Исследование|Research]] requires Scientists and [[Лаборатория|Laboratory]] space in the base. Scientists require bed space in [[Жилой модуль|Living Quarters]] and draw a monthly salary. This is the screen where you assign Scientists to new projects, shuffle them among existing projects, and view progress of current projects. Research is one of the most critical parts of your endeavour, especially in the early phases as you try to get up to speed with the threat posed.&lt;br /&gt;
&lt;br /&gt;
==Производство==&lt;br /&gt;
Similar to research, this is the screen from which you manage X-COM&#039;s (mostly arms) [[Производство|manufacturing]] business. Engineers require [[Мастерская|Workshop]] space to work, as well as [[Жилой модуль|Living Quarters]] for off hours. Many products will require specific materials to build, and all will require some amount of cash. Manufacturing is essential in getting new technologies out to your soldiers and pilots that actually will be taking the fight to the aliens.&lt;br /&gt;
&lt;br /&gt;
== Закупка/Вербовка ==&lt;br /&gt;
In each of these screens you will have a list of supplies that you can either [[Покупка/Продажа/Пересылка|purchase, sell, or send]] to another base. For buying and selling, you will immediately have a list of items and either their sale or purchase price as appropriate, as well as the number you currently have in stores (but not any in transit to the base). For transferring you will first be asked to identify which base to transfer to before seeing a similar screen where you can set the amount of each item to transfer.&lt;br /&gt;
&lt;br /&gt;
[Category:Enemy Unknown/UFO Defense]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%91%D0%B0%D0%B7%D1%8B_X-COM&amp;diff=85119</id>
		<title>Базы X-COM</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%91%D0%B0%D0%B7%D1%8B_X-COM&amp;diff=85119"/>
		<updated>2017-07-03T15:29:53Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Перевел содержание, проставил ссылки, ведущие на русские версии статей&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Viewing an &#039;&#039;&#039;X-COM base&#039;&#039;&#039; will bring up a layout of the currently selected base and a list of commands, your current funds, the base layout and facilities present or in construction, and a reduced view of all eight of your possible bases construction status. From here you expand your [[Модули базы (EU)|base]], [[Покупка/Продажа/Пересылка|purchase, transfer or sell]] supplies, recruit people, view your [[Солдаты|troops]], manage [[Исследования|research]], [[Производство|manufacturing]], your [[Авиация X-COM|air force]], and strike teams. While managing a base, time does not elapse, and virtually all commands take time once they are ordered to be completed, so expect to be popping in and out of here frequently.&lt;br /&gt;
&lt;br /&gt;
You can also change the currently selected bases or build new bases from this screen.&lt;br /&gt;
&lt;br /&gt;
==Вид текущей базы==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;right&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;caption&amp;gt;Default layout for first base&amp;lt;/caption&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
{{UBK|=&lt;br /&gt;
|dirt|dirt|hangar1|hangar2|dirt|dirt|=&lt;br /&gt;
|dirt|dirt|hangar3|hangar4|dirt|dirt|=&lt;br /&gt;
|dirt|dirt|lift|quarters|dirt|dirt|=&lt;br /&gt;
|dirt|small_radar|stores|lab|workshop|dirt|=&lt;br /&gt;
|hangar1|hangar2|dirt|dirt|hangar1|hangar2|=&lt;br /&gt;
|hangar3|hangar4|dirt|dirt|hangar3|hangar4|=}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This takes up the majority of the screen on the left hand side, and shows you a detailed top down view of your currently selected Base. Each facility you have built will take up one place in the six by six grid you have available to build in, except for hangars which take up four spaces. Inside your hangars any craft currently landed will be visible.&lt;br /&gt;
&lt;br /&gt;
You can click on any of your facilities to attempt to remove it if it is no longer necessary, although if it is in use or is the only link between two other parts of your base then you will be informed that you cannot dismantle it at this point. Be aware when dismantling any facility of the [[Known Bugs#Paying For Dirt|known bug]] that means removing redundant facilities is usually more expensive than just leaving them there, unless you immediately build over them.&lt;br /&gt;
&lt;br /&gt;
==Выбор текущей базы==&lt;br /&gt;
&lt;br /&gt;
There is a series of squares at the top right of the screen just under your current funds that shows the construction state of all of your bases. Green squares show existing facilities, red shows those in progress and brown shows empty space that can be used. Click on any of these to change the currently selected base, which will update the name and region so that you know which you have selected.&lt;br /&gt;
&lt;br /&gt;
==Строительство новых баз==&lt;br /&gt;
:&#039;&#039;See also: [[Управление базами|Base Management]] and [[Стратегическое планирование баз|Base Layout Strategy]]&#039;&#039;&lt;br /&gt;
Choosing this option returns you to the Geoscape screen where you can rotate the globe and zoom as necessary until you find a suitable location. Pressing any key on the keyboard toggles the globe markings for displaying nation borders and major city locations. When you left click to place the new base it will inform you of how much establishing the new base will cost, this will range from $500k up to $1 Million, depending on the location chosen (see [[Лифт доступа|Access Lift]] for a table of locations and prices).&lt;br /&gt;
&lt;br /&gt;
==Информация о базе==&lt;br /&gt;
This screen contains a large amount of information about the currently selected base. Notice that unlike the other screens below the main base screen you can change the currently selected base from here without having to return to the previous screen for quick comparisons and checking.&lt;br /&gt;
&lt;br /&gt;
The various bars are generally fairly self explanatory, for personnel listing the amount of personnel available to be assigned to a new task, and the total that are based here. It also shows most of your facilities that have space limitations and their current usage and capacity. Note that when it says &#039;Space Used:Space Available&#039; what it actually means is &#039;Space Used:Total Space&#039;. The defence strength of the base is also listed here as well as the Short and Long range detection capability of the base. Note that as only a single radar of each type is useful, and value over 1 in either of these bars means you have redundant radar coverage, although there are a few circumstances relating to [[Защита базы X-COM|Base Defence]] you might wish to have this.&lt;br /&gt;
&lt;br /&gt;
You also have the ability using the buttons at the bottom of the screen to see all incoming transfers to this base, whether of purchased goods that haven&#039;t arrived, or transfers from your other bases. You can also get a detailed list of your [[Склад|stores]] so you can tell what is taking up all the space.&lt;br /&gt;
&lt;br /&gt;
Finally you can see the Monthly costs incurred in running this base, including any craft you are renting, the salaries for your Soldiers, Engineers and Scientists. It also lists a figure for your [[Оплата содержания модулей|Base Maintenance]] - this value is incorrect due to a [[Модули_базы_(EU)#Баг_с_отображением_стоимости_содержания_модуля|known bug]], which also means the overall Maintenance total displayed here is similarly incorrect. However, you only actually pay the correct amount (which can be seen correctly on your Finance graphs), and not this incorrectly displayed amount. As your Base Maintenance is normally of quite a small magnitude on your expensive bases compared to wages and rentals this discrepancy between displayed and actual costs is normally not critical. Note that this total also does not include the [[Модули_базы_(EU)#Плата_за_воздух|bugged]] costs you may be outlaying for dirt tiles that previously were occupied.&lt;br /&gt;
&lt;br /&gt;
==Солдаты==&lt;br /&gt;
This brings up a list of [[Солдаты|soldiers]] with [[Звание|rank]] and equipped [[Персональная защита|armour]]. Clicking a name display&#039;s the soldier&#039;s stats, rank, assigned [[Авиация X-COM|transport]], mission count, and kill count. Armour can also be equipped from this screen, oddly enough even when the soldier is on the other side of the globe on a troop transport. Additionally, this screen grants you the powers to rename your hapless soldiers at a whim. Note that you can also move between all the soldiers in a base by clicking the double left and right arrows to either site of the ok button.&lt;br /&gt;
&lt;br /&gt;
==Снаряжение кораблей==&lt;br /&gt;
This screen displays the status (refueling, repairs, etc.) of all aircraft in Hangers at the base. Craft weapons, crew, and assault team equipment and armour are managed from this screen.&lt;br /&gt;
&lt;br /&gt;
You will not be able to see detailed information on any craft listed as &#039;Out&#039;, otherwise you will be able to click on it to get more details up. Depending on the type of craft you selected you will have different options on this screen. For anything other than the [[«Скайрейнджер»|Skyranger]] you will have the choice of modifying the currently [[Вооружение авиатехники|weapons]] loadout, used to bring down [[НЛО|UFOs]]. If the craft has any troop carrying capacity you will also have several more options that allow you to select the [[Солдаты|Crew]], [[Снаряжение (EU)|Equipment]] and Armour.&lt;br /&gt;
&lt;br /&gt;
=== Снаряжение ударной группы ===&lt;br /&gt;
Troops transports need to be assigned both troops and equipment (weapons, tanks, tools). The troops live in the base, but equipment assigned to a transport is stored onboard the craft and does not take up room in the base&#039;s General Stores. The transport also automatically restocks any expended/destroyed equipment from the base&#039;s stores as long as there are sufficient supplies in stock. It will warn you after a mission if it is unable to do so, which is usually worth investigating if you don&#039;t want to turn up at the next battle without any ammo.&lt;br /&gt;
&lt;br /&gt;
==Строительство модулей== &lt;br /&gt;
Your first base is pre-made for you, but is nearly blind and cramped. You need to expand by digging into the rock around you and filling it with [[Модули базы (EU)|base components]]. These components must be built adjacent to your existing base and some take a lengthy amount of time to complete.&lt;br /&gt;
&lt;br /&gt;
All you need to do to order the building of a new facility is select the type of facility you want to add. This will show you the key statistics for that building - its cost, completion time and maintenance costs. Now click on a dirt area adjacent to an existing completed module to begin construction, if you can afford it. Note that [[Ангар|Hangar]]s will require a cleared two by two area to build so plan ahead if you plan to build more hangars later to avoid having to relocate a key facility at a later date to make room.&lt;br /&gt;
&lt;br /&gt;
==Исследование==&lt;br /&gt;
[[Исследование|Research]] requires Scientists and [[Лаборатория|Laboratory]] space in the base. Scientists require bed space in [[Жилой модуль|Living Quarters]] and draw a monthly salary. This is the screen where you assign Scientists to new projects, shuffle them among existing projects, and view progress of current projects. Research is one of the most critical parts of your endeavour, especially in the early phases as you try to get up to speed with the threat posed.&lt;br /&gt;
&lt;br /&gt;
==Производство==&lt;br /&gt;
Similar to research, this is the screen from which you manage X-COM&#039;s (mostly arms) [[Производство|manufacturing]] business. Engineers require [[Мастерская|Workshop]] space to work, as well as [[Жилой модуль|Living Quarters]] for off hours. Many products will require specific materials to build, and all will require some amount of cash. Manufacturing is essential in getting new technologies out to your soldiers and pilots that actually will be taking the fight to the aliens.&lt;br /&gt;
&lt;br /&gt;
== Закупка/Вербовка ==&lt;br /&gt;
In each of these screens you will have a list of supplies that you can either [[Покупка/Продажа/Пересылка|purchase, sell, or send]] to another base. For buying and selling, you will immediately have a list of items and either their sale or purchase price as appropriate, as well as the number you currently have in stores (but not any in transit to the base). For transferring you will first be asked to identify which base to transfer to before seeing a similar screen where you can set the amount of each item to transfer.&lt;br /&gt;
&lt;br /&gt;
[Category:Enemy Unknown/UFO Defense]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=UFOpaedia:%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB_%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0&amp;diff=85118</id>
		<title>UFOpaedia:Портал Сообщества</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=UFOpaedia:%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB_%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0&amp;diff=85118"/>
		<updated>2017-07-03T14:28:37Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Перенёс ссылки на глоссарии с главной страницы на портал сообщества&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Добро пожаловать на страницу русскоязычного сообщества UFOpaedia! ==&lt;br /&gt;
&lt;br /&gt;
Эта страница предназначена для координации деятельности участников энциклопедии.&lt;br /&gt;
&lt;br /&gt;
== Перевод статей ==&lt;br /&gt;
*Словари соответствий для перевода различных терминов&lt;br /&gt;
**[[Глоссарий X-COM 1|Глоссарий Enemy Unknown/UFO Defense]]&lt;br /&gt;
**[[Глоссарий TFTD|Глоссарий Terror From The Deep]]&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=85117</id>
		<title>Главная страница</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=85117"/>
		<updated>2017-07-03T14:24:13Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Перенёс ссылки на глоссарии с главной страницы на портал сообщества&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOTITLE__&lt;br /&gt;
==Приветствуем, стратеги!==&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;div style=&amp;quot;margin-top:0px;&amp;quot;&amp;gt;[[image:UFO_Enemy_Unknown_opening_screen.png|200 px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|align=center |&amp;lt;div style=&amp;quot;color:CornflowerBlue; font-size:120%;&amp;quot;&amp;gt;&#039;&#039;&#039;Добро пожаловать на UFOpaedia.org!&amp;lt;/div&amp;gt; &amp;lt;br&amp;gt;Этот ресурс посвящён серии игр &#039;&#039;[http://ru.wikipedia.org/wiki/X-COM X-COM]&#039;&#039;, выпущенных [http://ru.wikipedia.org/wiki/MicroProse MicroProse] с 1994 по 2001 год, а также их идейному продолжению - серии ХСОМ от [http://ru.wikipedia.org/wiki/Firaxis_Games Firaxis Games], которая стартовала в 2012 году.&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
Здесь можно найти информацию о механике игр, а также советы по тактике и стратегии. Если вы любите &#039;&#039;&#039;X-COM&#039;&#039;&#039; и хотите внести свой вклад, посетите [[UFOpaedia:Портал_Сообщества|портал сообщества]]. Мы всегда рады новым людям!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:90%;&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;ВНИМАНИЕ:&#039;&#039;&#039; Этот сайт посвящён компьютерной игре, а не теориям о глобальном тайном заговоре пришельцев.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ufopaedia.org на других языках: [[Main Page|English (Английский)]], [[Pagina Principal|Español (Испанский)]], [[Page_Principale|Français (Французский)]], [[메인_페이지|한국어 (Корейский)]].&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table {{StdCenterTable}} height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&amp;lt;tr {{StdDescTable_Heading}}&amp;gt;&amp;lt;th&amp;gt;НОВОСТИ&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td height=&amp;quot;125&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:red;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Ресурс в стадии разработки!&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Если у вас есть желание помочь проекту — присоединяйтесь!&amp;lt;br&amp;gt;У нас достаточно статей, которые нужно перевести, исправить и дополнить.&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:CornflowerBlue; font-size:150%;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&#039;&#039;&#039;Анонсирован XCOM2!&#039;&#039;&#039;&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Объявленная дата выхода - февраль 2016 г., эксклюзивно на ПК. Все новости о этом проекте можно узнать на [http://xcom.com/agegate/ &#039;&#039;&#039;официальном сайте&#039;&#039;&#039;] или в Сообществе стратегов Рунета - [http://tbs-play.com/community/forums/xcom-2.19/ &#039;&#039;&#039;TBSplay&#039;&#039;&#039;].&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:red;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;* * *  Сборник игр X-COM теперь доступен за $15 * * *&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
На [http://www.gamersgate.com/index.php?page=product&amp;amp;what=view&amp;amp;sku=DDB-XCOM&amp;amp;via=newly_added&amp;amp;aff=sc GamersGate], [http://store.steampowered.com/sub/964/ Steam] и [http://www.direct2drive.com/2/7614/product/Buy-X-Com-Complete-Bundle-Download Direct2Drive]. (В сборнике &amp;lt;b&amp;gt;UFO&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;TFTD&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Apocalypse&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Interceptor&amp;lt;/b&amp;gt; и &amp;lt;b&amp;gt;Enforcer&amp;lt;/b&amp;gt;).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Обзоры сборников [[GEOSCAPE.EXE#X-COM_Complete_Packages|здесь]](англ.). &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Модификация Long War к Enemy Unknown (2012) с дополнением Enemy Within (2013) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Long War Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enemy Unknown (2012) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{EU2012 R Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enemy Unknown (1994) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{EU_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Сиквелы ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{TFTD_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Apoc_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Спин-Оффы ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:75%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| {{Interceptor Icon}} &#039;&#039;&#039;X-COM: Interceptor&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(Interceptor)|Общая информация]]&lt;br /&gt;
|-&lt;br /&gt;
| [[История_(Interceptor)|История]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Граница]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Гиперновостная сеть]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Исследования_(Interceptor)|Исследования]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Читы_(Interceptor)|Читы/Эксплойты]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| {{email X-Com Icon}} &#039;&#039;&#039;E-Mail X-Com&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(email)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Enforcer&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| [[Информация_(Enforcer)|Общая информация]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Персонажи_(Enforcer)| Enforcer, доктор Шуклин и Враг]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Снаряжение_(Enforcer)|Оружие и бонусы]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Миссии_(Enforcer) |Миссии]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Подсказки_(Enforcer) |Подсказки и секреты]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Незавершенные проекты ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Genesis&#039;&#039;&#039; &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Alliance&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(Genesis)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| [[Информация_(Alliance)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UFO2000 ==&lt;br /&gt;
&lt;br /&gt;
UFOpaedia.org также является доменом для официальной вики [[UFO2000|UFO2000]].  UFO2000 - это проект с открытым исходным кодом, тактический PvP-ориентированный симулятор, основанный на X-COM.&lt;br /&gt;
&lt;br /&gt;
== OpenXcom ==&lt;br /&gt;
&lt;br /&gt;
{{OpenXcom R}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:50%;&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;О сайте&#039;&#039;&#039; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
| [[UFOpaedia:Портал Сообщества|Портал Сообщества]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Сообщество|Вкладчики]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Редактирование сайта]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Как написать статью]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ссылки]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Как получить игры]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85116</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=Talk:Main_Page&amp;diff=85116"/>
		<updated>2017-07-03T14:05:56Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: /* Xenonauts */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome To All Rookies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is the place to talk/ask about general issues concerning the wiki and hopefully someone will answer/reply to them. &lt;br /&gt;
&lt;br /&gt;
Specific game questions should be asked on the game&#039;s individual talk pages. &lt;br /&gt;
&lt;br /&gt;
For new users, in order to reduce spam you&#039;ll need to register to be able to edit pages.&lt;br /&gt;
&lt;br /&gt;
To start a new topic simply press the &#039;&#039;&#039;edit&#039;&#039;&#039; button above. Then place your &amp;lt;nowiki&amp;gt;==Topic Name==&amp;lt;/nowiki&amp;gt; like it is written here.&lt;br /&gt;
* To add a line you can either type &amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt; or use the buttons that appear on the edit screen. &lt;br /&gt;
* If replying to an existing topic use colons &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; before your answer&lt;br /&gt;
* Don&#039;t forget to sign your posts in the talk pages by typing &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; at the end. &lt;br /&gt;
* Finally when creating/editing wiki articles have a look at the [[Guidelines to writing articles|guidelines]] page. &lt;br /&gt;
&lt;br /&gt;
That&#039;s it. Happy editing!&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Old articles have been moved to [[Talk:Main Page/Archive]] for later perusal. &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== New Main Page layout. ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m working on a new Main Page layout. Found here: [http://www.ufopaedia.org/index.php?title=User:Kokkan/Main_Page]. So I was wondering if it would be possible to apply something like this ([http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F])? Preferable (http://www.mediawiki.org/wiki/Extension:NoTitle) --[[User:Kokkan|Kokkan]] 16:34, 18 September 2012 (EDT)&lt;br /&gt;
:Looks good to me, just one thing: why is the OpenXcom logo displayed? [[User:Hobbes|Hobbes]] 09:11, 4 October 2012 (EDT)&lt;br /&gt;
:: That was just a aesthetic choice. =) --[[User:Kokkan|Kokkan]] 12:36, 4 October 2012 (EDT)&lt;br /&gt;
:::  I see :) Well the thing is that it&#039;s that placing that logo there is going to bring a lot of attention to that project. My question was if that was intentional or not. [[User:Hobbes|Hobbes]] 12:43, 4 October 2012 (EDT)&lt;br /&gt;
:::: Kokkan, would it be possible to squeeze the &#039;featured article&#039; on the corner below the &#039;UFOpaedia News&#039; (probably enlarge the corner)? I like how the new design has a compact look to it and to me it would look better if the &#039;featured article&#039; was integrated with the news sections. Or probably even switch its position and put it on top rather than the &#039;UFOpaedia news&#039; [[User:Hobbes|Hobbes]] 12:57, 4 October 2012 (EDT)&lt;br /&gt;
::::: Right now it depends on the width of the browser and the content in the Featured Article. I might be able to set some auto-width on the XCOM New window. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT) &lt;br /&gt;
:::::: I was wondering if it wouldn&#039;t be better to bring up the Enemy Unknown 2012 table as the first table, at least for some time after the game is released. With my current maximum resolution both tables still appear one over the other, and I think the UFO Defense table might need a little reorganization and after it is done both games go back to being side by side. Or any other ideas. [[User:Hobbes|Hobbes]] 20:15, 8 October 2012 (EDT)&lt;br /&gt;
::::::: What?! This layout should work with all resolutions down to 1280x720 without stacking items. So it should be fine on everything except the smallest ( &amp;lt;11&amp;quot; ) notepads and pads. --[[User:Kokkan|Kokkan]] 04:49, 9 October 2012 (EDT)&lt;br /&gt;
:::::::: My resolution on my monitor is 1280x1024 and both tables are stacked. [[User:Hobbes|Hobbes]] 05:00, 9 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Same issue here with the overlapping tables, and my screen&#039;s 1024 pixels wide. Doesn&#039;t look any better on the tablet. Quick solution: Break the table out and have it on top ala the original&#039;s old main table, and have the original follow immediately after. &lt;br /&gt;
&lt;br /&gt;
A while back I had wanted to redesign the front page but had to shelve it (and then quickly forgot about it). That was to make the main page just contain the news and a list of box art for the various games that point the users to separate main pages for the different titles, allowing the main tables for each title to be a bit more elaborate. Perhaps this might be a good time to resurrect that concept? [[User:NKF|NKF]] 07:15, 9 October 2012 (EDT)&lt;br /&gt;
:I&#039;ll place the EU 2012 table on top of the original game table (*sniff* *sniff*) for now until a permanent solution is found or the issue is fixed. I&#039;m good with that solution or any other.&lt;br /&gt;
:Quick fix: I&#039;ve moved it to the Featured section. [[User:Hobbes|Hobbes]] 08:03, 9 October 2012 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
:Hi folks, I think the partition to having the XCOM 2012 on its own main page is a really good one... now, folks can go to town on it, without having to keep touching the original fansite per se. But it is still kept close by having a highlighted announcement - Thanks for that, Kokkan! Some other comments:&lt;br /&gt;
[[File:X-COM UFOpaedia screen.jpg|100px|right|thumb|It&#039;s U&amp;lt;u&amp;gt;FO&amp;lt;/u&amp;gt;paedia]] &lt;br /&gt;
::*Do we need two &amp;quot;action&amp;quot; pictures at a time? Maybe we could have one, and use it to help balance the X-COM and the UFOpaedia news so that both &amp;quot;sides&amp;quot; of the news end at about the same place. For that matter, either side of the news could otherwise be tightened up, or expanded. But I wish they both ended at the same place so the main page looks more professional.&lt;br /&gt;
::*This is the time to make the standard for the new XCOM 2012 pages. Can I please ask that, for the URLs themselves, we not put parentheses around EU2012? I see it leading to a lot of hassle because ultimately there will be citations in citations in citations and other future complexities, including for other sites trying to cite us... parens just make everything more difficult and clunky. If you agree but say &amp;quot;but it&#039;d be a hassle to fix it now&amp;quot;, I say that&#039;s the wrong answer because it&#039;s about to explode (I&#039;m sure!!!), so it&#039;s really now or never. Just append EU2012, without parens... everybody can figure out what it means. :)&lt;br /&gt;
::*I&#039;m not sure just how/when it happened, but there&#039;s a lot of &amp;quot;U&amp;lt;u&amp;gt;fo&amp;lt;/u&amp;gt;paedia&amp;quot; on the main page. We use the original game as the convention setter, right? It&#039;s a minor thing, but still, we should have a convention, one way or the other. Does someone think it should be Ufopaedia?&lt;br /&gt;
::*To me, the brief OpenXcom logo nip slip (laugh) raises the issue that I wish we highlighted these efforts better... maybe they could use a little shout-out at the bottom of X-COM News section (just a very brief mention or link - little or no write-up), instead of the tiny section they now have, way at the bottom of the main UFOpaedia page.&lt;br /&gt;
:Again, the above points are minor... the big thing is the new place from EU2012 (great idea!). Thanks!! -[[User:MikeTheRed|MikeTheRed]] 14:24, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: We can set the hight at fixed values, but I really don&#039;t see a point to it. Since the size of the content will change. I prefer the parentheses in the naming, it clarifies what game the page relates to, and I don&#039;t see an extensive problem in linking to pages. Like ( [[Enemy_Unknown_(2012)|Enemy Unknown]]). On the UFOpaedia &amp;amp; OpenXcom logo, I fully agree. --[[User:Kokkan|Kokkan]] 09:11, 5 October 2012 (EDT)&lt;br /&gt;
::: One easy trick to link pages with the (EU2012) suffix is to open the top page on the category, which usually contains a list of all items related with that subject, press edit and then copy/paste the links. [[User:Hobbes|Hobbes]] 09:19, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== XCOM Sidebar logo==&lt;br /&gt;
One possibility I thought of would be to replace the old logo/badge on the upper left corner of the wiki with the newer XCOM badge. Here&#039;s some options:&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:Xcomnewlogo.png|100px|XCOM badge used ingame on the soldiers armor - I can&#039;t get a better pic than this one]]&lt;br /&gt;
[[File:Blue badge XCOM EU.png|100px|XCOM icon used on packing and ingame for menus, etc.]]&lt;br /&gt;
[[File:Xcom_eu_logo.jpg|100px|And there&#039;s also the game logo]]  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anymore ideas? Which would be best? [[User:Hobbes|Hobbes]] 13:44, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:The game logo is much cooler, while the insignias seem much more real-to-life. That said, I vote for cooler. The essence of the old X-COM was how scary cool it was. -[[User:MikeTheRed|MikeTheRed]] 14:33, 4 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: I say keep the old X-logo, show the roots and lets not take over the entire wiki with EU2012. Use the new logos at appropriate EU2012 pages. --[[User:Kokkan|Kokkan]] 08:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: Not selling ourselves completely eh? ;) Well I just have to say I love the yellow and black insignia - that&#039;s probably the first XCOM logo/icon I really enjoy :) [[User:Hobbes|Hobbes]] 09:15, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Showing roots is good, too. The gold one does not seem as high-rez as the other... can we get it any better? -[[User:MikeTheRed|MikeTheRed]] 09:55, 5 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Disambiguation of 1994 vs 2012 Entries ==&lt;br /&gt;
&lt;br /&gt;
See for example the Sectoid entry, where a link to Sectoid (EU2012) has just been added as the first line of the entry. Are we going to do that for every entry that has the same name in 1994 as in 2012? That&#039;s a lot of minor edits someone will need to make! And putting these cross references under See Also would be less intrusive. But maybe a lot of enquiries from new site users are going to be related to EU 2012, and they will be confused if the cross reference is not clear and up-front. Let&#039;s agree a standard approach for this. As an alternative we could use disambiguation pages that show links to both the 1994 and the 2012 versions. Instead or as well, we could start moving 1994 pages by appending (EU1994) to the name.  That&#039;s also quite a lot of work, but may be clearer in the long term. Even more work comes in if we were to use for example [[Sectoid]] as the disambiguation page, because that would mean rewriting all links to Sectoid in all the 1994 entries of the Ufopaedia. Thoughts everyone? [[User:Spike|Spike]] 03:56, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
On a related point - do we really need to append (EU2012) to every entry? I would think it&#039;s only necessary when the same term is used in both games. So it makes sense for Sectoid, but not so much sense for Gollop Chamber. I would suggest that for a term that is &#039;&#039;definitely&#039;&#039; unique to EU 2012, the (EU2012) suffix is not required. But there should always be an EU 2012 Category tag on the entry. [[User:Spike|Spike]] 06:28, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
: If we don&#039;t tag everything now, do we risk the same issue we&#039;re running into with UFO Defense? Also, the new Sectoid page has a space between EU and 2012. No other new page has that. My OCD is making me want to stab people. Is there a way to edit it to not have a space? As far as which way to go, I prefer disambiguation pages much like wikipedia does, but that typically requires tagging both. I would be happy to do the leg work and chase down all the 1994 ones but I don&#039;t like how EU1994 looks (especially since it says 1994 in the Games column to the left [sorry - fixed that - Spike] ) and I don&#039;t know how to update page names. --[[User:PixelOrange|PixelOrange]] 06:34, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Yes, we do need to keep the games a part to not run into conflicting pages/links. Hence we suffix ALL pages on the NEW game &#039;&#039;(EU2012)&#039;&#039;; this is the simplest and most clear way to do it. It does make it a bit of a hassle to link stuff yes. Even if some parts are unique, keep with the naming convention to keep it all as clear as possible. No, There is NO WAY we can do the same for the original game, there is just to much pages and links (and if we start and don&#039;t complete or something goes wrong, the wiki is in a fucked up state). So all pages on Enemy Unknown without the suffix refers to the original game. --[[User:Kokkan|Kokkan]] 07:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::So, if we&#039;re not going to retroactively update the old Enemy Unknown, redirects at the top of every page is my favorite choice (just as they do over at wikipedia). It gives you a quick link right at the top of the page, it&#039;s non-intrusive, and it&#039;s easy to implement across the board. --[[User:PixelOrange|PixelOrange]] 07:38, 19 October 2012 (EDT)&lt;br /&gt;
:::: OK but that&#039;s only going to be workable for the EU2012 pages, right? Any modification to all of the EU1994 pages is a big task, whether it&#039;s a disambiguation link at the top of the page, or a systematic rename to suffix &amp;quot;EU1994&amp;quot; on to the end of the page name - the workload is similar. I guess we could take a policy that says - anytime you create an EU2012 page, check to see if an EU1994 page of the same name exists. If so, add disambiguation links to the top of both pages. Or, for that matter, Move the EU1994 page by adding the suffix to its name. By the way, Move is how you rename a page, and the old name is preserved as a redirect to the new name. [[User:Spike|Spike]] 08:12, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::: I agree that disambiguation notices/links on top of pages probably is the best way to handle this (as in the [[Sectoid]] page). Moving and creating disambiguation pages is to much workload, and to have some (EU1994) pages and some without would be even more confusing. So I say no (EU1994) suffixes at all. --[[User:Kokkan|Kokkan]] 09:17, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::: I don&#039;t think it&#039;s that cut and dried myself. Moving (renaming) the old pages is less workload than creating the disambiguation links. Also, adding the disambiguation links will disrupt the style / formatting of the existing EU 1994 pages which were not designed to have these links at the top, and which have had a lot of effort put into their layout over the years. Creating a disambiguation page with the &amp;quot;base&amp;quot; name, eg &amp;quot;Sectoid&amp;quot;, the same name as the existing 1994 page, is a huge workload, because then all the links will break. Creating a new page called &amp;quot;Sectoid (disambiguation&amp;quot; and redirecting to it is not much better. A simple Move/rename will not break any links, meaning low workload - same as inserting a disambiguation link/notice. Keep in mind that the scope of the problem is only the pages for terms that exist in both games. &amp;quot;Sectoid (EU1994)&amp;quot; vs &amp;quot;Sectoid (EU2012)&amp;quot; is part of the required disambiguation workload. Heavy Cannon (unique to EU1994) vs Alloy Cannon (unique to EU2012) does not need to be part of the workload. It&#039;s a safe strategy to keep naming all new 2012 pages with the EU2012 suffix, but whatever method is selected does not need to be applied to all pages in both games. For example, we do not label all TFTD pages with (TFTD). We don&#039;t say &amp;quot;Tentaculat (TFTD)&amp;quot; and &amp;quot;Chrysallid (EU)&amp;quot;. We do say &amp;quot;Zombie (TFTD)&amp;quot; and &amp;quot;Zombie (EU)&amp;quot; (even though the differences are only cosmetic). [[User:Spike|Spike]] 09:51, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::: We already had this discussion a while ago because of Apocalypse and the common elements of the series that extend to it and TFTD. I don&#039;t recall the discussion but you guys mentioned the main topics but the idea was to start using the suffixes, specially when creating new pages, and not to worry about the existing pages because of the workload involved. It&#039;s basically to avoid the mess of the original game&#039;s pages regarding naming and to help categorize identify pages.  &lt;br /&gt;
::::::: This method makes linking a bit harder but it&#039;s a matter of using a few tricks (which I already use when linking on the original game), like open and edit the section page (Soldiers, Weapons, Alien Life Forms, etc.) and just copy/paste the links you need. That&#039;s also why the section pages usually consist of lists of items.&lt;br /&gt;
::::::: Finally me and Spike can delete, move and rename pages, as an administrators so just let us know what you need :) [[User:Hobbes|Hobbes]] 11:09, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:::::::: I&#039;ve been thinking about the effects these new XCOM games (EU 2012 and the upcoming FPS) may have on the future of the series. If XCOM sees more games even further in the future that involve the aliens from the original, I don&#039;t think links at the top of the page is going to do the trick. We should make disimbaguation pages now to pave the way for recurring aliens and items that may make an appearance in any potential future installments. Just a thought!--[[User:SuicidalSectoid|SuicidalSectoid]] 21:26, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Another option that I&#039;ve been thinking over is asking Pete if he could set up a separate Wiki for the modern title(s) and keep this one for the classic titles. It would keep things tidy, and there&#039;s actually little crossover or common material between the new and old apart for historical and ancestry referential purposes. [[User:NKF|NKF]] 21:46, 19 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Personally I think all games of the series, old or new, should be all united in a single wiki. It helps this one grow, instead of just running out of material. It also shows how the series began and progressed to become what it is today. It helps people who are new to the series find older games in the series far easier and learn all their quirks and strategies. Of course there is what I mentioned above to consider, if this series really has been revived, then more games in the series may emerge and the new wiki could end up being &amp;quot;untidy&amp;quot;.--[[User:SuicidalSectoid|SuicidalSectoid]] 10:54, 20 October 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Pretty Colours ==&lt;br /&gt;
&lt;br /&gt;
You know what&#039;d be cool? Different page themes depending on the game. Say for example, yellow for TFTD, red for Apocalypse, black / dark grey for XCOM, and so on. Or maybe even custom wallpaper for each title - nothing overly eye-catching, just an easy way to differentiate what you&#039;re looking at with a glance.&lt;br /&gt;
&lt;br /&gt;
We&#039;d need an extension to do it (I&#039;ve already got my eye on [http://www.mediawiki.org/wiki/Extension%3aPageCSS a simple looking one]), but before I bug Pete about it, what say ye all? The way I see it, we&#039;d need to make one template page per &amp;quot;theme&amp;quot; - but then we&#039;d need to edit just about every page on the wiki to implement them...&lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 02:59, 18 January 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
: I wanted to do something similar many years ago when I started making the navbars so that when people went to a page, they&#039;d go &amp;quot;oh, this is EU or TFTD&amp;quot; just by the colours. Didn&#039;t get received very well if I remember correctly. But, with todays better versions of wiki software and scripts, why not? Go for it I say. -[[User:NKF|NKF]] 17:47, 18 January 2013 (EST)&lt;br /&gt;
: I think that&#039;s a wonderful idea, the issue is to pick a good color design that retains readability. [[User:Hobbes|Hobbes]] 18:30, 18 January 2013 (EST)&lt;br /&gt;
:Great Idea! I second what Hobbes is saying about readability. If you can&#039;t read what&#039;s on the page there&#039;s no point to new colours.--[[User:SuicidalSectoid|SuicidalSectoid]] 17:45, 25 March 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;So, yeah, I did bug Pete, and not long after he delivered: We&#039;ve had the plugin online a while now...&lt;br /&gt;
&lt;br /&gt;
Anyway, this afternoon I sat down and plugged some stuff into it. It works much like I hoped (though unfortunately it doesn&#039;t have much control over images - can&#039;t set them as background for eg). Adding the tag &#039;&#039;&amp;lt;nowiki&amp;gt;{{StyleTest01}}&amp;lt;/nowiki&amp;gt;&#039;&#039; to a page and saving it (or, perhaps for now, previewing it - though I&#039;ve applied it to THIS page for now) applies the effects within that template.&lt;br /&gt;
&lt;br /&gt;
That one&#039;s just an experiment, might be a little garish maybe (I basically grabbed colour codes out of screenshots from EU2012; I won&#039;t call myself an artist), and doesn&#039;t yet override every wiki element that needs to be handled - but I reckon it&#039;s a decent start.  :) &lt;br /&gt;
&lt;br /&gt;
- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 03:47, 21 April 2013 (EDT)&lt;br /&gt;
:I like it. [[User:Leman Russ|Leman Russ]] 04:05, 21 April 2013 (EDT) &#039;&#039;Thanks! - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&#039;&#039;&lt;br /&gt;
:Nice, I like trying to replicate but the colors sure need some testing. One thing I&#039;m wondering: is it possible to use the font used in EU2012 (it seems to be Century Gothic)? Another suggestion I&#039;d make is to replace the XCOM logo on the top left with the new one. &lt;br /&gt;
:I&#039;ve applied the styling to the page I&#039;m currently working on: [[Class_Builds_(EU2012)]]. The main issue is the color of the links (dark blue isn&#039;t the best for contrast). Another thing needed would be to change the default colors used in the table templates to match the new style. [[User:Hobbes|Hobbes]] 04:36, 21 April 2013 (EDT)&lt;br /&gt;
::Apparently Century Gothic is not installed on most machines by default. It may be possible to load it on to the wiki somewhere and get viewers to download it as needed, but I really dunno. I&#039;m guessing &#039;MS PGothic&#039; is the best match that&#039;s widespread - I&#039;ve tweaked the template to use that if Century Gothic isn&#039;t available, or to fall back to the wiki default if neither are on the viewer&#039;s machine.&lt;br /&gt;
&lt;br /&gt;
::I did try switching the logo, but apparently the plugin doesn&#039;t allow it. Or the icon isn&#039;t accessible to CSS. Or I didn&#039;t know which element to tweak. What I&#039;ve read specifically states I shouldn&#039;t be able to use the required &amp;quot;background-image&amp;quot; tag, but that&#039;s exactly what I needed to do to change the toolbar at the top of the page...&lt;br /&gt;
&lt;br /&gt;
::I HAVE overridden the main &#039;wikitable&#039; template, and there should be no blue links visible (except for ones leading off-site, I forgot about those)... In fact I&#039;d go as far as to say the table looks great on that Class Builds page in particular (where the text matches the icons) - are you seeing what I&#039;m seeing? [http://img.photobucket.com/albums/v213/BombBloke/StyleTest01_01_zps93e4e66e.jpg A screenshot may be in order]? I&#039;m a little worried about browser compatibility in regards to my CSS overriding that which is already in the wiki site files.&lt;br /&gt;
&lt;br /&gt;
::Depending on how I go for time I may deal with image thumbnails, the category bar, table of contents etc tonight.&lt;br /&gt;
&lt;br /&gt;
::Please feel free to experiment if you feel so inclined! Either make a new &#039;&#039;StyleTestXX&#039;&#039; page and copy/paste my starter version in, or go right ahead and modify mine! If you lack any tools on your system for colour code generation, [http://www.2createawebsite.com/build/hex-colors.html here&#039;s an online one].&lt;br /&gt;
&lt;br /&gt;
::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 06:41, 21 April 2013 (EDT)&lt;br /&gt;
:::On my laptop I see it like this, I think it&#039;s the same and it seems to be using Century Gothic: [[:File:style1.png|style1.png]] - [[User:Hobbes|Hobbes]]&lt;br /&gt;
&lt;br /&gt;
::::Ah yes, that was a match of colours, though you&#039;re definitely using a different font (it&#039;s installed by Office, see).&lt;br /&gt;
&lt;br /&gt;
::::Still not sure what you&#039;re meaning about the tables, but I&#039;ve switched monitors and see what you&#039;re saying about the links. I think maybe yellowy? Dunno.&lt;br /&gt;
&lt;br /&gt;
::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:50, 21 April 2013 (EDT)&lt;br /&gt;
:::::Yellow links look better than the previous ones. What I meant about the tables is that on the Class Builds the background color of each table is table while the page background is dark grey. I got Century Gothic installed (it&#039;s a free font IIRC), is it the one being used? [[User:Hobbes|Hobbes]] 11:20, 21 April 2013 (EDT)&lt;br /&gt;
::::::Er...&lt;br /&gt;
&lt;br /&gt;
::::::The cells should have a black background, the header cells should be grey. This is what I intended, though if you&#039;re expecting something different (or have a different suggestion) I&#039;m more then happy to try other styles.&lt;br /&gt;
&lt;br /&gt;
::::::I&#039;d say you&#039;re indeed using Century Gothic. If you check the &amp;quot;font-family&amp;quot; line in the template, the web browser reads it from left to right, and uses the first font specified that exists on the computer (so if it can&#039;t find one, it falls back to the next, and so on). Hence if you start removing fonts from the front of the list and previewing the page you can compare each one. - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:11, 21 April 2013 (EDT)&lt;br /&gt;
:::::::There were a couple of white backgrounds on table but those seen to have disappeared. Century Gothic still looks the better (and it seems to be free) since it is the one (or really close) used in Enemy Unknown 2012. [[User:Hobbes|Hobbes]] 20:43, 21 April 2013 (EDT)&lt;br /&gt;
::::::::Best I can make out it should be possible to use an uploaded font no worries, though I&#039;d need to bug Pete to actually get it on to the server.&lt;br /&gt;
&lt;br /&gt;
::::::::In the meantime, bold tildes are pretty much rendered blobs under PGothic (&#039;&#039;&#039;~&#039;&#039;&#039;). They looking ok to you? - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:04, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::This is what I see using it as a font [[:File:PSGothic.png]] [[User:Hobbes|Hobbes]] 17:37, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::I&#039;m trying the new Style in a few pages and it is looking great. What I&#039;m starting to wonder is what will happen to the other pages (non-EU2012). With UFO, TFTD and Apoc it should be possible to replicate it (although I have quite a few doubts about TFTD&#039;s colors...). But what about the other pages not directly related to a game? [[User:Hobbes|Hobbes]] 17:55, 22 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::::::::::We can currently only skin pages we manually add the template link to. That means that certain pages (like recent changes or page history) &#039;&#039;can&#039;t&#039;&#039; be skinned, not unless the skin files are changed on the server side... Which&#039;d be a lot harder then skinning through these templates is (lots of files to modify with no simple way of previewing the changes, unless someone sets up their own wiki to play with on a home computer).&lt;br /&gt;
&lt;br /&gt;
::::::::::In short, for now we may just have to leave &#039;em. While it might currently seem a bit jarring with just a black skin and a white skin, I think it won&#039;t seem so bad once there&#039;s a few others floating around the place.&lt;br /&gt;
&lt;br /&gt;
::::::::::In particular I was thinking of leaving talk pages unskinned regardless of what game they belong to (if only because most articles don&#039;t HAVE a talk page). - &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 19:05, 22 April 2013 (EDT)&lt;br /&gt;
:::::::::::Please tell me you&#039;re not sticking to the green background when showing a page&#039;s changes... ;) [[User:Hobbes|Hobbes]] 14:01, 23 April 2013 (EDT)&lt;br /&gt;
::::::::::::Can&#039;t think of anything better for it myself. :|&lt;br /&gt;
&lt;br /&gt;
::::::::::::You do mean the green background that goes against added lines, yes? The bit of code to tweak goes along the lines of:&lt;br /&gt;
&lt;br /&gt;
:::::::::::: td.diff-addedline {&lt;br /&gt;
::::::::::::  background: #559E06;&lt;br /&gt;
:::::::::::: }&lt;br /&gt;
&lt;br /&gt;
::::::::::::- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
Indent resetinator activated! I certainly hope this is a work in progress. It&#039;s very hard to read on my smartphone browser, and even on my laptop it&#039;s a real squint-fest. I&#039;d probably recommend a slightly lighter dark background rather than having extreme darks or lights. &lt;br /&gt;
&lt;br /&gt;
But that aside, we could ask Pete to implement a few snazzy skins that you can access from the appearance tab under your preferences screen. The skin will then apply to all the wiki pages with no specific skins assigned to them. Mind you, this change will only affect the individual accounts. [[User:NKF|NKF]] 02:36, 24 April 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Yep, if I considered it done it&#039;d have a rather more official looking name and I&#039;d be slapping it onto pages left right and center.  ;) &lt;br /&gt;
&lt;br /&gt;
:I will say I can&#039;t see much room for improvement myself - I&#039;m no graphic design artist. I&#039;m more then happy to implement any mock-ups people show me if they&#039;re not interested in tweaking the colours themselves, though.&lt;br /&gt;
&lt;br /&gt;
:- &amp;lt;span style=&amp;quot;font-size:xx-small&amp;quot;&amp;gt;&amp;amp;nbsp;[[User:Bomb_Bloke|Bomb Bloke]] ([[User_talk:Bomb_Bloke|Talk]]/[[Special:Contributions/Bomb_Bloke|Contribs]])&amp;lt;/span&amp;gt; 09:11, 25 April 2013 (EDT)&lt;br /&gt;
::Well, no one else suggested improvements, so I&#039;m wondering if we should start using the new style on the EU2012 pages. [[User:Hobbes|Hobbes]] 10:52, 26 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
::: I disagree with the use of individual styles over-riding the default one at special pages, it makes the wiki inconsistent and messy. &amp;lt;br/&amp;gt;If you are to add a new style to site, do it RIGHT and add it as a skin in the user preferences. --[[User:Kokkan|Kokkan]] 07:34, 6 September 2013 (EDT)&lt;br /&gt;
:::: I agree since I made a test the other day of the proposed EU2012 style and I wasn&#039;t satisfied with the results regarding readability - the colors make it too tiring to read. I have no idea of how to add skins though [[User:Hobbes|Hobbes]] 17:10, 6 September 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==The Bureau==&lt;br /&gt;
We better start thinking of adding a section for the game since it will be released next month. [[User:Hobbes|Hobbes]] 08:30, 17 July 2013 (EDT)&lt;br /&gt;
: And we have the starting page and table for the [[The Bureau: XCOM Declassified|The Bureau]] online, although it is completely bare for the moment. [[User:Hobbes|Hobbes]] 22:30, 22 July 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
==UFO: Alien Invasion==&lt;br /&gt;
I am one of the developers of [http://ufoai.org UFO: Alien Invasion], an open-source game inspired by X-Com. Ufopaedia.org taught me how to not suck at the original X-Com years ago and I&#039;ve always been grateful. I wondered if the maintainers of ufopaedia.org would be interested in adding support for our game. While we have our own development wiki where we could host strategy advice, I think there are several benefits to having a third-party strategy guide. Of course, the fact that our game undergoes rolling development will lead to extra maintenance work. But I think this could be limited by only providing data on the latest stable version (released once every year or two). I am willing to undertake the work to prepare the initial content for our upcoming stable release 2.5. --[[User:H-Hour|H-Hour]] 09:55, 26 August 2013 (EDT)&lt;br /&gt;
:Hi there. I&#039;m one of the administrators and although I can&#039;t speak for the other admins or the site owner (Pete), I think that it would make sense to add UFO:AI to the Featured Projects section. I&#039;ll ask them if there&#039;s any objection on the UFOPaedia&#039;s [http://www.strategycore.co.uk/forums/UFOPaediaorg-f96.html| forum] at Strategycore and if they&#039;re good about it, I&#039;ll add the link to the wiki sidebar. Should the initial page be named [[UFO:AI]] or do you prefer something else? Also, the game needs a wiki suffix, to be used in the guide&#039;s individual pages name and for their category tags, as an example all XCOM: Enemy Unknown pages use &amp;lt;nowiki&amp;gt;(EU2012)&amp;lt;/nowiki&amp;gt;. [[User:Hobbes|Hobbes]] 10:25, 26 August 2013 (EDT)&lt;br /&gt;
::That&#039;s great, Hobbes. UFO:AI is fine for both the main page name and as a page suffix. If you think it is better given our rolling development, we can include the version for clarity (UFOAI2.5). --[[User:H-Hour|H-Hour]] 10:44, 26 August 2013 (EDT)&lt;br /&gt;
:::Better to keep version out otherwise it might be confusing. I&#039;m just going to wait a day or two to give the other admins time to read it. [[User:Hobbes|Hobbes]] 11:47, 26 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve just added UFO:AI to the Wiki Sidebar. Happy editing :) [[User:Hobbes|Hobbes]] 05:33, 28 August 2013 (EDT)&lt;br /&gt;
::Thanks Hobbes! I&#039;ll get to it soon. --[[User:H-Hour|H-Hour]] 11:08, 28 August 2013 (EDT)&lt;br /&gt;
:I&#039;ve put up the initial table. Please let me know if there is anything that should be changed regarding the format or structure to ensure it complies with ufopaedia standards. --[[User:H-Hour|H-Hour]] 10:41, 29 August 2013 (EDT)&lt;br /&gt;
::We don&#039;t really have any standard for those tables, just use what you feel is more comfortable/logic :) [[User:Hobbes|Hobbes]] 11:25, 29 August 2013 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Extensions ==&lt;br /&gt;
&lt;br /&gt;
Over on wikia ot is possible to put sub-pages into tabs so that when u click on one it has different info than the other. If we had them on here then we could split the main page into 2 different tabs with old X-COM on one and new XCOM on the other while leaving the news where it is and the spin off/based off titles below it.&lt;br /&gt;
&lt;br /&gt;
Just an idea--[[User:Ditto51|Ditto51]] 04:08, 25 November 2013 (EST)&lt;br /&gt;
:Just checked to see how subpages work on Wikimedia but by default they&#039;re limited to the user and talk pages. Might be interesting to implement for specific game items that are changed between EU and EW (Chitin Plating, etc.). I&#039;m still waiting for Pete to fix the login process though since we need to get rid of the spammers before anything else. [[User:Hobbes|Hobbes]] 06:56, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:: I&#039;ve been spending some time browsing the Minecraft wiki recently, and a couple of convenient extensions like expanding/collapsing content would be nice to have here as well. It would handy for the EW content as per the discussion elsewhere. It would be worth forming a list of the extensions we could use (and a link to said extension on www.mediawiki.org if possible). Once the signup issue is sorted we could suggest them to Pete. -[[User:NKF|NKF]] 07:06, 25 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::The info about the subpage is here [http://www.mediawiki.org/wiki/Help:Subpages]. The other extension we were discussing before was spoilers [http://www.mediawiki.org/wiki/Extension:Spoilers]. We might as well ask this already for Pete so that he can set time for it. [[User:Hobbes|Hobbes]] 07:33, 25 November 2013 (EST)&lt;br /&gt;
::::Spoilers is now installed. Subpages are an interesting idea - essentially categorising the content better as you would on a normal website (if you were thinking of going /terror from the deep/aliens or something like that?). Since MediaWiki handles moved pages pretty sensibly (moves the page and its Talk page to the new location and points the old URL to the new page) there shouldn&#039;t be an issue with this. I would say that it&#039;s more of a library format then and it needs a few librarians to be in charge of the categorisation, but you guys seem to be doing a grand job of that anyway :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Found the tabs I was talking about [https://www.mediawiki.org/wiki/Tabber tabber] --[[User:Ditto51|Ditto51]] 08:37, 25 November 2013 (EST)&lt;br /&gt;
::::Tabber is now installed --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::I can&#039;t get this to work, even when I use the example coding on the mediawiki page.--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 18:01, 29 December 2013 (EST)&lt;br /&gt;
::::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
&lt;br /&gt;
:::[http://www.mediawiki.org/wiki/Multiple_upload Multiple Upload], to make it easier to upload images multiple images.--[[User:Ditto51|Ditto51]] 10:48, 1 December 2013 (EST)&lt;br /&gt;
::::The author doesn&#039;t seem to be maintaining this which is a worry, plus the discussion page for it mentions security issues so I&#039;m not going to bother with this one --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 08:33, 29 December 2013 (EST)&lt;br /&gt;
:::::Installed an extension called MsUpload instead - you can see a bar at the top of the editor where you can drop files, or click the up arrow on the toolbar. This adds files to the queue and you can click on the name to rename them before uploading them. It then provides links to insert them --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 09:41, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Seems like only MsUpload is installed based on [[Special:Version]]; doesn&#039;t seem to show any other mentioned extensions?--[[User:DracoGriffin|DracoGriffin]] ([[User talk:DracoGriffin|talk]]) 19:47, 29 December 2013 (EST)&lt;br /&gt;
::::My bad - was updating the wrong version of the settings file. The other extensions should now be avalable.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Wiki Software Upgrade ==&lt;br /&gt;
The Wiki software has now been upgraded to version 1.22 (was 1.16) so a few things have changed cosmetically and functionally. Whilst I&#039;ve tested things myself and they seem alright, you guys might spot some things I won&#039;t, so please let me know here if there are any issues. Now we&#039;re up to date, I can look at the extensions requested above :) --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 07:24, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
Pete has asked in a [http://www.strategycore.co.uk/forums/topic/10805-wiki-software-key-features/ thread] on the Strategycore.co.uk forums for suggestions of new features to add during the wiki software upgrade. Please go there for the discussion or post here what features you think relevant for the UFOPaedia upgrade. [[User:Hobbes|Hobbes]] 08:42, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:That wasn&#039;t &#039;&#039;exactly&#039;&#039; what I was asking there - it was more &amp;quot;if there were an ideal WIKI software what would its main features be?&amp;quot;. Though I suppose if there are other features that are required (aside from the obvious &amp;quot;better spam filtering&amp;quot;) then I could see what&#039;s available after I&#039;ve upgraded. Just so you all know, I&#039;ve pencilled in 10am GMT tomorrow (see link for current time: http://wwp.greenwichmeantime.co.uk/time-zone/europe/uk/time/ ) to move UFOPaedia to the same server that StrategyCore now sits on. The move gives us more power to run the software and expand it and sees the end of recent server instability. I&#039;ll put up a message at the top of the site in a few minutes, but just so you all know what&#039;s going on and that there will be downtime for a few hours. Once you see the message disappear from the top of the screen, you&#039;ll be looking at the new server and can post again. Apologies for the short notice, but whilst it&#039;s quiet and I have time, I really need to do the move and get things more stable before attempting the upgrade. --[[User:Pete|Pete]] 14:39, 27 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Most embedded images no longer display properly with the update, barring for a brief period during page load, only to disappear after page fully loads.  Tested in two browsers. [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 16:48, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
:::Can you give me a few examples of pages where this happens? I know I caused a weird issue for a while earlier on if you had www. at the start of the web address, so make sure you don&#039;t have that in your address bar, but aside from that I can&#039;t think of anything that would cause that without seeing a page where it&#039;s happening. If you can link a page AND describe which images disappear on it I can investigate further. --[[User:Pete|Pete]] ([[User talk:Pete|talk]]) 17:54, 29 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
::Seems to be working fine now, thanks for the response! [[User:Arrow Quivershaft|Arrow Quivershaft]] ([[User talk:Arrow Quivershaft|talk]]) 19:50, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Watchlist E-Mails ==&lt;br /&gt;
&lt;br /&gt;
When I recieve E-Mails about edits on the EU2012 pages, it always take me to a new page because the bracket at the end is no included in the link for some reason&lt;br /&gt;
Eg. An E-Mail about Second Wave (EU2012) takes be to Second Wave (EU2012&lt;br /&gt;
&lt;br /&gt;
--[[User:Ditto51|Ditto51]] 03:45, 28 November 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
== Simpler Main Page ==&lt;br /&gt;
&lt;br /&gt;
[[File:Cleaner Homepage Idea.png|200px|thumb|left]] I know this is going to generate all sorts of responses - there are some people here being quite negative about the new games (the old ones aren&#039;t coming back, nor have they gone away though!) and since UFO and TFTD seem to get the most love of all of the original series of games this idea might not go down too well, but what do you think?&lt;br /&gt;
&lt;br /&gt;
It is just an idea after all, but my train of thought was that (not intending to offend) the homepage is too busy. The links next to the intro text are a bit small, and then the game &amp;quot;contents&amp;quot; links are just way too far down the page for people to bother with so I thought perhaps something a bit more visible might be good, then lose EVERYTHING below the news. To my mind, the homepage should have your introduction, obvious links to the content people are searching for and then news - that&#039;s it. The contents further down the page are merely replicating what you get when you click on the game links anyway.&lt;br /&gt;
&lt;br /&gt;
I have introduced an issue using the 1994 UK box cover at the beginning there, so might be best having it alternate between the two or be half and half somehow, but I suspect that&#039;s the least of the comments I&#039;m going to get.&lt;br /&gt;
&lt;br /&gt;
So why would I want to promote the other minor games? Well... they&#039;re incomplete. Obviously this is because people aren&#039;t contributing content, but I&#039;m not sure it helps that the Games list on the left doesn&#039;t list them (I know &#039;&#039;why&#039;&#039; it doesn&#039;t, just pointing out that that will cause people to miss them).&lt;br /&gt;
&lt;br /&gt;
Another thought I had was a simple graphic - half and half - for old and new and go to a page listing the old and new games, but can&#039;t think of a sensible graphic for that.&lt;br /&gt;
&lt;br /&gt;
[[File:Analytics Content.gif|200px|thumb|left]]Something interesting to note is that since I fixed the tracking code for Google Analytics, it shows just how popular the new games are on this website.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Once upon a time I had been toying with the idea of changing the main page into a very simple page with almost no content, but instead set it up as a launchpad to the various &#039;main pages&#039; for the different games by way of the box covers as you have done.  That never eventuated - partly forgotten as with many ambitious ideas on the wiki in favour of other more exciting things in the recent updates, and a major change like that would&#039;ve been too much of a culture shock. But with all he new fangled extensions and other things the new software can do, perhaps a move back in that direction isn&#039;t a bad idea. It would be nice change to the traditional game intro screen at the top of the page. -[[User:NKF|NKF]] ([[User talk:NKF|talk]]) 08:07, 30 December 2013 (EST)&lt;br /&gt;
:Pete, I completely agree with your idea of dropping everything below the News since it&#039;s easier to simply use the left links and I doubt a lot of people bother to scroll down so much.&lt;br /&gt;
:Regarding the old vs. new games, one of the most telling graphs from Google Analytics is this one:&lt;br /&gt;
[[File:EU stats.png]]&lt;br /&gt;
&lt;br /&gt;
The first increase in daily visits on January 2012 is when XCOM: Enemy Unknown was announced, the massive spike in November 2012 is when it was released. But what&#039;s even more interesting is that for the same period, the Apocalypse page was the 2nd most visited, UFO Defense the 3th and TFTD the 7th. There&#039;s no info for Enemy Unknown 2012 though (there must have been a problem with Analytics since it only started recording visits to the EU2012 pages last month - this might also explain why the visits decreased from November 2012 onwards since visits to the EU2012 were not recorded by Analytics). To me this means that the old games are still live and kicking but also that the new game brought again a big interest on the series. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:23, 30 December 2013 (EST)&lt;br /&gt;
&lt;br /&gt;
[[File:Homepage 2.jpeg|200px|thumb|left|]] [[File:UFOPaedia-Homepage-3.jpg|200px|thumb|left|]]I&#039;ve been toying with some alternative graphics that are better than my original idea. There&#039;s a colour version, but it&#039;s a bit &amp;quot;full-on&amp;quot; on a predominantly black and white page, and a greyscale version that might work better. My thinking is that if they are both set to something like 49% width with the latter having 2% left padding, they will scale with the different screen sizes people will view it at. That sort of thing works a lot better in browsers nowadays. Any good? If they&#039;re both still a bit bold I could wash out the backgrounds a bit more (that or change the colour of UFOPaedia :D )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Grey Scale looks better, but it looks like you forgot [[The Bureau: XCOM Declassified|The Bureau Case]] on the Reboot series image--[[User:Ditto51|Ditto51]] ([[User talk:Ditto51|talk]]) 08:44, 1 January 2014 (EST)&lt;br /&gt;
::I agree with Ditto51, Grey Scale looks better. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 11:52, 4 January 2014 (EST)&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
==Long War at Featured Projects==&lt;br /&gt;
I&#039;ve been having a discussion at the Nexusmods forums regarding the possibility of having a subwiki hosted at the UFOPaedia for the Enemy Unknown (2012)&#039;s Long War mod. This is a mod that has been in development for the past two years and has been highly praised by gaming magazines and EU&#039;s developers and the [http://www.nexusmods.com/xcom/mods/88/? beta] for Long War 3 (compatible with Enemy Within) has just been released. Any comments? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 20:15, 26 May 2014 (EDT)&lt;br /&gt;
:Hm, I&#039;d certianly say it&#039;s a noteworthy mod (though it may be more due to the fact that, in this day and age, information simply travels faster and with greater acessability/ease, than say, the mods for the &#039;94 game, but that&#039;s a different lecture), so I&#039;d say yes, a sub-wiki under XCOM:EU/EW, not as sure as to has a separate sidebar/front page space (besides in the news section, and &amp;quot;yes we have no bannanas&amp;quot; perma-link)(if you understand a thing of what the hell I just said/usually say) like the offical releases (ie; like how EW isn&#039;t in the sidebar, just vanilla EU). Also, I don&#039;t even see a mod/hack page on the xcom.wikia, so that&#039;d be another thing we&#039;d have over them, heh heh~ --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 07:35, 27 May 2014 (EDT)&lt;br /&gt;
::Well I&#039;ve just tried it the first time and downloading the latest beta. I had participated in a few discussions at Nexusmods regarding new features but I had never bothered playing (just another mod and it required a lot of user steps to install) since I had my hands more than full with EU/EW. All I can say is that this is as big as the Enemy Within DLC regarding new features and reworking of the existing ones, turning it into a different game and installation is much easier than before. &lt;br /&gt;
::So I&#039;d definitely add this to the Featured Projects since it&#039;s as big as UFO2000 and OpenXcom and it is more comparable to them rather than EW. The reason why EW is not on the sidebar is because it would require its own separate table and either a lot of duplication of already existing pages or it would be a rather small table. Long War on the other hand reworks the Strategic Layer (air interceptions, panic system, AI), soldier classes/abilities, equipment, Research tree, and several aspects of combat so it will require specific pages to detail all those changes. &lt;br /&gt;
::To finish, I&#039;d use the same rules for Long War as OpenXcom/UFO200: keep its pages completely separate from the EU2012 ones by using a (Long War) category and suffix; no links on EU/EW pages to Long War pages (to separate official games from fandom), and finally create a specific table for Long War, based on the current EU2012 table format. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 09:19, 27 May 2014 (EDT)&lt;br /&gt;
==Wiki Etiquette and Word Choice==&lt;br /&gt;
You should probably change &amp;quot;COULD OF&amp;quot; to &amp;quot;COULD HAVE&amp;quot;. Particularly since it&#039;s in bold. Unless you want everyone to notice your awful grasp of the language, of course. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 02:34, 19 September 2014 (EDT)&lt;br /&gt;
:Keep in mind that for several users English might not be their first language (myself included). Or that &#039;awful&#039; can be understood to be as insulting as &#039;autistic&#039; ;) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:35, 19 September 2014 (EDT)&lt;br /&gt;
::Spanish is my first language. Feel free to edit my Bureau entries, &#039;Shroom.... Which is pretty much &amp;quot;all entries for The Bureau.&amp;quot; Have fun! --[[User:Xuncu|Xuncu]] ([[User talk:Xuncu|talk]]) 17:27, 19 September 2014 (EDT)&lt;br /&gt;
:Hobbes: I have an awful grasp of French (significantly more awful, at that). Also, the reason I reacted to Connor wasn&#039;t that he&#039;d insulted Xuncu, but that he did so using a slur that implicitly insulted others (including me). Compare, for instance, the reason people get angry if someone calls a miser a Jew; they&#039;re not angry because of the insult to the miser, but because of the insult to all Jews by equating them with misers. My autistic obsession with X-Com has produced useful pages on this wiki; Connor&#039;s slur denied that and implicitly told me to GTFO. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 18:42, 19 September 2014 (EDT)&lt;br /&gt;
::You have a right to feel insulted whenever someone says something that offends you, but the way you communicate it to the offender is your decision. I find it easier not to take these situations too personally because ignorance is far more common than malice :) [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 18:57, 19 September 2014 (EDT)&lt;br /&gt;
:The two blend together in the context of hate speech; while specific malice toward the group in question is not necessarily required, a generally xenophobic mindset and a willingness to stereotype with callous disregard for accuracy &#039;&#039;&#039;is&#039;&#039;&#039; present in basically all cases. Hate speech &amp;quot;by mistake&amp;quot; (ie, using slurs without intending to) is extremely rare and easily distinguishable from the intentional sort. [[User:Magic9mushroom|Magic9mushroom]] ([[User talk:Magic9mushroom|talk]]) 21:17, 19 September 2014 (EDT)&lt;br /&gt;
::Wikis have one [http://www.example.com principle] (amongst others) to work: &#039;&#039;&#039;assume good faith on the part of its users&#039;&#039;&#039;. I&#039;ve been [[Talk:Impossible_Difficulty_(EU2012)|called]] here &#039;pedantic&#039; due to my obsession with detail and personally the term has a negative connotation to me but I chose to assume good faith and accept the feedback. Otherwise, if we take slight on every badly chosen word, then this really hurts collaboration, which is what wikis are all about. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 08:50, 20 September 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
==XCOM2==&lt;br /&gt;
Off to the madness we head out again. :)&lt;br /&gt;
First issue is what suffix to add to page names to help classify and identify their content: (TFTD) for Terror From the Deep, (EU2012) for Enemy Unknown, etc. Any suggestions? [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 22:34, 2 June 2015 (EDT)&lt;br /&gt;
:Like we&#039;ve been doing up to this point. EU, TFTD, Apoc, Int?, EU2012 and now I assume XCOM2. If the name changes in the future, we&#039;ll have to adjust the suffix accordingly. Which reminds me, I wonder why we use EU2012 suffix instead of just XCOM?--[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 23:49, 2 June 2015 (EDT)&lt;br /&gt;
:: EU2012 is a bit clumsy, but it helps disambiguate it from the original game. XCOM for the reboot would probably have been too generic (a bit like Gunship!). On the other hand XCOM2 should work as a temporary suffix for the new game. Or ADVENT perhaps? [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 02:00, 3 June 2015 (EDT)&lt;br /&gt;
::: IIRC the discussion, the EU2012 suffix came from with distinguishing the original EU from the remake, while avoiding using of XCOM as a suffix (too generic). I&#039;ve avoided using XCOM2 for this reason although there aren&#039;t other options at the moment. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 07:43, 3 June 2015 (EDT)&lt;br /&gt;
::::Hmmm, well I have no trouble telling the original apart from the reboot because the original had the dash (e.g. X-COM). Granted, the dash wasn&#039;t there right from the start, but it did become the de facto standard by TFTD and remained that way in one form or another (the middot: X&amp;amp;middot;COM was used for the logo a lot too). Likewise, I&#039;ll have no trouble differentiating between TFTD and XCOM2. Have no idea why others would get hung up on this, but whatever. --[[User:Zombie|Zombie]] ([[User talk:Zombie|talk]]) 00:04, 4 June 2015 (EDT)&lt;br /&gt;
:::::Solomon has confirmed that the name is simply &#039;XCOM 2&#039;, without any subtitles so this solves the issue since there are no other alternatives. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 06:59, 4 June 2015 (EDT)&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
What software license does this wiki use? Is it a Creative Commons license like Wikia, StrategyWiki or GamePedia? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:07, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
: As I understand it, we&#039;re running on Mediawiki which is open source. So it falls under the GNU General Public License. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 06:43, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You both are referring to two different things. [https://creativecommons.org/about/program-areas/technology/technology-resources/software/ Creative commons isn&#039;t a software license]. It&#039;s for text and other creative works. GNU GPL is indeed the software license, but it doesn&#039;t apply to the text contributed into this wiki.&lt;br /&gt;
:: It&#039;s a really good question though. According to [[UFOpaedia:Copyrights]] and [[UFOpaedia:About]], text contributed here is copyright the respective author, and here authors implicitly agree when they save their changes to allow other contributors to edit/remove their work. So in practice it&#039;s similar to a creative commons license, but legally it isn&#039;t the same.&lt;br /&gt;
:: A big question is can we copy/edit content legally from the other wikis? In the case of xcom.wikia which is CC-BY-SA (it&#039;s noted in the footer), we should be able to as long as it&#039;s explicitly attributed to the author and explicitly tagged [https://creativecommons.org/licenses/by-sa/3.0/ CC-BY-SA]. [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
: A bit late to reply as I missed the response in the deluge of recent activity. I wasn&#039;t entirely clear what you were asking in the original question and was unsure if you were referring to the Wiki software itself or the content. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)  &lt;br /&gt;
:::Note that you need to give credit to *all* authors. If you&#039;re copying something that you know has only been written by one person then fine, but if it&#039;s a paragraph of a wiki article it could have been edited by many. The easiest way to give attribution is to link to the source wiki page, in which the page history gives attribution and you&#039;re covered. Rewriting the information in your own words is better though. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
::::Rewriting is usually the best option, although not the easy one [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
:: My concern is people are going to assume this wiki works like most every other wiki (including wikipedia), but legally it doesn&#039;t. I think it&#039;d be good to move to CC-BY-SA, but that&#039;s a high level decision and I wouldn&#039;t know who to talk to.&lt;br /&gt;
:: [[User:Robertp|Robertp]] ([[User talk:Robertp|talk]])&lt;br /&gt;
:::Changing the license would be incredibly difficult, since you&#039;d need agreement from all the copyright holders, which is basically everyone who&#039;s ever contributed. Might be changeable on a per-page basis maybe. The only major problem I see with the current situation is that content can&#039;t be copied from this wiki to elsewhere because that&#039;s not a right that&#039;s granted by anything. [[User:Binkyuk|Binkyuk]] ([[User talk:Binkyuk|talk]]) 13:15, 7 February 2017 (UTC)&lt;br /&gt;
:::There was a discussion of moving the UFOPaedia to CC-BY-SA, but coincidentally at the same time we had an incident where content from one of our pages was copy/pasted on another site without any attribution. This at the time dropped the issue but it&#039;s something worth discussing again. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 00:18, 8 February 2017 (UTC)&lt;br /&gt;
::The wiki&#039;s license really ought to be CC-SA or CC-BY-SA. The latter protects against copy-paste without attribution (technically; unless you have a legal fund, this is all theorycrafting, more-or-less). I should also point-out that the current statement of copyright is wrong too. There is material that belongs to Firaxis and Pavonis on the wiki, specifically images, as a lot of the writing is &#039;&#039;about&#039;&#039; the game, not directly from the game, and that puts it in the same waters as any Wikipedia article, for example. The images all belong to Firaxis/Pavonis/whoever-else, but they fall under fair-use (as long as their existence on the wiki is for the purpose of documentation, not redistribution). Again, theorycrafting because in reality, it&#039;s extremely unlikely that Firaxis or Pavonis would go after any of the wikis about their games; it&#039;s a lose-lose for them for obvious reasons. (Improving license clarity on all images would be very useful, and is something I could work on gladly, but I don&#039;t want to start building new templates and working through them without access to the site CSS for the same reason I don&#039;t want to deal with other templates; I don&#039;t have the time, and it has become a contingent factor for me because most of my edits have been dealing with styles.)&lt;br /&gt;
::I should also point-out there&#039;s a serious amount of liability for the wiki with saying that whatever gets put on here is copyright of the editors. I&#039;ll use my own recent work as an example. Under the current rules, I haven&#039;t forfeited copyright on any of the templates I&#039;ve done, the info I&#039;ve added, and most importantly the images I&#039;ve put-up. Most of the images are from the game, but any additions like categorization are my work. The base templates are definitely my work, and the skill icons are sketchy since I had to edit them but they aren&#039;t derivative work. Under the current licensing rules, I could technically revert all of my edits, remove all the templates I&#039;ve made, and leave the LW2 wiki in a broken state.&lt;br /&gt;
::As I said, huge liability. &#039;&#039;Any&#039;&#039; user could come back and do this if they wanted to as long as they only did it with their edits. And since MediaWiki logs everything, it&#039;s not hard to write a script to revert every edit one has made. And it would all be perfectly within the wiki&#039;s own rules. This is why wikis that are open for editing by the general public don&#039;t let users maintain their copyright to their edits.&lt;br /&gt;
::To switch, I don&#039;t know what options you have. A &amp;quot;clean break&amp;quot; to an entirely new wiki might be the easiest. You&#039;d have to reconstruct everything (so that you technically don&#039;t copy but instead create new work that happens to be similar to this wiki; as a side-note, if I built a new skin and restyled the wiki, that&#039;d quite clearly count toward it being a derivative work), but as was pointed-out to me by someone recently, most of what is on this wiki falls under factual information. You can&#039;t copyright facts, like how game mechanics work, settings in the game, descriptions of characters (though that&#039;s a little fuzzy for characters with actual stories like Tygan or Shen), etc. The most important thing is that as a new wiki, users would have to re-register and you could change the user agreement to have users&#039; rights to work be transferred to the wiki and then released as CC-BY-SA. (In fact I have someone bugging me to do just this, because of the difficulties in reaching the site admin, whom I still haven&#039;t been able to contact. I can&#039;t even email him since my account email isn&#039;t verified and the email verification is, ironically, broken too.)&lt;br /&gt;
::Or you could just change it. Send a mass email if you feel nice. As I said, this is mostly all theorycrafting. If we&#039;re going to talk about reality instead, then the reality is that the copyright of any work on the wiki quickly becomes insanely difficult to discern, because people will make edits to it. It&#039;s unusual for one person to hold the copyright to a page (which is why I brought my own templates up as they are a worst-case example since I&#039;ve clearly done the vast majority of work on them) or any part of its contents because of the constant editing. If someone wanted to come back and claim copyright, they&#039;d have to file a lawsuit, which would be insane since there would be almost nothing to be gained and it&#039;s not cheap to do so.&lt;br /&gt;
::Keeping the license agreement as it is is untenable though, for all the reasons above. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:42, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just thought I&#039;d throw in my 2c. I&#039;ve only skimmed the discussion, but I assume it&#039;s the copyright blurb on the [[UFOpaedia:About]] page that&#039;s at the core of the issue. &lt;br /&gt;
&lt;br /&gt;
In all honesty I strongly and truly believe that the copyright guff (highly technical term) that Gazchap put up on this page during this Wiki&#039;s infant years was more a case of simply wanting to get something up and running quickly with a very generic copyright statement. Then have it updated as and when necessary. Of course, with the monolithic nature of a wiki, we never really got round to it until it was very briefly visited in the case that Hobbes mentioned.  &lt;br /&gt;
&lt;br /&gt;
While I don&#039;t mean to speak for all of our past and present users, I suspect the issue of the license is for most of us something that&#039;s the farthest thing from our mind when we come to peruse the wiki. We&#039;re not policy makers - we&#039;re just fans that enjoy the games and are happy enough to put our own time and effort into writing about and chronicling information about the games. &lt;br /&gt;
&lt;br /&gt;
I&#039;m only one voice, but I&#039;m more than happy if we bring the wiki in line with the others and go with a form of creative commons license as with the better known Wikis. Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information. The main thing I assumed we&#039;ve always operated on was a sense of common courtesy to cite the source of borrowed material, and to expect the same of others who wish to use any of our content verbatim. &lt;br /&gt;
&lt;br /&gt;
Oh and Tvol, this is apropos of nothing much, but Firaxis did give this wiki a subtle wink with a small detail on the EU2012 Skyranger. Until the cease and desist letters come in, I think we&#039;re in the clear! For now. I think. Fingers crossed. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 07:27, 8 February 2017 (UTC)&lt;br /&gt;
:Well to be clear, I don&#039;t actually think Firaxis would ever go after a wiki. As I said, it&#039;s a lose-lose situation; no game developer has ever gained anything other than bad press and a sour taste in the mouths of their fans by going after the very fans who support them on a legal technicality. :P&lt;br /&gt;
:&#039;&#039;&amp;quot;Doesn&#039;t matter to me as long as I can keep accessing the wiki and make use of its plethora of accumulated information.&amp;quot;&#039;&#039;&lt;br /&gt;
:Indeed this is the crux of the issue, I think. It&#039;s not likely but with things as they are, a malicious former contributor could wreak some havoc. The XCOM 2 modding community got a dose of this a while back with the extra ability icons mod being unceremoniously yoinked from the Workshop, leaving people with broken saves. Similar could happen here, which would be pretty awful for all involved. :( (Has Joshua seen this or weighed-in? I haven&#039;t been able to reach him on Skype; still waiting for a contact confirmation.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:38, 8 February 2017 (UTC)&lt;br /&gt;
:: Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism. Of course that won&#039;t last forever as life takes it course and folks move onto other things. I&#039;ll message the bigwigs and see if we get something in motion. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 09:38, 8 February 2017 (UTC)&lt;br /&gt;
:::&#039;&#039;Heh - for the moment we&#039;ve thankfully got admins with very big sticks to keep any malicious former contributors from causing any vandalism.&#039;&#039;&lt;br /&gt;
:::I don&#039;t think you&#039;re seeing my point. As editors still hold copyright on their work, removing it wouldn&#039;t be vandalism. They would just be removing their work from the wiki, which since they still hold copyright to it, they are totally within their rights to do. No one here would have any basis for complaint, let alone justification for blocking them. That&#039;s why I specifically brought-up templates. If someone writes a template and it gets used on the wiki, and then they remove it, that&#039;s allowed (even expected) by licensing rules, but it would leave the wiki broken with someone else having to rewrite what was removed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 09:55, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Fear not, with a couple of rudimentary templates under my belt, I do understand what you&#039;re getting at. I just have a cavalier light hearted approach to things - please ignore my poor attempt at humour. [[User:NKF|NKF]] ([[User talk:NKF|talk]]) 11:22, 8 February 2017 (UTC)&lt;br /&gt;
:Oh. That was humour. Seems I&#039;m not the only pedant around here... --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:52, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG images ==&lt;br /&gt;
&lt;br /&gt;
I have an SVG image of a keyboard with key bindings on it. However, the wiki software won&#039;t let me upload it. Can you enable SVG images please? [[User:Mikali|Mikali]] ([[User talk:Mikali|talk]]) 04:09, 16 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Long War 2 AWC Perks ==&lt;br /&gt;
&lt;br /&gt;
I noticed some missing perks in the LW2 AWC perk lists and was planning to update them, but I&#039;m unsure as to the significance of the yellow question mark symbol that&#039;s enabled for some of the Perks and not for others.&lt;br /&gt;
&lt;br /&gt;
Could someone clue me in so I don&#039;t make a mess of things? -- [[User:Dodger|Dodger]]&lt;br /&gt;
&lt;br /&gt;
:Those symbols are there to indicate that there is additional/supplementary info for the ability/perk. It emulates the interface in-game that is also indicated by the same icon and opens a window with said supplementary info inside. That info is kept on a subpage of each template. For example, {{tl|Aggression (LW2)}}&#039;s info is held at {{tl|Aggression (LW2)/Info}}. This is done mostly to keep the templates themselves clean as well as better deal with whitespace (since MediaWiki can be &#039;&#039;really&#039;&#039; finnicky sometimes about whitespace and will periodically bite one in the ass when making templates). [https://jsfiddle.net/Tvol/w9djepcv/ Here is a fiddle] demonstrating what I was hoping to have them look like (with input from [[User:Mavoc|Mavoc]]). Unfortunately, doing so requires access to the site&#039;s CSS, and I haven&#039;t been able to contact the admin yet. (Also you can sign your name with four tildes.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 06:02, 7 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I added all those perks and there data. Though there are a couple still missing info, see section talk for list.&lt;br /&gt;
&lt;br /&gt;
== Site CSS ==&lt;br /&gt;
&lt;br /&gt;
Since I haven&#039;t been able to reach the site&#039;s admin, I&#039;ve written [https://www.dropbox.com/s/qbboa8oqw8icc5l/CSSprop.pdf?dl=0 everything out in this PDF.] Hopefully even non-technical people will understand what I&#039;m getting at with it. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 07:20, 9 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got in touch with Joshua today so hopefully these changes will be coming along in the near future. (And I can get back to spamming the wiki with new templates. :p ) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:36, 10 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Template Design (with pretty pictures too!) ==&lt;br /&gt;
&lt;br /&gt;
After fumbling around a bit with the Ability template, I&#039;ve decided upon a general structure for future templates that are in similar domains. Please take a look at this diagram (which is probably a serious abuse of UML for which it wasn&#039;t intended but whatever; this PDF will be updated as I settle on the design for other templates): [https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams] (If it doesn&#039;t load right away just wait for Dropbox&#039;s silly PDF viewer to load.)&lt;br /&gt;
&lt;br /&gt;
And yes, before you say anything, I am playing really loosy-goosy with everything in the diagram. Templates don&#039;t have any type checking, nor do they enforce rules for access, nor do they have methods. This is just a rough sketch of how I think these paramters will be &#039;&#039;intended&#039;&#039; to be used. Templates are really wishy-washy about everything, and that&#039;s why the diagram is wishy-washy too. O.o&lt;br /&gt;
&lt;br /&gt;
One small note: The template names in the diagram are CamelCased, but I intend to name them with hyphens, so &amp;quot;AbilityInline&amp;quot; would be &amp;quot;Ability-inline&amp;quot; instead, it&#039;s just that UML doesn&#039;t allow that in class names, so bleh. MediaWiki is flexible on this point and that could be a space, but I want it to be obvious if an errant space is working its way into that bit of the template, as it could really muck things up.&lt;br /&gt;
&lt;br /&gt;
Supplementary Info:&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Advanced_templates#Variable_templates Variable Templates] (How the heck to dynamically choose which template to use.)&lt;br /&gt;
:[https://meta.wikimedia.org/wiki/Help:Array#Summary_of_counts_for_template_limits Summary of counts for template limits]&lt;br /&gt;
&lt;br /&gt;
=== General Structure ===&lt;br /&gt;
&lt;br /&gt;
The point here is to separate the data from the implementation. So, we make a template that holds the data (like {{tl|Suppression (LW2)}} and its kin), and then have that template choose an implementation/displayStyle template to use whenever it&#039;s called. Ideally, the calls would look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Suppression (LW2)}}                      // inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=inline}}  // explicit inline display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=table}}   // table display&lt;br /&gt;
{{Suppression (LW2)|displayStyle=infobox}} // infobox display&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inline display will be default since that&#039;s where it&#039;s most advantageous to use as little space as possible (to make the source markup for content pages easier to read).&lt;br /&gt;
&lt;br /&gt;
Each display style template will have it&#039;s own defaults, which is actually really good news so there is no conflict of concerns (for table display, I can assume the user wants everything displayed by default, whereas for inline, it makes more sense to hide everything but the name by default).&lt;br /&gt;
&lt;br /&gt;
These templates should definitely be backwards portable to the XCOM 2 pages, and probably XCOM:EU and XCOM:EW as well.&lt;br /&gt;
&lt;br /&gt;
=== Parameter Changes for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; will be renamed and moved to &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt;. A new &amp;lt;code&amp;gt;s_icon&amp;lt;/code&amp;gt; field will then refer to an icon specifically. &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; will be used for the infobox, as a demonstrative image, like an in-game screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;I&#039;m considering changing &amp;lt;code&amp;gt;b_info&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;b_infoIcon&amp;lt;/code&amp;gt; for clarity&#039;s sake.&amp;lt;/s&amp;gt; Actually not a good idea, since it enables both info display and the icon.&lt;br /&gt;
&lt;br /&gt;
=== New Parameters for Ability Templates ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;s_displayStyle&amp;lt;/code&amp;gt; : The big one. This will be one of either &amp;quot;inline&amp;quot;, &amp;quot;table&amp;quot;, or &amp;quot;infobox&amp;quot;. This will determine which one of the &amp;quot;base&amp;quot; templates gets called to handle display of the ability&#039;s content/info. This will allow all the relevant data for each ability (and later on, every other in-game item or mechanic that can be well defined like equipment or armour) in &#039;&#039;&#039;one&#039;&#039;&#039; place, while still allowing flexibility in display styles. This structure is also extensible, meaning more templates can be added later as different displayStyle options with relative ease (provided we do our level best to get every important piece of info in these templates from the start; see below).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;i_ammo&amp;lt;/code&amp;gt; : Ammo requirement / uses per mission; 0 = unlimited use&lt;br /&gt;
&amp;lt;code&amp;gt;i_cooldown&amp;lt;/code&amp;gt; : Cooldown of the ability in turns; 0 = no cooldown.&lt;br /&gt;
&lt;br /&gt;
Once I get to infoboxes I&#039;m sure there will be many more things to be added. I&#039;ve certainly forgotten things.&lt;br /&gt;
&lt;br /&gt;
=== Stuff To Figure-Out ===&lt;br /&gt;
&lt;br /&gt;
Sane defaults, and most especially, how to display extra info or description inline. A pop-up box could be done with JavaScript, but it should also be possible with only CSS to have a simple div appear like that [https://jsfiddle.net/Tvol/w9djepcv/ fiddle I made as a demo.]&lt;br /&gt;
&lt;br /&gt;
I&#039;m also strongly leaning toward storing all default parameters on their own subpages. This removes a costly switch function (which costs 8 preproccessor nodes on an instant match and 2 thereafter for each check). The expansion size will also be just the size of the text, not twice that size. It&#039;s the most efficient way to manage these, and if someone wants to make a whole page that lists all the abilities in the game, then that could become quite costly. (No idea how costly, but on the theory that limiting resource use is generally a good goal I&#039;m probably going to do it this way, even if it&#039;s a little less convenient.)&lt;br /&gt;
&lt;br /&gt;
Breaking the implementation into separate templates also has the benefit of needing fewer parser functions each time a template is used, since the most important check was done by selecting which template to use. It&#039;s just all-around better.&lt;br /&gt;
&lt;br /&gt;
=== Where I Need Help ===&lt;br /&gt;
&lt;br /&gt;
Figuring-out data types for each type of thingamajig in the game that can be well defined (the stuff in the &amp;quot;Data Paramters&amp;quot; section above). So, take armour as an example: For that there&#039;s supply cost, resistances (which will need to be handled separately), elerium core cost, uhhhhh, probably other stuff I forgot. The important thing is to have everything that can be added there from the start; it&#039;s a lot harder to refactor the templates to display new data than it is to build them once and be done (the most time-consuming part is actually adding the new variable to all the completed data-templates, not adding the ability to display it, go figure).&lt;br /&gt;
&lt;br /&gt;
Off the top of my head I&#039;ve got, so far, Abilities (Perks; unfortunate naming on my part but whatever), Armor, Grenades, Heavy Weapons, PCS&#039;, and Weapons, as general categories. Each will have an inline, infobox, and table displayStyle.&lt;br /&gt;
&lt;br /&gt;
Parameters for these templates fall into three categories, which I&#039;ve called &#039;&#039;&#039;&amp;quot;Parameters&amp;quot;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;quot;Data Parameters&amp;quot;&#039;&#039;&#039;, and &#039;&#039;&#039;&amp;quot;Wiki-Related&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Parameters:&amp;lt;/b&amp;gt; These are the paramters that actually are intended to be used when someone calls these templates. They are used to tell the template how to display the content, like whether or not to display the name, description, info icon, etc. They are not meant to hold or override data associated with the ability/item/whatever.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Data Parameters:&amp;lt;/b&amp;gt; These are the parameters that hold data for the associated ability/item/whatever, and the ones I need the most help with. They are defined on a template page (like {{tl|Suppression (LW2)}}) and nowhere else (so they are defined once and only once). These are not exposed to the caller and can be thought of as protected variables (for those with programming experience). Maybe we can build a table for these somewhere? It is not important to have these filled-in with data for everything, just that they are in the definition of the templates from the get-go (e.g. just because the &amp;lt;code&amp;gt;s_image&amp;lt;/code&amp;gt; field will exist for each ability doesn&#039;t mean we need a screenshot for every ability &#039;&#039;right now&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Wiki-Related:&amp;lt;/b&amp;gt; These are anything that is for wiki-related housekeeping only. So far it&#039;s just &amp;lt;code&amp;gt;s_id&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt;. The ID field is intended to be used for the construction of unique element id&#039;s, just in case that is useful for something later (namely targetting elements with CSS); future-proofing. The &amp;lt;code&amp;gt;s_templateName&amp;lt;/code&amp;gt; parameter is also future-proofing of a sort; all it does is provide the full page name name of the template it belongs to (so for {{tl|Suppression (LW2)}} this reads &amp;quot;Template:Suppression_(LW2)&amp;quot;). It&#039;s required for accessing subpages, which so far have only been used for extended info (although a lot of them seem to be just repeats of what the description says, which was not my intention). It&#039;s good to have so that long-winded, supplementary information can be held somewhere else so the template itself is kept clean and as easy-to-read and understand as possible.&lt;br /&gt;
&lt;br /&gt;
=== Visual Style ===&lt;br /&gt;
&lt;br /&gt;
I think the [[User:Tvol/Colours|colour palette here]] is appropriate for these. I&#039;ll be going for a flat style; no frilly stuff like beveled borders (ewwwwwwwww).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As usual (unfortunately), this is all contingent on my getting access to the site-wide CSS so I don&#039;t have to duplicate significant portions of each template. Depending on time I can probably have this done in a week (or two) from that point (getting access to the CSS), barring any weirdness or delays. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 11:13, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/x7j9eodjnrnv3m5/ParameterDefinitions.html?dl=0 Parameter Definitions (HTML)] (Cleaner, but can&#039;t be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/983z23fb66c0wjj/ParameterDefinitions.pdf?dl=0 Parameter Definitions (PDF)] (Looks worse, but can be previewed in-browser.)&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/8j76cdi3fgrz2wz/ParameterDefinitions.md?dl=0 Parameter Definitions (Markdown)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/jxulj39mvnjlezu/TemplateStructureDiagrams.pdf?dl=0 Template Diagrams]&lt;br /&gt;
&lt;br /&gt;
[https://www.dropbox.com/s/4esgqlq5fttlxva/Skeletons.html?dl=0 Skeletons (HTML)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/x4gl8khflh6yr4q/Skeletons.pdf?dl=0 Skeletons (PDF)]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://www.dropbox.com/s/ppkc3zjy8tmzm09/Skeletons.md?dl=0 Skeletons (Markdown)]&lt;br /&gt;
&lt;br /&gt;
=== Template Design Discussion ===&lt;br /&gt;
&lt;br /&gt;
:Nice you got what you wanted :) I was wondering if all the info you&#039;ve posted about templates shouldn&#039;t be moved to a specific page explaining how to use them. [[User:Hobbes|Hobbes]] ([[User talk:Hobbes|talk]]) 15:26, 11 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well not yet, but I&#039;m hoping Joshua will get to it soon. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:26, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added documents above. I would appreciate it if others could go through the Parameter Definitions document and offer suggestions on anything I might&#039;ve missed. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 16:41, 12 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hobbes, to answer your question more definitively (because I&#039;ve thought about it more), that&#039;ll be something I&#039;ll figure-out later. Once it&#039;s all done it&#039;ll have to be documented, but it should be easy enough to explain with the pretty UML diagrams. The data templates should be straightforward if you refer to the spec sheet (see documents above). The implementation will be the most complicated part. Both of those layers will be &amp;quot;hidden&amp;quot; to editors; that is, you won&#039;t need to know &amp;lt;i&amp;gt;how&amp;lt;/i&amp;gt; everything works under the hood, just that it does. In all there are actually only a small handful of parameters that an editor would end-up using, all of which are related to how the data is displayed, not what it is. I&#039;m hoping Joshua will set-up a user-group with the &amp;lt;code&amp;gt;editinterface&amp;lt;/code&amp;gt; permission soon so I can get started (I&#039;ve given him everything he needs to know how to do it). I can&#039;t (reasonably) start on the implementation until he does and I&#039;m added to the group. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 04:27, 14 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am tentatively calling the spec above done. Unless I missed something and someone points that out, I&#039;ll start working on template skeletons soon. If anyone has time to read through it to look for missing stuff, that&#039;d be great. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 12:17, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Skeletons are done, as is the spec, probably. These can be used to start uploading data to the wiki in the form of data templates (similar to {{tl|Ability (LW2)}} ). {{tl|Ability (LW2)}} will take more work to change-over, and doing so will also temporarily break the templates where they are being used on the wiki. Without implementation templates, and updating of the template calls, they would stay broken. Please leave these alone until I have a chance to write the implementation templates. (As usual, this is not feasible without site CSS access, which I am still waiting on.) --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 20:40, 16 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Given that I&#039;ve received almost no feedback here, and Joshua seems to be absent again (and not responding to my messages on Skype), I really gotta ask: Have you guys thrown-in the towel? I ask especially because of what I saw on the most recent posts on Strategy Core. The wiki needs serious maintenance work done. If you have, I&#039;d like to know, so I can take this work to a new wiki where progress can continue being made on documentation. --[[User:Tvol|Tvol]] ([[User talk:Tvol|talk]]) 02:00, 18 February 2017 (UTC)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Xenonauts ==&lt;br /&gt;
&lt;br /&gt;
Surprised that I couldn&#039;t find anything about that game on the wiki, not to mention a page dedicated. Is it a deliberate decision (then what&#039;s the reasoning behind it?) or there just wasn&#039;t anybody to actually make it? --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 14:05, 3 July 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85115</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85115"/>
		<updated>2017-07-03T13:50:32Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
&lt;br /&gt;
*Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
**https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;br /&gt;
*Проблемы с загрузкой страниц вики&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/11302-resignation-as-ufopaedia-administrator/page__st__40#entry158914&lt;br /&gt;
*Проблемы с подтверждением адреса электронной почты&lt;br /&gt;
**http://www.strategycore.co.uk/forums/topic/12448-confirm-email-address-dont-come-smtp-error/&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85114</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85114"/>
		<updated>2017-07-03T13:43:21Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
&lt;br /&gt;
*Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
**https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85113</id>
		<title>User:Al Arz</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=User:Al_Arz&amp;diff=85113"/>
		<updated>2017-07-03T13:42:48Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Created page with &amp;quot;== Make TBS great again! == Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой л...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Make TBS great again! ==&lt;br /&gt;
Люблю XCOM и пошаговые стратегии с детства (спасибо отцу). Кажется, пора дать этой любви развернуться :) Поехали! --[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:42, 3 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Разобраться ==&lt;br /&gt;
&lt;br /&gt;
Ссылка в [[MediaWiki:Sidebar|сайдбаре]] [[Главная_страница|русской версии]] ведёт на [[Main_Page|английскую главную]]. Можно ли/нужно ли/как это победить?&lt;br /&gt;
*https://www.mediawiki.org/wiki/Manual:Interface/Sidebar&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=UFOpaedia_talk:%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB_%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0&amp;diff=85112</id>
		<title>UFOpaedia talk:Портал Сообщества</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=UFOpaedia_talk:%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB_%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0&amp;diff=85112"/>
		<updated>2017-07-03T13:05:27Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Created page with &amp;quot;== Привет хранителям знаний о борьбе с инопланетной угрозой! ==  Во-первых, хочу искренне поблагод...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Привет хранителям знаний о борьбе с инопланетной угрозой! ==&lt;br /&gt;
&lt;br /&gt;
Во-первых, хочу искренне поблагодарить всех &#039;&#039;&#039;человечищ&#039;&#039;&#039; (или &#039;&#039;инопланетянищ&#039;&#039; ;)), которые работали над этой вики. Это огромный труд, спасибо вам за это! Но беглый взгляд показывает, что уфопедия на русском сейчас в не самом лучшем состоянии.&lt;br /&gt;
&lt;br /&gt;
Не могу ничего обещать, пока пытаюсь хотя бы оценить масштаб работ и описать основные направления/задачи. Понятно, что надо обновить главную страницу, переводить, &amp;quot;технические&amp;quot; задачи тоже наверняка есть. По-хорошему, отдельно стоит задуматься, что можно сделать с активностью сообщества: отдельные люди всегда приходят и уходят (не знаю даже, надолго ли я здесь задержусь), но сообщества живут в некотором роде &amp;quot;своей жизнью&amp;quot;, и на неё тоже можно воздействовать по-разному.&lt;br /&gt;
&lt;br /&gt;
У кого какие мысли по этому поводу?&lt;br /&gt;
--[[User:Al Arz|Al Arz]] ([[User talk:Al Arz|talk]]) 13:05, 3 July 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=85111</id>
		<title>Главная страница</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=85111"/>
		<updated>2017-07-03T12:36:23Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Проставил ссылку на русскоязычную страницу портала сообщества&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOTITLE__&lt;br /&gt;
==Приветствуем, стратеги!==&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;div style=&amp;quot;margin-top:0px;&amp;quot;&amp;gt;[[image:UFO_Enemy_Unknown_opening_screen.png|200 px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|align=center |&amp;lt;div style=&amp;quot;color:CornflowerBlue; font-size:120%;&amp;quot;&amp;gt;&#039;&#039;&#039;Добро пожаловать на UFOpaedia.org!&amp;lt;/div&amp;gt; &amp;lt;br&amp;gt;Этот ресурс посвящён серии игр &#039;&#039;[http://ru.wikipedia.org/wiki/X-COM X-COM]&#039;&#039;, выпущенных [http://ru.wikipedia.org/wiki/MicroProse MicroProse] с 1994 по 2001 год, а также их идейному продолжению - серии ХСОМ от [http://ru.wikipedia.org/wiki/Firaxis_Games Firaxis Games], которая стартовала в 2012 году.&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
Здесь можно найти информацию о механике игр, а также советы по тактике и стратегии. Если вы любите &#039;&#039;&#039;X-COM&#039;&#039;&#039; и хотите внести свой вклад, посетите [[UFOpaedia:Портал_Сообщества|портал сообщества]]. Мы всегда рады новым людям!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:90%;&amp;quot;&amp;gt;&#039;&#039;&#039;&#039;&#039;ВНИМАНИЕ:&#039;&#039;&#039; Этот сайт посвящён компьютерной игре, а не теориям о глобальном тайном заговоре пришельцев.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ufopaedia.org на других языках: [[Main Page|English (Английский)]], [[Pagina Principal|Español (Испанский)]], [[Page_Principale|Français (Французский)]], [[메인_페이지|한국어 (Корейский)]].&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table {{StdCenterTable}} height=&amp;quot;300&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;&amp;lt;tr {{StdDescTable_Heading}}&amp;gt;&amp;lt;th&amp;gt;НОВОСТИ&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td height=&amp;quot;125&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:red;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Ресурс в стадии разработки!&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Если у вас есть желание помочь проекту — присоединяйтесь!&amp;lt;br&amp;gt;У нас достаточно статей, которые нужно перевести, исправить и дополнить.&amp;lt;br&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:CornflowerBlue; font-size:150%;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&#039;&#039;&#039;Анонсирован XCOM2!&#039;&#039;&#039;&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Объявленная дата выхода - февраль 2016 г., эксклюзивно на ПК. Все новости о этом проекте можно узнать на [http://xcom.com/agegate/ &#039;&#039;&#039;официальном сайте&#039;&#039;&#039;] или в Сообществе стратегов Рунета - [http://tbs-play.com/community/forums/xcom-2.19/ &#039;&#039;&#039;TBSplay&#039;&#039;&#039;].&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:red;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;* * *  Сборник игр X-COM теперь доступен за $15 * * *&amp;lt;/b&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
На [http://www.gamersgate.com/index.php?page=product&amp;amp;what=view&amp;amp;sku=DDB-XCOM&amp;amp;via=newly_added&amp;amp;aff=sc GamersGate], [http://store.steampowered.com/sub/964/ Steam] и [http://www.direct2drive.com/2/7614/product/Buy-X-Com-Complete-Bundle-Download Direct2Drive]. (В сборнике &amp;lt;b&amp;gt;UFO&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;TFTD&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Apocalypse&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Interceptor&amp;lt;/b&amp;gt; и &amp;lt;b&amp;gt;Enforcer&amp;lt;/b&amp;gt;).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Обзоры сборников [[GEOSCAPE.EXE#X-COM_Complete_Packages|здесь]](англ.). &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Модификация Long War к Enemy Unknown (2012) с дополнением Enemy Within (2013) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Long War Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enemy Unknown (2012) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{EU2012 R Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enemy Unknown (1994) ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{EU_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Глоссарий X-COM 1|Словарь соответствий для перевода различных терминов]]&lt;br /&gt;
&lt;br /&gt;
[[Глоссарий TFTD|Словарь соответствий для перевода различных терминов (TFTD)]]&lt;br /&gt;
&lt;br /&gt;
== Сиквелы ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{TFTD_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 50%;&amp;quot;&amp;gt;&lt;br /&gt;
{{Apoc_Таблица}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Спин-Оффы ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:75%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| {{Interceptor Icon}} &#039;&#039;&#039;X-COM: Interceptor&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(Interceptor)|Общая информация]]&lt;br /&gt;
|-&lt;br /&gt;
| [[История_(Interceptor)|История]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Граница]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Гиперновостная сеть]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Исследования_(Interceptor)|Исследования]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Читы_(Interceptor)|Читы/Эксплойты]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| {{email X-Com Icon}} &#039;&#039;&#039;E-Mail X-Com&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(email)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Enforcer&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| [[Информация_(Enforcer)|Общая информация]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Персонажи_(Enforcer)| Enforcer, доктор Шуклин и Враг]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Снаряжение_(Enforcer)|Оружие и бонусы]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Миссии_(Enforcer) |Миссии]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Подсказки_(Enforcer) |Подсказки и секреты]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Незавершенные проекты ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:50%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Genesis&#039;&#039;&#039; &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;X-COM: Alliance&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot; &lt;br /&gt;
| [[Информация_(Genesis)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width: 25%;&amp;quot;&amp;gt;&lt;br /&gt;
{| {{stdTable}} width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| [[Информация_(Alliance)|Общая информация]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UFO2000 ==&lt;br /&gt;
&lt;br /&gt;
UFOpaedia.org также является доменом для официальной вики [[UFO2000|UFO2000]].  UFO2000 - это проект с открытым исходным кодом, тактический PvP-ориентированный симулятор, основанный на X-COM.&lt;br /&gt;
&lt;br /&gt;
== OpenXcom ==&lt;br /&gt;
&lt;br /&gt;
{{OpenXcom R}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:50%;&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;vertical-align: top;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
|- {{stdTable Heading}}&lt;br /&gt;
| &#039;&#039;&#039;О сайте&#039;&#039;&#039; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| {{stdTable}} width = &amp;quot;100%&amp;quot; &lt;br /&gt;
| [[UFOpaedia:Портал Сообщества|Портал Сообщества]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Сообщество|Вкладчики]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Редактирование сайта]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Как написать статью]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ссылки]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Как получить игры]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
	<entry>
		<id>https://temp.ufopaedia.org/index.php?title=UFOpaedia:%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB_%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0&amp;diff=85110</id>
		<title>UFOpaedia:Портал Сообщества</title>
		<link rel="alternate" type="text/html" href="https://temp.ufopaedia.org/index.php?title=UFOpaedia:%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB_%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B0&amp;diff=85110"/>
		<updated>2017-07-03T12:32:43Z</updated>

		<summary type="html">&lt;p&gt;Al Arz: Created page with &amp;quot;== Добро пожаловать на страницу русскоязычного сообщества UFOpaedia! ==  Эта страница предназначена д...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Добро пожаловать на страницу русскоязычного сообщества UFOpaedia! ==&lt;br /&gt;
&lt;br /&gt;
Эта страница предназначена для координации деятельности участников энциклопедии.&lt;/div&gt;</summary>
		<author><name>Al Arz</name></author>
	</entry>
</feed>