2022-11-04 03:28:38 +00:00
|
|
|
@counter-style sat-counter {
|
|
|
|
system: numeric;
|
|
|
|
symbols: '᱐' '᱑' '᱒' '᱓' '᱔' '᱕' '᱖' '᱗' '᱘' '᱙';
|
|
|
|
}
|
|
|
|
|
2023-01-08 02:45:17 +00:00
|
|
|
.mw-ref > a:after {
|
2022-11-04 03:28:38 +00:00
|
|
|
content: '[' counter( mw-Ref, sat-counter ) ']';
|
|
|
|
}
|
|
|
|
|
2023-01-08 02:45:17 +00:00
|
|
|
.mw-ref > a[ data-mw-group ]:after {
|
2022-11-04 03:28:38 +00:00
|
|
|
content: '[' attr( data-mw-group ) ' ' counter( mw-Ref, sat-counter ) ']';
|
|
|
|
}
|
|
|
|
|
2023-01-08 02:45:17 +00:00
|
|
|
span[ rel='mw:referencedBy' ] > a:before {
|
2022-11-04 03:28:38 +00:00
|
|
|
content: counter( mw-references, sat-counter ) '.' counter( mw-ref-linkback, sat-counter );
|
|
|
|
}
|