瀏覽代碼

Remove test.py - unintentionally added

tags/v0.1
Riamse 11 年之前
父節點
當前提交
c4fd7b7468
共有 1 個文件被更改,包括 0 次插入14 次删除
  1. +0
    -14
      test.py

+ 0
- 14
test.py 查看文件

@@ -1,14 +0,0 @@
import mwparserfromhell
text = "foo {{spam|eggs}} bar"
code = mwparserfromhell.parse(text)
template = code.filter_templates()[0]
template.name
template.params
template.params[0].value
template.params[0].name
template.params[0].showkey
template.params[0].showkey = True
template.params[0].name = "apples"
code
template.add("pears", "{{plums}}")
code.filter_templates(recursive=True)

Loading…
取消
儲存