Все доступные журналы

Перейти к навигации Перейти к поиску

Общий список журналов сайта Ant Colony Wiki. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).

Журналы
  • 09:22, 13 июня 2024 Senya0 обсуждение вклад создал страницу Модуль:Location/data (Новая страница: «local p = {} p.data = { ['Forest'] = { ru = 'Лес', en = 'Forest' }, ['Tropics'] = { ru = 'Тропики', en = 'Tropics' }, ['Semidesert'] = { ru = 'Полупустыня', en = 'Semidesert' }, ['Mountain'] = { ru = 'Горы', en = 'Mountain' } } return p»)
  • 09:18, 13 июня 2024 Senya0 обсуждение вклад создал страницу Модуль:Location (Новая страница: «local p = {} local dataModule = require('Module:Location/data').data function p.getLocation(frame) local locationName = frame.args[1] local language = frame.args[2] local lowerLocationName = string.lower(locationName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerLocationName or string.lower(value.en) == lowerLocationName then if language == 'ru' then return value.ru...»)
  • 07:51, 12 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Rarity/data (Новая страница: «local p = {} p.data = { ['Common'] = { ru = 'Common1', en = 'Common' }, ['Rare'] = { ru = 'Rare2', en = 'Rare' }, ['Epic'] = { ru = 'Epic3', en = 'Epic' }, ['Legendary'] = { ru = 'Legendary4', en = 'Legendary' } } return p»)
  • 07:50, 12 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Rarity (Новая страница: «local p = {} local dataModule = require('Module:Rarity/data').data function p.getRarity(frame) local rarityName = frame.args[1] local language = frame.args[2] local lowerRarityName = string.lower(rarityName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerRarityName or string.lower(value.en) == lowerRarityName then if language == 'ru' then return value.ru elseif langua...»)
  • 18:42, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Perk/data (Новая страница: «local p = {} p.data = { ['Attentiveness'] = { ru = 'Внимательность', en = 'Attentiveness' }, ['Bigger pieces'] = { ru = 'Большие куски', en = 'Bigger pieces' }, ['Blind touch'] = { ru = 'Осязание', en = 'Blind touch' }, ['Blitzkrieg'] = { ru = 'Блицкриг', en = 'Blitzkrieg' }, ['Builders'] = { ru = 'Строители', en = 'Builders' }, ['Carrying capacity'] = { ru = 'Грузоподъемность', en = '...»)
  • 18:01, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Perk (Новая страница: «local p = {} local dataModule = require('Module:Perk/data').data function p.getPerk(frame) local perkName = frame.args[1] local language = frame.args[2] local lowerPerkName = string.lower(perkName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerPerkName or string.lower(value.en) == lowerPerkName then if language == 'ru' then return value.ru elseif language == 'en' the...»)
  • 16:29, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Mob/Base/data (Новая страница: «local p = {} p.data = { ['Ladybug'] = { ru = '', en = 'Ladybug' }, ['Bee'] = { ru = '', en = 'Bee' }, ['Hermit Crab'] = { ru = '', en = 'Hermit Crab' }, ['Spider'] = { ru = '', en = 'Spider' }, ['Crab'] = { ru = '', en = 'Crab' }, ['Termite'] = { ru = '', en = 'Termite' }, ['Scorpion'] = { ru = '', en = 'Scorpion' }, ['Camel Spider'] = { ru = '', en = 'Camel Spider' }, ['Firebug'] = { ru = '', en = 'Firebug' }, ['Hornet'] = { ru = '', en = 'Hornet...»)
  • 16:24, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Mob/Base (Новая страница: «local p = {} local dataModule = require('Module:Mob/Base/data').data function p.getBase(frame) local baseName = frame.args[1] local language = frame.args[2] local lowerBaseName = string.lower(baseName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerBaseName or string.lower(value.en) == lowerBaseName then if language == 'ru' then return value.ru elseif language == 'en'...»)
  • 16:08, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Resource/data (Новая страница: «local p = {} p.data = { ['Egg'] = { ru = 'Яйца', en = 'Egg' }, ['Chitin Flake'] = { ru = 'Хитиновая чешуйка', en = 'Chitin Flake' }, ['Chitin Plate'] = { ru = 'Хитиновая пластина', en = 'Chitin Plate' }, ['Food'] = { ru = 'Еда', en = 'Food' }, ['Sugar'] = { ru = 'Сахар', en = 'Sugar' } } return p»)
  • 16:03, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Resource (Новая страница: «local p = {} local dataModule = require('Module:Resource/data').data function p.getResource(frame) local resourceName = frame.args[1] local language = frame.args[2] local lowerResourceName = string.lower(resourceName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerResourceName or string.lower(value.en) == lowerResourceName then if language == 'ru' then return value.ru...»)
  • 15:54, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Mob/data (Новая страница: «local p = {} p.data = { ['Bee Queen'] = { ru = '', en = 'Bee Queen' }, ['Bee Scout'] = { ru = '', en = 'Bee Scout' }, ['Bee Warrior'] = { ru = '', en = 'Bee Warrior' }, ['Camel Spider'] = { ru = '', en = 'Camel Spider' }, ['Cockchafer'] = { ru = '', en = 'Cockchafer' }, ['Crab Pink Boss'] = { ru = '', en = 'Crab Pink Boss' }, ['Darkling Beetle'] = { ru = '', en = 'Darkling Beetle' }, ['Firebug'] = { ru = '', en = 'Firebug' }, ['Hermit Crab Pink'] =...»)
  • 15:51, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Mob (Новая страница: «local p = {} local dataModule = require('Module:Mob/data').data function p.getMob(frame) local mobName = frame.args[1] local language = frame.args[2] local lowerMobName = string.lower(mobName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerMobName or string.lower(value.en) == lowerMobName then if language == 'ru' then return value.ru elseif language == 'en' then...»)
  • 15:11, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Caste/data (Новая страница: «local p = {} p.data = { ['Queen'] = { ru = 'Королева', en = 'Queen' }, ['Builder'] = { ru = 'Строитель', en = 'Builder' }, ['Loader'] = { ru = 'Грузчик', en = 'Loader' }, ['Scout'] = { ru = 'Разведчик', en = 'Scout' }, ['Warrior'] = { ru = 'Воин', en = 'Warrior' }, ['Guardian'] = { ru = 'Защитник', en = 'Guardian' }, } return p»)
  • 15:09, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Caste (Новая страница: «local p = {} local dataModule = require('Module:Caste/data').data function p.getCaste(frame) local casteName = frame.args[1] local language = frame.args[2] local lowerCasteName = string.lower(casteName) for key, value in pairs(dataModule) do if string.lower(value.ru) == lowerCasteName or string.lower(value.en) == lowerCasteName then if language == 'ru' then return value.ru elseif language == '...»)
  • 14:48, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Ant (Новая страница: «local p = {} local dataModule = require('Module:Ant/data').data function p.getAnt(frame) local antName = frame.args[1] local lowerAntName = mw.text.lower(antName) for key, value in pairs(dataModule) do if mw.text.lower(value.ru) == lowerAntName or mw.text.lower(value.en) == lowerAntName then return value.ru, value.en end end return nil, nil end return p»)
  • 14:44, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Ant/data (Новая страница: «local p = {} p.data = { ['Builder'] = { ru = 'Строитель', en = 'Builder' }, ['Hermit'] = { ru = 'Отшельник', en = 'Hermit' }, ['Loader'] = { ru = 'Грузчик', en = 'Loader' }, ['Adventurer'] = { ru = 'Авантюрист', en = 'Adventurer' }, ['Seeker'] = { ru = 'Искатель', en = 'Seeker' }, ['Cartographer'] = { ru = 'Картограф', en = 'Cartographer' }, ['Attacker'] = { ru = 'Нападающий', en = 'Attack...»)
  • 14:20, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Resource (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; text-align:center;" class="hidden"><!-- -->{{#if:{{{count|}}}|{{{count|}}} |}}<!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|24}}}px; height: {{{2|24}}}px; margin-bottom: 3px; background: transparent;<!-- -->box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; out...»)
  • 14:19, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:LowerCase (Новая страница: «local p = {} function p.lower(frame) local str = frame.args[1] return string.lower(str) end return p»)
  • 14:19, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Rarity (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; text-align:center;" class="hidden acw-rarity-{{#invoke:LowerCase|lower|{{{1|Common}}}}} inhcolor"><!-- -->[[{{{link|Rarity}}}|{{#if:{{{text|}}}|{{{text}}}|{{{1|}}}}}]]<!-- --></span>{{#ifeq:{{{nobr|1}}}|1||<br/>}}<!-- --></includeonly><!-- --><noinclude> {{Rarity|Common}} {{Rarity|Rare}} {{Rarity|Epic}} {{Rarity|Legendary}} </noinclude>»)
  • 14:18, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Perk (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; text-align:center;" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|32}}}px; height: {{{2|32}}}px; margin-bottom: 3px; background: transparent;<!-- -->box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"><!-- -->File:Per...»)
  • 14:18, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Mob/Base Infobox (Новая страница: «<includeonly> <infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <header name="title">{{{title|}}}</header> <group> <image source="image"></image> </group> <group layout="vertical"> <data> <label>Type</label> <default>Base</default> </data> <data source="location"> <label>Location</label> <format>{{Location|{{{location|}}}|30|nobr=1}}</format> </data...»)
  • 14:15, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Mob/Base (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; {{#ifeq:{{{nobr|}}}|1||text-align:center;}}" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|80}}}px; height: {{{2|80}}}px; margin-bottom: 3px; background: transparent; box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"...»)
  • 14:15, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Location (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; {{#ifeq:{{{nobr|}}}|1||text-align:center;}}" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|80}}}px; height: {{{2|80}}}px; margin-bottom: 3px; background: transparent; box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"...»)
  • 14:14, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Parameter/data (Новая страница: «local parameter_data = { ["Health"] = {prefix = "+", suffix = "%", icon = "Heart"}, ["Damage"] = {prefix = "+", suffix = "", icon = "Sword"}, ["Speed"] = {prefix = "+", suffix = "%", icon = "Wing"}, ["Distance"] = {prefix = "+", suffix = "%", icon = "Geo"}, ["Vision"] = {prefix = "+", suffix = "%", icon = "Eye"}, ["Strength"] = {prefix = "+", suffix = "", icon = "Bag"}, ["Crit Chance"] = {prefix = "+", suffix = "%",...»)
  • 14:14, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Parameter (Новая страница: «local p = {} local parameters_data = require("Module:Parameter/data") local function toTitleCase(str) return (str:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower() end)) end function p.to_title_case(frame) local text = frame.args[1] or "" return toTitleCase(text) end function p.get_parameter_data(frame) local parameter_name = frame.args[1] local formatted_parameter_name = toTitleCase(parameter_name)...»)
  • 14:13, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Mob Infobox (Новая страница: «<includeonly> <infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <header name="title">{{{title|}}}</header> <group> <image source="image"></image> </group> <group layout="vertical"> <data> <label>Type</label> <default>Mob</default> </data> <data source="location"> <label>Location</label> <format>{{Location|{{{location|}}}|30|nobr=1}}</format> </dat...»)
  • 14:13, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Mob (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; {{#ifeq:{{{nobr|}}}|1||text-align:center;}}" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|80}}}px; height: {{{2|80}}}px; margin-bottom: 3px; background: transparent; box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"...»)
  • 14:11, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Skill/data (Новая страница: «local skill_data = { ["Foraging"] = "Searches for food and enemies", ["Evasion"] = "Runs from enemies", ["Combat"] = "Fights with enemies", ["Scouting"] = "Loads the fog of war", ["Short Patrol"] = "Patrols in small radius", ["Heavy Lifting"] = "Can carry many resources at once", ["Long Patrol"] = "Patrols in large radius", ["Encumbered"] = "Slows down by half when carrying a resource", ["Barracks Dweller"] = "Lives in bar...»)
  • 14:10, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Skill (Новая страница: «local p = {} function p.get_skill_description(frame) local skill_data = require("Module:Skill/data") local skill_name = frame.args[1] return skill_data[skill_name] or "Skill not found" end return p»)
  • 14:10, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Skill (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em;" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|24}}}px; height: {{{2|24}}}px; margin-bottom: 3px; background: transparent;<!-- -->box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"><!-- -->File:Skill {{{1|Unknown}}}...»)
  • 14:10, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Caste (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; text-align:center;" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|24}}}px; height: {{{2|24}}}px; margin-bottom: 3px; background: transparent;<!-- -->box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"><!-- -->File:Cas...»)
  • 14:09, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Parameter (Новая страница: «<includeonly><span style="display: inline-block; line-height: 1em;" class="hidden"><!-- -->{{#if:{{{notext|}}}||<!-- -->{{#if:{{{prefix|}}}|{{#ifeq:{{{prefix}}}|none||{{{prefix}}}}}|{{#invoke:Parameter|get_parameter_data|{{{1|}}}|prefix}}}}<!-- -->{{{2|}}}<!-- -->{{#if:{{{suffix|}}}|{{#ifeq:{{{suffix}}}|none||{{{suffix}}}}}|{{#invoke:Parameter|get_parameter_data|{{{1|}}}|suffix}}}}<!-- --> <!-- -->}}<!-- --><span class="standard-light-background" style=...»)
  • 14:09, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:ProcessSkills (Новая страница: «local p = {} function p.process(frame) local skills = frame.args[1] or "" local result = "" for skill in string.gmatch(skills, '([^,]+)') do result = result .. frame:expandTemplate{title = "Skill", args = {skill:match("^%s*(.-)%s*$")}} end return result end function p.countSkills(frame) local skills = frame.args[1] or "" local count = 0 for _ in string.gmatch(skills, '([^,]+)') do count = count + 1 end...»)
  • 14:08, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:ProcessCastes (Новая страница: «local p = {} function p.process(frame) local castes = frame.args[1] or "" local result = "" for caste in string.gmatch(castes, '([^,]+)') do result = result .. frame:expandTemplate{title = "Caste", args = {caste:match("^%s*(.-)%s*$")}} end return result end function p.countCastes(frame) local castes = frame.args[1] or "" local count = 0 for _ in string.gmatch(castes, '([^,]+)') do count = count + 1 end...»)
  • 14:07, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Arguments/i18n (Новая страница: «-- <nowiki> return { ["en"] = { ["error-value-func"] = "bad value assigned to option \"valueFunc\" (function expected, got $1)", ["error-overwrite-permission"] = "could not write to argument table key \"$1\"; overwriting existing arguments is not permitted", ["error-write-permission"] = "could not write to argument table key \"$1\"; the table is read-only" }, ["qqq"] = { ["error-value-func"] = "Error thrown when op...»)
  • 14:07, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Entrypoint (Новая страница: «--- Entrypoint templating wrapper for Scribunto packages. -- The module generates an entrypoint function that can execute Scribunto -- package calls in the template context. This allows a package to support -- both direct and template invocations. -- -- @script entrypoint -- @release stable -- @author 8nml -- @param {table} package Scribunto package. -- @error[85] {string} 'you...»)
  • 14:06, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Fallbacklist (Новая страница: «-- Language fallback rules for other Lua modules. -- @see https://commons.wikimedia.org/wiki/Module:Fallbacklist -- @release 2017-01-01T20:33:00.000Z -- @submodule return { -- crh (Crimean Tatar) cluster: crh-cyrl , crh-latn -> crh (Crimean Tatar) ['crh'] = {'crh-latn'}, ['crh-cyrl'] = {'crh', 'ru'}, ['crh-latn'] = {'crh'}, -- de (German) cluster: ['als'] = {'gsw', 'de'}, -- A...»)
  • 14:06, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:I18n (Новая страница: «--- I18n library for message storage in Lua datastores. -- The module is designed to enable message separation from modules & -- templates. It has support for handling language fallbacks. This -- module is a Lua port of I18n-js and i18n modules that can be loaded -- by it are editable through I18nEdit. -- -- @module i18n -- @version 1.4.0 -- @require Module:Entrypoint -- @require Module:Fallbacklist -- @author...»)
  • 14:05, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Arguments (Новая страница: «-- based on https://dev.fandom.com/wiki/Module:Arguments?oldid=160378 --- Arguments invocation argument extractor for Scribunto modules. -- It is intended for use by other Lua modules, and should not be -- called from an invocation (`#invoke`) directly. -- -- This module supports the following features: -- * Trimming and blank argument removal. -- * Argument inheritance between child and parent frames. -- * Argument extraction for external module...»)
  • 14:05, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Yesno (Новая страница: «-- <nowiki> --- Yesno module for processing of boolean-like wikitext input. -- -- It works similarly to the Yesno Wikipedia -- template. This module is a consistent Lua interface for wikitext -- input from templates. -- -- Wikitext markup used by MediaWiki templates only permit -- string parameters like `"0"`, `"yes"`, `"no"` etc. As Lua -- has a boolean primitive type, Yesno converts this -- wikitext into boolean out...»)
  • 14:05, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Namespace detect/config (Новая страница: «-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...»)
  • 14:04, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Namespace detect/data (Новая страница: «-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = mw.title.new('Module:Namespace detect/config...»)
  • 14:04, 9 мая 2024 Senya0 обсуждение вклад создал страницу Модуль:Namespace detect (Новая страница: «-- <nowiki> --[[ -------------------------------------------------------------------------------- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are supported, -- -- and namespace names are detected auto...»)
  • 14:03, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Namespace (Новая страница: «{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> <!-- For a more traditional wikitext version of this template, see https://templates.fandom.com/wiki/Template:Namespace_detect --> </noinclude>»)
  • 14:03, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Ant Infobox (Новая страница: «<includeonly> <infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <header name="title">{{{title|}}}</header> <group> <image source="image"></image> </group> <group layout="vertical"> <data> <label>Type</label> <default>Ant</default> </data> <data source="description"> <label>Description</label> <format>{{{description|}}}</format> </data> <data source="default"> <la...»)
  • 14:03, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Ant (Новая страница: «<includeonly><!-- --><span style="display: inline-block; margin:3px; line-height: 1em; {{#ifeq:{{{nobr|}}}|1||text-align:center;}}" class="hidden"><!-- --><span class="standard-light-background" style="display: inline-block; width: {{{2|80}}}px; height: {{{2|80}}}px; margin-bottom: 3px; background: transparent; box-sizing: content-box; border: solid transparent; border-width: 0px 0px 0px 0px; border-radius: 0px 8px 0px 0px; outline: 2px solid transparent;"...»)
  • 14:02, 9 мая 2024 Senya0 обсуждение вклад создал страницу Шаблон:Menu (Новая страница: «<center> <div style="clear:both; font-weight: bold"> <gallery position="center" captionalign="center" captionsize="medium" bordersize="none" spacing="medium" hideaddbutton="true" navigation="true" mode="nolines"> AntQueen.svg| link=Ants |Ants Deck.svg| link=Deck |Deck Chest.svg| link=Perks |Perks Map.svg| link=Locations |Locations Hammer.svg| link=Anthill#Buildings |Buildings </gallery> <div style="clear:both;"> <gallery...»)
  • 14:01, 9 мая 2024 Senya0 обсуждение вклад создал страницу Участник:Senya0 (Создана пустая страница)
  • 13:59, 9 мая 2024 Senya0 обсуждение вклад переименовал страницу Заглавная страница в Ant Colony: Wild Forest Вики