モジュール: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 error condition will result in
an empty string being returned rather than an error message.
error_category: If an error occurs, specifies the name of a category to
include with the error message. The default category is
[Category:String].
no_category: If set to 'true' or 1, no category will be added if an error
is generated.
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
デバッグコンソール
* モジュールのエクスポートは、保存していない変更も含めて、「p」という変数として利用できます。 * 式として評価するには、行頭に「=」をつけるか print() を使ってください。テーブルには mw.logObject() を使用します。 * モジュールのコードからこのコンソールにメッセージを送信するには mw.log() および mw.logObject() を使ってください。

このページで使用されているテンプレート:

モジュール:String に戻る。