User:Tamzin
![]() | This user has registered rights on the English Wikipedia. |
0+ |
![]() | This user is one of the 45,231,483 most active English Wikipedians of all time. |
![]() | This user has been on Wikipedia for at least 0 days. |
BLOCK | This user has been blocked for cause before, and would like to be again someday. (fulfill) |
My name is Tamzin Hadasa Kelly.[2] Yes, Tamzin is a real name,[3] pronounced /ˈtæmzɪn/ in most American accents. I take she / her, they / them, or xe / xem pronouns.[4] I live in Cape May County, New Jersey.
I am, first and foremost, an editor here. Over the years, I've taken on a few additional roles, including administrator,[5] sockpuppet investigations clerk, bot operator ('zinbot), and global renamer.[6]
I previously edited under the usernames Francophonie&Androphilie (Nov. 2012 – Jan. 2013) and PinkAmpersand (Jan. 2013 – Oct. 2020). Please see User:Tamzin/Disclosures and commitments for other policy-compliance stuff and some notes on accountability.
Things I've written[edit]
Collaboration with...
- ^ a b c d theleekycauldron.
- ^ Red-tailed hawk.
- ^ PerfectSoundWhatever.
- ^ Elli.
- ^ Espresso Addict.
- ^ SuperbowserX.
- ^ a b c d e f g h i j k l m n o p q r s t u Fellow RfD participants.
- ^ Thryduulf (as a DAB, drafted together at Gender violence); converted to SIA by BD2412.
- ^ John123521.
- ^ TheresNoTime
- ^ Writ Keeper
- ^ Stjn
- ^ Many people who'd made essentially the same point before me.
Expanded or translated from...
- ^ An earlier version by various editors.
- ^ An earlier version by Lord Roem and others.
- ^ An abandoned draft by Sir-Joshi01.
- ^ fr:Masacre de Borodianka, by Laurent Jerry, Baldurar, and others.
- ^ fr:La Curée, chasse au chevreuil dans les forêts du Grand Jura, by Marc-AntoineV, expanding on an earlier English version by several editors.
- ^ List of journalists murdered in Ukraine, by Gauaren erregina and others.
- ^ a b c An existing DAB page.
- ^ An unsourced BCA by 77.254.148.212 and others.
Notes
- ^ Led to the creations of Fuccboi (novel) (mostly by theleekycauldron) and Fuccbois (mostly by HelenDegenerate), with me and Drmies as minority contributors and cheerleaders. I received DYK credit for my minority contributions to the former, but don't really feel I earned the topicon, and so instead will celebrate with a single ASCII question mark:
?
- ^ Boldly merged to Haw 2016, restored at RfD 2022.
- ^ The local list is incomplete due to limitations in how MediaWiki detects redirect creation. On the other hand, it includes blank-and-redirects and redirects that were later turned into content pages, which XTools omits. Neither list includes soft redirects, but some can be seen around the 340-byte mark here.
- ^ Work in progress.
- ^ Coäuthors are only noted on projects with a small number of contributors.
- ^ Not in use on Wikimedia yet.
Several things that make editing easier[edit]
The pipe trick exists and I feel like a lot of people don't know about that because it doesn't show up in diffs. (Update: This has since been confirmed by multiple functionaries telling me they hadn't heard of it till they read this.)
I use Twinkle, RedWarn, and popups for a whole bunch of useful things. The first two's relevance depends on your editing style, but I think popups is indispensable to any editor. At XfDs I use XFDCloser.
Here are all the scripts I'm using. I especially recommend User:Wugapodes/Capricorn, User:PleaseStand/userinfo.js, and User:Writ Keeper/Scripts/massRollback.js (requires
rollback ). |
---|
// General
// [[m:MoreMenu]]: Whole bunch of useful buttons
mw.loader.using(['mediawiki.util', 'mediawiki.api'], function () {
mw.loader.load('https://en.wikipedia.org/w/?title=MediaWiki:Gadget-MoreMenu.enwiki.js&action=raw&ctype=text/javascript');
});
// [[WP:JWB]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');
// Mainspace-oriented
// [[User:Dr pda/prosesize.js]]: Get a page's prose wordcount
importScript('User:Dr pda/prosesize.js');
// [[User:Andy M. Wang/pageswap]]: Swap pages' histories
importScript('User:Andy M. Wang/pageswap.js');
// [[User:Wugapodes/Capricorn]]: Redirect categorization
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Wugapodes/Capricorn.js&action=raw&ctype=text/javascript');
// [[User:Novem Linguae/Scripts/CiteHighlighter]]: Highlight source quality
importScript('User:Novem Linguae/Scripts/CiteHighlighter.js');
// [[User:Trappist the monk/HarvErrors.js]]
importScript('User:Trappist the monk/HarvErrors.js');
// Anti-abuse
// [[Wikipedia:Redwarn]]: Mostly counter-vandalism-oriented
mw.loader.load( '/w/index.php?title=User:RedWarn/.js&action=raw&ctype=text/javascript' );
// Mark locked accounts
importScript('User:GeneralNotability/mark-locked.js');
// All the IP information you want, in one place
importScript('User:GeneralNotability/ip-ext-info.js ');
// Rollback summaries and more (requires `rollback`)
mw.loader.load("https://meta.wikimedia.org/w/index.php?title=User:Blablubbs/rbk.js&action=raw&ctype=text/javascript");
// [[User:Tamzin/scripts/massRollbackWithBotMode.js]]: Mass rollback (requires `rollback` and `markbotedits`)
importScript('User:Tamzin/scripts/massRollbackWithBotMode.js');
//Mass revdel (admin-only)
importScript( 'User:Writ Keeper/Scripts/massRevdel.js' );
// [[User:Mr. Stradivarius/gadgets/SpamUserPage.js]] (admin-only)
importScript('User:Mr. Stradivarius/gadgets/SpamUserPage.js');
// Other-namespace-oriented
// [[User:PleaseStand/userinfo.js]]: Information when you view a userpage
importScript("User:PleaseStand/userinfo.js");
// [[User:Evad37/OneClickArchiver]]: Archive discussion-page content
importScript('User:Evad37/OneClickArchiver.js');
// Specific venues
importScript('User:SD0001/RFUD-helper.js'); // [[User:SD0001/RFUD-helper.js]]
// [[WP:SPI]]
/* [[User:Writ Keeper/Scripts/cuStaleness.js]] & [[User:Writ Keeper/Scripts/sockStaleness.js]]:
See whether accounts/IPs are likely stale for CU; see who created them */
importScript('User:Writ Keeper/Scripts/cuStaleness.js'); // I wrote part of this one!
importScript('User:Writ Keeper/Scripts/sockStaleness.js');
// [[WP:SPIHELPER]]: If you're not a clerk/CU/patrolling admin, you don't need this
importScript('User:GeneralNotability/spihelper.js'); // And a much smaller part of this one
maxUsersCUStaleness = 100;
lazyCheckCUStaleness = false;
// [[User:RoySmith/tag-check.js]]: Ditto
importScript('User:RoySmith/tag-check.js');
// [[WP:EFFP]]
// [[User:Suffusion of Yellow/effp-helper.js]]: Proxy edits caught in the filter
importScript( 'User:Suffusion of Yellow/effp-helper.js' );
// [[User:Suffusion of Yellow/batchtest-plus.js]]: Test new filters against old hits
importScript( 'User:Suffusion of Yellow/batchtest-plus.js' );
window.batchTestPlusMaxConcurrentRequests = 5;
// Wikidata
// [[User:Yair rand/WikidataInfo.js]]: Information about a page's Wikidata item
mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript");
|
Here's how I've messed with my CSS. If you do template work, I strongly recommend the bit that sets all the
-show classes to visible. |
---|
/* Look here! Tutorial on how to see all of the `-show` classes. */
@import url('//en.wikipedia.org/w/index.php?action=raw&title=User:Tamzin/-show_classes.css&ctype=text/css');
@import url('//en.wikipedia.org/w/index.php?action=raw&title=User:Tamzin/main-page-redirect-checker.css&ctype=text/css');
/* From [[User:theleekycauldron/common.css]] */
.mw-body-content a.mw-redirect {color:#147000}
.mw-body-content a.mw-redirect:visited {color:#5c9e4c}
.mw-body-content a.extiw {color:#a6a825;} /* interwiki links */
.mw-body-content a.extiw:visited {color:#b3960b;}
.mw-body-content a.external {color: #b0048b}
.mw-body-content a.external:visited {color: #6e0152}
/* Correct name */
#toc-mw-content-text > a > div {
display: none;
}
#toc-mw-content-text > a::after {
display: inline;
content: "(Lede)";
}
/* bad eyesight + frequent editing in "night light mode" hours + fairly
reflective laptop screen + often editing in direct sunlight = I often can't
discern link color*/
.mw-parser-output a:not([class*="user-blocked-"]) {
text-decoration: underline dashed 1px;
}
.mw-parser-output .reference a, .mw-parser-output .toc a, .mw-parser-output .mw-editsection a {
text-decoration: none !important;
}
.mw-parser-output .reference a:hover, .mw-parser-output .toc a:hover, .mw-parser-output .mw-editsection a:hover,
.mw-parser-output .reference a:focus, .mw-parser-output .toc a:focus, .mw-parser-output .mw-editsection a:focus {
text-decoration: underline !important;
}
/* watchlists are stressful. scanning contribs for revs that aren't"current" is
more pleasant. this is more pleasant still. */
.mw-contributions-current {
background-color: Aquamarine;
}
/* still needs troubleshooting */
/*.toc {
float: left;
clear: right;
margin: 0.5em 1.5em 0.5em 0;
}*/
/* All those capital letters make me feel like I'm being yelled at. Wish I
could say I were joking, but I'm not. */
.mw-anonuserlink {
text-transform: lowercase;
}
.watchlist-message {
background-color: pink;
}
/* Flag deprecated HTML */
tt, center, dir, font, menu, xmp {
text-decoration: underline red solid;
}
strike {
text-decoration: line-through red;
}
/* Distinguish del/ins from strikethrough and underline */
del {
border: 1px red dashed;
}
ins {
border: 1px green dashed;
}
.selfreference {
background-color: pink;
}
/* I like seeing things */
.ambox-Orphan{
display: table !important;
}
/* from [[:Category:CS1 maint: url-status]] */
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */
.harv-error {display: inline !important;} /* display Module:Footnotes errors */
/* from [[Template:Short description/doc]] */
.shortdescription {
display:block !important;
white-space: pre-wrap;
}
/* Number entries in history and on special pages. Forked from https://www.wikidata.org/wiki/MediaWiki:Gadget-historyNumbered.css */
.ns--1 #content ul,
#content #pagehistory {list-style: decimal}
.page-Special_Page {list-style-image: url(bullet.gif)}
/* BETA: [[MOS:LISTGAP]] / [[WP:*:]] violation highlighter.
DISCLAIMER: MW markup and HTML are infinitely complex, and there are valid use
cases for all of these, especially `ol + ol`. Correct flagged markup at your
peril. */
/* List gaps */
.mw-parser-output dl + dl, .mw-parser-output ul + ul, .mw-parser-output ol + ol {
border-top: 1em solid pink;
border-top: 1em solid rgba(255,192,203,0.5);
}
/* The common mistake of
* Foo
:* Bar / :: Bar
(At any level of nesting) */
.mw-parser-output ul + dl > dd > ul, .mw-parser-output ul + dl > dd > dl {
border-left: 1em solid pink;
border-left: 1em solid rgba(255,192,203,0.5);
}
|
Three controversial opinions about Wikipedia[edit]
- WP:NODISCLAIMERS has outlived its usefulness. As a major provider of information to a global audience, we should hold ourselves to disclaimer standards similar to those of major media organizations.
- We should not allow BLPs about people who do not unambiguously meet GNG, as established by references that are actually in their articles. Any BLP subject who has not been the subject of long-term coverage in reliable sources as an adult should be able to have their article deleted on request.
- It's spelled "lede".
One lie I've told[edit]
I don't actually need a cetacean. I live quite close to a beach that dolphins routinely swim by. I have all the cetaceans I could ever need.
Notes[edit]
- ^ I may still block the occasional vandal or such, or follow up on past admin actions.
- ^ Acceptable nicknames: 'zin, TZ, T.H.. Please no Tam or Tammy. Not a gender thing; I just don't like them as names.
- ^ Tamzin is the feminine form of Thomas, my birth name; I chose this name when I transitioned so that I would still be named after my grandfather, Thomas V. Kelly (Z''L), a lifelong opponent of fascism and all who would govern by fear (see Edwin Walker § Political career). My middle name at birth was Harrison, after my great-grandfather Harry (Z''L), who fled Poland in the build-up to HaShoah and started a family here, doing the most audacious thing a Jew can do: live. In the Jewish tradition, it is common to name people after relatives by sharing just an initial. Thus, when I transitioned, I preserved the aitch in his honor, picking the new middle name Hadasa, the birth name of Queen Esther—the original antifascist, a woman who through both wit and beauty convinced her husband, the king, that it was not enough merely to spare the Jews death; we needed the right to fight back. (See tattoo.)
- ^ See User:Tamzin/Gender for more information if you care, but that's all you really need to know.
- ^ For what I can help you with in that capacity, please see WP:MOPRIGHTS. For permissions requests, self-requested blocks, and copies of deleted content, please see User:Tamzin/Discretionary admin things.
- ^ See m:Special:CentralAuth/Tamzin and m:User:Tamzin for a full accounting of my permissions on various wikis. Additionally, I am an op in #wikipedia-en-help connect.
- Wikipedia administrators
- Wikipedians who use AutoWikiBrowser
- Wikipedia bot operators
- Wikipedia edit filter managers
- Wikipedia redirect autopatrollers
- Wikipedians who have access to Newspapers.com
- Wikipedians who have access to The New York Times
- Wikipedians who have access to The Washington Post
- Agender Wikipedians
- LGBT+ Wikipedians
- Non-binary Wikipedians
- Trans women Wikipedians
- Jewish Wikipedians
- Wikipedia administrators willing to handle RevisionDelete requests
- Wikipedia administrators willing to make difficult blocks
- Wikipedia administrators willing to make range blocks