扩展:Cargo/已知问题和计划功能
Appearance
已知问题
- 目前还没有办法查询存储坐标列表的字段。
- 如果通过Web界面重新创建表并且“作业运行率”(通过$wgJobRunRate 设置)太高,可能会导致某些页面无法存储其数据。
- If the magic words
{{PAGENAME}}
or{{PAGENAMEE}}
are contained in some field, any non-ASCII characters in the page name will be stored in encoded form - either HTML-encoding or percent-encoding, respectively - and then displayed that way also. A possible workaround for this is wrapping magic words in a template or Lua module that decodes special characters.
计划功能
将会添加到Cargo的有用功能包括:
- 更多显示格式,包括更复杂的图表
- 调用的能力,也许是用新的#cargo_call函数以启用更加复杂且有可能更快的查询