主要公开日志

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索

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

日志
  • 2025年7月3日 (四) 15:52 Obtusecat 留言 贡献创建了页面Collapsible list (创建页面,内容为“local p = {} local function getListItem( data ) if not type( data ) == 'string' then return '' end return mw.ustring.format( '<li style="line-height: inherit; margin: 0">%s</li>', data ) end -- Returns an array containing the keys of all positional arguments -- that contain data (i.e. non-whitespace values). local function getArgNums( args ) local nums = {} for k, v in pairs( args ) do if type( k ) == 'number' and…”)