Current WIP pages
Useful links
Regex replacement rules to replace the gallery wikitable for use with RegReplace in Sublime Text
Spaceships:
Done: AEGS, ANVL, XNAA, ARGO, BANU, CNOU, CRUS, DRAK, ESPR, KRIG, MISC, NVY
Todo: ORIG, RSI, VNCL, UNKN
Ground vehicles
Done: -
Todo: ANVL, GRIN, ORIG, RSI, TMBL, VNCL
{
"replacements":
{
"scw_gallery_removeheader":
{
"find": "{\\|\\s*class\\s*=\\s*\"wikitable\"",
"replace": "{{gallery",
"greedy": true
},
"scw_gallery_removemiddle":
{
"find": "\\|-\n",
"replace": "",
"greedy": true
},
"scw_gallery_file":
{
"find": "\\[\\[File:([^|]+)[^\\]]+\\]\\]",
"replace": "\\g<1>",
"greedy": true
},
"scw_gallery_removefooter":
{
"find": "\\|}",
"replace": "}}",
"greedy": true
}
}
}