diff --git a/core/chat/conf.go b/core/chat/conf.go
new file mode 100644
index 00000000..5c2cd9a8
--- /dev/null
+++ b/core/chat/conf.go
@@ -0,0 +1 @@
+package chat
diff --git a/core/wiki/template.go b/core/wiki/template.go
new file mode 100644
index 00000000..a0bf010b
--- /dev/null
+++ b/core/wiki/template.go
@@ -0,0 +1,31 @@
+package wiki
+
+var title = `{{.Option "prefix"}}{{.Option "content"}}`
+
+var shell = `
$ {{.Option "input"}}
+{{.Option "output"}}
`
+
+var order = `
+{{range $index, $value := .Optionv "list"}}- {{$value}}
{{end}}
`
+
+var table = `
+{{range $i, $v := .Optionv "head"}}{{$v}} | {{end}}
+{{range $index, $value := .Optionv "list"}}
+{{range $i, $v := $value}}{{$v}} | {{end}}
+{{end}}
+
`
+
+var prefix = `