We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd9aa8 commit e291881Copy full SHA for e291881
main.go
@@ -825,7 +825,7 @@ func (p *MWXMLCreator) Run() {
825
// Create template pages
826
for tplName, tplProperties := range tplPropertyIdx {
827
tplText := `{|class="wikitable smwtable"
828
-!colspan="2"|{{PAGENAMEE}}
+!colspan="2"| ` + str.Replace(tplName, "Template:", "", -1) + `: {{PAGENAMEE}}
829
`
830
for property, _ := range tplProperties {
831
argName := spacesToUnderscores(property)
0 commit comments