Jump to content

Help:Citation Style 1/accessdate

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Meekrab2012 (talk | contribs) at 10:17, 17 March 2022 (Adding local short description: "Referance How-to about Citation Styles and Access dates", overriding Wikidata description "Wikimedia project page" (Shortdesc helper)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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%
}