İlgili değişiklikler
Gezinti kısmına atla
Arama kısmına atla
Aşağıdaki liste, belirtilen sayfaya (ya da belirtilen kategorinin üyelerine) bağlantı veren sayfalarda yapılan son değişikliklerin listesidir. İzleme listenizdeki sayfalar kalın olarak belirtilmiştir.
Kısaltmalar listesi:
- Y
- Bu değişiklikle yeni bir sayfa oluşturuldu (ayrıca yeni sayfalar listesine bakınız)
- k
- Bu bir küçük değişiklik
- b
- Bu değişiklik bir bot tarafından yapıldı
- (±123)
- Sayfa boyutundaki değişikliğin bayt bazında değeri
6 Aralık 2025
| Y 20.42 | Modül:Dolaşım/styles.css farkgeçmiş +2.183 Admin mesaj katkılar ("→{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →No top margin for nested navboxes: } .navbox + .navbox, →TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 20.25 | Şablon:Şablon grubu farkgeçmiş +152 Admin mesaj katkılar ("{{#invoke:dolaşım grubu|top}} {{{liste1|{{{liste|{{{list1|{{{list|}}}}}}}}}}}}{{#invoke:dolaşım grubu|bottom}}<noinclude> {{Belgeleme}} </noinclude>" içeriğiyle yeni sayfa oluşturdu) | ||||
|
|
20.18 | (Yükleme günlüğü) [Admin (2×)] | |||
|
|
20.18 Admin mesaj katkılar, Dosya:Lua-logo-nolabel.png dosyasını yükledi | ||||
|
|
20.17 Admin mesaj katkılar, Dosya:Test Template Info-Icon - Version (2).png dosyasını yükledi | ||||
|
|
Y 20.17 | Modül:Belgeleme/config 2 değişiklik geçmiş +19.699 [Admin (2×)] | |||
|
|
20.17 (güncel | önceki) 0 Admin mesaj katkılar | ||||
| Y |
|
19.55 (güncel | önceki) +19.699 Admin mesaj katkılar ("---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ----------------------------------------------------------------..." içeriğiyle yeni sayfa oluşturdu) | |||
|
|
Y 20.16 | Modül:Belgeleme 2 değişiklik geçmiş +39.610 [Admin (2×)] | |||
|
|
20.16 (güncel | önceki) 0 Admin mesaj katkılar | ||||
| Y |
|
19.54 (güncel | önceki) +39.610 Admin mesaj katkılar ("-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Modül:Arguments').getArgs local messageBox = require('Modül:Message box') -- Get the config table. local cfg = mw.loadData('Modül:Belgeleme/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local function..." içeriğiyle yeni sayfa oluşturdu) | |||
| Y 20.06 | Modül:Evethayır farkgeçmiş +860 Admin mesaj katkılar ("-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 19.56 | Modül:İleti kutusu farkgeçmiş +19.379 Admin mesaj katkılar ("-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Modül:Evethayır') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Modül:İleti kutusu/yapılandırma' local DEMOSPACES = {..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 19.56 | Modül:Message box farkgeçmiş +38 Admin mesaj katkılar ("return require('Modül:İleti kutusu')" içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 19.55 | Modül:Belgeleme/stiller.css farkgeçmiş +1.066 Admin mesaj katkılar (".documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; →same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; →same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1e..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 19.54 | Şablon:Belgeleme farkgeçmiş +185 Admin mesaj katkılar ("{{#invoke:belgeleme|main|_content={{ {{#invoke:belgeleme|contentTitle}}}}}}<noinclude> <!-- Kategorileri /belge alt sayfalarına, intervikileri ise Vikiveri'ye ekleyin. --> </noinclude>" içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 19.46 | Modül:Dolaşım grubu farkgeçmiş +1.653 Admin mesaj katkılar ("-- This implements Template:navboxes local p = {} local Navbox = require('Modül:Dolaşım') local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end local function navboxes(args, list) local navbar = (args['durum'] and args['durum'] == 'kapalı') and 'kapalı' or 'sade' local title = args['başlık'] or args['title'] or 'İlgili maddelere bağlantılar' local titlestyle = 'background:' .. (args['arkaplan'] or args['bg'] or '#..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 18.59 | Modül:Bağımsız değişkenler farkgeçmiş +10.054 Admin mesaj katkılar ("-- 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(..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 18.59 | Modül:Arguments farkgeçmiş +50 Admin mesaj katkılar ("return require('Modül:Bağımsız değişkenler')" içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 18.58 | Modül:Dolaşım/yapılandırma farkgeçmiş +5.466 Admin mesaj katkılar ("return { aria_label = 'Dolaşım', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Modül:Dolaşım/styles.css' } }, hlist_templatestyles = 'Yatay liste/biçim.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 18.55 | Modül:Dolçub farkgeçmiş +2.654 Admin mesaj katkılar ("local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor then args.fontstyle = 'color:' .. args.fontcolor .. ';' end args.style = 'float:left; text-align:left; width:6em;' end local titleText = args[titleArg] or (':' .. mw.getCurrentFrame():getParent():getTitle()) local title = mw.title.new(mw.text.trim(titleText), 'Te..." içeriğiyle yeni sayfa oluşturdu) | ||||
| Y 18.54 | Modül:Dolaşım farkgeçmiş +13.863 Admin mesaj katkılar ("local p = {} local navbar = require('Modül:Dolçub')._navbar local cfg = mw.loadData('Modül:Dolaşım/yapılandırma') local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navbox..." içeriğiyle yeni sayfa oluşturdu) | ||||