NOTICE:
This is a component page used internally by the SCP Wiki. It is intended to be used and included on other pages.
Based on header by:
7happy7 7happy7
Lock Icons Heavily Inspired by:
/u/andreassal
With input from:
Rounderhouse Rounderhouse
[[include :scp-wiki:component:classified-bar-woed
|lv=0/1/2/3/4/5
|item=7777
|oc=Euclid
|lang=EN/RU/KO/CN/FR/PL/ES/TH/JP/DE/IT/UA/PTBR/IND
]]
[[include :scp-wiki:component:classified-bar-woed
|lv=0/1/2/3/4/5
|item=7777
|oc=Euclid
|lang=EN/RU/KO/CN/FR/PL/ES/TH/JP/DE/IT/UA/PTBR/IND
|trans-level=<the translation equivalent of "LEVEL" in your language>
|trans-classified=<the translation equivalent of "CLASSIFIED" in your language>
]]
New CSS Vars!
24 Mar, 2021 Update
You can now change the colors of the angled bars, icon background, and classification block via CSS Vars.
Make sure to put them in the div.scale style and AFTER the Include Block.
div.scale{ /*ClassificationColors*/ --woedbar-keter-color: rgba/hsl/hex/name; --woedbar-euclid-color: rgba/hsl/hex/name; --woedbar-safe-color: rgba/hsl/hex/name; --woedbar-thaumiel-color: rgba/hsl/hex/name; --woedbar-neutral-color: rgba/hsl/hex/name; /*AngledBarColors*/ --woedbar-lvl1-color: rgba/hsl/hex/name; --woedbar-lvl2-color: rgba/hsl/hex/name; --woedbar-lvl3-color: rgba/hsl/hex/name; --woedbar-lvl4-color: rgba/hsl/hex/name; --woedbar-lvl5-color: rgba/hsl/hex/name; --woedbar-lvl6-color: rgba/hsl/hex/name; /*ClassBarColor*/ --woedbar-class-bar-color: rgba/hsl/hex/name; }