\documentclass{article} \usepackage[a4paper]{geometry} \title{ New MediaWiki extension: CopyCreds } \author{ Sam Wilson } \date{ 2023 January 23 (Monday), 6:30AM } \begin{document} \maketitle \tableofcontents A new extension this week: CopyCreds\footnote{\url{https://www.mediawiki.org/wiki/Extension:CopyCreds}} \begin{quote} The CopyCreds extension registers two new tags <pw> and <un>, which make the text inside them visually distinctive, and allows for click-to-copy. The goal is to make life easier for those who document usernames and passwords in MediaWiki. \end{quote} I like the idea of a simple click-to-copy system for a wiki, but I'm not sure it warrants two new tags. Personally I'd prefer something like \texttt{foo} or something like that, with a means to customize the colour etc. of the displayed value. Actually, maybe that's what CopyLink\footnote{\url{https://www.mediawiki.org/wiki/Extension:CopyLink}} does. There used to be one called CopyToClipboard\footnote{\url{https://www.mediawiki.org/w/index.php?oldid=4463718}} which also did something similar. Maybe someone should write the \emph{Copyencabulator 2000}, to unite them all… \end{document}