Module talk:PerkData: Difference between revisions
From Against the Storm Official Wiki
(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 |
||
(2 intermediate revisions by the same user not shown) | |||
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. | |||
<pre> | |||
["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??! | |||
</pre> | |||
well I could save it here in Discussion. no clue what's happening. at least it's just four lines. |
Latest 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??!
well I could save it here in Discussion. no clue what's happening. at least it's just four lines.