Help:Citation Style 1/accessdate
Jump to navigation
Jump to search
This help page is a how-to guide. It details processes or procedures of some aspect(s) of Wikipedia's norms and practices. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus and vetting. |
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%
}