소스 검색

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)

불러오는 중...
취소
저장