主要公开日志
跳转到导航
跳转到搜索
所有Hyacinth公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年12月25日 (日) 00:39 草awa 留言 贡献创建了页面文件:Minecraft Grass block.png
- 2022年12月25日 (日) 00:39 草awa 留言 贡献上传文件:Minecraft Grass block.png
- 2022年12月25日 (日) 00:06 草awa 留言 贡献创建了页面模板:Minecraft 方块信息 (Created page with "{{信息栏 |width=300 |{{信息栏元素头 |title={{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}} }} {{#if: {{{opacity|}}} |{{信息栏元素 |name=透明 |info={{{opacity}}} }} | }} }}")
- 2022年12月24日 (六) 22:12 草awa 留言 贡献创建了页面模板:Navbox/doc (Created page with "Example... {{Navbox | title = Example | group1 = G1 | list1 = * Element1 - Element2 * Element3 - Element4 {{Navbox|child | group1 = Inner G1 | list1 = * Inner Element1 - Inner Element2 * Inner Element3 - Inner Element4 }} * Element(?) - Element(??) {{Navbox|child | group1 = Xxx1 | list1 = Xxx | group2 = Yyy2 | list2 = Yyy }} }}")
- 2022年12月24日 (六) 21:57 草awa 留言 贡献创建了页面模块:Navbar/configuration (from wikipedia.)
- 2022年12月24日 (六) 21:55 草awa 留言 贡献创建了页面模块:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = { orphan = 'Category:Navbox orphans', horizontal_lists = 'Navigational boxes without horizon...")
- 2022年12月24日 (六) 21:43 草awa 留言 贡献创建了页面模块:Navbar/styles.css (Created page with "* {{Shared Template Warning}} * This TemplateStyles page is separately used for Template:Navbar * because of course there are two versions of the same template. * Be careful when adjusting styles accordingly.: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar ul { display: inline; white-space: nowrap; } .navbar li { word-spacing: -0.125em; } Navbar styling when nested in navbox: .navbox .navbar { display: block; font-si...")
- 2022年12月24日 (六) 21:41 草awa 留言 贡献创建了页面模板:Flatlist/styles.css (Created blank page)
- 2022年12月24日 (六) 21:41 草awa 留言 贡献将页面模块:Navbox/styles.css的内容模型从“wikitext”更改为“已过滤的CSS”
- 2022年12月24日 (六) 21:38 草awa 留言 贡献移动页面Test:Navbox/styles.css至模块:Navbox/styles.css,不留重定向
- 2022年12月24日 (六) 21:38 草awa 留言 贡献删除页面模块:Navbox/styles.css (Deleted to make way for move from "Test:Navbox/styles.css")
- 2022年12月24日 (六) 21:38 草awa 留言 贡献创建了页面Test:Navbox/styles.css (Created page with ".navbox { border: 1px solid #aaa; box-sizing: border-box; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; padding: 1px; } .navbox-inner, .navbox-subgroup { width: 100%; } .navbox + .navbox-styles + .navbox { Single pixel border between adjacent navboxes: margin-top: -1px; } .navbox th, .navbox-title, .navbox-abovebelow { text-align: center; Title and above/below styles: padding-left: 1em; padding-right: 1em; } th.n...") 标签:可视化编辑:已切换
- 2022年12月24日 (六) 21:36 草awa 留言 贡献创建了页面模块:Navbox/styles.css (Created blank page)
- 2022年12月24日 (六) 21:30 草awa 留言 贡献创建了页面模板:Clear (Created page with "<div style="clear:{{{1|both}}};"></div>")
- 2022年12月24日 (六) 21:24 草awa 留言 贡献创建了页面模块:Arguments (Created page with "-- 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) == 'string'...")
- 2022年12月24日 (六) 21:23 草awa 留言 贡献创建了页面模块:Navbar (Created page with "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, c, args, d...")
- 2022年12月24日 (六) 21:23 草awa 留言 贡献创建了页面模块:Navbox (Created page with "-- -- 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 category th...")
- 2022年12月24日 (六) 21:10 草awa 留言 贡献创建了页面模板:Navbox (Created page with "<includeonly>class="navbox hlist collapsible {{{class|}}}" ! class="navbox-{{{position|top}}}" {{#if: {{{topstyle|}}} | style="{{{topstyle}}}" }} colspan="2" | {{ #if: {{{navbar|}}} | <div class="navbox-navbar">{{navbar|{{{navbar|}}}|mini={{{mini|}}}}}</div> }}<span class="navbox-title">{{{1}}}</span> |-</includeonly>")
- 2022年12月24日 (六) 18:16 草awa 留言 贡献移动页面特殊:Badtitle/NS5002:Optifine (模组)至minecraft:OptiFine (模组),不留重定向
- 2022年12月24日 (六) 18:01 草awa 留言 贡献移动页面特殊:Badtitle/NS5002:OptiFine (模组)至minecraft:高清修复 (模组),不留重定向
- 2022年12月24日 (六) 17:46 草awa 留言 贡献保护了模板:子标题 [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期) (历史)
- 2022年12月24日 (六) 17:44 草awa 留言 贡献创建了页面模板:子标题 (Created page with "{{subtitle|{{{1}}}|")
- 2022年12月24日 (六) 17:43 草awa 留言 贡献将保护设置从模板:Archive/zh移动到了模板:条目存档 (Template:Archive/zh moved to Template:条目存档)
- 2022年12月24日 (六) 17:43 草awa 留言 贡献移动页面模板:Archive/zh至模板:条目存档,不留重定向
- 2022年12月24日 (六) 17:41 草awa 留言 贡献移动页面Hyacinth:Privacy policy versions/en至Hyacinth:Privacy policy versions,不留重定向
- 2022年12月24日 (六) 17:41 草awa 留言 贡献删除页面Hyacinth:Privacy policy versions (content was: "#REDIRECT Trtr:Privacy policy versions/en", and the only contributor was "Cao awa" (talk))
- 2022年12月24日 (六) 17:41 草awa 留言 贡献将保护设置从Hyacinth:Privacy policy versions/zh移动到了Hyacinth:隐私政策版本列表 (Hyacinth:Privacy policy versions/zh moved to Hyacinth:隐私政策版本列表)
- 2022年12月24日 (六) 17:41 草awa 留言 贡献移动页面Hyacinth:Privacy policy versions/zh至Hyacinth:隐私政策版本列表,不留重定向
- 2022年12月24日 (六) 17:36 草awa 留言 贡献将保护设置从模板:See/zh移动到了模板:参见 (Template:See/zh moved to Template:参见)
- 2022年12月24日 (六) 17:36 草awa 留言 贡献移动页面模板:See/zh至模板:参见,不留重定向
- 2022年12月24日 (六) 17:33 草awa 留言 贡献保护了模板:Reflist [编辑=仅允许自动确认用户](无限期)[移动=仅允许自动确认用户](无限期) (历史)
- 2022年12月24日 (六) 16:49 草awa 留言 贡献删除页面特殊:Badtitle/NS5002:OptiFine (Mod)/zh (content was: "#REDIRECT Minecraft:OptiFine (模组)", and the only contributor was "Cao awa" (talk))
- 2022年12月24日 (六) 16:39 草awa 留言 贡献删除页面OptiFine/zh (content was: "#REDIRECT Minecraft:OptiFine (模组)", and the only contributor was "Cao awa" (talk))
- 2022年12月24日 (六) 16:39 草awa 留言 贡献创建了页面特殊:Badtitle/NS5002:OptiFine (Mod)/zh (Redirected page to Minecraft:OptiFine (模组)) 标签:新重定向
- 2022年12月24日 (六) 16:32 草awa 留言 贡献创建了页面特殊:Badtitle/NS5002:OptiFine (Mod) (Created page with "{{Title|OptiFine (Mod)}}")
- 2022年12月24日 (六) 16:31 草awa 留言 贡献创建了页面OptiFine/zh (Redirected page to Minecraft:OptiFine (模组)) 标签:新重定向
- 2022年12月24日 (六) 16:30 草awa 留言 贡献创建了页面OptiFine (Redirected page to Minecraft:OptiFine (Mod)) 标签:新重定向
- 2022年12月24日 (六) 16:29 草awa 留言 贡献创建了页面Grass (Created blank page)
- 2022年12月24日 (六) 16:29 草awa 留言 贡献创建了页面Grass/en (Redirected page to Grass) 标签:新重定向
- 2022年12月24日 (六) 16:23 草awa 留言 贡献创建了页面Grass/zh (Redirected page to 草本植物) 标签:新重定向
- 2022年12月24日 (六) 16:15 草awa 留言 贡献将保护设置从模板:Main/zh移动到了模板:主条目 (Template:Main/zh moved to Template:主条目)
- 2022年12月24日 (六) 16:15 草awa 留言 贡献移动页面模板:Main/zh至模板:主条目,不留重定向
- 2022年12月24日 (六) 16:15 草awa 留言 贡献删除页面模板:主条目 (Deleted to make way for move from "Template:Main/zh")
- 2022年12月24日 (六) 16:08 草awa 留言 贡献创建了页面高清修复 (Redirected page to Minecraft:OptiFine (模组)) 标签:新重定向
- 2022年12月24日 (六) 16:06 草awa 留言 贡献移动页面特殊:Badtitle/NS5002:Optifine (模组)至minecraft:OptiFine (模组)
- 2022年12月24日 (六) 15:44 草awa 留言 贡献创建了页面特殊:Badtitle/NS5002:Optifine (模组) (简述)
- 2022年12月22日 (四) 20:38 草awa 留言 贡献创建了页面模板:消歧义 (Created page with "<div style="height: 100%; width: 100%; background-color: rgb(249, 249, 249);"> 此条目的主题是 '''{{{theme}}}''', 关于其他用法,请见:'''{{{1|条目 (消歧义)}}}'''。 </div> <noinclude> == Use == 在条目或章节最顶部插入: <syntaxhighlight lang="json"> {{消歧义 | theme=爪哇岛 | Java (消歧义) }} </syntaxhighlight> 表现如下: {{消歧义 | theme=爪哇岛 | Java (消歧义) }} </noinclude>")
- 2022年12月22日 (四) 20:37 草awa 留言 贡献创建了页面Java (消歧义) (Created page with "'''Java'''可以指: * Java (编程语言) * 爪哇岛")
- 2022年12月22日 (四) 20:30 草awa 留言 贡献创建了页面模板:Distinguish (Created page with "<div style="height: 100%; width: 100%; background-color: rgb(249, 249, 249);"> This article is {{{theme}}}, for other uses, see {{{1|Article (Distinguish page)}}}. </div> <noinclude> == Use == Insert to top on page or section. <syntaxhighlight lang="json"> {{Distinguish | theme=Java, Indonesia | Java (disambiguation) }} </syntaxhighlight> Look like this: {{Distinguish | theme=Java, Indonesia | Java (disambiguation) }} </noinclude>")
- 2022年12月22日 (四) 20:27 草awa 留言 贡献创建了页面Java (disambiguation) (Created page with "'''Java''' may refer to: * Java (programming language) * Java, Indonesia")