Представиться системе
Имя участника::
Пароль::
Помнить мою учётную запись на этом компьютере
Создайте учётную запись
Recent changes
Random page
Wikia
Gaming
Request a new wiki
Представиться системе
Создайте учётную запись
«
»
WoW Wiki
Super Smash Bros.
Halopedia
FFXIclopedia
Yu-Gi-Oh!
Grand Theft Wiki
See more...
Freeciv
Править
Статья
Обсуждение
FAQ
Материал из Freeciv
Перейти к:
навигация
,
поиск
В настоящий момент текст на данной странице отсутствует. Вы можете
найти упоминание данного названия
в других статьях или
создать страницу с таким названием
.
Freeciv
Top Content
›
Самые популярные
›
Об игре
Скриншоты
Установка
Latest
Более старые
Введение
Далее…
Самые посещаемые
›
Скачать
Об игре
Скриншоты
Установка
Чудеса
Введение
Более старые
Далее…
Самые высокие рейтинги
›
Заглавная страница
Изображение:Shot1.png
Скачать
Установка
Скриншоты
Download
Далее…
Недавно обновленные
›
Об игре
Заглавная страница
Чудо
Чудеса Света
Чудеса света
Чудеса
Список чудес света
Далее…
Community
›
Featured users
›
Putnik
Далее…
Сообщество
Форум
GPL-файлы
›
Contact.png
Далее…
Теги лицензий
›
GPL
Далее…
Advanced search
Загрузить файл
Multiple upload
Спецстраницы
Свежие правки
Случайная статья
Ссылки сюда
Справка
Community
10 articles on this wiki
Зарегистрироваться
Already a member?
Log in
Wikia Spotlight
Languages
Русский
Related Communities
Super Smash Bros
Check out the Brawl
WoWWiki
World of Warcraft
Age of Conan Wiki
Age of Conan
Grand Theft Wiki
Grand Theft Auto 4
GuildWiki
Guild Wars
Yu-Gi-Oh!
Runescape
-1) { if(openIframeIndex > 0) { realWrite(content.substring(0,openIframeIndex)); } inIframe = true; if(closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(openIframeIndex, closeIframeIndex+9)); content = content.substring(closeIframeIndex+9); } else { realAppend(content.substring(openIframeIndex, content.length)); content = ''; } } else if(!inScript && closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(0,closeIframeIndex+9)); content = content.substring(closeIframeIndex+9, content.length); } else if(openIndex > -1) { if(openIndex > 0) { if(inScript) { realWrite(content.substring(0,openIndex)); } else { realAppend(content.substring(0,openIndex)); } } inScript = true; if(closeIndex > -1) { inScript = false; realWrite(content.substring(openIndex, closeIndex+9)); content = content.substring(closeIndex+9); } else { realWrite(content.substring(openIndex, content.length)); content = ''; } } else if(closeIndex > -1) { inScript = false; realWrite(content.substring(0,closeIndex+9)); content = content.substring(closeIndex+9, content.length); } else { if(inScript) { realWrite(content); } else { realAppend(content); } content = ''; } } } function realWrite(s) { if(inIframe) { if(writeLine) { realAppend(s + "\n"); } else { realAppend(s); } return; } //YAHOO.log("write: " + s); if(writeLine) { document.writelnOrg(s); } else { document.writeOrg(s); } } function realAppend(s) { //YAHOO.log("append: " + s); writeBuffer += s; } function enableWikiaWriter() { document.writeOrg = document.write; document.writelnOrg = document.writeln; document.write = writeFake; document.writeln = writelnFake; } function disableWikiaWriter() { document.write = document.writeOrg; document.writeln = document.writelnOrg; } function flushWikiaWriter(spaceId) { document.getElementById('adSpace'+spaceId).innerHTML = writeBuffer; writeBuffer = ''; disableWikiaWriter(); }