コンテンツにスキップ

サブアカウントについて

サブアカウントを使用する場合は双方の個人用ページにサブアカウントのIDを必ず記入してください

Adminの投稿記録

利用者の編集は52回。 2026年4月4日 (土)にアカウント作成。
投稿の検索開く折り畳む
⧼contribs-top⧽
⧼contribs-date⧽
(最新 | 最古) (以後の 50 件 | ) (20 | 50 | 100 | 250 | 500 件) を表示

2026年4月5日 (日)

  • 23:052026年4月5日 (日) 23:05 差分 履歴 +46 テンプレート:世界の国々/sandbox 編集の要約なし
  • 23:032026年4月5日 (日) 23:03 差分 履歴 0 ファイル:Marv.svg 編集の要約なし 最新
  • 22:562026年4月5日 (日) 22:56 差分 履歴 +264 テンプレート:世界の国々/sandbox ページの作成:「{{世界の国々 |正式名称 = おかか国 |公用語名称 = おかか語 |愛称 = おかか |標語 = おかか |人口の時点 = 26/01/01 |協定世界時との時差 = +365 |ISOコード = 1000 |公式ウェブサイト = https://okakey.com |備考 = }}」
  • 18:422026年4月5日 (日) 18:42 差分 履歴 0 メインページ メインページ」を保護しました ([編集=自動承認された利用者のみ許可] (無期限) [移動=自動承認された利用者のみ許可] (無期限))
  • 18:132026年4月5日 (日) 18:13 差分 履歴 +6 MediaWiki:Citizen-footer-tagline ページの作成:「©MARV」 最新
  • 18:132026年4月5日 (日) 18:13 差分 履歴 +245 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]」 最新
  • 18:082026年4月5日 (日) 18:08 差分 履歴 +31 メインページ ページの作成:「= MARV Wikiへようこそ! =」 タグ: ビジュアルエディター
  • 17:552026年4月5日 (日) 17:55 差分 履歴 −68 テンプレート:世界の国々 編集の要約なし タグ: 手動差し戻し
  • 17:532026年4月5日 (日) 17:53 差分 履歴 +745 モジュール: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…」 最新 タグ: 再作成
  • 17:532026年4月5日 (日) 17:53 差分 履歴 +3,599 モジュール: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…」 最新
  • 17:522026年4月5日 (日) 17:52 差分 履歴 +12,649 モジュール: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.…」 最新
  • 17:522026年4月5日 (日) 17:52 差分 履歴 +18,049 モジュール: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…」 最新 タグ: 再作成
  • 17:512026年4月5日 (日) 17:51 差分 履歴 +53,821 モジュール: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…」 最新 タグ: 再作成
  • 17:502026年4月5日 (日) 17:50 差分 履歴 +26,084 モジュール: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…」 最新 タグ: 再作成
  • 17:502026年4月5日 (日) 17:50 差分 履歴 +1,899 モジュール: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…」 最新 タグ: 再作成
  • 17:492026年4月5日 (日) 17:49 差分 履歴 +6,546 モジュール:Message box/configuration ページの作成:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox…」 最新 タグ: 再作成
  • 17:492026年4月5日 (日) 17:49 差分 履歴 +18,894 モジュール: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 ----------------------------------------------------------------------…」 最新 タグ: 再作成
  • 17:482026年4月5日 (日) 17:48 差分 履歴 +2,388 モジュール: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…」 最新
  • 17:472026年4月5日 (日) 17:47 差分 履歴 +5,798 モジュール: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…」 最新
  • 17:472026年4月5日 (日) 17:47 差分 履歴 +2,587 モジュール: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'…」 最新 タグ: 再作成
  • 17:462026年4月5日 (日) 17:46 差分 履歴 +3,714 モジュール: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…」 最新 タグ: 再作成
  • 17:452026年4月5日 (日) 17:45 差分 履歴 +1,563 モジュール: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 ==…」 最新 タグ: 再作成
  • 17:442026年4月5日 (日) 17:44 差分 履歴 +1,203 モジュール: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…」 最新 タグ: 再作成
  • 17:422026年4月5日 (日) 17:42 差分 履歴 +19,602 モジュール: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. ----------------------------------------------------------------------------…」 最新 タグ: 再作成
  • 17:402026年4月5日 (日) 17:40 差分 履歴 +10,054 モジュール: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…」 最新 タグ: 再作成
  • 17:372026年4月5日 (日) 17:37 差分 履歴 +36,678 モジュール: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…」 最新 タグ: 再作成
  • 16:362026年4月5日 (日) 16:36 差分 履歴 0 MARV Wiki:メインページ Admin がページ「メインページ」を「MARV Wiki:メインページ」に、リダイレクトを残さずに移動しました 最新
  • 16:352026年4月5日 (日) 16:35 差分 履歴 0 MARV Wiki:Wikiの権限について MARV Wiki:Wikiの権限について」を保護しました: 編集を拒否します。 ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限)) 最新
  • 16:292026年4月5日 (日) 16:29 差分 履歴 +47 権限構造 Admin がページ「権限構造」を「MARV Wiki:Wikiの権限について」に移動しました 最新 タグ: 新規リダイレクト
  • 16:292026年4月5日 (日) 16:29 差分 履歴 0 MARV Wiki:Wikiの権限について Admin がページ「権限構造」を「MARV Wiki:Wikiの権限について」に移動しました
  • 16:292026年4月5日 (日) 16:29 差分 履歴 +720 MARV Wiki:Wikiの権限について ページの作成:「= MARV Wikiの権限について = MARV Wikiへようこそ! このサイトはMinecraftサーバー MARVのOfficial Wikiになっています! このWikiの編集にはアカウントの作成が必須です。 ↑のような形で、Wikipediaとは少し違う権限群が適用されています!以下の表で確認してください。 {| class="wikitable" |+WikiとDiscordの比較表 !Wiki 権限群 !Discord 権限群 !メンバー(運営のみ) |…」 タグ: ビジュアルエディター
  • 16:102026年4月5日 (日) 16:10 差分 履歴 −6 MARV Wiki:Moderator 編集の要約なし 最新
  • 16:092026年4月5日 (日) 16:09 差分 履歴 +24 MARV Wiki:Moderator ページの作成:「== モデレーター ==」
  • 15:572026年4月5日 (日) 15:57 差分 履歴 +14 MARV Wiki:管理者 編集の要約なし 最新

2026年4月4日 (土)

(最新 | 最古) (以後の 50 件 | ) (20 | 50 | 100 | 250 | 500 件) を表示