主な公開記録
表示
MARV Wikiの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。
- 2026年4月5日 (日) 23:03 Admin トーク 投稿記録 がページ「ファイル:Marv.svg」を作成しました
- 2026年4月5日 (日) 23:03 Admin トーク 投稿記録 が ファイル:Marv.svg をアップロードしました
- 2026年4月5日 (日) 22:56 Admin トーク 投稿記録 がページ「テンプレート:世界の国々/sandbox」を作成しました (ページの作成:「{{世界の国々 |正式名称 = おかか国 |公用語名称 = おかか語 |愛称 = おかか |標語 = おかか |人口の時点 = 26/01/01 |協定世界時との時差 = +365 |ISOコード = 1000 |公式ウェブサイト = https://okakey.com |備考 = }}」)
- 2026年4月5日 (日) 18:42 Admin トーク 投稿記録 が メインページ を保護しました [編集=自動承認された利用者のみ許可] (無期限) [移動=自動承認された利用者のみ許可] (無期限) (履歴)
- 2026年4月5日 (日) 18:13 Admin トーク 投稿記録 がページ「MediaWiki:Citizen-footer-tagline」を作成しました (ページの作成:「©MARV」)
- 2026年4月5日 (日) 18:13 Admin トーク 投稿記録 がページ「MediaWiki:Citizen-footer-desc」を作成しました (ページの作成:「[https://marvgame.com/ja-JP MARV Official Site]<br> [https://marzon.marvgame.com/welcome Marzon]<br> [https://earthmap.marvgame.com/ World Map]<br> [https://discord.gg/v7Xns7Xf84 Offical Discord]<br> [https://status.marvgame.com/ Service Status]」)
- 2026年4月5日 (日) 18:09 Admin トーク 投稿記録 が Ruin の所属グループを変更しました: moderator を 追加;インターフェース管理者 および 管理者 を 削除
- 2026年4月5日 (日) 18:08 Admin トーク 投稿記録 がページ「メインページ」を作成しました (ページの作成:「= MARV Wikiへようこそ! =」) タグ: ビジュアルエディター
- 2026年4月5日 (日) 17:53 Admin トーク 投稿記録 がページ「モジュール:Yesno」を作成しました (ページの作成:「-- 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 == 'y' or…」) タグ: 再作成
- 2026年4月5日 (日) 17:53 Admin トーク 投稿記録 がページ「モジュール:Uses TemplateStyles」を作成しました (ページの作成:「-- This module implements the {{Uses TemplateStyles}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end fun…」)
- 2026年4月5日 (日) 17:52 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 #invoke.…」)
- 2026年4月5日 (日) 17:52 Admin トーク 投稿記録 がページ「モジュール:String」を作成しました (ページの作成:「--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any er…」) タグ: 再作成
- 2026年4月5日 (日) 17:51 Admin トーク 投稿記録 がページ「モジュール:Protection banner/config」を作成しました (ページの作成:「-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that a…」) タグ: 再作成
- 2026年4月5日 (日) 17:50 Admin トーク 投稿記録 がページ「モジュール:Protection banner」を作成しました (ページの作成:「-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules…」) タグ: 再作成
- 2026年4月5日 (日) 17:50 Admin トーク 投稿記録 がページ「モジュール:Message box/ombox.css」を作成しました (ページの作成:「{{pp-template}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .om…」) タグ: 再作成
- 2026年4月5日 (日) 17:49 Admin トーク 投稿記録 がページ「モジュール:Message box/configuration」を作成しました (ページの作成:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox…」) タグ: 再作成
- 2026年4月5日 (日) 17:49 Admin トーク 投稿記録 がページ「モジュール:Message box」を作成しました (ページの作成:「require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ----------------------------------------------------------------------…」) タグ: 再作成
- 2026年4月5日 (日) 17:48 Admin トーク 投稿記録 がページ「モジュール:Lua banner」を作成しました (ページの作成:「-- {{lua}}というテンプレートで使用されるモジュールです。 local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._ma…」)
- 2026年4月5日 (日) 17:47 Admin トーク 投稿記録 がページ「モジュール:List」を作成しました (ページの作成:「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(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles…」)
- 2026年4月5日 (日) 17:47 Admin トーク 投稿記録 がページ「モジュール:File link」を作成しました (ページの作成:「-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "'_main'…」) タグ: 再作成
- 2026年4月5日 (日) 17:46 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 == 'autoreview' then local…」) タグ: 再作成
- 2026年4月5日 (日) 17:45 Admin トーク 投稿記録 がページ「モジュール:Effective protection expiry」を作成しました (ページの作成:「local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- 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 ==…」) タグ: 再作成
- 2026年4月5日 (日) 17:44 Admin トーク 投稿記録 がページ「モジュール:Documentation/styles.css」を作成しました (ページの作成:「{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #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-bot…」) タグ: 再作成
- 2026年4月5日 (日) 17:42 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. ----------------------------------------------------------------------------…」) タグ: 再作成
- 2026年4月5日 (日) 17:40 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) == 'str…」) タグ: 再作成
- 2026年4月5日 (日) 17:37 Admin トーク 投稿記録 がページ「モジュール:Documentation」を作成しました (ページの作成:「-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- 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 a…」) タグ: 再作成
- 2026年4月5日 (日) 16:36 Admin トーク 投稿記録 が保護設定を メインページ から MARV Wiki:メインページ に移動しました (メインページ を MARV Wiki:メインページ へ移動しました)
- 2026年4月5日 (日) 16:36 Admin トーク 投稿記録 がページ「メインページ」を「MARV Wiki:メインページ」に、リダイレクトを残さずに移動しました
- 2026年4月5日 (日) 16:35 Admin トーク 投稿記録 が MARV Wiki:Wikiの権限について を保護しました [編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限) (編集を拒否します。) (履歴)
- 2026年4月5日 (日) 16:29 Admin トーク 投稿記録 がページ「権限構造」を「MARV Wiki:Wikiの権限について」に移動しました
- 2026年4月5日 (日) 16:29 Admin トーク 投稿記録 がページ「権限構造」を作成しました (ページの作成:「= MARV Wikiの権限について = MARV Wikiへようこそ! このサイトはMinecraftサーバー MARVのOfficial Wikiになっています! このWikiの編集にはアカウントの作成が必須です。 ↑のような形で、Wikipediaとは少し違う権限群が適用されています!以下の表で確認してください。 {| class="wikitable" |+WikiとDiscordの比較表 !Wiki 権限群 !Discord 権限群 !メンバー(運営のみ) |…」) タグ: ビジュアルエディター
- 2026年4月5日 (日) 16:09 Admin トーク 投稿記録 がページ「MARV Wiki:Moderator」を作成しました (ページの作成:「== モデレーター ==」)
- 2026年4月5日 (日) 15:57 Admin トーク 投稿記録 が Pla.s2 の所属グループを変更しました: ビューロクラット、チェックユーザー および 管理者 を 追加
- 2026年4月5日 (日) 15:56 Admin トーク 投稿記録 が Pla.s2 の所属グループを変更しました: ビューロクラット、インターフェース管理者 および 管理者 を 削除
- 2026年4月4日 (土) 23:44 Admin トーク 投稿記録 がページ「MARV Wiki:登録利用者」を作成しました (ページの作成:「== この権限はMARV Wikiの基本権限です ==」)
- 2026年4月4日 (土) 23:41 Admin トーク 投稿記録 がページ「MARV Wiki:仮アカウントIP閲覧者」を作成しました (ページの作成:「== この権限はMARV Wikiでは利用されていません ==」)
- 2026年4月4日 (土) 23:41 Admin トーク 投稿記録 がページ「MARV Wiki:管理者」を作成しました (ページの作成:「== この権限はMARVのFounderとCIOに付与されています。(今後変更予定) ==」)
- 2026年4月4日 (土) 23:40 Admin トーク 投稿記録 がページ「MARV Wiki:秘匿者」を作成しました (ページの作成:「== この権限はMARV Wikiでは利用されていません。 ==」)
- 2026年4月4日 (土) 23:30 Admin トーク 投稿記録 が ますく の所属グループを変更しました: ボット、チェックユーザー、プッシュ・サブスクリプション取扱者、秘匿者 および 仮アカウントIP閲覧者 を 削除;ビューロクラット、インターフェース管理者 および 管理者 は 変更なし
- 2026年4月4日 (土) 23:29 Admin トーク 投稿記録 がページ「MARV Wiki:プッシュ・サブスクリプション取扱者」を作成しました (ページの作成:「== この権限はMARV Wikiでは利用されていません。 ==」)
- 2026年4月4日 (土) 23:28 Admin トーク 投稿記録 がページ「MARV Wiki:インターフェース管理者」を作成しました (ページの作成:「== この権限はWiki技術管理者(未定)に付与されます。 ==」)
- 2026年4月4日 (土) 23:28 Admin トーク 投稿記録 が ますく の所属グループを変更しました: ボット、チェックユーザー、プッシュ・サブスクリプション取扱者、秘匿者 および 仮アカウントIP閲覧者 を 追加;ビューロクラット、インターフェース管理者 および 管理者 は 変更なし
- 2026年4月4日 (土) 23:27 Admin トーク 投稿記録 が Ruin の所属グループを変更しました: インターフェース管理者 および 管理者 を 追加
- 2026年4月4日 (土) 23:26 Admin トーク 投稿記録 がページ「MARV Wiki:チェックユーザー」を作成しました (ページの作成:「== この権限はMARV DiscordのAdminに付与されます。 ==」)
- 2026年4月4日 (土) 23:26 Admin トーク 投稿記録 がページ「MARV Wiki:ビューロクラット」を作成しました (ページの作成:「== この権限はMARV Discord内のAdminに付与されます。 ==」)
- 2026年4月4日 (土) 23:25 Admin トーク 投稿記録 がページ「MARV Wiki:ボット」を作成しました (ページの作成:「== Bot用 ==」)
- 2026年4月4日 (土) 23:24 Admin トーク 投稿記録 がページ「MARV Wiki:自動承認された利用者」を作成しました (ページの作成:「== MARV Wikiでは現在利用されていません。 ==」)
- 2026年4月4日 (土) 23:24 Admin トーク 投稿記録 が Okakajp の所属グループを変更しました: ボット、ビューロクラット、チェックユーザー、インターフェース管理者、プッシュ・サブスクリプション取扱者、秘匿者、管理者 および 仮アカウントIP閲覧者 を 追加
- 2026年4月4日 (土) 23:19 Admin トーク 投稿記録 が ますく の所属グループを変更しました: ビューロクラット、インターフェース管理者 および 管理者 を 追加
- 2026年4月4日 (土) 23:19 利用者アカウント Okakajp トーク 投稿記録 が Admin トーク 投稿記録 により作成されました (Ruin)