3,314
回編集
編集の要約なし |
編集の要約なし |
||
73行目: | 73行目: | ||
end | end | ||
function deletedefaultsort(cont) | function p.deletedefaultsort(cont) | ||
a,b = string.find(cont,"{{defaultsort:") | a,b = string.find(cont,"{{defaultsort:") | ||
c,d = string.find(cont,"}}",b+1) | c,d = string.find(cont,"}}",b+1) |
回編集