This is the user sandbox of EvergreenFir. A user sandbox is a subpage of the user's user page. It serves as a testing spot and page development space for the user and is not an encyclopedia article. Create or edit your own sandbox here. My other sandboxes: Main sandbox | Sandbox 1, 2, 3, 4, 5, 6, 7, 8 | Socks |
Other stuff
edit- WP:OVERLINK rule of thumb by Mandruss: "
If Wikipedia considers a city major enough to omit the state or country from its title, it's probably major enough to omit the link.
" ([1])
You know you're doing a good job when you're accused of being a anti-American liar who should be investigated by the FBI, a Muslim Conservative Leftist Jewish North Korean ISIS sympathizer/supporter gender studies major KKK garbage cultural Marxist sexual pervert bugger who shamelessly and cockily removes edits with a pro-racism, pro-white agenda and a bigoted, hypocritical, anti-intellectual failure of a human being, an embarrassment to academia and a fascist bigot, and a frankly creepy stalker who belongs in a freak show.
I am simultaneously proud and embarrassed that the Washington Post linked to a vandalism reversion of mine in their article on Wikipedia and this Presidential election cycle.
User-created templates
edit- User:EvergreenFir/Zombie - Similar to {{spa}} but for zombie/sleeper accounts
- User:EvergreenFir/trans - User warning for pronoun use in articles
- User:EvergreenFir/gem - Award for unique, irreplaceable editors. Can take custom message.
- User:EvergreenFir/Double trout - For when a double-trouting is in order.
- User:EvergreenFir/Fish market - For when a multi-trouting is in order.
Cis/transgender in C++
edit#include <iostream>
using namespace std;
int main() {
string SexAssignment = "";
string GenderIdentity = "";
string SexAssignment = "";
bool Cisgender = ;
cout << "What genital structure did the person as a newborn appear to have?";
cin >> Genitals;
SexAssignment = (Genitals=="PENIS") ? "MALE" : "FEMALE";
cout << "What is the gender identity of the person?"
cin >> GenderIdentity;
if (GenderIdentity == "Man" && SexAssignment == "MALE") {
Cisgender = true;
}
else if (GenderIdentity == "Woman" && SexAssignment == "FEMALE") {
Cisgender = true;
}
else {
Cisgender = false;
}
if (Cisgender == true) { cout << "This person is cisgender"; }
else { cout << "This person is transgender" }
return 0;
}