所有公开日志

所有民主百科公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
最新 | 最旧) 查看( | 后50个)(20 | 50 | 100 | 250 | 500
  • 2023年6月23日 (五) 19:54 Admin 讨论 贡献创建了页面模块: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 #inv…”)
  • 2023年6月23日 (五) 19:53 Admin 讨论 贡献创建了页面模块:Message box/ombox.css (创建页面,内容为“* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15:​ table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray:​ border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } An empty narrow cell:​ .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s):​ .ombox…”
  • 2023年6月23日 (五) 19:53 Admin 讨论 贡献创建了页面模块:Message box/configuration (创建页面,内容为“-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = '…”)
  • 2023年6月23日 (五) 19:52 Admin 讨论 贡献创建了页面模块:Message box (创建页面,内容为“-- 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('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox',…”)
  • 2023年6月23日 (五) 19:52 Admin 讨论 贡献创建了页面模块:Lua banner/config (创建页面,内容为“local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format.…”)
  • 2023年6月23日 (五) 19:51 Admin 讨论 贡献创建了页面模块:Lua banner (创建页面,内容为“-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg) return TNT.format('I18n/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config') end function p.main(frame) local origArgs…”)
  • 2023年6月23日 (五) 19:51 Admin 讨论 贡献创建了页面模块:List (创建页面,内容为“-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(li…”)
  • 2023年6月23日 (五) 19:50 Admin 讨论 贡献创建了页面模块:Effective protection level (创建页面,内容为“local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ~= 'edit' and action ~=…”)
  • 2023年6月23日 (五) 19:50 Admin 讨论 贡献创建了页面模块:Documentation/styles.css (创建页面,内容为“.ts-doc-sandbox .mbox-image { padding:.75em 0 .75em .75em; } .ts-doc-doc { clear: both; background-color: #eaf3ff; border: 1px solid #a3caff; margin-top: 1em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header { background-color: #c2dcff; padding: .642857em 1em .5em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header .ts-tlinks-tlinks { line-height: 24px; margin-left: 0; } .ts-doc-header .ts-tl…”)
  • 2023年6月23日 (五) 19:48 Admin 讨论 贡献创建了页面模块:Documentation/i18n (创建页面,内容为“local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in…”)
  • 2023年6月23日 (五) 19:45 Admin 讨论 贡献创建了页面模板:Lua (创建页面,内容为“<onlyinclude><includeonly>{{#invoke:Lua banner|main}}</includeonly></onlyinclude> {{Lua|Module:Lua banner}} {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. -->”)
  • 2023年6月23日 (五) 19:42 Admin 讨论 贡献创建了页面模板:Navbox/doc (创建页面,内容为“<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>”)
  • 2023年6月23日 (五) 19:21 Admin 讨论 贡献创建了页面模块:TNT (创建页面,内容为“-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is m…”)
  • 2023年6月23日 (五) 19:18 Admin 讨论 贡献删除页面模版:民主百科知识大全 (内容为:“{{Navbox | name = Chinese Communist Party | title = 20px|link=Emblem of the Chinese Communist Party <span style="color:#FFDE00">Chinese Communist Party</span> | listclass = hlist | titlestyle = background: #DE2910; color:#FFDE00; | groupstyle = background: #DE2910; color:#FFDE00; | belowstyle = background: #DE2910; color:#FFD…”,唯一贡献者是“Admin”(讨论))
  • 2023年6月23日 (五) 19:17 Admin 讨论 贡献创建了页面模板:民主百科知识大全 (创建页面,内容为“{{Navbox | name = Chinese Communist Party | title = 20px|link=Emblem of the Chinese Communist Party <span style="color:#FFDE00">Chinese Communist Party</span> | listclass = hlist | titlestyle = background: #DE2910; color:#FFDE00; | groupstyle = background: #DE2910; color:#FFDE00; | belowstyle = background: #DE2910; color:#FFDE00; | image = <!-- No need for excessive decoration --> | group1 = Leader of…”)
  • 2023年6月23日 (五) 19:16 Admin 讨论 贡献创建了页面模块:Documentation/config (创建页面,内容为“---------------------------------------------------------------------------------------------------- -- -- 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. -----------------------------------------------------------------------…”)
  • 2023年6月23日 (五) 19:13 Admin 讨论 贡献创建了页面模块:Documentation (创建页面,内容为“-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for test…”)
  • 2023年6月23日 (五) 19:09 Admin 讨论 贡献还原页面模板:Documentation(2个修订版本)
  • 2023年6月23日 (五) 19:08 Admin 讨论 贡献删除页面模板:Documentation (内容为:“-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These…”,唯一贡献者是“Admin”(讨论))
  • 2023年6月23日 (五) 19:07 Admin 讨论 贡献创建了页面模板:Documentation (创建页面,内容为“-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for test…”)
  • 2023年6月23日 (五) 19:05 Admin 讨论 贡献创建了页面MediaWiki:Common.js (创建页面,内容为“这里的任何JavaScript将为所有用户在每次页面加载时加载。:​ /** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by default instead of adding it here (since gadgets are fully * optimized ResourceLoader modules with possibility to add dependencies etc.) * * Since Common.js isn't a gadget, there is no place to declare its…”
  • 2023年6月23日 (五) 19:04 Admin 讨论 贡献创建了页面MediaWiki:Common.css (创建页面,内容为“{{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: -1px; /*…”
  • 2023年6月23日 (五) 19:01 Admin 讨论 贡献创建了页面模块:Navbox/styles.css (创建页面,内容为“{{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: -1px; /*…”
  • 2023年6月23日 (五) 18:56 Admin 讨论 贡献创建了页面模版:民主百科知识大全 (创建页面,内容为“{{Navbox | name = Chinese Communist Party | title = 20px|link=Emblem of the Chinese Communist Party <span style="color:#FFDE00">Chinese Communist Party</span> | listclass = hlist | titlestyle = background: #DE2910; color:#FFDE00; | groupstyle = background: #DE2910; color:#FFDE00; | belowstyle = background: #DE2910; color:#FFDE00; | image = <!-- No need for excessive decoration --> | group1 = Leader of…”)
  • 2023年6月23日 (五) 18:56 Admin 讨论 贡献创建了页面模块:Navbar (创建页面,内容为“local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end ul:tag('li') :addClass('nv-'..full) :wikitext(l[1] .. link .. l[2]) :tag(args.mini and 'abbr' or 'span') :attr('title', descrip..' this template') :cssText(args.fontstyle) :wikitext(args.mini and mini or full) :done() :wikitext(l[3]) end function p.brackets (position,…”)
  • 2023年6月23日 (五) 18:55 Admin 讨论 贡献创建了页面模块:Navbox (创建页面,内容为“-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar 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) navboxes are flagged with a c…”)
  • 2023年6月23日 (五) 18:50 Admin 讨论 贡献创建了页面模块: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(val) ==…”)
  • 2023年6月23日 (五) 17:21 Admin 讨论 贡献创建了页面模板:Navbox (创建页面,内容为“<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>”)
  • 2023年6月23日 (五) 16:56 Admin 讨论 贡献删除页面尤利西斯 (内容为:“{{Wiktionary|Ulysses}} '''Ulysses''' is one form of the Roman name for Odysseus, a hero in ancient Greek literature. '''Ulysses''' may also refer to: {{TOC_right}} ==People== * Ulysses (given name), including a list of people with this name ==Places in the United States== * Ulysses, Kansas * Ulysses, Kentucky * Ulysses, Nebraska * Ulysses Township, Butler C…”,唯一贡献者是“Admin”(讨论))
  • 2023年6月23日 (五) 16:55 Admin 讨论 贡献删除页面Ulysses (novel) (被清空前的内容为:“{{Short description|1922 novel by James Joyce}} {{Use dmy dates|date=October 2017}} {{Infobox book <!-- See Wikipedia:WikiProject_Novels or Wikipedia:WikiProject_Books --> | image = JoyceUlysses2.jpg | caption = First edition of ''Ulysses'' by James Joyce, published by Paris-Shakespeare, 1922. The color of the cover was meant to match the blue of the Greek flag.<ref>{{Cite web |last=Hanaway-Oakley |first=Cleo |date=1 February 2022 |title=Ulysse…”)
  • 2023年6月23日 (五) 15:39 Admin 讨论 贡献创建了页面微件:Music163 (创建页面,内容为“<iframe width="312" height="86" frameborder="0" src="https://music.163.com/outchain/player?type=2&id=<!--{$id|escape:'url'}-->&auto=0"></iframe>”)
  • 2023年6月23日 (五) 15:14 Admin 讨论 贡献删除页面模板:Ac (内容为:“#REDIRECT Template:ArticleCategory”,唯一贡献者是“Admin”(讨论))
  • 2023年6月23日 (五) 15:14 Admin 讨论 贡献删除页面模板:Doc (内容为:“#REDIRECT Template:Documentation”,唯一贡献者是“0:0:0:0:0:0:0:1”(讨论))
  • 2023年6月23日 (五) 15:13 Admin 讨论 贡献删除页面模板:ArticleCategory (内容为:“<includeonly>{{#if:{{{1|}}}|{{#ifeq:{{NAMESPACENUMBER}}|0|{{#if:{{{2|}}}|[[分类:{{{1|}}}|{{{2|}}}]]|[[分类:{{{1|}}}]]}}}}}}</includeonly><noinclude>{{doc |content={{High-risk|72000+}} 本模板是用于其他模板中的,用途为插入一个仅在(主)名字空间有效的分类(即该模板仅在(主)名字空间时生成一个分类…”,唯一贡献者是“0:0:0:0:0:0:0:1”(讨论))
  • 2023年6月23日 (五) 15:13 Admin 讨论 贡献删除页面模板:Documentation (内容为:“<div class="template-documentation" style="background: aliceblue; padding: 1em; border: 1px solid #aaa;"><!-- --><div class="template-documentation-header" style="padding-bottom:3px; border-bottom: 1px solid #aaa; margin-bottom:1ex"><!-- --><span style="font-weight: bold; font-size: 125%">{{#switch:{{NAMESPACE}} |{{ns:template}}=File:Templa…”,唯一贡献者是“0:0:0:0:0:0:0:1”(讨论))
  • 2023年6月23日 (五) 14:32 Admin 讨论 贡献创建了页面模板:Ac (重定向页面至模板:ArticleCategory 标签新重定向
  • 2023年6月23日 (五) 14:30 Admin 讨论 贡献创建了页面模板:Music163 (创建页面,内容为“<includeonly><div class="music163" data-id="{{{1|{{{id|}}}}}}" data-size="{{#ifeq: {{{size}}} | small | small | big}}" data-type="{{{type|}}}" data-width="{{{width|}}}" data-height="{{{height|}}}" title="{{{title|}}}" data-float="{{{float|}}}" data-align="{{{align|}}}"></div>{{#widget:music163}}{{ac|条目中存在只限中国内地播放的音频}}</includeonly><noinclude>{{doc}}</noinclude>”)
  • 2023年6月23日 (五) 12:27 Admin 讨论 贡献创建了页面存在 (创建页面,内容为“ == 民主百科的存在观 == 民主百科认为存在有如下的特征: * 存在是可以认识的 * 对具体的人来说,在特定的时刻,这个人可能对一些存在并无认识 * 不是所有的存在都必须被公开讨论 * 人们通过现象,经验,实践,思维,谈话等方式认识存在 * 人们用以认识存在的思维与存在本身有同一性,但他们并不必然是协调或者全等的 * 认识存在是为了更好的…”)
  • 2023年6月23日 (五) 12:07 Admin 讨论 贡献删除页面编辑:首页 (内容为:“* 特殊:特殊页面 * MediaWiki:Sidebar * 帮助:参与编辑”,唯一贡献者是“Admin”(讨论))
  • 2023年6月23日 (五) 12:06 Admin 讨论 贡献创建了页面帮助:参与编辑 (创建页面,内容为“* 特殊:特殊页面 * MediaWiki:Sidebar * 帮助:参与编辑”)
  • 2023年6月23日 (五) 12:03 Admin 讨论 贡献删除页面Helps:开始编辑 (内容为:“”,唯一贡献者是“Admin”(讨论))
  • 2023年6月23日 (五) 12:03 Admin 讨论 贡献创建了页面Helps:开始编辑 (创建空白页面)
  • 2023年6月23日 (五) 12:02 Admin 讨论 贡献创建了页面帮助:开始编辑 (创建空白页面)
  • 2023年6月23日 (五) 11:57 Admin 讨论 贡献创建了页面民主百科:测试 (创建空白页面)
  • 2023年6月23日 (五) 11:52 Admin 讨论 贡献创建了页面编辑:首页 (创建页面,内容为“* 特殊:特殊页面 * MediaWiki:Sidebar”)
  • 2023年6月23日 (五) 11:27 Admin 讨论 贡献创建了页面MediaWiki:Sidebar (创建页面,内容为“ * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * TOOLBOX * LANGUAGES * EDITOR ** a”)
  • 2023年6月23日 (五) 01:02 Admin 讨论 贡献创建了页面Ulysses (novel) (创建页面,内容为“{{Short description|1922 novel by James Joyce}} {{Use dmy dates|date=October 2017}} {{Infobox book <!-- See Wikipedia:WikiProject_Novels or Wikipedia:WikiProject_Books --> | image = JoyceUlysses2.jpg | caption = First edition of ''Ulysses'' by James Joyce, published by Paris-Shakespeare, 1922. The color of the cover was meant to match the blue of the Greek flag.<ref>{{Cite web |last=Hanaway-Oakley |first=Cleo |date=1 February 2022 |title=Ulysses…”)
  • 2023年6月23日 (五) 00:55 Admin 讨论 贡献创建了页面尤利西斯 (创建页面,内容为“{{Wiktionary|Ulysses}} '''Ulysses''' is one form of the Roman name for Odysseus, a hero in ancient Greek literature. '''Ulysses''' may also refer to: {{TOC_right}} ==People== * Ulysses (given name), including a list of people with this name ==Places in the United States== * Ulysses, Kansas * Ulysses, Kentucky * Ulysses, Nebraska * Ulysses Township, Butler County, Nebraska * Ulysses, New York * Ulysses, Pennsylvania * Ulysses…”)
  • 2023年6月23日 (五) 00:51 Admin 讨论 贡献创建了页面第二章 (创建页面,内容为““你说说,科克伦,是哪个城市请他[1]的?” “塔兰图姆[2],老师。” “好极了。后来呢?” “打了一仗,老师。” “好极了。在哪儿?” 孩子那张茫然的脸向那扇茫然的窗户去讨教。 记忆的女儿们[3]所编的寓言。然而,即便同记忆所编的寓言有出入,总有些相仿佛吧。那么,就是一句出自焦躁心情的话,是布莱克那过分之翅膀的扑扇 [4]。…”)
  • 2023年6月23日 (五) 00:50 Admin 讨论 贡献创建了页面第一章 (创建页面,内容为“体态丰满而有风度的勃克·穆利根[1]从楼梯口出现。他手里托着一钵肥皂沫,上面交叉放了一面镜子和一把剃胡刀。他没系腰带,淡黄色浴衣被习习晨风吹得稍微向后蓬着[2]。他把那只钵高高举起,吟诵道: 我要走向上主的祭台。 他停下脚步,朝那昏暗的螺旋状楼梯下边瞥了一眼,粗声粗气地嚷道: “上来,金赤[3]。上来,你这敬畏天主的耶酥会…”)
最新 | 最旧) 查看( | 后50个)(20 | 50 | 100 | 250 | 500