주요 공개 기록
KANOTYPE WIKI에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 2월 21일 (금) 23:52 KanoT 토론 기여님이 AI와 관련된 도구 모음 문서를 만들었습니다 (새 문서: 이 문서는 각종 AI와 관련된 도구들을 소개한다. = 챗봇 = * [https://chatgpt.com/ ChatGPT] * [https://chat.deepseek.com/ DeepSeek] * [https://copilot.microsoft.com/ Microsoft Copilot] = 텍스트 = * [https://aiseo.ai/ AISEO] * [https://www.copy.ai/ copy.ai] * [https://play.google.com/store/apps/details?id=com.bebridge.SlidPocket Slid] : 노트정리 * [https://www.vflat.com/ VFlat] : 스캐너 = 이미지 = * [https://openai.com/index/dall-e-2/ DALL·E 2] *...)
- 2025년 2월 21일 (금) 22:10 KanoT 토론 기여님이 틀:Infobox/row 문서를 삭제했습니다 (.)
- 2025년 2월 21일 (금) 21:53 KanoT 토론 기여님이 모듈:Infobox/styles.css 문서를 만들었습니다 (새 문서: {{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; border: none;...)
- 2025년 2월 21일 (금) 21:53 KanoT 토론 기여님이 모듈:Sidebar/styles.css 문서를 만들었습니다 (새 문서: {{pp-template}}: TODO: Invert width design to be "mobile first": .sidebar { TODO: Ask if we should have max-width 22em instead: width: 22em; @noflip: float: right; @noflip: clear: right; @noflip: margin: 0.5em 0 1em 1em; background: var(--background-color-neutral-subtle, #f8f9fa); border: 1px solid var(--border-color-base, #a2a9b1); padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collapse; /*...)
- 2025년 2월 21일 (금) 21:52 KanoT 토론 기여님이 모듈:Sidebar/configuration 문서를 만들었습니다 (새 문서: return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', category = { child...)
- 2025년 2월 21일 (금) 21:51 KanoT 토론 기여님이 모듈:Sidebar 문서를 만들었습니다 (새 문서: require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyles(args)...)
- 2025년 2월 21일 (금) 21:49 KanoT 토론 기여님이 모듈:Infobox 문서를 만들었습니다 (새 문서: local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s' },...)
- 2025년 2월 21일 (금) 21:48 KanoT 토론 기여님이 모듈:InfoboxImage 문서를 만들었습니다 (새 문서: -- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if the image...)
- 2025년 2월 21일 (금) 12:31 KanoT 토론 기여님이 틀:Flatlist 문서를 만들었습니다 (새 문서: <onlyinclude><templatestyles src="Template:Flatlist/styles.css"/><div class="hlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}</onlyinclude></div> {{Documentation}})
- 2025년 2월 21일 (금) 12:31 KanoT 토론 기여님이 틀:Flatlist/styles.css 문서를 만들었습니다 (새 문서: * * Style for horizontal lists (separator following item). * @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists * @revision 9 (2016-08-10) * @author User:Edokter: .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } Display list items inline: .hlist dd, .hlist dt, .hlist li { don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again: margin: 0; display: inline; } /* Display...)
- 2025년 2월 21일 (금) 12:22 KanoT 토론 기여님이 모듈: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) == 'string' then v...)
- 2025년 2월 21일 (금) 12:18 KanoT 토론 기여님이 틀:Navbox 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>)
- 2025년 2월 21일 (금) 12:16 KanoT 토론 기여님이 모듈:Navbox/styles.css 문서를 만들었습니다 (새 문서: .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.navbox-gr...)
- 2025년 2월 21일 (금) 12:14 KanoT 토론 기여님이 모듈:Navbar/styles.css 문서를 만들었습니다 (새 문서: * {{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-size: 100%...)
- 2025년 2월 21일 (금) 12:09 KanoT 토론 기여님이 모듈: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, c, args, div) if...)
- 2025년 2월 21일 (금) 12:07 KanoT 토론 기여님이 모듈: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 category that is re...)
- 2025년 2월 21일 (금) 11:18 KanoT 토론 기여님이 Test 토론 기여님의 차단을 해제했습니다
- 2025년 2월 21일 (금) 11:10 KanoT 토론 기여님이 Kimkichang (편집 0회) 사용자의 이름을 Test(으)로 바꾸었습니다 (.)
- 2025년 2월 21일 (금) 08:11 KanoT 토론 기여님이 분류:실시간 전략 시뮬레이션 게임 문서를 삭제했습니다 (비우기 전의 내용: "분류:게임")
- 2025년 2월 21일 (금) 08:06 KanoT 토론 기여님이 분류:대규모 다중 사용자 온라인 롤플레잉 게임 문서를 넘겨주기를 만들지 않고 분류:MMORPG 문서로 이동했습니다
- 2025년 2월 21일 (금) 00:11 KanoT 토론 기여님이 Ollama 문서를 만들었습니다 (새 문서: {{infobox 소프트웨어 |로고= |이미지= |개발= |출시일= |최신버전= |플랫폼= |운영체제= |종류= |라이센스=MIT |홈페이지=https://ollama.com/ }} '''Ollama '''는 로컬 환경에서 Llama 3.3, DeepSeek R1, Phi-4 Gemma 2와 같은 다양한 언어 모델을 실행할 수 있게 해주는 소프트웨어다. 이것 자체로 이용하기 보다는 Open WebUI와 같은 소프트웨어와 연동해서 사용하는게 더 편리하다. = 빠른 시...)
- 2025년 2월 21일 (금) 00:01 KanoT 토론 기여님이 Open WebUI 문서를 만들었습니다 (새 문서: {{infobox 소프트웨어 |로고= |이미지= |개발=Tim J. Baek |출시일= |최신버전= |플랫폼=웹 |운영체제= |종류= |라이센스=BSD 3-Clause |홈페이지=https://openwebui.com/ }} '''Open WebUI'''는 풍부한 기능과 확장성을 갖춘 셀프 호스팅 AI플랫폼 소프트웨어다. Ollama와 같은 LLM 실행기와 OpenAI 호환 API를 지원하며, 검색 증강 생성(RAG) 과 같은 기능을 기본적으로 갖추고 있다. = 빠른 시작 =...)
- 2025년 2월 20일 (목) 21:56 KanoT 토론 기여님이 인터위키 테이블의 "ja" (http://wiki.kanotype.net/ja/$1) (끼워넣기: 0, 로컬: 0) 접두어를 수정했습니다
- 2025년 2월 20일 (목) 21:11 KanoT 토론 기여님이 울티마 온라인 문서를 만들었습니다 (새 문서: {{infobox 게임 |장르=MMO RPG |개발=Origin Systems (1997–2004)<br>Electronic Arts (2004–2006)<br>Mythic Entertainment (2006–2014)<br>Broadsword (2014–) |출시일=1997/09/24 |언어=영어, 한국어, 일본어 |플랫폼=Windows }} '''울티마 온라인 (Ultima Online)'''은 Origin Systems에서 개발한 대규모 다중 사용자 온라인 역할수행 게임 (MMORPG) 이다. 현재는 Broadsword 에서 서비스 하고 있다. 역사가 긴 만큼 여러 확...)
- 2020년 4월 11일 (토) 12:08 KanoT 토론 기여님이 틀:Infobox 프로그래밍 언어 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2020년 4월 11일 (토) 12:04 KanoT 토론 기여님이 코틀린 문서를 만들었습니다 (새 문서: #redirect Kotlin)
- 2020년 4월 11일 (토) 11:55 KanoT 토론 기여님이 틀:Infobox 프로그래밍 언어 문서를 만들었습니다 (새 문서: {{infobox | bodystyle = width:300px; | title = {{{제목|<includeonly>{{PAGENAME}}</includeonly>}}} | titlestyle = background-color: #dddddd; font-weight:bold; border: solid #aa...)
- 2020년 4월 11일 (토) 11:47 KanoT 토론 기여님이 Kotlin 문서를 만들었습니다 (새 문서: Kotlin (코틀린)은 JetBrains에서 개발한 정적 타입 언어이다. # 기초 문법 분류:프로그래밍 언어)
- 2019년 3월 30일 (토) 09:30 KanoT 토론 기여님이 게임 개발에 도움이 되는 링크 문서를 넘겨주기를 만들지 않고 게임 개발에 도움이 되는 문서 문서로 이동했습니다
- 2017년 9월 8일 (금) 10:37 KanoT 토론 기여님이 틀:인용 문서를 삭제했습니다 (내용: "<table class="wikitable" style="background: transparent;"> <tr> <td>{{{1}}}</td> </tr> </table><noinclude></noinclude>". 유일한 편집자는 "KanoT" (토론))
- 2015년 10월 28일 (수) 15:53 KanoT 토론 기여님이 특수:Badtitle/NS274:Google Adsense 문서를 삭제했습니다 (내용: "구글 애드센스 위젯 테스트." (유일한 편집자는 "KanoT"))
- 2014년 4월 11일 (금) 17:48 KanoT 토론 기여님이 KANOTYPE 명예의 전당 문서를 보호했습니다 [edit=sysop] (무기한)[move=sysop] (무기한) (역사)
- 2014년 4월 11일 (금) 17:27 KanoT 토론 기여님이 KANOTYPE 문서를 보호했습니다 [edit=sysop] (무기한)[move=sysop] (무기한) (역사)
- 2014년 3월 18일 (화) 10:33 KanoT 토론 기여님이 파일:Aozora top logo.png 파일을 올렸습니다 (아오조라 문고 로고)
- 2014년 3월 13일 (목) 12:51 KanoT 토론 기여님이 파일:Daito package.jpg의 새 판을 올렸습니다 (좌우 여백 수정 및 JPEG품질 향상.)
- 2014년 3월 13일 (목) 12:46 KanoT 토론 기여님이 파일:Eustia package.jpg 파일을 올렸습니다 (예익의 유스티아 패키지.)
- 2014년 3월 13일 (목) 11:19 KanoT 토론 기여님이 파일:Daito package.jpg 파일을 올렸습니다 (대도서관의 양치기 DVD 패키지)
- 2014년 3월 12일 (수) 10:17 KanoT 토론 기여님이 파일:OpenCV Logo with text.png 파일을 올렸습니다 (OpenCV 공식 로고)
- 2014년 3월 5일 (수) 16:33 KanoT 토론 기여님이 분류:실시간 전략 시뮬레이션 게임 문서를 삭제 취소했습니다 (판 1개를 되살렸습니다)
- 2014년 3월 5일 (수) 16:33 KanoT 토론 기여님이 분류:실시간 전략 시뮬레이션 게임 문서를 삭제했습니다 (내용: "분류:게임" (유일한 편집자는 "KanoT"))
- 2014년 2월 26일 (수) 13:47 KanoT 토론 기여님이 파일:Exile shot.gif 파일을 올렸습니다
- 2014년 2월 26일 (수) 12:38 KanoT 토론 기여님이 Legend of Grimrock 문서를 레전드 오브 그림락 문서로 이동했습니다
- 2014년 2월 26일 (수) 12:14 KanoT 토론 기여님이 파일:Legend of Grimrock dvd box.jpg의 새 판을 올렸습니다 (위아래 크기 수정)
- 2014년 2월 26일 (수) 11:19 KanoT 토론 기여님이 파일:Legend of Grimrock dvd box.jpg 파일을 올렸습니다 ({{저작권 |저작권자=Almost Human |출처=http://www.grimrock.net/2012/04/13/launch-week-update/ }})
- 2014년 2월 26일 (수) 11:04 KanoT 토론 기여님이 분류:롤플레잉 문서를 삭제 취소했습니다 (판 1개를 되살렸습니다)
- 2014년 2월 26일 (수) 11:04 KanoT 토론 기여님이 분류:롤플레잉 문서를 삭제했습니다 (내용: "분류:게임" (유일한 편집자는 "KanoT"))
- 2014년 2월 23일 (일) 11:23 KanoT 토론 기여님이 미디어위키:Gadget-ReferenceTooltips.css 문서를 파일 올리기로 가져왔습니다 (판 1개)
- 2014년 2월 23일 (일) 11:23 KanoT 토론 기여님이 미디어위키:Gadget-ReferenceTooltips.js 문서를 파일 올리기로 가져왔습니다 (판 1개)
- 2014년 2월 23일 (일) 11:23 KanoT 토론 기여님이 미디어위키:Gadget-ReferenceTooltips 문서를 파일 올리기로 가져왔습니다 (판 1개)
- 2014년 2월 23일 (일) 11:22 KanoT 토론 기여님이 미디어위키:Gadget-ReferenceTooltips.css 문서를 삭제했습니다 (내용: "See mw:Reference Tooltips: .referencetooltip { position: absolute; list-style: none; list-style-image: none; opacity: 0; font-size: 12px; margin: 0; z-index: 5; padding...")