投稿の検索展開する折り畳む
⧼contribs-top⧽
⧼contribs-date⧽
(最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示

2022年8月23日 (火)

  • 17:112022年8月23日 (火) 17:11 差分 履歴 +5,668 モジュール: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(listTyp…」 最新
  • 17:102022年8月23日 (火) 17:10 差分 履歴 +181 テンプレート:Ublistページの作成:「{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>」
  • 17:092022年8月23日 (火) 17:09 差分 履歴 +3,705 テンプレート:Cite webページの作成:「<includeonly><cite class="citation web" style="font-style:normal" {{ #switch:{{{ref|}}} ||none = |#default = id="{{anchorencode:{{{ref}}}}}" |harv = {{#if:{{{last|}}}{{{author|}}}{{{publisher|}}} |id="CITEREF{{anchorencode:{{{last|{{{author|{{{publisher|}}}}}}}}}{{{year|{{{date|}}}}}}}}" }} }}>{{ #if: {{#if: {{{url|}}} | {{#if: {{{title|}}} | 1 }} }} | | {{Cite web/error|url|url={{{url|}}}|title={{{title|}}}}} }}{{ #ifexpr: {{#if: {{{archive-u…」
  • 17:092022年8月23日 (火) 17:09 差分 履歴 +534 綿咲そら編集の要約なし タグ: ビジュアルエディター: 中途切替
  • 16:542022年8月23日 (火) 16:54 差分 履歴 +5,672 モジュール:Message box/docページの作成:「{{Used in system}} {{module rating|p}} このメタモジュールには、メッセージボックス・テンプレート({{tl|mbox}}, {{tl|ambox}}, {{tl|cmbox}}, {{tl|fmbox}}, {{tl|imbox}}, {{tl|ombox}}, and {{tl|tmbox}})が実装されています。Luaモジュールから呼び出されることが想定され、ウィキのページから直接使用すべきではありません。もしこのモジュールの機能をウィキページで使いたい…」 最新
  • 16:502022年8月23日 (火) 16:50 差分 履歴 +141 テンプレート:Omboxページの作成:「{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」
  • 16:492022年8月23日 (火) 16:49 差分 履歴 +928 テンプレート:Documentation subpageページの作成:「<onlyinclude><includeonly>{{ #ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}} | <!-- doc page --> </includeonly>{{ #ifeq: {{{doc-notice|show}}} | show | <!-- doc-notice show -->{{Ombox | type = notice | image = 40px | text = '''これは{{{1|[[{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}の解説サブページです。'''<br />使用方法、Help:カテゴリ|…」
  • 16:482022年8月23日 (火) 16:48 差分 履歴 +21,663 テンプレート:Infobox Software/docページの作成:「<noinclude>{{Documentation subpage|種類=テンプレート}}</noinclude> <includeonly>{{使用箇所の多いテンプレート|3,400以上}}</includeonly> ソフトウェアの記事に情報表(インフォボックス)を表示するテンプレート。 __TOC__ == 使い方 == 以下の内容を記事の先頭に貼り付けて使用します。また、英語版テンプレートと互換性があるので英語版記事…」 最新
  • 16:472022年8月23日 (火) 16:47 差分 履歴 +183 テンプレート:Plainlistページの作成:「<div class="plainlist {{{class|}}}" style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}">{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div></noinclude>」 最新
  • 16:462022年8月23日 (火) 16:46 差分 履歴 +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…」 最新
  • 16:442022年8月23日 (火) 16:44 差分 履歴 +122 テンプレート:PAGENAMEBASEページの作成:「{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude></noinclude>」 最新
  • 16:412022年8月23日 (火) 16:41 差分 履歴 +1,043 モジュール:If emptyページの作成:「local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:Ifempty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowestNil = i end end…」 最新
  • 16:402022年8月23日 (火) 16:40 差分 履歴 −55 テンプレート:Ifempty編集の要約なし 最新
  • 16:372022年8月23日 (火) 16:37 差分 履歴 +103 テンプレート:Ifemptyページの作成:「{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude> {{Documentation}}</noinclude>」
  • 16:262022年8月23日 (火) 16:26 差分 履歴 +141,472 モジュール:WikidataIBページの作成:「-- Version: 2021-01-09 -- Module to implement use of a blacklist and whitelist for infobox fields -- Can take a named parameter |qid which is the Wikidata ID for the article -- if not supplied, it will use the Wikidata ID associated with the current page. -- Fields in blacklist are never to be displayed, i.e. module must return nil in all circumstances -- Fields in whitelist return local value if it exists or the Wikidata value otherwise -- The name of the field tha…」 最新
  • 16:242022年8月23日 (火) 16:24 差分 履歴 +7,999 テンプレート:Infobox Softwareページの作成:「{{Infobox | tnavbar = Infobox Software | bodyclass = vevent | bodystyle = {{{bodystyle|}}} | title = {{Ifempty|{{{名称|}}}|{{{title|}}}|{{{name|}}}|{{PAGENAMEBASE}}}} | titleclass = summary | labelstyle = white-space: nowrap; | image = {{#if:{{{スクリーンショット|{{{screenshot|}}}}}} | {{#invoke:InfoboxImage | InfoboxImage | image={{{ロゴ|{{{logo|}}}}}} | title={{{ロゴキャプション|{{{logo caption|}}}}}} | size={{{ロゴサイズ…」
  • 16:152022年8月23日 (火) 16:15 差分 履歴 +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.…」 最新
  • 16:122022年8月23日 (火) 16:12 差分 履歴 +1,165 モジュール:Separated entriesページの作成:「-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HTML escape sequences, such as " " for…」 最新
  • 16:092022年8月23日 (火) 16:09 差分 履歴 +111 テンプレート:Br separated entriesページの作成:「{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> {{documentation}} </noinclude>」
  • 16:082022年8月23日 (火) 16:08 差分 履歴 +19,554 モジュール: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. ----------------------------------------------------------------------------…」 最新
(最新 | 最古) ( | ) (20 | 50 | 100 | 250 | 500 件) を表示