更改

添加32字节 、 2014年11月25日 (二) 22:52
无编辑摘要
第109行: 第109行:  
local code = Tc .. Gc .. Lc
 
local code = Tc .. Gc .. Lc
 
if code ~= '' then
 
if code ~= '' then
local hash = code:len()
+
local hash = require( 'Module:Crc32lua' ).crc32( code )
 
code = frame:extensionTag{
 
code = frame:extensionTag{
 
name = 'indicator',
 
name = 'indicator',
匿名用户