所有公开日志

所有有兽档案馆公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2023年8月23日 (三) 16:21 Baigei 留言 贡献创建了页面Module:ISBNformatter (创建页面,内容为“local p = {} function p.print_text(frame) local args = frame.args local text = args[1] local ISBN = {} ISBN[#ISBN+1] = mw.ustring.sub(text, 1, 3) ISBN[#ISBN+1] = '-' ISBN[#ISBN+1] = mw.ustring.sub(text, 4, 4) ISBN[#ISBN+1] = '-' ISBN[#ISBN+1] = mw.ustring.sub(text, 5, 8) ISBN[#ISBN+1] = '-' ISBN[#ISBN+1] = mw.ustring.sub(text, 9, 12) ISBN[#ISBN+1] = '-' ISBN[#ISBN+1] = mw.ustring.sub(text, 13) return table…”)