「モジュール:テスト」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
2行目: | 2行目: | ||
function deletedefaultsort(cont) | function deletedefaultsort(cont) | ||
a,b = string.find(cont,"{{defaultsort:") | |||
c,d = string.find(cont,"}}",b+1) | |||
str = "" | |||
if a then | |||
str = string.char(cont,string.byte(cont,1,a-1))..string.char(cont,string.byte(cont,d+1,string.len(cont))) | |||
-- else文を書く | |||
end | end | ||
return str | |||
end | end | ||
return p | return p |
2年4月18日 (K) 19:17時点における版
このモジュールについての説明文ページを モジュール:テスト/doc に作成できます