Current WIP pages
- Visitor information
- Permission card
- Lorum ipsum
- Card test 2
- Component test
- Community resource draft
- OCS draft
- List of commodities tracker
- Location test page
- Loadout test page
- Datamine page
- User page header
Useful links
{
"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
}
}
}
Galactapedia color scheme
:root.skin-citizen-dark {
--color-surface-0: #081116;
--color-surface-1: #0d2636;
--color-surface-2: #103145;
--color-surface-3: #264c65;
--color-base--emphasized: #BAE4F2;
--color-base: #7693A8;
--color-base--subtle: rgba(98,178,218,0.5);
--color-primary__h: 195;
--color-primary__s: 68%;
--color-primary__l: 84%;
--color-link: #59A6D3;
--border-color-base: rgb(31 62 82 / 30%);
}