Help:Citation Style 1/accessdate

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by John of Reading (talk | contribs) at 11:47, 10 May 2022 (→‎top: Typo fixing, replaced: Referance → Reference). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Some editors find accessdates distracting. To hide the accessdate, edit Special:MyPage/common.css:

span.reference-accessdate {
display: none;
}


To show a smaller access date:

span.reference-accessdate {
font-size:80%
}