Explorar o código

模版设计初步

visuddhinanda@gmail.com %!s(int64=4) %!d(string=hai) anos
pai
achega
48c04ee076
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      public/documents/模版设计.md

+ 15 - 0
public/documents/模版设计.md

@@ -0,0 +1,15 @@
+{{sent|10|2|56|89}}
+
+function:sent
+param:book=1,para=2,start=3,end=4
+{
+    <note book="{{book}}" para='{{meaning}}' start='{{meaning2}}' end='{{end}}'></note>
+}
+
+{{term|dhamma}}
+
+function:term
+param:word
+{
+    <term word="{{word}}" ></term>
+}