Module talk:PerkData: Difference between revisions
(Created page with "Something is breaking the saving process. When I copy and paste from Notepad++, instead of saving to Module:PerkData, it takes me to the editing of the Main Page. It has happened dozens of times, and I cannot isolate the issue.") |
No edit summary |
||
Line 1: | Line 1: | ||
Something is breaking the saving process. When I copy and paste from Notepad++, instead of saving to Module:PerkData, it takes me to the editing of the Main Page. It has happened dozens of times, and I cannot isolate the issue. | Something is breaking the saving process. When I copy and paste from Notepad++, instead of saving to Module:PerkData, it takes me to the editing of the Main Page. It has happened dozens of times, and I cannot isolate the issue. | ||
okay. found it. these lines break saving. I could save up to these lines and then after these lines, but even copying and pasting these breaks saving in MediaWiki. | |||
["prosperous settlement"] = {iconfile="Perk-Prosperous Settlement.png", page="Prosperous Settlement"}, -- this line breaks MW saving | |||
. . . | |||
["religious settlement"] = {iconfile="SGI 106.png", page="Religious Settlement"}, -- this line breaks MW saving | |||
. . . | |||
["prosperoussettlement"] = "prosperous settlement", -- "settlement" breaks MW saving??! | |||
. . . | |||
["religioussettlement"] = "religious settlement", -- "settlement" breaks MW saving??! |
Revision as of 02:21, 4 February 2023
Something is breaking the saving process. When I copy and paste from Notepad++, instead of saving to Module:PerkData, it takes me to the editing of the Main Page. It has happened dozens of times, and I cannot isolate the issue.
okay. found it. these lines break saving. I could save up to these lines and then after these lines, but even copying and pasting these breaks saving in MediaWiki. ["prosperous settlement"] = {iconfile="Perk-Prosperous Settlement.png", page="Prosperous Settlement"}, -- this line breaks MW saving . . . ["religious settlement"] = {iconfile="SGI 106.png", page="Religious Settlement"}, -- this line breaks MW saving
. . . ["prosperoussettlement"] = "prosperous settlement", -- "settlement" breaks MW saving??! . . . ["religioussettlement"] = "religious settlement", -- "settlement" breaks MW saving??!