Внесок користувача 587
Користувач здійснив 1673 редагування. Обліковий запис створено 18 серпня 2023.
26 серпня 2023
- 19:5219:52, 26 серпня 2023 різн. історія +499 Н Шаблон:QuoteFR Створена сторінка: Категорія:Потребує перекладу <div class="frquote"> <div class="quotesymbol" style="line-height: 32px;">“</div> <div class="quotetext">{{{1|Insert the text of the quote here, without quotation marks.}}}</div> <div class="quotesymbol" style="align-self: flex-end; line-height: 12px;">”</div> </div>{{#if:{{{2|}}}|<div class="quotesource">— {{{2}}}</div>}}<noinclude> {{Documentation}} Category:Utility templat... поточна
- 19:4519:45, 26 серпня 2023 різн. історія +37 м Фентезійно-історичні пантеони Немає опису редагування
- 19:4519:45, 26 серпня 2023 різн. історія +18 м Фентезійно-історичні пантеони →Єгипетські божества Мітка: Візуальний редактор
- 19:4419:44, 26 серпня 2023 різн. історія +11 640 Н Фентезійно-історичні пантеони Створена сторінка: Кельтські, єгипетські, грецькі та скандинавські пантеони - то є фентезійнe переосмислення історичних релігій, які існували в нашому світі за давніх часів. Вони включають божеств, які найбільш прийнятні для використання у грі; божества відділені від їх...
- 13:5313:53, 26 серпня 2023 різн. історія −4 м Dragonborn Немає опису редагування поточна
- 13:5213:52, 26 серпня 2023 різн. історія +152 м Dragonborn Немає опису редагування
- 13:3313:33, 26 серпня 2023 різн. історія +110 Н Модуль:Anchor/doc Створена сторінка: This module implements <nowiki>{{anchor}}</nowiki>. Please see the Template:Anchor page for documentation. поточна
- 13:1513:15, 26 серпня 2023 різн. історія +2087 Н Fire Bolt Створена сторінка: Категорія:Потребує перекладу {{SpellPage | name = Fire Bolt | image = Fire Bolt Icon.png | level = cantrip | school = Evocation | ritual = | classes = Wizard, Sorcerer, Arcane Trickster, Eldritch Knight | class learns at level 1 = Wizard, Sorcerer | class learns at level 3 = Arcane Trickster, Eldritch Knight | races = High Elf, High Half-Elf | race learns at level 1 = High Elf, High Half-Elf | summary = It allows the caster t... поточна
- 13:1513:15, 26 серпня 2023 різн. історія +899 Н Great Weapon Master: All In Створена сторінка: Категорія:Потребує перекладу frameless|right '''Great Weapon Master: All In''' is a Toggleable Passive Feature provided by the Great Weapon Master Feat that allows {{Two-Handed}} or {{Versatile}} weapon users to deal extra damage at the cost of reduced accuracy. == Description == When attacking with Heavy melee weapons you are Proficient wit... поточна
- 13:1513:15, 26 серпня 2023 різн. історія +2284 Н Magic Missile Створена сторінка: Категорія:Потребує перекладу {{SpellPage | name = Magic Missile | image = Magic Missile Icon.png | level = 1 | school = Evocation | classes = Sorcerer, Wizard, Arcane Trickster, Eldritch Knight | class learns at level 1 = Sorcerer, Wizard | class learns at level 3 = Arcane Trickster, Eldritch Knight | summary = This spell allows spellcasters to hit enemies with multiple projectiles that deal Force... поточна
- 13:1413:14, 26 серпня 2023 різн. історія +6283 Н Модуль:ParseList Створена сторінка: local getArgs = require('Module:Arguments').getArgs local p = {} -- Config options, set in main function local listDelimiters local makeElementsLinks local makeElementsPlural local makeElementsSingular local makeElementsLowercase local useTemplateOnElements local useTwoArgTemplateOnElements local finalJoiningWord local function splitListString(listString) local strings = {} for str in listString:gmatch("[^" .. listDelimiters .. "]+") do t... поточна
- 13:1313:13, 26 серпня 2023 різн. історія +11 м Fireball Немає опису редагування поточна
- 13:1013:10, 26 серпня 2023 різн. історія +12 649 Н Модуль:TableTools Створена сторінка: --[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from... поточна
- 13:0913:09, 26 серпня 2023 різн. історія +647 Н Модуль:Anchor Створена сторінка: -- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. loc... поточна
- 13:0813:08, 26 серпня 2023 різн. історія +1252 Н Fireball Створена сторінка: Категорія:Потребує перекладу | name = Fireball | image = Fireball Icon.png | level = 3 | school = Evocation | classes = Sorcerer, Wizard, Light Domain, The Fiend | class learns at level 5 = Sorcerer, Wizard, Light Domain, Fiend | races = | summary = This spell allows spellcasters to unleash a streak of fire from their hands that ignites into a large explosion at a chosen point within range. | description = Shoot a bright flam...
- 13:0813:08, 26 серпня 2023 різн. історія +27 Н Skilled Перенаправлено на Feats#Skilled поточна Мітка: Нове перенаправлення
- 12:0612:06, 26 серпня 2023 різн. історія −1346 Брама Балдура 3 Немає опису редагування
- 11:4411:44, 26 серпня 2023 різн. історія +10 054 Н Модуль:Arguments Створена сторінка: -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(va...
- 11:3911:39, 26 серпня 2023 різн. історія +1879 Н Модуль:Index Створена сторінка: local Index = {} --- imported libraries -- Parses invocation and template parameters, trims whitespace, and removes blanks. local getArgs = require('Dev:Arguments').getArgs -- Output build string and helper variables local header = '' local content = '' local output = '' -- Separator used between items in the in-line list local sep = ' • ' -- functions for opening and closing indent blocks local function IndentBlockOpen (str) return '<div class... поточна
- 11:2711:27, 26 серпня 2023 різн. історія +576 м Брама Балдура 3 Іконка і опис
- 11:2611:26, 26 серпня 2023 різн. історія +154 Н Шаблон:Th Створена сторінка: Категорія:Потребує перекладу <sup>th</sup><noinclude>Category:Inline templatesCategory:Utility templates</noinclude> поточна
- 11:2511:25, 26 серпня 2023 різн. історія +1072 Н Шаблон:Refs Створена сторінка: Категорія:Потребує перекладу <includeonly>{{#vardefine:numCol|{{#if:{{{1|}}}|{{#switch:{{{1}}}|1=1|2=2|3=3|#default=2}}|2}}}} <div class="reflist {{#if:{{{1|}}}|columns references-column-width}}" <!-- -->style="{{#if:{{{1|}}}|-ms-column-count:{{#var:numCol}};-moz-column-count:{{#var:numCol}};-webkit-column-count:{{#var:numCol}};column-count:{{#var:numCol}};}}"> <references /> </div></includeonly><noinclude> Use this template... поточна
- 11:2511:25, 26 серпня 2023 різн. історія +41 Н Baldur's Gate III Перенаправлено на Брама Балдура 3 поточна Мітка: Нове перенаправлення
- 11:2411:24, 26 серпня 2023 різн. історія +544 Н Шаблон:Notes Створена сторінка: Категорія:Потребує перекладу <includeonly><small><references group="note" /></small></includeonly><noinclude> Use this template to quickly provide a list of inline editors' notes at the bottom of an article. To create an actual note, use the format: <code><nowiki><ref group="note">Type your note here.</ref></nowiki></code> The generally accepted standard is to lay out the section like this; <pre><nowiki> ==Notes== {{Notes}}... поточна
- 11:2311:23, 26 серпня 2023 різн. історія +210 Н Шаблон:Index Створена сторінка: Категорія:Потребує перекладу <includeonly>{{#invoke:Index|IndList}}</includeonly><noinclude>{{Documentation}}Category:Inline templatesCategory:Utility templates</noinclude> поточна
- 11:2311:23, 26 серпня 2023 різн. історія +442 Н Шаблон:External link disclaimer Створена сторінка: Категорія:Потребує перекладу <small>'''Disclaimer:''' The views expressed in the following links do not necessarily represent the views of the editors of this wiki, nor does any lore presented necessarily adhere to established canon.</small><br /><noinclude> ==Usage== This template should be added at the top of any "External Links" section of an article. {{PAGENAME}}</noinclude> поточна
- 11:2211:22, 26 серпня 2023 різн. історія +2317 Н Шаблон:Computer game Створена сторінка: <includeonly>{{#vardefine:cleantitle|{{#if:{{{citetitle|}}}|{{{citetitle}}}|{{#regex:{{{name}}}|%^(.*)<.*>(.*)$%|$1 $2}}}}}}<!-- Removes <br /> tags --></includeonly><infobox theme="frwiki" type="videogame"> <image source="image"> <caption source="caption" /> </image> <title source="name"> <format>''{{{name}}}''</format> <default>Enter Name Here</default> </title> <group> <header>Basic Information</header> <data source="realm... поточна
- 11:2211:22, 26 серпня 2023 різн. історія +1581 Н Шаблон:BGW Створена сторінка: Категорія:Потребує перекладу <includeonly>24px|link=[[w:c:baldursgate]] [[w:c:baldursgate:{{{1|{{PAGENAME}}}}}|{{{1|{{PAGENAME}}}}}]] article at the '''''Baldur's Gate Wiki''''', a wiki for the ''Baldur's Gate'' games.<br /></includeonly><noinclude> The '''BGW''' template creates an external link to the Baldur's Gate Wiki, to link to an article on the same or simil... поточна
- 11:2111:21, 26 серпня 2023 різн. історія +1897 Н Шаблон:Baldur's Gate series Створена сторінка: Категорія:Потребує перекладу <div class="border-box-runes"> {| class="border-box-contentarea border-box-contentarea-runes" align="center" style="margin:0 auto; text-align:center; width:100%" | colspan=2 class="border-box-title border-box-title-runes" | ''Baldur's Gate'' series |- ! class="border-box-subtitle border-box-subtitle-runes" style="width:130px; font-size: 90%; border-right:1px solid #A0522D;"... поточна
- 11:2111:21, 26 серпня 2023 різн. історія +5562 Н Шаблон:Computer games list Створена сторінка: Категорія:Потребує перекладу {{Border box | theme = | title = Video Games | subtitle = | content = <hr /><div class="mw-collapsible mw-collapsed" data-expandtext="▼" data-collapsetext="▲"><div class="border-box-subtitle border-box-subtitle-{{#if:{{{theme|}}}|{{{theme}}}|runes}}">Baldur's Gate</div><div class="mw-collapsible-content">''Baldur's Gate (game)|... поточна
- 11:1911:19, 26 серпня 2023 різн. історія +31 Н Місцини у грі Брама Балдура 3 Перенаправлено на List of Locations поточна Мітка: Нове перенаправлення
- 11:1511:15, 26 серпня 2023 різн. історія 0 Н Файл:Baldur's Gate 3 cover art.jpg Немає опису редагування поточна
- 11:1411:14, 26 серпня 2023 різн. історія +609 Н Шаблон:GameInfobox Створена сторінка: Категорія:Потребує перекладу <div class="gameinfobox"> <div class="gameinfobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="gameinfobox-image">[[File:{{{image}}}|300px]]</div>}} <table> {{#if:{{{Developer|}}}| <tr> <th>Developer</th> <td>{{{Developer}}}</td> </tr> }} {{#if:{{{Genre|}}}| <tr> <th>Genre</th> <td>{{{Genre}}}</td> </tr> }} {{#if:{{{Platform|}}}| <tr> <th>Platform</th>... поточна
- 11:0811:08, 26 серпня 2023 різн. історія +14 м Die Rolls Немає опису редагування
- 11:0111:01, 26 серпня 2023 різн. історія +44 Н Background Перенаправлено на Character Creation#Backgrounds поточна Мітка: Нове перенаправлення
- 11:0111:01, 26 серпня 2023 різн. історія +1189 Н Crown of Madness Створена сторінка: Категорія:Потребує перекладу {{SpellPage | name = Crown of Madness | image = Crown of Madness Icon.png | level = 2 | school = Enchantment | classes = Bard, Sorcerer, Warlock, Wizard, Oathbreaker, Arcane Trickster, Eldritch Knight | class learns at level 3 = Bard, Sorcerer, Warlock, Wizard | class learns at level 5 = Oathbreaker | class learns at level 7 = Arcane Trickster | class learns at level 8 = Eldritch Knight | summary =... поточна
- 11:0111:01, 26 серпня 2023 різн. історія +84 Н Файл:Critical hit.png Категорія:Потребує перекладу поточна
- 11:0111:01, 26 серпня 2023 різн. історія +166 м Die Rolls Немає опису редагування
- 10:5910:59, 26 серпня 2023 різн. історія 0 Н Файл:Fire Bolt Icon.png Немає опису редагування поточна
- 10:5810:58, 26 серпня 2023 різн. історія +84 Н Файл:Karmic dice setting.png Категорія:Потребує перекладу поточна
- 10:5710:57, 26 серпня 2023 різн. історія +84 Н Файл:Deception.png Категорія:Потребує перекладу поточна
- 10:5610:56, 26 серпня 2023 різн. історія +1717 Die Rolls Переклад українською (в процесі)
- 10:4910:49, 26 серпня 2023 різн. історія +59 Шаблон:DieIcon Немає опису редагування поточна
- 10:4210:42, 26 серпня 2023 різн. історія +22 м Головна сторінка Плюс посиланна на Еберрон
- 10:3810:38, 26 серпня 2023 різн. історія +1773 5 Переклад українською (в процесі)
25 серпня 2023
- 20:3520:35, 25 серпня 2023 різн. історія +35 Н Superiority Die Перенаправлено на Battle Master#Level 3 поточна Мітка: Нове перенаправлення
- 20:3420:34, 25 серпня 2023 різн. історія +21 Н Ki Point Перенаправлено на Monk#Ki поточна Мітка: Нове перенаправлення
- 20:3320:33, 25 серпня 2023 різн. історія +32 Н Spell Slot Перенаправлено на Spells#Spell Slots поточна Мітка: Нове перенаправлення
- 20:3120:31, 25 серпня 2023 різн. історія 0 Н Файл:D6 Necrotic.png Немає опису редагування поточна
- 20:3020:30, 25 серпня 2023 різн. історія +1640 Н Deflect Missiles Створена сторінка: Категорія:Потребує перекладу right|frameless '''Deflect Missiles''' is a Reaction gained by Monk at Level 3. Deflect Missiles allows the Monk to reduce incoming damage from ranged weapon attacks and optionally return the projectile. ==Description== Use your reaction to reduce the damage from a ranged weapon attack by 1d10 + your Dexterity Modifier + your monk level. If the dama... поточна