package wiki import ( ice "shylinux.com/x/icebergs" "shylinux.com/x/icebergs/base/mdb" kit "shylinux.com/x/toolkits" ) func _order_show(m *ice.Message, text string, arg ...string) { m.Optionv(mdb.LIST, kit.SplitLine(text)) _wiki_template(m, "", text, arg...) } const ORDER = "order" func init() { Index.MergeCommands(ice.Commands{ ORDER: {Name: "order text", Help: "列表", Actions: WordAction( `