Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431361
content.parsoid.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
content.parsoid.less
View Options
/**
* Style Parsoid HTML+RDFa output consistent with wikitext from PHP parser.
*/
/*
* Auto-numbered external links
* Parsoid renders those as link without content, and lets CSS do the
* counting. This way the counting style can be customized, and counts update
* automatically when content is modified.
*/
.
mw-parser-output
{
counter-reset
:
mw-numbered-ext-link
;
a[
rel~='
mw
:
ExtLink
' ]:empty::after {
content: '
[
' counter( mw-numbered-ext-link ) '
]
'
;
counter-increment
:
mw-numbered-ext-link
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 20:22 (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ac/f8/16fd94d4bcf603be490cf4ba645b
Default Alt Text
content.parsoid.less (513 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment