-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
speedy/xfd: Add delete-templates on non-wikitext pages #206
speedy/xfd: Add delete-templates on non-wikitext pages #206
Conversation
like this https://en.wikipedia.org/w/index.php?diff=978461935 |
json 的改法 或許 if (mw.config.get('wgPageContentModel')==='json') {
var json = JSON.parse(text)
if (json instanceof Array) {
json.unshift({_addText: code})
} else {
json._addText = code
}
text = JSON.stringify(json)
code = ''
} |
其实我没看懂commit message, 啥是require delete |
他指的應該是request 吧 |
@a2569875 ok |
重複的程式碼應該整合到一起以便後續維護,但我還在想具體該怎麼處理。 |
見 #215,但不是定稿 |
等待 #215 完成 |
No description provided.